summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/str_repeat.phpt
blob: beb5e805f831590a20dc44997d82a13210483709 (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 20 2a 2f 0a 66 6f 72 65 61 63 68 28 24 76 61 tiplier.as.an.int.*/.foreach($va
0240 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 20 22 5c 6e riations.as.$input).{...echo."\n
0260 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 20 2d 2d 2d ---.str_repeat().of.'$input'.---
0280 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 29 20 7b 0a \n".;...for($n=0;.$n<4;.$n++).{.
02a0 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 24 6e 20 ....echo."--.after.repeating.$n.
02c0 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 72 65 70 65 times.is.=>.";.....echo.str_repe
02e0 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 2f 2a 20 76 at($input,.$n)."\n";...}.}../*.v
0300 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 65 6c 6c 20 ariations.in.multiplier.as.well.
0320 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 6d 65 20 76 as.string.to.be.repeated..Same.v
0340 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 73 20 73 74 ariant.....values.are.used.as.st
0360 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 61 73 20 6d ring.to.be.repeated.as.well.as.m
0380 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 65 73 74 69 ultiplier.*/.echo."\n\n***.Testi
03a0 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 20 73 74 72 ng.str_repeat().with.various.str
03c0 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 3b 0a 66 6f ings.&.multiplier.value.***";.fo
03e0 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 74 20 29 20 reach.(.$variations.as.$input.).
0400 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 20 6f 66 20 {...echo."\n---.str_repeat().of.
0420 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 28 20 24 76 '$input'.---\n".;...foreach.(.$v
0440 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 0a 20 20 20 ariations.as.$multiplier.).{....
0460 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 6d 75 6c 74 .echo."--.after.repeating.'$mult
0480 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 61 72 5f 64 iplier'.times.is.=>.";.....var_d
04a0 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 74 69 70 6c ump(.str_repeat($input,.$multipl
04c0 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 54 65 73 74 ier).);...}.}...echo."\n***.Test
04e0 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 78 20 73 74 ing.str_repeat().with.complex.st
0500 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 65 72 20 74 rings.containing.........other.t
0520 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 20 3d 20 63 han.7-bit.chars.***\n";.$str.=.c
0540 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 32 33 34 29 hr(0).chr(128).chr(129).chr(234)
0560 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 0a 76 61 72 .chr(235).chr(254).chr(255);.var
0580 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 31 29 29 29 _dump(str_repeat($str,.chr(51)))
05a0 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 65 6e 0a 76 ;..//.ASCII.value.of.'3'.given.v
05c0 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 3b 0a 0a 0a ar_dump(str_repeat($str,.3));...
05e0 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 63 6f 6e 64 echo."\n\n***.Testing.error.cond
0600 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 65 70 65 61 itions.***";.var_dump(.str_repea
0620 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 70 28 20 73 t().);..//.Zero.args.var_dump(.s
0640 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 61 72 67 73 tr_repeat($input[0]).);..//.args
0660 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 70 65 61 74 .<.expected.var_dump(.str_repeat
0680 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 73 20 3e 20 ($input[0],.3,.4).);..//.args.>.
06a0 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 74 28 24 69 expected.var_dump(.str_repeat($i
06c0 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 61 72 67 20 nput[0],.-1).);..//.Invalid.arg.
06e0 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 22 3b 0a 3f for.multiplier..echo."Done\n";.?
0700 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 72 5f 72 65 >.--EXPECTF--.***.Testing.str_re
0720 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 20 2a 2a 2a peat().with.possible.strings.***
0740 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 0a 2d 2d 20 .---.str_repeat().of.'a'.---.--.
0760 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 2d after.repeating.0.times.is.=>..-
0780 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 20 -.after.repeating.1.times.is.=>.
07a0 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 20 69 73 20 a.--.after.repeating.2.times.is.
07c0 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 69 6d 65 73 =>.aa.--.after.repeating.3.times
07e0 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 20 6f 66 20 .is.=>.aaa..---.str_repeat().of.
0800 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 20 30 20 74 'foo'.---.--.after.repeating.0.t
0820 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 67 20 31 imes.is.=>..--.after.repeating.1
0840 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 70 65 61 74 .times.is.=>.foo.--.after.repeat
0860 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 61 66 74 65 ing.2.times.is.=>.foofoo.--.afte
0880 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 6f 66 6f 6f r.repeating.3.times.is.=>.foofoo
08a0 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 72 62 61 7a foo..---.str_repeat().of.'barbaz
08c0 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 30 20 74 69 bax'.---.--.after.repeating.0.ti
08e0 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.
0900 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 65 72 20 72 times.is.=>.barbazbax.--.after.r
0920 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 7a 62 61 78 epeating.2.times.is.=>.barbazbax
0940 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 20 33 20 74 barbazbax.--.after.repeating.3.t
0960 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 78 62 61 72 imes.is.=>.barbazbaxbarbazbaxbar
0980 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 27 00 27 20 bazbax..---.str_repeat().of.'.'.
09a0 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
09c0 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
09e0 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 32 20 74 69 .is.=>...--.after.repeating.2.ti
0a00 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 69 6e 67 20 mes.is.=>....--.after.repeating.
0a20 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 65 70 65 61 3.times.is.=>......---.str_repea
0a40 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 65 61 74 69 t().of.'\0'.---.--.after.repeati
0a60 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 65 70 65 61 ng.0.times.is.=>..--.after.repea
0a80 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 65 72 20 72 ting.1.times.is.=>.\0.--.after.r
0aa0 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 2d 2d 20 61 epeating.2.times.is.=>.\0\0.--.a
0ac0 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 5c 30 5c fter.repeating.3.times.is.=>.\0\
0ae0 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 2d 2d 2d 0a 0\0..---.str_repeat().of.''.---.
0b00 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 3e --.after.repeating.0.times.is.=>
0b20 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 20 ..--.after.repeating.1.times.is.
0b40 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 65 73 20 69 =>..--.after.repeating.2.times.i
0b60 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 69 6d 65 73 s.=>..--.after.repeating.3.times
0b80 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 20 27 31 27 .is.=>...---.str_repeat().of.'1'
0ba0 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 65 73 20 .---.--.after.repeating.0.times.
0bc0 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 69 6d 65 is.=>..--.after.repeating.1.time
0be0 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 20 32 20 74 s.is.=>.1.--.after.repeating.2.t
0c00 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 74 69 6e 67 imes.is.=>.11.--.after.repeating
0c20 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 72 65 70 65 .3.times.is.=>.111..---.str_repe
0c40 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 74 69 at().of.'4'.---.--.after.repeati
0c60 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 65 70 65 61 ng.0.times.is.=>..--.after.repea
0c80 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 72 20 72 65 ting.1.times.is.=>.4.--.after.re
0ca0 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 61 66 74 65 peating.2.times.is.=>.44.--.afte
0cc0 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 34 0a 0a 2d r.repeating.3.times.is.=>.444..-
0ce0 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 2d 0a 2d 2d --.str_repeat().of.'1.23'.---.--
0d00 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.=>..
0d20 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.=>
0d40 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 69 6d 65 73 .1.23.--.after.repeating.2.times
0d60 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 65 61 74 69 .is.=>.1.231.23.--.after.repeati
0d80 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 33 0a 0a 2d ng.3.times.is.=>.1.231.231.23..-
0da0 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 74 --.str_repeat().of.''.---.--.aft
0dc0 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 2d 2d 20 61 er.repeating.0.times.is.=>..--.a
0de0 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 20 0a 2d 2d fter.repeating.1.times.is.=>..--
0e00 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 3d 3e 20 0a .after.repeating.2.times.is.=>..
0e20 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.=>
0e40 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 2d 2d 0a 2d ...---.str_repeat().of.'.'.---.-
0e60 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 3e 20 -.after.repeating.0.times.is.=>.
0e80 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 20 3d .--.after.repeating.1.times.is.=
0ea0 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 65 73 20 69 >...--.after.repeating.2.times.i
0ec0 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 20 74 69 6d s.=>....--.after.repeating.3.tim
0ee0 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 74 72 5f 72 es.is.=>.......***.Testing.str_r
0f00 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 20 26 20 6d epeat().with.various.strings.&.m
0f20 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 72 65 70 65 ultiplier.value.***.---.str_repe
0f40 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 65 61 74 69 at().of.'a'.---.--.after.repeati
0f60 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
0f80 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
0fa0 20 62 65 20 69 6e 74 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.int,.string.given.in.%s.on.l
0fc0 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.'
0fe0 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
1000 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
1020 65 20 69 6e 74 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 e.int,.string.given.in.%s.on.lin
1040 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 61 e.%d.NULL.--.after.repeating.'ba
1060 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 73 rbazbax'.times.is.=>..Warning:.s
1080 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.
10a0 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e to.be.int,.string.given.in.%s.on
10c0 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
10e0 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 72 .'.'.times.is.=>..Warning:.str_r
1100 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
1120 65 20 69 6e 74 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 e.int,.string.given.in.%s.on.lin
1140 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 30 e.%d.NULL.--.after.repeating.'\0
1160 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
1180 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
11a0 6e 74 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 nt,.string.given.in.%s.on.line.%
11c0 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 20 74 69 6d d.NULL.--.after.repeating.''.tim
11e0 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
1200 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 69 6e 67 28 epeating.'1'.times.is.=>.string(
1220 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 34 27 20 74 69 1)."a".--.after.repeating.'4'.ti
1240 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 34 29 20 22 61 61 61 61 22 0a 2d 2d 20 61 66 mes.is.=>.string(4)."aaaa".--.af
1260 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 3d 3e ter.repeating.'1.23'.times.is.=>
1280 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 6e .string(1)."a".--.after.repeatin
12a0 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
12c0 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
12e0 65 20 69 6e 74 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 e.int,.string.given.in.%s.on.lin
1300 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.'.'
1320 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
1340 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 6e t().expects.parameter.2.to.be.in
1360 74 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 t,.string.given.in.%s.on.line.%d
1380 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'
13a0 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
13c0 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
13e0 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 2c 20 73 74 xpects.parameter.2.to.be.int,.st
1400 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
1420 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.
1440 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
1460 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 2c 20 73 74 72 69 ects.parameter.2.to.be.int,.stri
1480 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.-
14a0 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 69 -.after.repeating.'barbazbax'.ti
14c0 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()
14e0 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 2c 20 .expects.parameter.2.to.be.int,.
1500 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
1520 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.
1540 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
1560 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 2c 20 73 74 72 69 ects.parameter.2.to.be.int,.stri
1580 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.-
15a0 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 20 -.after.repeating.'\0'.times.is.
15c0 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
15e0 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 s.parameter.2.to.be.int,.string.
1600 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
1620 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 73 74 fter.repeating.''.times.is.=>.st
1640 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 20 27 31 ring(0)."".--.after.repeating.'1
1660 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 0a 2d 2d '.times.is.=>.string(3)."foo".--
1680 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 3e .after.repeating.'4'.times.is.=>
16a0 20 73 74 72 69 6e 67 28 31 32 29 20 22 66 6f 6f 66 6f 6f 66 6f 6f 66 6f 6f 22 0a 2d 2d 20 61 66 .string(12)."foofoofoofoo".--.af
16c0 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 3d 3e ter.repeating.'1.23'.times.is.=>
16e0 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 74 .string(3)."foo".--.after.repeat
1700 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 72 ing.''.times.is.=>..Warning:.str
1720 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
1740 20 62 65 20 69 6e 74 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.int,.string.given.in.%s.on.l
1760 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.'
1780 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
17a0 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.
17c0 69 6e 74 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 int,.string.given.in.%s.on.line.
17e0 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 62 61 %d.NULL..---.str_repeat().of.'ba
1800 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.
1820 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
1840 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
1860 20 69 6e 74 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 .int,.string.given.in.%s.on.line
1880 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
18a0 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
18c0 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
18e0 6e 74 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 nt,.string.given.in.%s.on.line.%
1900 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
1920 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_
1940 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.
1960 62 65 20 69 6e 74 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 be.int,.string.given.in.%s.on.li
1980 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.'.
19a0 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
19c0 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
19e0 6e 74 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 nt,.string.given.in.%s.on.line.%
1a00 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 74 d.NULL.--.after.repeating.'\0'.t
1a20 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(
1a40 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 2c ).expects.parameter.2.to.be.int,
1a60 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
1a80 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.
1aa0 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
1ac0 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 39 29 20 ating.'1'.times.is.=>.string(9).
1ae0 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 27 "barbazbax".--.after.repeating.'
1b00 34 27 20 74 69 6d 65 73 20 69 73 20 3d 3e 20 73 74 72 69 6e 67 28 33 36 29 20 22 62 61 72 62 61 4'.times.is.=>.string(36)."barba
1b20 7a 62 61 78 62 61 72 62 61 7a 62 61 78 62 61 72 62 61 7a 62 61 78 62 61 72 62 61 7a 62 61 78 22 zbaxbarbazbaxbarbazbaxbarbazbax"
1b40 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 73 .--.after.repeating.'1.23'.times
1b60 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 78 22 0a 2d 2d 20 .is.=>.string(9)."barbazbax".--.
1b80 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.=>..
1ba0 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
1bc0 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 65 rameter.2.to.be.int,.string.give
1be0 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
1c00 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
1c20 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
1c40 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e ter.2.to.be.int,.string.given.in
1c60 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 70 .%s.on.line.%d.NULL..---.str_rep
1c80 65 61 74 28 29 20 6f 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 eat().of.'.'.---.--.after.repeat
1ca0 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 74 ing.'a'.times.is.=>..Warning:.st
1cc0 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
1ce0 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 o.be.int,.string.given.in.%s.on.
1d00 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.
1d20 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_
1d40 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.
1d60 62 65 20 69 6e 74 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 be.int,.string.given.in.%s.on.li
1d80 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
1da0 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:.
1dc0 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
1de0 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f .to.be.int,.string.given.in.%s.o
1e00 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
1e20 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_
1e40 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.
1e60 62 65 20 69 6e 74 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 be.int,.string.given.in.%s.on.li
1e80 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.'\
1ea0 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
1ec0 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.
1ee0 69 6e 74 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 int,.string.given.in.%s.on.line.
1f00 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 20 74 69 %d.NULL.--.after.repeating.''.ti
1f20 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.
1f40 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 69 6e 67 repeating.'1'.times.is.=>.string
1f60 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 20 27 34 27 20 74 (1).".".--.after.repeating.'4'.t
1f80 69 6d 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 imes.is.=>.string(4)."....".--.a
1fa0 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 3d fter.repeating.'1.23'.times.is.=
1fc0 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 65 61 74 69 >.string(1).".".--.after.repeati
1fe0 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 72 5f ng.''.times.is.=>..Warning:.str_
2000 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.
2020 62 65 20 69 6e 74 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 be.int,.string.given.in.%s.on.li
2040 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.'.
2060 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
2080 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
20a0 6e 74 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 nt,.string.given.in.%s.on.line.%
20c0 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'
20e0 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
2100 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
2120 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 2c 20 73 74 xpects.parameter.2.to.be.int,.st
2140 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
2160 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.
2180 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
21a0 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 2c 20 73 74 72 69 ects.parameter.2.to.be.int,.stri
21c0 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.-
21e0 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 69 -.after.repeating.'barbazbax'.ti
2200 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()
2220 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 2c 20 .expects.parameter.2.to.be.int,.
2240 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
2260 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.
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 2c 20 73 74 72 69 ects.parameter.2.to.be.int,.stri
22c0 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.-
22e0 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 20 -.after.repeating.'\0'.times.is.
2300 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
2320 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 s.parameter.2.to.be.int,.string.
2340 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
2360 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 73 74 fter.repeating.''.times.is.=>.st
2380 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 20 27 31 ring(0)."".--.after.repeating.'1
23a0 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 22 0a 2d 2d 20 '.times.is.=>.string(2)."\0".--.
23c0 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 3e 20 after.repeating.'4'.times.is.=>.
23e0 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 65 72 20 72 65 string(8)."\0\0\0\0".--.after.re
2400 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
2420 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 67 20 27 27 20 g(2)."\0".--.after.repeating.''.
2440 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
2460 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
2480 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.
24a0 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 65 NULL.--.after.repeating.'.'.time
24c0 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
24e0 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 2c 20 73 74 xpects.parameter.2.to.be.int,.st
2500 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
2520 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 20 ..---.str_repeat().of.''.---.--.
2540 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 3e 20 after.repeating.'a'.times.is.=>.
2560 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
2580 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 arameter.2.to.be.int,.string.giv
25a0 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
25c0 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
25e0 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
2600 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e ameter.2.to.be.int,.string.given
2620 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.
2640 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.=
2660 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
2680 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 .parameter.2.to.be.int,.string.g
26a0 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
26c0 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 57 ter.repeating.'.'.times.is.=>..W
26e0 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
2700 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e ameter.2.to.be.int,.string.given
2720 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.
2740 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
2760 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
2780 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e ter.2.to.be.int,.string.given.in
27a0 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
27c0 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).
27e0 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.
2800 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
2820 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 30 29 20 ating.'4'.times.is.=>.string(0).
2840 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 74 69 6d "".--.after.repeating.'1.23'.tim
2860 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
2880 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
28a0 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
28c0 20 32 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 .2.to.be.int,.string.given.in.%s
28e0 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
2900 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
2920 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
2940 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 o.be.int,.string.given.in.%s.on.
2960 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
2980 66 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 27 61 27 f.'1'.---.--.after.repeating.'a'
29a0 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
29c0 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 6e t().expects.parameter.2.to.be.in
29e0 74 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 t,.string.given.in.%s.on.line.%d
2a00 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 74 .NULL.--.after.repeating.'foo'.t
2a20 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(
2a40 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 2c ).expects.parameter.2.to.be.int,
2a60 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
2a80 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 62 61 ULL.--.after.repeating.'barbazba
2aa0 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 65 70 x'.times.is.=>..Warning:.str_rep
2ac0 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.
2ae0 69 6e 74 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 int,.string.given.in.%s.on.line.
2b00 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 27 20 74 %d.NULL.--.after.repeating.'.'.t
2b20 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(
2b40 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 2c ).expects.parameter.2.to.be.int,
2b60 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
2b80 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 74 69 6d 65 ULL.--.after.repeating.'\0'.time
2ba0 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
2bc0 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 2c 20 73 74 xpects.parameter.2.to.be.int,.st
2be0 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
2c00 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.
2c20 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
2c40 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"
2c60 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
2c80 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
2ca0 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
2cc0 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
2ce0 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(
2d00 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 2c ).expects.parameter.2.to.be.int,
2d20 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
2d40 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
2d60 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
2d80 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 2c 20 73 74 72 pects.parameter.2.to.be.int,.str
2da0 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.
2dc0 0a 2d 2d 2d 20 73 74 72 5f 72 65 70 65 61 74 28 29 20 6f 66 20 27 34 27 20 2d 2d 2d 0a 2d 2d 20 .---.str_repeat().of.'4'.---.--.
2de0 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 3e 20 after.repeating.'a'.times.is.=>.
2e00 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
2e20 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 arameter.2.to.be.int,.string.giv
2e40 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
2e60 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
2e80 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
2ea0 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e ameter.2.to.be.int,.string.given
2ec0 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.
2ee0 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.=
2f00 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
2f20 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 .parameter.2.to.be.int,.string.g
2f40 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
2f60 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 57 ter.repeating.'.'.times.is.=>..W
2f80 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
2fa0 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e ameter.2.to.be.int,.string.given
2fc0 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.
2fe0 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
3000 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
3020 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e ter.2.to.be.int,.string.given.in
3040 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
3060 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).
3080 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.
30a0 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 65 70 is.=>.string(1)."4".--.after.rep
30c0 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)
30e0 20 22 34 34 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 ."4444".--.after.repeating.'1.23
3100 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 34 22 0a 2d 2d 20 61 '.times.is.=>.string(1)."4".--.a
3120 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
3140 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
3160 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e ameter.2.to.be.int,.string.given
3180 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.
31a0 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
31c0 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
31e0 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 er.2.to.be.int,.string.given.in.
3200 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 70 65 %s.on.line.%d.NULL..---.str_repe
3220 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 72 65 70 65 at().of.'1.23'.---.--.after.repe
3240 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 20 ating.'a'.times.is.=>..Warning:.
3260 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
3280 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f .to.be.int,.string.given.in.%s.o
32a0 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
32c0 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
32e0 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
3300 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 o.be.int,.string.given.in.%s.on.
3320 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.
3340 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 67 'barbazbax'.times.is.=>..Warning
3360 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
3380 20 32 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 .2.to.be.int,.string.given.in.%s
33a0 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
33c0 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
33e0 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
3400 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 o.be.int,.string.given.in.%s.on.
3420 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.
3440 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
3460 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
3480 65 20 69 6e 74 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 e.int,.string.given.in.%s.on.lin
34a0 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 20 e.%d.NULL.--.after.repeating.''.
34c0 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
34e0 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 69 r.repeating.'1'.times.is.=>.stri
3500 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 20 ng(4)."1.23".--.after.repeating.
3520 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 33 '4'.times.is.=>.string(16)."1.23
3540 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 67 1.231.231.23".--.after.repeating
3560 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 31 .'1.23'.times.is.=>.string(4)."1
3580 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 73 .23".--.after.repeating.''.times
35a0 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
35c0 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 2c 20 73 74 72 pects.parameter.2.to.be.int,.str
35e0 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.
3600 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 73 20 --.after.repeating.'.'.times.is.
3620 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
3640 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 s.parameter.2.to.be.int,.string.
3660 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..---
3680 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
36a0 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
36c0 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
36e0 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e ter.2.to.be.int,.string.given.in
3700 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
3720 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
3740 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
3760 72 20 32 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 r.2.to.be.int,.string.given.in.%
3780 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
37a0 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 57 61 ting.'barbazbax'.times.is.=>..Wa
37c0 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
37e0 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 meter.2.to.be.int,.string.given.
3800 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
3820 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 6e epeating.'.'.times.is.=>..Warnin
3840 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
3860 72 20 32 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 r.2.to.be.int,.string.given.in.%
3880 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
38a0 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:.
38c0 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
38e0 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f .to.be.int,.string.given.in.%s.o
3900 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
3920 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 2d g.''.times.is.=>.string(0)."".--
3940 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 3e .after.repeating.'1'.times.is.=>
3960 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
3980 20 27 34 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 .'4'.times.is.=>.string(0)."".--
39a0 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 73 .after.repeating.'1.23'.times.is
39c0 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
39e0 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 72 ing.''.times.is.=>..Warning:.str
3a00 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
3a20 20 62 65 20 69 6e 74 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.int,.string.given.in.%s.on.l
3a40 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.'
3a60 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
3a80 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.
3aa0 69 6e 74 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 int,.string.given.in.%s.on.line.
3ac0 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 20 27 %d.NULL..---.str_repeat().of.'.'
3ae0 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
3b00 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
3b20 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 2c 20 73 74 xpects.parameter.2.to.be.int,.st
3b40 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
3b60 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.
3b80 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
3ba0 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 2c 20 73 74 72 69 ects.parameter.2.to.be.int,.stri
3bc0 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.-
3be0 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 69 -.after.repeating.'barbazbax'.ti
3c00 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()
3c20 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 2c 20 .expects.parameter.2.to.be.int,.
3c40 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
3c60 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.
3c80 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
3ca0 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 2c 20 73 74 72 69 ects.parameter.2.to.be.int,.stri
3cc0 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.-
3ce0 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 20 -.after.repeating.'\0'.times.is.
3d00 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
3d20 73 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 s.parameter.2.to.be.int,.string.
3d40 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
3d60 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 73 74 fter.repeating.''.times.is.=>.st
3d80 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 20 27 31 ring(0)."".--.after.repeating.'1
3da0 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 20 22 0a 2d 2d 20 61 '.times.is.=>.string(1).".".--.a
3dc0 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
3de0 74 72 69 6e 67 28 34 29 20 22 20 20 20 20 22 0a 2d 2d 20 61 66 74 65 72 20 72 65 70 65 61 74 69 tring(4)."....".--.after.repeati
3e00 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 31 29 20 ng.'1.23'.times.is.=>.string(1).
3e20 22 20 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 ".".--.after.repeating.''.times.
3e40 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
3e60 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 2c 20 73 74 72 69 ects.parameter.2.to.be.int,.stri
3e80 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.-
3ea0 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 73 20 3d -.after.repeating.'.'.times.is.=
3ec0 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
3ee0 20 70 61 72 61 6d 65 74 65 72 20 32 20 74 6f 20 62 65 20 69 6e 74 2c 20 73 74 72 69 6e 67 20 67 .parameter.2.to.be.int,.string.g
3f00 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 2a 2a 2a 20 iven.in.%s.on.line.%d.NULL..***.
3f20 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
3f40 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
3f60 65 72 20 74 68 61 6e 20 37 2d 62 69 74 20 63 68 61 72 73 20 2a 2a 2a 0a 73 74 72 69 6e 67 28 32 er.than.7-bit.chars.***.string(2
3f80 31 29 20 22 00 80 81 ea eb fe ff 00 80 81 ea eb fe ff 00 80 81 ea eb fe ff 22 0a 73 74 72 69 6e 1).".....................".strin
3fa0 67 28 32 31 29 20 22 00 80 81 ea eb fe ff 00 80 81 ea eb fe ff 00 80 81 ea eb fe ff 22 0a 0a 0a g(21)."....................."...
3fc0 2a 2a 2a 20 54 65 73 74 69 6e 67 20 65 72 72 6f 72 20 63 6f 6e 64 69 74 69 6f 6e 73 20 2a 2a 2a ***.Testing.error.conditions.***
3fe0 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 65 .Warning:.str_repeat().expects.e
4000 78 61 63 74 6c 79 20 32 20 70 61 72 61 6d 65 74 65 72 73 2c 20 30 20 67 69 76 65 6e 20 69 6e 20 xactly.2.parameters,.0.given.in.
4020 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 20 73 74 72 %s.on.line.%d.NULL..Warning:.str
4040 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 70 61 72 61 _repeat().expects.exactly.2.para
4060 6d 65 74 65 72 73 2c 20 31 20 67 69 76 65 6e 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 meters,.1.given.in.%s.on.line.%d
4080 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 20 65 78 70 .NULL..Warning:.str_repeat().exp
40a0 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 33 20 67 69 76 ects.exactly.2.parameters,.3.giv
40c0 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 61 72 6e 69 6e en.in.%s.on.line.%d.NULL..Warnin
40e0 67 3a 20 73 74 72 5f 72 65 70 65 61 74 28 29 3a 20 53 65 63 6f 6e 64 20 61 72 67 75 6d 65 6e 74 g:.str_repeat():.Second.argument
4100 20 68 61 73 20 74 6f 20 62 65 20 67 72 65 61 74 65 72 20 74 68 61 6e 20 6f 72 20 65 71 75 61 6c .has.to.be.greater.than.or.equal
4120 20 74 6f 20 30 20 69 6e 20 25 73 20 6f 6e 20 6c 69 6e 65 20 25 64 0a 4e 55 4c 4c 0a 44 6f 6e 65 .to.0.in.%s.on.line.%d.NULL.Done
4140 0a .