summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/str_repeat.phpt
blob: bbcc489990a198fdb7e7e8229c72ddb14fab75c1 (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 61 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.variant.....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 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 2.to.be.integer,.string.given.in
0fc0 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
0fe0 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 6e eating.'foo'.times.is.=>..Warnin
1000 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
1020 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 r.2.to.be.integer,.string.given.
1040 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
1060 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 3e epeating.'barbazbax'.times.is.=>
1080 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.
10a0 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e parameter.2.to.be.integer,.strin
10c0 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.--
10e0 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 3d 3e .after.repeating.'.'.times.is.=>
1100 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.
1120 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e parameter.2.to.be.integer,.strin
1140 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.--
1160 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 69 73 20 3d .after.repeating.'\0'.times.is.=
1180 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
11a0 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 .parameter.2.to.be.integer,.stri
11c0 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 2d ng.given.in.%s.on.line.%d.NULL.-
11e0 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 3e -.after.repeating.''.times.is.=>
1200 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 67 .string(0)."".--.after.repeating
1220 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 29 20 22 61 22 0a 2d .'1'.times.is.=>.string(1)."a".-
1240 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.=
1260 3e 20 73 74 72 69 6e 67 28 34 29 20 22 61 61 61 61 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 >.string(4)."aaaa".--.after.repe
1280 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 72 69 6e 67 28 ating.'1.23'.times.is.=>.string(
12a0 31 29 20 22 61 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 1)."a".--.after.repeating.''.tim
12c0 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().
12e0 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 69 6e 74 65 67 65 expects.parameter.2.to.be.intege
1300 72 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 r,.string.given.in.%s.on.line.%d
1320 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 20 74 69 6d .NULL.--.after.repeating.'.'.tim
1340 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().
1360 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 69 6e 74 65 67 65 expects.parameter.2.to.be.intege
1380 72 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 r,.string.given.in.%s.on.line.%d
13a0 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 66 6f 6f 27 .NULL..---.str_repeat().of.'foo'
13c0 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
13e0 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
1400 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 69 6e 74 65 67 65 72 xpects.parameter.2.to.be.integer
1420 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.
1440 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 74 69 NULL.--.after.repeating.'foo'.ti
1460 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 29 mes.is.=>..Warning:.str_repeat()
1480 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 69 6e 74 65 67 .expects.parameter.2.to.be.integ
14a0 65 72 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 er,.string.given.in.%s.on.line.%
14c0 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 61 72 62 61 d.NULL.--.after.repeating.'barba
14e0 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 73 74 72 5f zbax'.times.is.=>..Warning:.str_
1500 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.
1520 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f be.integer,.string.given.in.%s.o
1540 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
1560 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 5f g.'.'.times.is.=>..Warning:.str_
1580 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.
15a0 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f be.integer,.string.given.in.%s.o
15c0 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
15e0 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 72 g.'\0'.times.is.=>..Warning:.str
1600 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
1620 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 .be.integer,.string.given.in.%s.
1640 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
1660 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)."".-
1680 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.=
16a0 3e 20 73 74 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 >.string(3)."foo".--.after.repea
16c0 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 31 32 29 20 ting.'4'.times.is.=>.string(12).
16e0 22 66 6f 6f 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 "foofoofoofoo".--.after.repeatin
1700 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 33 29 20 22 g.'1.23'.times.is.=>.string(3)."
1720 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 27 20 74 69 6d 65 73 foo".--.after.repeating.''.times
1740 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
1760 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c pects.parameter.2.to.be.integer,
1780 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 4e .string.given.in.%s.on.line.%d.N
17a0 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 20 74 69 6d 65 73 ULL.--.after.repeating.'.'.times
17c0 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
17e0 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c pects.parameter.2.to.be.integer,
1800 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 4e .string.given.in.%s.on.line.%d.N
1820 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 62 61 72 62 61 7a ULL..---.str_repeat().of.'barbaz
1840 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 27 61 27 20 bax'.---.--.after.repeating.'a'.
1860 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
1880 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 69 6e 74 ().expects.parameter.2.to.be.int
18a0 65 67 65 72 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 eger,.string.given.in.%s.on.line
18c0 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 66 6f 6f .%d.NULL.--.after.repeating.'foo
18e0 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
1900 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 69 at().expects.parameter.2.to.be.i
1920 6e 74 65 67 65 72 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 nteger,.string.given.in.%s.on.li
1940 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
1960 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:.
1980 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
19a0 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 .to.be.integer,.string.given.in.
19c0 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
19e0 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:.
1a00 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
1a20 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 .to.be.integer,.string.given.in.
1a40 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
1a60 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 6e 67 3a ating.'\0'.times.is.=>..Warning:
1a80 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.
1aa0 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 2.to.be.integer,.string.given.in
1ac0 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
1ae0 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).
1b00 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.
1b20 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 78 22 0a 2d 2d 20 61 is.=>.string(9)."barbazbax".--.a
1b40 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 3e 20 73 fter.repeating.'4'.times.is.=>.s
1b60 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 7a 62 61 78 62 61 72 tring(36)."barbazbaxbarbazbaxbar
1b80 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 20 72 65 70 65 61 74 bazbaxbarbazbax".--.after.repeat
1ba0 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 72 69 6e 67 28 39 29 ing.'1.23'.times.is.=>.string(9)
1bc0 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 65 61 74 69 6e 67 20 ."barbazbax".--.after.repeating.
1be0 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 70 ''.times.is.=>..Warning:.str_rep
1c00 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 20 eat().expects.parameter.2.to.be.
1c20 69 6e 74 65 67 65 72 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 integer,.string.given.in.%s.on.l
1c40 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.'
1c60 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 72 65 70 .'.times.is.=>..Warning:.str_rep
1c80 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 20 eat().expects.parameter.2.to.be.
1ca0 69 6e 74 65 67 65 72 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 integer,.string.given.in.%s.on.l
1cc0 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 66 ine.%d.NULL..---.str_repeat().of
1ce0 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 20 .'.'.---.--.after.repeating.'a'.
1d00 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
1d20 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 69 6e 74 ().expects.parameter.2.to.be.int
1d40 65 67 65 72 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 eger,.string.given.in.%s.on.line
1d60 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 66 6f 6f .%d.NULL.--.after.repeating.'foo
1d80 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
1da0 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 69 at().expects.parameter.2.to.be.i
1dc0 6e 74 65 67 65 72 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 nteger,.string.given.in.%s.on.li
1de0 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
1e00 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:.
1e20 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
1e40 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 .to.be.integer,.string.given.in.
1e60 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
1e80 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:.
1ea0 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
1ec0 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 .to.be.integer,.string.given.in.
1ee0 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
1f00 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 6e 67 3a ating.'\0'.times.is.=>..Warning:
1f20 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.
1f40 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 2.to.be.integer,.string.given.in
1f60 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
1f80 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).
1fa0 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.
1fc0 69 73 20 3d 3e 20 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 is.=>.string(1).".".--.after.rep
1fe0 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)
2000 20 22 00 00 00 00 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 ."....".--.after.repeating.'1.23
2020 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 00 22 0a 2d 2d 20 61 '.times.is.=>.string(1).".".--.a
2040 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
2060 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
2080 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 ameter.2.to.be.integer,.string.g
20a0 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
20c0 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 0a 57 ter.repeating.'.'.times.is.=>..W
20e0 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
2100 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 ameter.2.to.be.integer,.string.g
2120 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..---.
2140 73 74 72 5f 72 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 str_repeat().of.'\0'.---.--.afte
2160 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 61 72 r.repeating.'a'.times.is.=>..War
2180 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
21a0 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 eter.2.to.be.integer,.string.giv
21c0 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
21e0 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 20 0a 57 r.repeating.'foo'.times.is.=>..W
2200 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
2220 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 ameter.2.to.be.integer,.string.g
2240 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
2260 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.
2280 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
22a0 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 ects.parameter.2.to.be.integer,.
22c0 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
22e0 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 73 20 LL.--.after.repeating.'.'.times.
2300 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
2320 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 ects.parameter.2.to.be.integer,.
2340 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
2360 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
2380 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
23a0 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c pects.parameter.2.to.be.integer,
23c0 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 4e .string.given.in.%s.on.line.%d.N
23e0 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 73 20 ULL.--.after.repeating.''.times.
2400 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 70 65 is.=>.string(0)."".--.after.repe
2420 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 32 29 20 ating.'1'.times.is.=>.string(2).
2440 22 5c 30 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 "\0".--.after.repeating.'4'.time
2460 73 20 69 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 s.is.=>.string(8)."\0\0\0\0".--.
2480 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 73 20 after.repeating.'1.23'.times.is.
24a0 3d 3e 20 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 =>.string(2)."\0".--.after.repea
24c0 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 74 ting.''.times.is.=>..Warning:.st
24e0 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
2500 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 o.be.integer,.string.given.in.%s
2520 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
2540 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 74 ing.'.'.times.is.=>..Warning:.st
2560 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
2580 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 o.be.integer,.string.given.in.%s
25a0 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
25c0 28 29 20 6f 66 20 27 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 ().of.''.---.--.after.repeating.
25e0 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 72 65 'a'.times.is.=>..Warning:.str_re
2600 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
2620 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 .integer,.string.given.in.%s.on.
2640 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.
2660 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_
2680 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.
26a0 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f be.integer,.string.given.in.%s.o
26c0 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
26e0 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 69 g.'barbazbax'.times.is.=>..Warni
2700 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
2720 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e er.2.to.be.integer,.string.given
2740 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.
2760 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 6e 69 repeating.'.'.times.is.=>..Warni
2780 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
27a0 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e er.2.to.be.integer,.string.given
27c0 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.
27e0 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 72 6e repeating.'\0'.times.is.=>..Warn
2800 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
2820 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 ter.2.to.be.integer,.string.give
2840 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
2860 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 69 6e 67 .repeating.''.times.is.=>.string
2880 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 20 74 69 (0)."".--.after.repeating.'1'.ti
28a0 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 72 20 mes.is.=>.string(0)."".--.after.
28c0 72 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 repeating.'4'.times.is.=>.string
28e0 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 2e 32 33 27 (0)."".--.after.repeating.'1.23'
2900 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
2920 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 61 72 er.repeating.''.times.is.=>..War
2940 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
2960 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 eter.2.to.be.integer,.string.giv
2980 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
29a0 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 0a 57 61 72 r.repeating.'.'.times.is.=>..War
29c0 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
29e0 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 eter.2.to.be.integer,.string.giv
2a00 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 74 en.in.%s.on.line.%d.NULL..---.st
2a20 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 20 72 r_repeat().of.'1'.---.--.after.r
2a40 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 69 6e epeating.'a'.times.is.=>..Warnin
2a60 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
2a80 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 r.2.to.be.integer,.string.given.
2aa0 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
2ac0 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 72 6e epeating.'foo'.times.is.=>..Warn
2ae0 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
2b00 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 ter.2.to.be.integer,.string.give
2b20 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
2b40 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 69 73 20 .repeating.'barbazbax'.times.is.
2b60 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
2b80 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 s.parameter.2.to.be.integer,.str
2ba0 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.
2bc0 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.
2be0 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
2c00 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 s.parameter.2.to.be.integer,.str
2c20 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.
2c40 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 69 73 --.after.repeating.'\0'.times.is
2c60 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
2c80 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 ts.parameter.2.to.be.integer,.st
2ca0 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
2cc0 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.
2ce0 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
2d00 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 29 20 22 31 22 ng.'1'.times.is.=>.string(1)."1"
2d20 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 73 .--.after.repeating.'4'.times.is
2d40 20 3d 3e 20 73 74 72 69 6e 67 28 34 29 20 22 31 31 31 31 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 .=>.string(4)."1111".--.after.re
2d60 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 72 69 6e peating.'1.23'.times.is.=>.strin
2d80 67 28 31 29 20 22 31 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 g(1)."1".--.after.repeating.''.t
2da0 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(
2dc0 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 69 6e 74 65 ).expects.parameter.2.to.be.inte
2de0 67 65 72 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 ger,.string.given.in.%s.on.line.
2e00 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 20 74 %d.NULL.--.after.repeating.'.'.t
2e20 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(
2e40 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 69 6e 74 65 ).expects.parameter.2.to.be.inte
2e60 67 65 72 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 ger,.string.given.in.%s.on.line.
2e80 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 34 27 %d.NULL..---.str_repeat().of.'4'
2ea0 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
2ec0 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
2ee0 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 69 6e 74 65 67 65 72 xpects.parameter.2.to.be.integer
2f00 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.
2f20 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 74 69 NULL.--.after.repeating.'foo'.ti
2f40 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 29 mes.is.=>..Warning:.str_repeat()
2f60 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 69 6e 74 65 67 .expects.parameter.2.to.be.integ
2f80 65 72 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 er,.string.given.in.%s.on.line.%
2fa0 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 61 72 62 61 d.NULL.--.after.repeating.'barba
2fc0 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 73 74 72 5f zbax'.times.is.=>..Warning:.str_
2fe0 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.
3000 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f be.integer,.string.given.in.%s.o
3020 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
3040 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 5f g.'.'.times.is.=>..Warning:.str_
3060 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.
3080 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f be.integer,.string.given.in.%s.o
30a0 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
30c0 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 72 g.'\0'.times.is.=>..Warning:.str
30e0 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
3100 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 .be.integer,.string.given.in.%s.
3120 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
3140 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)."".-
3160 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.=
3180 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 65 70 65 61 74 69 >.string(1)."4".--.after.repeati
31a0 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 34 34 ng.'4'.times.is.=>.string(4)."44
31c0 34 34 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 44".--.after.repeating.'1.23'.ti
31e0 6d 65 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 mes.is.=>.string(1)."4".--.after
3200 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
3220 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
3240 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e er.2.to.be.integer,.string.given
3260 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.
3280 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 69 repeating.'.'.times.is.=>..Warni
32a0 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
32c0 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e er.2.to.be.integer,.string.given
32e0 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 74 72 5f .in.%s.on.line.%d.NULL..---.str_
3300 72 65 70 65 61 74 28 29 20 6f 66 20 27 31 2e 32 33 27 20 2d 2d 2d 0a 2d 2d 20 61 66 74 65 72 20 repeat().of.'1.23'.---.--.after.
3320 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 69 repeating.'a'.times.is.=>..Warni
3340 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
3360 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e er.2.to.be.integer,.string.given
3380 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.
33a0 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 72 repeating.'foo'.times.is.=>..War
33c0 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
33e0 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 eter.2.to.be.integer,.string.giv
3400 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
3420 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 69 73 r.repeating.'barbazbax'.times.is
3440 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
3460 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 ts.parameter.2.to.be.integer,.st
3480 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
34a0 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 73 20 69 73 .--.after.repeating.'.'.times.is
34c0 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
34e0 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 ts.parameter.2.to.be.integer,.st
3500 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
3520 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 69 .--.after.repeating.'\0'.times.i
3540 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
3560 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 cts.parameter.2.to.be.integer,.s
3580 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
35a0 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 73 20 69 73 L.--.after.repeating.''.times.is
35c0 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 70 65 61 74 .=>.string(0)."".--.after.repeat
35e0 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 34 29 20 22 31 ing.'1'.times.is.=>.string(4)."1
3600 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 34 27 20 74 69 6d 65 .23".--.after.repeating.'4'.time
3620 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 31 36 29 20 22 31 2e 32 33 31 2e 32 33 31 2e 32 33 s.is.=>.string(16)."1.231.231.23
3640 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 31 2e 32 33 27 20 1.23".--.after.repeating.'1.23'.
3660 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 34 29 20 22 31 2e 32 33 22 0a 2d 2d 20 times.is.=>.string(4)."1.23".--.
3680 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 3e 20 0a after.repeating.''.times.is.=>..
36a0 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
36c0 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 rameter.2.to.be.integer,.string.
36e0 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
3700 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 0a fter.repeating.'.'.times.is.=>..
3720 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
3740 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 rameter.2.to.be.integer,.string.
3760 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 2d 2d 2d given.in.%s.on.line.%d.NULL..---
3780 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 74 65 72 .str_repeat().of.''.---.--.after
37a0 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
37c0 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
37e0 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 ter.2.to.be.integer,.string.give
3800 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
3820 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
3840 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
3860 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 meter.2.to.be.integer,.string.gi
3880 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 74 ven.in.%s.on.line.%d.NULL.--.aft
38a0 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 69 er.repeating.'barbazbax'.times.i
38c0 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
38e0 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 cts.parameter.2.to.be.integer,.s
3900 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
3920 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 73 20 69 L.--.after.repeating.'.'.times.i
3940 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
3960 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 cts.parameter.2.to.be.integer,.s
3980 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
39a0 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.
39c0 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
39e0 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 ects.parameter.2.to.be.integer,.
3a00 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
3a20 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 73 20 69 LL.--.after.repeating.''.times.i
3a40 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 70 65 61 s.=>.string(0)."".--.after.repea
3a60 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 30 29 20 22 ting.'1'.times.is.=>.string(0)."
3a80 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
3aa0 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 70 65 61 s.=>.string(0)."".--.after.repea
3ac0 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 72 69 6e 67 28 30 ting.'1.23'.times.is.=>.string(0
3ae0 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 27 20 74 69 6d 65 73 )."".--.after.repeating.''.times
3b00 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
3b20 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c pects.parameter.2.to.be.integer,
3b40 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 4e .string.given.in.%s.on.line.%d.N
3b60 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 20 74 69 6d 65 73 ULL.--.after.repeating.'.'.times
3b80 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
3ba0 70 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c pects.parameter.2.to.be.integer,
3bc0 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 4e .string.given.in.%s.on.line.%d.N
3be0 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 20 27 20 2d 2d 2d ULL..---.str_repeat().of.'.'.---
3c00 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 20 69 73 .--.after.repeating.'a'.times.is
3c20 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
3c40 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 ts.parameter.2.to.be.integer,.st
3c60 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
3c80 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.
3ca0 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
3cc0 65 63 74 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 ects.parameter.2.to.be.integer,.
3ce0 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
3d00 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 62 61 78 LL.--.after.repeating.'barbazbax
3d20 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
3d40 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 69 at().expects.parameter.2.to.be.i
3d60 6e 74 65 67 65 72 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 nteger,.string.given.in.%s.on.li
3d80 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.'.
3da0 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
3dc0 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 69 at().expects.parameter.2.to.be.i
3de0 6e 74 65 67 65 72 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 nteger,.string.given.in.%s.on.li
3e00 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 5c ne.%d.NULL.--.after.repeating.'\
3e20 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 65 70 0'.times.is.=>..Warning:.str_rep
3e40 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 20 eat().expects.parameter.2.to.be.
3e60 69 6e 74 65 67 65 72 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 integer,.string.given.in.%s.on.l
3e80 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.'
3ea0 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
3ec0 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
3ee0 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 61 74 69 6e 67 20 27 ring(1).".".--.after.repeating.'
3f00 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 20 20 20 20 22 0a 4'.times.is.=>.string(4)."....".
3f20 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 73 20 --.after.repeating.'1.23'.times.
3f40 69 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 is.=>.string(1).".".--.after.rep
3f60 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:.
3f80 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
3fa0 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 .to.be.integer,.string.given.in.
3fc0 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
3fe0 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 20 ating.'.'.times.is.=>..Warning:.
4000 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
4020 20 74 6f 20 62 65 20 69 6e 74 65 67 65 72 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 .to.be.integer,.string.given.in.
4040 25 73 20 6f 6e 20 6c 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 %s.on.line.%d.NULL..***.Testing.
4060 73 74 72 5f 72 65 70 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 str_repeat().with.complex.string
4080 73 20 63 6f 6e 74 61 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 s.containing.........other.than.
40a0 37 2d 62 69 74 20 63 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 7-bit.chars.***.string(21)."....
40c0 eb fe ff 00 80 81 ea 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 .................".string(21).".
40e0 80 81 ea eb fe ff 00 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 ...................."...***.Test
4100 69 6e 67 20 65 72 72 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 ing.error.conditions.***.Warning
4120 3a 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 :.str_repeat().expects.exactly.2
4140 20 70 61 72 61 6d 65 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 .parameters,.0.given.in.%s.on.li
4160 6e 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 ne.%d.NULL..Warning:.str_repeat(
4180 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 74 65 72 73 2c 20 ).expects.exactly.2.parameters,.
41a0 31 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 57 1.given.in.%s.on.line.%d.NULL..W
41c0 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 65 78 61 arning:.str_repeat().expects.exa
41e0 63 74 6c 79 20 32 20 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 ctly.2.parameters,.3.given.in.%s
4200 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 20 73 74 72 5f 72 .on.line.%d.NULL..Warning:.str_r
4220 65 70 65 61 74 28 29 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 epeat():.Second.argument.has.to.
4240 62 65 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 20 69 6e be.greater.than.or.equal.to.0.in
4260 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 44 6f 6e 65 0a .%s.on.line.%d.NULL.Done.