summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/str_repeat.phpt
blob: 73c193b6d73ae9f6233ed8331df32ac939104812 (plain)
ofshex dumpascii
0000 2d 2d 54 45 53 54 2d 2d 0a 54 65 73 74 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 66 75 6e 63 74 --TEST--.Test.str_repeat().funct
0020 69 6f 6e 09 0a 2d 2d 49 4e 49 2d 2d 0a 70 72 65 63 69 73 69 6f 6e 3d 31 34 0a 2d 2d 46 49 4c 45 ion..--INI--.precision=14.--FILE
0040 2d 2d 0a 3c 3f 70 68 70 0a 2f 2a 20 50 72 6f 74 6f 74 79 70 65 3a 20 73 74 72 69 6e 67 20 73 74 --.<?php./*.Prototype:.string.st
0060 72 5f 72 65 70 65 61 74 20 28 20 73 74 72 69 6e 67 20 24 69 6e 70 75 74 2c 20 69 6e 74 20 24 6d r_repeat.(.string.$input,.int.$m
0080 75 6c 74 69 70 6c 69 65 72 20 29 3b 0a 20 20 20 44 65 73 63 72 69 70 74 69 6f 6e 3a 20 52 65 74 ultiplier.);....Description:.Ret
00a0 75 72 6e 73 20 69 6e 70 75 74 20 72 65 70 65 61 74 65 64 20 6d 75 6c 74 69 70 6c 69 65 72 20 74 urns.input.repeated.multiplier.t
00c0 69 6d 65 73 2e 20 6d 75 6c 74 69 70 6c 69 65 72 20 68 61 73 20 74 6f 20 62 65 20 0a 20 20 20 20 imes..multiplier.has.to.be......
00e0 20 67 72 65 61 74 65 72 20 74 68 61 6e 20 6f 72 20 65 71 75 61 6c 20 74 6f 20 30 2e 20 49 66 20 .greater.than.or.equal.to.0..If.
0100 74 68 65 20 6d 75 6c 74 69 70 6c 69 65 72 20 69 73 20 73 65 74 20 74 6f 20 30 2c 20 74 68 65 20 the.multiplier.is.set.to.0,.the.
0120 66 75 6e 63 74 69 6f 6e 20 0a 20 20 20 20 20 77 69 6c 6c 20 72 65 74 75 72 6e 20 61 6e 20 65 6d function.......will.return.an.em
0140 70 74 79 20 73 74 72 69 6e 67 2e 20 0a 2a 2f 0a 0a 65 63 68 6f 20 22 2a 2a 2a 20 54 65 73 74 69 pty.string...*/..echo."***.Testi
0160 6e 67 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 77 69 74 68 20 70 6f 73 73 69 62 6c 65 20 73 74 ng.str_repeat().with.possible.st
0180 72 69 6e 67 73 20 2a 2a 2a 22 3b 0a 24 76 61 72 69 61 74 69 6f 6e 73 20 3d 20 61 72 72 61 79 28 rings.***";.$variations.=.array(
01a0 0a 20 20 27 61 27 2c 0a 20 20 27 66 6f 6f 27 2c 0a 20 20 27 62 61 72 62 61 7a 62 61 78 27 2c 0a ...'a',...'foo',...'barbazbax',.
01c0 20 20 22 5c 78 30 30 22 2c 0a 20 20 27 5c 30 27 2c 20 0a 20 20 4e 55 4c 4c 2c 20 0a 20 20 54 52 .."\x00",...'\0',....NULL,....TR
01e0 55 45 2c 0a 20 20 34 2c 0a 20 20 31 2e 32 33 2c 0a 20 20 22 22 2c 0a 20 20 22 20 22 0a 29 3b 0a UE,...4,...1.23,..."",...".".);.
0200 0a 2f 2a 20 76 61 72 69 61 74 69 6f 6e 73 20 69 6e 20 73 74 72 69 6e 67 20 61 6e 64 20 6d 75 6c ./*.variations.in.string.and.mul
0220 74 69 70 6c 69 65 72 20 61 73 20 61 6e 20 69 6e 74 65 67 65 72 20 2a 2f 0a 66 6f 72 65 61 63 68 tiplier.as.an.integer.*/.foreach
0240 28 24 76 61 72 69 61 74 69 6f 6e 73 20 61 73 20 24 69 6e 70 75 74 29 20 7b 0a 20 20 65 63 68 6f ($variations.as.$input).{...echo
0260 20 22 5c 6e 2d 2d 2d 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 6f 66 20 27 24 69 6e 70 75 74 27 ."\n---.str_repeat().of.'$input'
0280 20 2d 2d 2d 5c 6e 22 20 3b 0a 20 20 66 6f 72 28 24 6e 3d 30 3b 20 24 6e 3c 34 3b 20 24 6e 2b 2b .---\n".;...for($n=0;.$n<4;.$n++
02a0 29 20 7b 0a 20 20 20 20 65 63 68 6f 20 22 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 ).{.....echo."--.after.repeating
02c0 20 24 6e 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 22 3b 0a 20 20 20 20 65 63 68 6f 20 73 74 72 5f .$n.times.is.=>.";.....echo.str_
02e0 72 65 70 65 61 74 28 24 69 6e 70 75 74 2c 20 24 6e 29 2e 22 5c 6e 22 3b 0a 20 20 7d 0a 7d 0a 0a repeat($input,.$n)."\n";...}.}..
0300 2f 2a 20 76 61 72 69 61 74 69 6f 6e 73 20 69 6e 20 6d 75 6c 74 69 70 6c 69 65 72 20 61 73 20 77 /*.variations.in.multiplier.as.w
0320 65 6c 6c 20 61 73 20 73 74 72 69 6e 67 20 74 6f 20 62 65 20 72 65 70 65 61 74 65 64 2e 20 53 61 ell.as.string.to.be.repeated..Sa
0340 6d 65 20 76 61 72 69 65 6e 74 20 0a 20 20 20 76 61 6c 75 65 73 20 61 72 65 20 75 73 65 64 20 61 me.varient.....values.are.used.a
0360 73 20 73 74 72 69 6e 67 20 74 6f 20 62 65 20 72 65 70 65 61 74 65 64 20 61 73 20 77 65 6c 6c 20 s.string.to.be.repeated.as.well.
0380 61 73 20 6d 75 6c 74 69 70 6c 69 65 72 20 2a 2f 0a 65 63 68 6f 20 22 5c 6e 5c 6e 2a 2a 2a 20 54 as.multiplier.*/.echo."\n\n***.T
03a0 65 73 74 69 6e 67 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 77 69 74 68 20 76 61 72 69 6f 75 73 esting.str_repeat().with.various
03c0 20 73 74 72 69 6e 67 73 20 26 20 6d 75 6c 74 69 70 6c 69 65 72 20 76 61 6c 75 65 20 2a 2a 2a 22 .strings.&.multiplier.value.***"
03e0 3b 0a 66 6f 72 65 61 63 68 20 28 20 24 76 61 72 69 61 74 69 6f 6e 73 20 61 73 20 24 69 6e 70 75 ;.foreach.(.$variations.as.$inpu
0400 74 20 29 20 7b 0a 20 20 65 63 68 6f 20 22 5c 6e 2d 2d 2d 20 73 74 72 5f 72 65 70 65 61 74 28 29 t.).{...echo."\n---.str_repeat()
0420 20 6f 66 20 27 24 69 6e 70 75 74 27 20 2d 2d 2d 5c 6e 22 20 3b 0a 20 20 66 6f 72 65 61 63 68 20 .of.'$input'.---\n".;...foreach.
0440 28 20 24 76 61 72 69 61 74 69 6f 6e 73 20 61 73 20 24 6d 75 6c 74 69 70 6c 69 65 72 20 29 20 7b (.$variations.as.$multiplier.).{
0460 0a 20 20 20 20 65 63 68 6f 20 22 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 24 .....echo."--.after.repeating.'$
0480 6d 75 6c 74 69 70 6c 69 65 72 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 22 3b 0a 20 20 20 20 76 multiplier'.times.is.=>.";.....v
04a0 61 72 5f 64 75 6d 70 28 20 73 74 72 5f 72 65 70 65 61 74 28 24 69 6e 70 75 74 2c 20 24 6d 75 6c ar_dump(.str_repeat($input,.$mul
04c0 74 69 70 6c 69 65 72 29 20 29 3b 0a 20 20 7d 0a 7d 0a 0a 0a 65 63 68 6f 20 22 5c 6e 2a 2a 2a 20 tiplier).);...}.}...echo."\n***.
04e0 54 65 73 74 69 6e 67 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 77 69 74 68 20 63 6f 6d 70 6c 65 Testing.str_repeat().with.comple
0500 78 20 73 74 72 69 6e 67 73 20 63 6f 6e 74 61 69 6e 69 6e 67 20 0a 20 20 20 20 20 20 20 6f 74 68 x.strings.containing.........oth
0520 65 72 20 74 68 61 6e 20 37 2d 62 69 74 20 63 68 61 72 73 20 2a 2a 2a 5c 6e 22 3b 0a 24 73 74 72 er.than.7-bit.chars.***\n";.$str
0540 20 3d 20 63 68 72 28 30 29 2e 63 68 72 28 31 32 38 29 2e 63 68 72 28 31 32 39 29 2e 63 68 72 28 .=.chr(0).chr(128).chr(129).chr(
0560 32 33 34 29 2e 63 68 72 28 32 33 35 29 2e 63 68 72 28 32 35 34 29 2e 63 68 72 28 32 35 35 29 3b 234).chr(235).chr(254).chr(255);
0580 0a 76 61 72 5f 64 75 6d 70 28 73 74 72 5f 72 65 70 65 61 74 28 24 73 74 72 2c 20 63 68 72 28 35 .var_dump(str_repeat($str,.chr(5
05a0 31 29 29 29 3b 20 20 2f 2f 20 41 53 43 49 49 20 76 61 6c 75 65 20 6f 66 20 27 33 27 20 67 69 76 1)));..//.ASCII.value.of.'3'.giv
05c0 65 6e 0a 76 61 72 5f 64 75 6d 70 28 73 74 72 5f 72 65 70 65 61 74 28 24 73 74 72 2c 20 33 29 29 en.var_dump(str_repeat($str,.3))
05e0 3b 0a 0a 0a 65 63 68 6f 20 22 5c 6e 5c 6e 2a 2a 2a 20 54 65 73 74 69 6e 67 20 65 72 72 6f 72 20 ;...echo."\n\n***.Testing.error.
0600 63 6f 6e 64 69 74 69 6f 6e 73 20 2a 2a 2a 22 3b 0a 76 61 72 5f 64 75 6d 70 28 20 73 74 72 5f 72 conditions.***";.var_dump(.str_r
0620 65 70 65 61 74 28 29 20 29 3b 20 20 2f 2f 20 5a 65 72 6f 20 61 72 67 73 0a 76 61 72 5f 64 75 6d epeat().);..//.Zero.args.var_dum
0640 70 28 20 73 74 72 5f 72 65 70 65 61 74 28 24 69 6e 70 75 74 5b 30 5d 29 20 29 3b 20 20 2f 2f 20 p(.str_repeat($input[0]).);..//.
0660 61 72 67 73 20 3c 20 65 78 70 65 63 74 65 64 0a 76 61 72 5f 64 75 6d 70 28 20 73 74 72 5f 72 65 args.<.expected.var_dump(.str_re
0680 70 65 61 74 28 24 69 6e 70 75 74 5b 30 5d 2c 20 33 2c 20 34 29 20 29 3b 20 20 2f 2f 20 61 72 67 peat($input[0],.3,.4).);..//.arg
06a0 73 20 3e 20 65 78 70 65 63 74 65 64 0a 76 61 72 5f 64 75 6d 70 28 20 73 74 72 5f 72 65 70 65 61 s.>.expected.var_dump(.str_repea
06c0 74 28 24 69 6e 70 75 74 5b 30 5d 2c 20 2d 31 29 20 29 3b 20 20 2f 2f 20 49 6e 76 61 6c 69 64 20 t($input[0],.-1).);..//.Invalid.
06e0 61 72 67 20 66 6f 72 20 6d 75 6c 74 69 70 6c 69 65 72 0a 0a 65 63 68 6f 20 22 44 6f 6e 65 5c 6e arg.for.multiplier..echo."Done\n
0700 22 3b 0a 3f 3e 0a 2d 2d 45 58 50 45 43 54 46 2d 2d 0a 2a 2a 2a 20 54 65 73 74 69 6e 67 20 73 74 ";.?>.--EXPECTF--.***.Testing.st
0720 72 5f 72 65 70 65 61 74 28 29 20 77 69 74 68 20 70 6f 73 73 69 62 6c 65 20 73 74 72 69 6e 67 73 r_repeat().with.possible.strings
0740 20 2a 2a 2a 0a 2d 2d 2d 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 6f 66 20 27 61 27 20 2d 2d 2d .***.---.str_repeat().of.'a'.---
0760 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 30 20 74 69 6d 65 73 20 69 73 20 3d .--.after.repeating.0.times.is.=
0780 3e 20 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 31 20 74 69 6d 65 73 20 69 73 >..--.after.repeating.1.times.is
07a0 20 3d 3e 20 61 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 32 20 74 69 6d 65 73 .=>.a.--.after.repeating.2.times
07c0 20 69 73 20 3d 3e 20 61 61 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 33 20 74 .is.=>.aa.--.after.repeating.3.t
07e0 69 6d 65 73 20 69 73 20 3d 3e 20 61 61 61 0a 0a 2d 2d 2d 20 73 74 72 5f 72 65 70 65 61 74 28 29 imes.is.=>.aaa..---.str_repeat()
0800 20 6f 66 20 27 66 6f 6f 27 20 2d 2d 2d 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 .of.'foo'.---.--.after.repeating
0820 20 30 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 .0.times.is.=>..--.after.repeati
0840 6e 67 20 31 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 66 6f 6f 0a 2d 2d 20 61 66 74 65 72 20 72 65 ng.1.times.is.=>.foo.--.after.re
0860 70 65 61 74 69 6e 67 20 32 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 66 6f 6f 66 6f 6f 0a 2d 2d 20 peating.2.times.is.=>.foofoo.--.
0880 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 33 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 66 6f after.repeating.3.times.is.=>.fo
08a0 6f 66 6f 6f 66 6f 6f 0a 0a 2d 2d 2d 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 6f 66 20 27 62 61 ofoofoo..---.str_repeat().of.'ba
08c0 72 62 61 7a 62 61 78 27 20 2d 2d 2d 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 rbazbax'.---.--.after.repeating.
08e0 30 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 0.times.is.=>..--.after.repeatin
0900 67 20 31 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 62 61 72 62 61 7a 62 61 78 0a 2d 2d 20 61 66 74 g.1.times.is.=>.barbazbax.--.aft
0920 65 72 20 72 65 70 65 61 74 69 6e 67 20 32 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 62 61 72 62 61 er.repeating.2.times.is.=>.barba
0940 7a 62 61 78 62 61 72 62 61 7a 62 61 78 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 zbaxbarbazbax.--.after.repeating
0960 20 33 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 62 61 72 62 61 7a 62 61 78 62 61 72 62 61 7a 62 61 .3.times.is.=>.barbazbaxbarbazba
0980 78 62 61 72 62 61 7a 62 61 78 0a 0a 2d 2d 2d 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 6f 66 20 xbarbazbax..---.str_repeat().of.
09a0 27 00 27 20 2d 2d 2d 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 30 20 74 69 6d '.'.---.--.after.repeating.0.tim
09c0 65 73 20 69 73 20 3d 3e 20 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 31 20 74 es.is.=>..--.after.repeating.1.t
09e0 69 6d 65 73 20 69 73 20 3d 3e 20 00 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 imes.is.=>...--.after.repeating.
0a00 32 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 00 00 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 2.times.is.=>....--.after.repeat
0a20 69 6e 67 20 33 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 00 00 00 0a 0a 2d 2d 2d 20 73 74 72 5f 72 ing.3.times.is.=>......---.str_r
0a40 65 70 65 61 74 28 29 20 6f 66 20 27 5c 30 27 20 2d 2d 2d 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 epeat().of.'\0'.---.--.after.rep
0a60 65 61 74 69 6e 67 20 30 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 2d 2d 20 61 66 74 65 72 20 72 eating.0.times.is.=>..--.after.r
0a80 65 70 65 61 74 69 6e 67 20 31 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 5c 30 0a 2d 2d 20 61 66 74 epeating.1.times.is.=>.\0.--.aft
0aa0 65 72 20 72 65 70 65 61 74 69 6e 67 20 32 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 5c 30 5c 30 0a er.repeating.2.times.is.=>.\0\0.
0ac0 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 33 20 74 69 6d 65 73 20 69 73 20 3d 3e --.after.repeating.3.times.is.=>
0ae0 20 5c 30 5c 30 5c 30 0a 0a 2d 2d 2d 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 6f 66 20 27 27 20 .\0\0\0..---.str_repeat().of.''.
0b00 2d 2d 2d 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 30 20 74 69 6d 65 73 20 69 ---.--.after.repeating.0.times.i
0b20 73 20 3d 3e 20 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 31 20 74 69 6d 65 73 s.=>..--.after.repeating.1.times
0b40 20 69 73 20 3d 3e 20 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 32 20 74 69 6d .is.=>..--.after.repeating.2.tim
0b60 65 73 20 69 73 20 3d 3e 20 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 33 20 74 es.is.=>..--.after.repeating.3.t
0b80 69 6d 65 73 20 69 73 20 3d 3e 20 0a 0a 2d 2d 2d 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 6f 66 imes.is.=>...---.str_repeat().of
0ba0 20 27 31 27 20 2d 2d 2d 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 30 20 74 69 .'1'.---.--.after.repeating.0.ti
0bc0 6d 65 73 20 69 73 20 3d 3e 20 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 31 20 mes.is.=>..--.after.repeating.1.
0be0 74 69 6d 65 73 20 69 73 20 3d 3e 20 31 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 times.is.=>.1.--.after.repeating
0c00 20 32 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 31 31 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 .2.times.is.=>.11.--.after.repea
0c20 74 69 6e 67 20 33 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 31 31 31 0a 0a 2d 2d 2d 20 73 74 72 5f ting.3.times.is.=>.111..---.str_
0c40 72 65 70 65 61 74 28 29 20 6f 66 20 27 34 27 20 2d 2d 2d 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 repeat().of.'4'.---.--.after.rep
0c60 65 61 74 69 6e 67 20 30 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 2d 2d 20 61 66 74 65 72 20 72 eating.0.times.is.=>..--.after.r
0c80 65 70 65 61 74 69 6e 67 20 31 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 34 0a 2d 2d 20 61 66 74 65 epeating.1.times.is.=>.4.--.afte
0ca0 72 20 72 65 70 65 61 74 69 6e 67 20 32 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 34 34 0a 2d 2d 20 r.repeating.2.times.is.=>.44.--.
0cc0 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 33 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 34 34 after.repeating.3.times.is.=>.44
0ce0 34 0a 0a 2d 2d 2d 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 6f 66 20 27 31 2e 32 33 27 20 2d 2d 4..---.str_repeat().of.'1.23'.--
0d00 2d 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 30 20 74 69 6d 65 73 20 69 73 20 -.--.after.repeating.0.times.is.
0d20 3d 3e 20 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 31 20 74 69 6d 65 73 20 69 =>..--.after.repeating.1.times.i
0d40 73 20 3d 3e 20 31 2e 32 33 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 32 20 74 s.=>.1.23.--.after.repeating.2.t
0d60 69 6d 65 73 20 69 73 20 3d 3e 20 31 2e 32 33 31 2e 32 33 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 imes.is.=>.1.231.23.--.after.rep
0d80 65 61 74 69 6e 67 20 33 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 31 2e 32 33 31 2e 32 33 31 2e 32 eating.3.times.is.=>.1.231.231.2
0da0 33 0a 0a 2d 2d 2d 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 6f 66 20 27 27 20 2d 2d 2d 0a 2d 2d 3..---.str_repeat().of.''.---.--
0dc0 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 30 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a .after.repeating.0.times.is.=>..
0de0 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 31 20 74 69 6d 65 73 20 69 73 20 3d 3e --.after.repeating.1.times.is.=>
0e00 20 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 32 20 74 69 6d 65 73 20 69 73 20 ..--.after.repeating.2.times.is.
0e20 3d 3e 20 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 33 20 74 69 6d 65 73 20 69 =>..--.after.repeating.3.times.i
0e40 73 20 3d 3e 20 0a 0a 2d 2d 2d 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 6f 66 20 27 20 27 20 2d s.=>...---.str_repeat().of.'.'.-
0e60 2d 2d 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 30 20 74 69 6d 65 73 20 69 73 --.--.after.repeating.0.times.is
0e80 20 3d 3e 20 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 31 20 74 69 6d 65 73 20 .=>..--.after.repeating.1.times.
0ea0 69 73 20 3d 3e 20 20 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 32 20 74 69 6d is.=>...--.after.repeating.2.tim
0ec0 65 73 20 69 73 20 3d 3e 20 20 20 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 33 es.is.=>....--.after.repeating.3
0ee0 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 20 20 20 0a 0a 0a 2a 2a 2a 20 54 65 73 74 69 6e 67 20 73 .times.is.=>.......***.Testing.s
0f00 74 72 5f 72 65 70 65 61 74 28 29 20 77 69 74 68 20 76 61 72 69 6f 75 73 20 73 74 72 69 6e 67 73 tr_repeat().with.various.strings
0f20 20 26 20 6d 75 6c 74 69 70 6c 69 65 72 20 76 61 6c 75 65 20 2a 2a 2a 0a 2d 2d 2d 20 73 74 72 5f .&.multiplier.value.***.---.str_
0f40 72 65 70 65 61 74 28 29 20 6f 66 20 27 61 27 20 2d 2d 2d 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 repeat().of.'a'.---.--.after.rep
0f60 65 61 74 69 6e 67 20 27 61 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a eating.'a'.times.is.=>..Warning:
0f80 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 .str_repeat().expects.parameter.
0fa0 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 2.to.be.long,.string.given.in.%s
0fc0 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 .on.line.%d.NULL.--.after.repeat
0fe0 69 6e 67 20 27 66 6f 6f 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 ing.'foo'.times.is.=>..Warning:.
1000 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 str_repeat().expects.parameter.2
1020 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 .to.be.long,.string.given.in.%s.
1040 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 on.line.%d.NULL.--.after.repeati
1060 6e 67 20 27 62 61 72 62 61 7a 62 61 78 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e ng.'barbazbax'.times.is.=>..Warn
1080 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 ing:.str_repeat().expects.parame
10a0 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 ter.2.to.be.long,.string.given.i
10c0 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 n.%s.on.line.%d.NULL.--.after.re
10e0 70 65 61 74 69 6e 67 20 27 00 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 peating.'.'.times.is.=>..Warning
1100 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 :.str_repeat().expects.parameter
1120 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 .2.to.be.long,.string.given.in.%
1140 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 s.on.line.%d.NULL.--.after.repea
1160 74 69 6e 67 20 27 5c 30 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 ting.'\0'.times.is.=>..Warning:.
1180 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 str_repeat().expects.parameter.2
11a0 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 .to.be.long,.string.given.in.%s.
11c0 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 on.line.%d.NULL.--.after.repeati
11e0 6e 67 20 27 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 30 29 20 22 22 0a 2d ng.''.times.is.=>.string(0)."".-
1200 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 31 27 20 74 69 6d 65 73 20 69 73 20 3d -.after.repeating.'1'.times.is.=
1220 3e 20 73 74 72 69 6e 67 28 31 29 20 22 61 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 >.string(1)."a".--.after.repeati
1240 6e 67 20 27 34 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 34 29 20 22 61 61 ng.'4'.times.is.=>.string(4)."aa
1260 61 61 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 31 2e 32 33 27 20 74 69 aa".--.after.repeating.'1.23'.ti
1280 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 31 29 20 22 61 22 0a 2d 2d 20 61 66 74 65 72 mes.is.=>.string(1)."a".--.after
12a0 20 72 65 70 65 61 74 69 6e 67 20 27 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 .repeating.''.times.is.=>..Warni
12c0 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 ng:.str_repeat().expects.paramet
12e0 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e er.2.to.be.long,.string.given.in
1300 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 .%s.on.line.%d.NULL.--.after.rep
1320 65 61 74 69 6e 67 20 27 20 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a eating.'.'.times.is.=>..Warning:
1340 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 .str_repeat().expects.parameter.
1360 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 2.to.be.long,.string.given.in.%s
1380 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 0a 2d 2d 2d 20 73 74 72 5f 72 65 70 65 61 74 .on.line.%d.NULL..---.str_repeat
13a0 28 29 20 6f 66 20 27 66 6f 6f 27 20 2d 2d 2d 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 ().of.'foo'.---.--.after.repeati
13c0 6e 67 20 27 61 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 ng.'a'.times.is.=>..Warning:.str
13e0 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f _repeat().expects.parameter.2.to
1400 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 .be.long,.string.given.in.%s.on.
1420 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 line.%d.NULL.--.after.repeating.
1440 27 66 6f 6f 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 'foo'.times.is.=>..Warning:.str_
1460 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 repeat().expects.parameter.2.to.
1480 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c be.long,.string.given.in.%s.on.l
14a0 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 ine.%d.NULL.--.after.repeating.'
14c0 62 61 72 62 61 7a 62 61 78 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a barbazbax'.times.is.=>..Warning:
14e0 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 .str_repeat().expects.parameter.
1500 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 2.to.be.long,.string.given.in.%s
1520 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 .on.line.%d.NULL.--.after.repeat
1540 69 6e 67 20 27 00 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 ing.'.'.times.is.=>..Warning:.st
1560 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 r_repeat().expects.parameter.2.t
1580 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e o.be.long,.string.given.in.%s.on
15a0 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 .line.%d.NULL.--.after.repeating
15c0 20 27 5c 30 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f .'\0'.times.is.=>..Warning:.str_
15e0 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 repeat().expects.parameter.2.to.
1600 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c be.long,.string.given.in.%s.on.l
1620 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 ine.%d.NULL.--.after.repeating.'
1640 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 30 29 20 22 22 0a 2d 2d 20 61 66 '.times.is.=>.string(0)."".--.af
1660 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 31 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 ter.repeating.'1'.times.is.=>.st
1680 72 69 6e 67 28 33 29 20 22 66 6f 6f 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 ring(3)."foo".--.after.repeating
16a0 20 27 34 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 31 32 29 20 22 66 6f 6f .'4'.times.is.=>.string(12)."foo
16c0 66 6f 6f 66 6f 6f 66 6f 6f 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 31 foofoofoo".--.after.repeating.'1
16e0 2e 32 33 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 33 29 20 22 66 6f 6f 22 .23'.times.is.=>.string(3)."foo"
1700 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 27 20 74 69 6d 65 73 20 69 73 20 .--.after.repeating.''.times.is.
1720 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 =>..Warning:.str_repeat().expect
1740 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 s.parameter.2.to.be.long,.string
1760 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 .given.in.%s.on.line.%d.NULL.--.
1780 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 20 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 after.repeating.'.'.times.is.=>.
17a0 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 .Warning:.str_repeat().expects.p
17c0 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 arameter.2.to.be.long,.string.gi
17e0 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 0a 2d 2d 2d 20 73 ven.in.%s.on.line.%d.NULL..---.s
1800 74 72 5f 72 65 70 65 61 74 28 29 20 6f 66 20 27 62 61 72 62 61 7a 62 61 78 27 20 2d 2d 2d 0a 2d tr_repeat().of.'barbazbax'.---.-
1820 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 61 27 20 74 69 6d 65 73 20 69 73 20 3d -.after.repeating.'a'.times.is.=
1840 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 >..Warning:.str_repeat().expects
1860 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 .parameter.2.to.be.long,.string.
1880 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 given.in.%s.on.line.%d.NULL.--.a
18a0 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 66 6f 6f 27 20 74 69 6d 65 73 20 69 73 20 3d 3e fter.repeating.'foo'.times.is.=>
18c0 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 ..Warning:.str_repeat().expects.
18e0 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 parameter.2.to.be.long,.string.g
1900 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 iven.in.%s.on.line.%d.NULL.--.af
1920 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 62 61 72 62 61 7a 62 61 78 27 20 74 69 6d 65 73 20 ter.repeating.'barbazbax'.times.
1940 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 is.=>..Warning:.str_repeat().exp
1960 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 ects.parameter.2.to.be.long,.str
1980 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a ing.given.in.%s.on.line.%d.NULL.
19a0 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 00 27 20 74 69 6d 65 73 20 69 73 20 --.after.repeating.'.'.times.is.
19c0 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 =>..Warning:.str_repeat().expect
19e0 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 s.parameter.2.to.be.long,.string
1a00 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 .given.in.%s.on.line.%d.NULL.--.
1a20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 5c 30 27 20 74 69 6d 65 73 20 69 73 20 3d 3e after.repeating.'\0'.times.is.=>
1a40 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 ..Warning:.str_repeat().expects.
1a60 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 parameter.2.to.be.long,.string.g
1a80 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 iven.in.%s.on.line.%d.NULL.--.af
1aa0 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 ter.repeating.''.times.is.=>.str
1ac0 69 6e 67 28 30 29 20 22 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 31 27 ing(0)."".--.after.repeating.'1'
1ae0 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 39 29 20 22 62 61 72 62 61 7a 62 61 .times.is.=>.string(9)."barbazba
1b00 78 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 34 27 20 74 69 6d 65 73 20 x".--.after.repeating.'4'.times.
1b20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 33 36 29 20 22 62 61 72 62 61 7a 62 61 78 62 61 72 62 61 is.=>.string(36)."barbazbaxbarba
1b40 7a 62 61 78 62 61 72 62 61 7a 62 61 78 62 61 72 62 61 7a 62 61 78 22 0a 2d 2d 20 61 66 74 65 72 zbaxbarbazbaxbarbazbax".--.after
1b60 20 72 65 70 65 61 74 69 6e 67 20 27 31 2e 32 33 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 .repeating.'1.23'.times.is.=>.st
1b80 72 69 6e 67 28 39 29 20 22 62 61 72 62 61 7a 62 61 78 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 ring(9)."barbazbax".--.after.rep
1ba0 65 61 74 69 6e 67 20 27 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 eating.''.times.is.=>..Warning:.
1bc0 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 str_repeat().expects.parameter.2
1be0 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 .to.be.long,.string.given.in.%s.
1c00 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 on.line.%d.NULL.--.after.repeati
1c20 6e 67 20 27 20 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 ng.'.'.times.is.=>..Warning:.str
1c40 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f _repeat().expects.parameter.2.to
1c60 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 .be.long,.string.given.in.%s.on.
1c80 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 0a 2d 2d 2d 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 6f line.%d.NULL..---.str_repeat().o
1ca0 66 20 27 00 27 20 2d 2d 2d 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 61 27 f.'.'.---.--.after.repeating.'a'
1cc0 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 .times.is.=>..Warning:.str_repea
1ce0 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f t().expects.parameter.2.to.be.lo
1d00 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 ng,.string.given.in.%s.on.line.%
1d20 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 66 6f 6f 27 20 d.NULL.--.after.repeating.'foo'.
1d40 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 times.is.=>..Warning:.str_repeat
1d60 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e ().expects.parameter.2.to.be.lon
1d80 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 g,.string.given.in.%s.on.line.%d
1da0 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 62 61 72 62 61 7a .NULL.--.after.repeating.'barbaz
1dc0 62 61 78 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 bax'.times.is.=>..Warning:.str_r
1de0 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 epeat().expects.parameter.2.to.b
1e00 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 e.long,.string.given.in.%s.on.li
1e20 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 00 ne.%d.NULL.--.after.repeating.'.
1e40 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 '.times.is.=>..Warning:.str_repe
1e60 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c at().expects.parameter.2.to.be.l
1e80 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 ong,.string.given.in.%s.on.line.
1ea0 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 5c 30 27 20 %d.NULL.--.after.repeating.'\0'.
1ec0 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 times.is.=>..Warning:.str_repeat
1ee0 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e ().expects.parameter.2.to.be.lon
1f00 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 g,.string.given.in.%s.on.line.%d
1f20 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 27 20 74 69 6d 65 .NULL.--.after.repeating.''.time
1f40 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 30 29 20 22 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 s.is.=>.string(0)."".--.after.re
1f60 70 65 61 74 69 6e 67 20 27 31 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 31 peating.'1'.times.is.=>.string(1
1f80 29 20 22 00 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 34 27 20 74 69 6d ).".".--.after.repeating.'4'.tim
1fa0 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 34 29 20 22 00 00 00 00 22 0a 2d 2d 20 61 66 74 es.is.=>.string(4)."....".--.aft
1fc0 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 31 2e 32 33 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 er.repeating.'1.23'.times.is.=>.
1fe0 73 74 72 69 6e 67 28 31 29 20 22 00 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 string(1).".".--.after.repeating
2000 20 27 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 .''.times.is.=>..Warning:.str_re
2020 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 peat().expects.parameter.2.to.be
2040 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e .long,.string.given.in.%s.on.lin
2060 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 20 27 e.%d.NULL.--.after.repeating.'.'
2080 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 .times.is.=>..Warning:.str_repea
20a0 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f t().expects.parameter.2.to.be.lo
20c0 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 ng,.string.given.in.%s.on.line.%
20e0 64 0a 4e 55 4c 4c 0a 0a 2d 2d 2d 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 6f 66 20 27 5c 30 27 d.NULL..---.str_repeat().of.'\0'
2100 20 2d 2d 2d 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 61 27 20 74 69 6d 65 .---.--.after.repeating.'a'.time
2120 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 s.is.=>..Warning:.str_repeat().e
2140 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 xpects.parameter.2.to.be.long,.s
2160 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c tring.given.in.%s.on.line.%d.NUL
2180 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 66 6f 6f 27 20 74 69 6d 65 73 L.--.after.repeating.'foo'.times
21a0 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 .is.=>..Warning:.str_repeat().ex
21c0 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 pects.parameter.2.to.be.long,.st
21e0 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c ring.given.in.%s.on.line.%d.NULL
2200 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 62 61 72 62 61 7a 62 61 78 27 20 .--.after.repeating.'barbazbax'.
2220 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 times.is.=>..Warning:.str_repeat
2240 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e ().expects.parameter.2.to.be.lon
2260 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 g,.string.given.in.%s.on.line.%d
2280 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 00 27 20 74 69 6d .NULL.--.after.repeating.'.'.tim
22a0 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 es.is.=>..Warning:.str_repeat().
22c0 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 expects.parameter.2.to.be.long,.
22e0 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 string.given.in.%s.on.line.%d.NU
2300 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 5c 30 27 20 74 69 6d 65 73 LL.--.after.repeating.'\0'.times
2320 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 .is.=>..Warning:.str_repeat().ex
2340 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 pects.parameter.2.to.be.long,.st
2360 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c ring.given.in.%s.on.line.%d.NULL
2380 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 27 20 74 69 6d 65 73 20 69 73 20 .--.after.repeating.''.times.is.
23a0 3d 3e 20 73 74 72 69 6e 67 28 30 29 20 22 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 =>.string(0)."".--.after.repeati
23c0 6e 67 20 27 31 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 32 29 20 22 5c 30 ng.'1'.times.is.=>.string(2)."\0
23e0 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 34 27 20 74 69 6d 65 73 20 69 ".--.after.repeating.'4'.times.i
2400 73 20 3d 3e 20 73 74 72 69 6e 67 28 38 29 20 22 5c 30 5c 30 5c 30 5c 30 22 0a 2d 2d 20 61 66 74 s.=>.string(8)."\0\0\0\0".--.aft
2420 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 31 2e 32 33 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 er.repeating.'1.23'.times.is.=>.
2440 73 74 72 69 6e 67 28 32 29 20 22 5c 30 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e string(2)."\0".--.after.repeatin
2460 67 20 27 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 g.''.times.is.=>..Warning:.str_r
2480 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 epeat().expects.parameter.2.to.b
24a0 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 e.long,.string.given.in.%s.on.li
24c0 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 20 ne.%d.NULL.--.after.repeating.'.
24e0 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 '.times.is.=>..Warning:.str_repe
2500 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c at().expects.parameter.2.to.be.l
2520 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 ong,.string.given.in.%s.on.line.
2540 25 64 0a 4e 55 4c 4c 0a 0a 2d 2d 2d 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 6f 66 20 27 27 20 %d.NULL..---.str_repeat().of.''.
2560 2d 2d 2d 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 61 27 20 74 69 6d 65 73 ---.--.after.repeating.'a'.times
2580 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 .is.=>..Warning:.str_repeat().ex
25a0 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 pects.parameter.2.to.be.long,.st
25c0 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c ring.given.in.%s.on.line.%d.NULL
25e0 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 66 6f 6f 27 20 74 69 6d 65 73 20 .--.after.repeating.'foo'.times.
2600 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 is.=>..Warning:.str_repeat().exp
2620 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 ects.parameter.2.to.be.long,.str
2640 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a ing.given.in.%s.on.line.%d.NULL.
2660 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 62 61 72 62 61 7a 62 61 78 27 20 74 --.after.repeating.'barbazbax'.t
2680 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 imes.is.=>..Warning:.str_repeat(
26a0 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 ).expects.parameter.2.to.be.long
26c0 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a ,.string.given.in.%s.on.line.%d.
26e0 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 00 27 20 74 69 6d 65 NULL.--.after.repeating.'.'.time
2700 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 s.is.=>..Warning:.str_repeat().e
2720 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 xpects.parameter.2.to.be.long,.s
2740 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c tring.given.in.%s.on.line.%d.NUL
2760 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 5c 30 27 20 74 69 6d 65 73 20 L.--.after.repeating.'\0'.times.
2780 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 is.=>..Warning:.str_repeat().exp
27a0 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 ects.parameter.2.to.be.long,.str
27c0 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a ing.given.in.%s.on.line.%d.NULL.
27e0 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 27 20 74 69 6d 65 73 20 69 73 20 3d --.after.repeating.''.times.is.=
2800 3e 20 73 74 72 69 6e 67 28 30 29 20 22 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e >.string(0)."".--.after.repeatin
2820 67 20 27 31 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 30 29 20 22 22 0a 2d g.'1'.times.is.=>.string(0)."".-
2840 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 34 27 20 74 69 6d 65 73 20 69 73 20 3d -.after.repeating.'4'.times.is.=
2860 3e 20 73 74 72 69 6e 67 28 30 29 20 22 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e >.string(0)."".--.after.repeatin
2880 67 20 27 31 2e 32 33 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 30 29 20 22 g.'1.23'.times.is.=>.string(0)."
28a0 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 27 20 74 69 6d 65 73 20 69 73 ".--.after.repeating.''.times.is
28c0 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 .=>..Warning:.str_repeat().expec
28e0 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e ts.parameter.2.to.be.long,.strin
2900 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d g.given.in.%s.on.line.%d.NULL.--
2920 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 20 27 20 74 69 6d 65 73 20 69 73 20 3d 3e .after.repeating.'.'.times.is.=>
2940 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 ..Warning:.str_repeat().expects.
2960 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 parameter.2.to.be.long,.string.g
2980 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 0a 2d 2d 2d 20 iven.in.%s.on.line.%d.NULL..---.
29a0 73 74 72 5f 72 65 70 65 61 74 28 29 20 6f 66 20 27 31 27 20 2d 2d 2d 0a 2d 2d 20 61 66 74 65 72 str_repeat().of.'1'.---.--.after
29c0 20 72 65 70 65 61 74 69 6e 67 20 27 61 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e .repeating.'a'.times.is.=>..Warn
29e0 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 ing:.str_repeat().expects.parame
2a00 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 ter.2.to.be.long,.string.given.i
2a20 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 n.%s.on.line.%d.NULL.--.after.re
2a40 70 65 61 74 69 6e 67 20 27 66 6f 6f 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 peating.'foo'.times.is.=>..Warni
2a60 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 ng:.str_repeat().expects.paramet
2a80 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e er.2.to.be.long,.string.given.in
2aa0 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 .%s.on.line.%d.NULL.--.after.rep
2ac0 65 61 74 69 6e 67 20 27 62 61 72 62 61 7a 62 61 78 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a eating.'barbazbax'.times.is.=>..
2ae0 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 Warning:.str_repeat().expects.pa
2b00 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 rameter.2.to.be.long,.string.giv
2b20 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 en.in.%s.on.line.%d.NULL.--.afte
2b40 72 20 72 65 70 65 61 74 69 6e 67 20 27 00 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 r.repeating.'.'.times.is.=>..War
2b60 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d ning:.str_repeat().expects.param
2b80 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 eter.2.to.be.long,.string.given.
2ba0 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 in.%s.on.line.%d.NULL.--.after.r
2bc0 65 70 65 61 74 69 6e 67 20 27 5c 30 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 epeating.'\0'.times.is.=>..Warni
2be0 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 ng:.str_repeat().expects.paramet
2c00 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e er.2.to.be.long,.string.given.in
2c20 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 .%s.on.line.%d.NULL.--.after.rep
2c40 65 61 74 69 6e 67 20 27 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 30 29 20 eating.''.times.is.=>.string(0).
2c60 22 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 31 27 20 74 69 6d 65 73 20 "".--.after.repeating.'1'.times.
2c80 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 31 29 20 22 31 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 is.=>.string(1)."1".--.after.rep
2ca0 65 61 74 69 6e 67 20 27 34 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 34 29 eating.'4'.times.is.=>.string(4)
2cc0 20 22 31 31 31 31 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 31 2e 32 33 ."1111".--.after.repeating.'1.23
2ce0 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 31 29 20 22 31 22 0a 2d 2d 20 61 '.times.is.=>.string(1)."1".--.a
2d00 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 fter.repeating.''.times.is.=>..W
2d20 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 arning:.str_repeat().expects.par
2d40 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 ameter.2.to.be.long,.string.give
2d60 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 n.in.%s.on.line.%d.NULL.--.after
2d80 20 72 65 70 65 61 74 69 6e 67 20 27 20 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e .repeating.'.'.times.is.=>..Warn
2da0 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 ing:.str_repeat().expects.parame
2dc0 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 ter.2.to.be.long,.string.given.i
2de0 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 0a 2d 2d 2d 20 73 74 72 5f 72 65 n.%s.on.line.%d.NULL..---.str_re
2e00 70 65 61 74 28 29 20 6f 66 20 27 34 27 20 2d 2d 2d 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 peat().of.'4'.---.--.after.repea
2e20 74 69 6e 67 20 27 61 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 ting.'a'.times.is.=>..Warning:.s
2e40 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 tr_repeat().expects.parameter.2.
2e60 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f to.be.long,.string.given.in.%s.o
2e80 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e n.line.%d.NULL.--.after.repeatin
2ea0 67 20 27 66 6f 6f 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 g.'foo'.times.is.=>..Warning:.st
2ec0 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 r_repeat().expects.parameter.2.t
2ee0 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e o.be.long,.string.given.in.%s.on
2f00 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 .line.%d.NULL.--.after.repeating
2f20 20 27 62 61 72 62 61 7a 62 61 78 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e .'barbazbax'.times.is.=>..Warnin
2f40 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 g:.str_repeat().expects.paramete
2f60 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 r.2.to.be.long,.string.given.in.
2f80 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 %s.on.line.%d.NULL.--.after.repe
2fa0 61 74 69 6e 67 20 27 00 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 ating.'.'.times.is.=>..Warning:.
2fc0 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 str_repeat().expects.parameter.2
2fe0 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 .to.be.long,.string.given.in.%s.
3000 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 on.line.%d.NULL.--.after.repeati
3020 6e 67 20 27 5c 30 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 ng.'\0'.times.is.=>..Warning:.st
3040 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 r_repeat().expects.parameter.2.t
3060 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e o.be.long,.string.given.in.%s.on
3080 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 .line.%d.NULL.--.after.repeating
30a0 20 27 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 30 29 20 22 22 0a 2d 2d 20 .''.times.is.=>.string(0)."".--.
30c0 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 31 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 after.repeating.'1'.times.is.=>.
30e0 73 74 72 69 6e 67 28 31 29 20 22 34 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 string(1)."4".--.after.repeating
3100 20 27 34 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 34 29 20 22 34 34 34 34 .'4'.times.is.=>.string(4)."4444
3120 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 31 2e 32 33 27 20 74 69 6d 65 ".--.after.repeating.'1.23'.time
3140 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 31 29 20 22 34 22 0a 2d 2d 20 61 66 74 65 72 20 72 s.is.=>.string(1)."4".--.after.r
3160 65 70 65 61 74 69 6e 67 20 27 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 epeating.''.times.is.=>..Warning
3180 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 :.str_repeat().expects.parameter
31a0 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 .2.to.be.long,.string.given.in.%
31c0 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 s.on.line.%d.NULL.--.after.repea
31e0 74 69 6e 67 20 27 20 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 ting.'.'.times.is.=>..Warning:.s
3200 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 tr_repeat().expects.parameter.2.
3220 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f to.be.long,.string.given.in.%s.o
3240 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 0a 2d 2d 2d 20 73 74 72 5f 72 65 70 65 61 74 28 29 n.line.%d.NULL..---.str_repeat()
3260 20 6f 66 20 27 31 2e 32 33 27 20 2d 2d 2d 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e .of.'1.23'.---.--.after.repeatin
3280 67 20 27 61 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f g.'a'.times.is.=>..Warning:.str_
32a0 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 repeat().expects.parameter.2.to.
32c0 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c be.long,.string.given.in.%s.on.l
32e0 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 ine.%d.NULL.--.after.repeating.'
3300 66 6f 6f 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 foo'.times.is.=>..Warning:.str_r
3320 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 epeat().expects.parameter.2.to.b
3340 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 e.long,.string.given.in.%s.on.li
3360 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 62 ne.%d.NULL.--.after.repeating.'b
3380 61 72 62 61 7a 62 61 78 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 arbazbax'.times.is.=>..Warning:.
33a0 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 str_repeat().expects.parameter.2
33c0 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 .to.be.long,.string.given.in.%s.
33e0 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 on.line.%d.NULL.--.after.repeati
3400 6e 67 20 27 00 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 ng.'.'.times.is.=>..Warning:.str
3420 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f _repeat().expects.parameter.2.to
3440 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 .be.long,.string.given.in.%s.on.
3460 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 line.%d.NULL.--.after.repeating.
3480 27 5c 30 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 '\0'.times.is.=>..Warning:.str_r
34a0 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 epeat().expects.parameter.2.to.b
34c0 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 e.long,.string.given.in.%s.on.li
34e0 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 27 ne.%d.NULL.--.after.repeating.''
3500 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 30 29 20 22 22 0a 2d 2d 20 61 66 74 .times.is.=>.string(0)."".--.aft
3520 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 31 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 er.repeating.'1'.times.is.=>.str
3540 69 6e 67 28 34 29 20 22 31 2e 32 33 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 ing(4)."1.23".--.after.repeating
3560 20 27 34 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 31 36 29 20 22 31 2e 32 .'4'.times.is.=>.string(16)."1.2
3580 33 31 2e 32 33 31 2e 32 33 31 2e 32 33 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 31.231.231.23".--.after.repeatin
35a0 67 20 27 31 2e 32 33 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 34 29 20 22 g.'1.23'.times.is.=>.string(4)."
35c0 31 2e 32 33 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 27 20 74 69 6d 65 1.23".--.after.repeating.''.time
35e0 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 s.is.=>..Warning:.str_repeat().e
3600 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 xpects.parameter.2.to.be.long,.s
3620 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c tring.given.in.%s.on.line.%d.NUL
3640 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 20 27 20 74 69 6d 65 73 20 69 L.--.after.repeating.'.'.times.i
3660 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 s.=>..Warning:.str_repeat().expe
3680 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 cts.parameter.2.to.be.long,.stri
36a0 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 0a ng.given.in.%s.on.line.%d.NULL..
36c0 2d 2d 2d 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 6f 66 20 27 27 20 2d 2d 2d 0a 2d 2d 20 61 66 ---.str_repeat().of.''.---.--.af
36e0 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 61 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 ter.repeating.'a'.times.is.=>..W
3700 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 arning:.str_repeat().expects.par
3720 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 ameter.2.to.be.long,.string.give
3740 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 n.in.%s.on.line.%d.NULL.--.after
3760 20 72 65 70 65 61 74 69 6e 67 20 27 66 6f 6f 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 .repeating.'foo'.times.is.=>..Wa
3780 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 rning:.str_repeat().expects.para
37a0 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e meter.2.to.be.long,.string.given
37c0 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 .in.%s.on.line.%d.NULL.--.after.
37e0 72 65 70 65 61 74 69 6e 67 20 27 62 61 72 62 61 7a 62 61 78 27 20 74 69 6d 65 73 20 69 73 20 3d repeating.'barbazbax'.times.is.=
3800 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 >..Warning:.str_repeat().expects
3820 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 .parameter.2.to.be.long,.string.
3840 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 given.in.%s.on.line.%d.NULL.--.a
3860 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 00 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a fter.repeating.'.'.times.is.=>..
3880 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 Warning:.str_repeat().expects.pa
38a0 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 rameter.2.to.be.long,.string.giv
38c0 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 en.in.%s.on.line.%d.NULL.--.afte
38e0 72 20 72 65 70 65 61 74 69 6e 67 20 27 5c 30 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 r.repeating.'\0'.times.is.=>..Wa
3900 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 rning:.str_repeat().expects.para
3920 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e meter.2.to.be.long,.string.given
3940 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 .in.%s.on.line.%d.NULL.--.after.
3960 72 65 70 65 61 74 69 6e 67 20 27 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 repeating.''.times.is.=>.string(
3980 30 29 20 22 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 31 27 20 74 69 6d 0)."".--.after.repeating.'1'.tim
39a0 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 30 29 20 22 22 0a 2d 2d 20 61 66 74 65 72 20 72 es.is.=>.string(0)."".--.after.r
39c0 65 70 65 61 74 69 6e 67 20 27 34 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 epeating.'4'.times.is.=>.string(
39e0 30 29 20 22 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 31 2e 32 33 27 20 0)."".--.after.repeating.'1.23'.
3a00 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 30 29 20 22 22 0a 2d 2d 20 61 66 74 65 times.is.=>.string(0)."".--.afte
3a20 72 20 72 65 70 65 61 74 69 6e 67 20 27 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e r.repeating.''.times.is.=>..Warn
3a40 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 ing:.str_repeat().expects.parame
3a60 74 65 72 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 ter.2.to.be.long,.string.given.i
3a80 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 n.%s.on.line.%d.NULL.--.after.re
3aa0 70 65 61 74 69 6e 67 20 27 20 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 peating.'.'.times.is.=>..Warning
3ac0 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 :.str_repeat().expects.parameter
3ae0 20 32 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 .2.to.be.long,.string.given.in.%
3b00 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 0a 2d 2d 2d 20 73 74 72 5f 72 65 70 65 61 s.on.line.%d.NULL..---.str_repea
3b20 74 28 29 20 6f 66 20 27 20 27 20 2d 2d 2d 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e t().of.'.'.---.--.after.repeatin
3b40 67 20 27 61 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f g.'a'.times.is.=>..Warning:.str_
3b60 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 repeat().expects.parameter.2.to.
3b80 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c be.long,.string.given.in.%s.on.l
3ba0 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 ine.%d.NULL.--.after.repeating.'
3bc0 66 6f 6f 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 foo'.times.is.=>..Warning:.str_r
3be0 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 epeat().expects.parameter.2.to.b
3c00 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 e.long,.string.given.in.%s.on.li
3c20 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 62 ne.%d.NULL.--.after.repeating.'b
3c40 61 72 62 61 7a 62 61 78 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 arbazbax'.times.is.=>..Warning:.
3c60 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 str_repeat().expects.parameter.2
3c80 20 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 .to.be.long,.string.given.in.%s.
3ca0 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 on.line.%d.NULL.--.after.repeati
3cc0 6e 67 20 27 00 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 ng.'.'.times.is.=>..Warning:.str
3ce0 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f _repeat().expects.parameter.2.to
3d00 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 .be.long,.string.given.in.%s.on.
3d20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 line.%d.NULL.--.after.repeating.
3d40 27 5c 30 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 '\0'.times.is.=>..Warning:.str_r
3d60 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 epeat().expects.parameter.2.to.b
3d80 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 e.long,.string.given.in.%s.on.li
3da0 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 27 ne.%d.NULL.--.after.repeating.''
3dc0 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 30 29 20 22 22 0a 2d 2d 20 61 66 74 .times.is.=>.string(0)."".--.aft
3de0 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 31 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 er.repeating.'1'.times.is.=>.str
3e00 69 6e 67 28 31 29 20 22 20 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 34 ing(1).".".--.after.repeating.'4
3e20 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 34 29 20 22 20 20 20 20 22 0a 2d '.times.is.=>.string(4)."....".-
3e40 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e 67 20 27 31 2e 32 33 27 20 74 69 6d 65 73 20 69 -.after.repeating.'1.23'.times.i
3e60 73 20 3d 3e 20 73 74 72 69 6e 67 28 31 29 20 22 20 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 s.=>.string(1).".".--.after.repe
3e80 61 74 69 6e 67 20 27 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 ating.''.times.is.=>..Warning:.s
3ea0 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 tr_repeat().expects.parameter.2.
3ec0 74 6f 20 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f to.be.long,.string.given.in.%s.o
3ee0 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 6e n.line.%d.NULL.--.after.repeatin
3f00 67 20 27 20 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f g.'.'.times.is.=>..Warning:.str_
3f20 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 repeat().expects.parameter.2.to.
3f40 62 65 20 6c 6f 6e 67 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c be.long,.string.given.in.%s.on.l
3f60 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 0a 2a 2a 2a 20 54 65 73 74 69 6e 67 20 73 74 72 5f 72 65 70 ine.%d.NULL..***.Testing.str_rep
3f80 65 61 74 28 29 20 77 69 74 68 20 63 6f 6d 70 6c 65 78 20 73 74 72 69 6e 67 73 20 63 6f 6e 74 61 eat().with.complex.strings.conta
3fa0 69 6e 69 6e 67 20 0a 20 20 20 20 20 20 20 6f 74 68 65 72 20 74 68 61 6e 20 37 2d 62 69 74 20 63 ining.........other.than.7-bit.c
3fc0 68 61 72 73 20 2a 2a 2a 0a 73 74 72 69 6e 67 28 32 31 29 20 22 00 80 81 ea eb fe ff 00 80 81 ea hars.***.string(21)."...........
3fe0 eb fe ff 00 80 81 ea eb fe ff 22 0a 73 74 72 69 6e 67 28 32 31 29 20 22 00 80 81 ea eb fe ff 00 ..........".string(21)."........
4000 80 81 ea eb fe ff 00 80 81 ea eb fe ff 22 0a 0a 0a 2a 2a 2a 20 54 65 73 74 69 6e 67 20 65 72 72 ............."...***.Testing.err
4020 6f 72 20 63 6f 6e 64 69 74 69 6f 6e 73 20 2a 2a 2a 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 or.conditions.***.Warning:.str_r
4040 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 65 78 61 63 74 6c 79 20 32 20 70 61 72 61 6d 65 epeat().expects.exactly.2.parame
4060 74 65 72 73 2c 20 30 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e ters,.0.given.in.%s.on.line.%d.N
4080 55 4c 4c 0a 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 ULL..Warning:.str_repeat().expec
40a0 74 73 20 65 78 61 63 74 6c 79 20 32 20 70 61 72 61 6d 65 74 65 72 73 2c 20 31 20 67 69 76 65 6e ts.exactly.2.parameters,.1.given
40c0 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 0a 57 61 72 6e 69 6e 67 3a .in.%s.on.line.%d.NULL..Warning:
40e0 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 65 78 70 65 63 74 73 20 65 78 61 63 74 6c 79 20 32 20 .str_repeat().expects.exactly.2.
4100 70 61 72 61 6d 65 74 65 72 73 2c 20 33 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e parameters,.3.given.in.%s.on.lin
4120 65 20 25 64 0a 4e 55 4c 4c 0a 0a 57 61 72 6e 69 6e 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 e.%d.NULL..Warning:.str_repeat()
4140 3a 20 53 65 63 6f 6e 64 20 61 72 67 75 6d 65 6e 74 20 68 61 73 20 74 6f 20 62 65 20 67 72 65 61 :.Second.argument.has.to.be.grea
4160 74 65 72 20 74 68 61 6e 20 6f 72 20 65 71 75 61 6c 20 74 6f 20 30 20 69 6e 20 25 73 20 6f 6e 20 ter.than.or.equal.to.0.in.%s.on.
4180 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 44 6f 6e 65 0a line.%d.NULL.Done.