Lines Matching refs:string
2 Test chop() function : usage variations - with heredoc string
21 first line of heredoc string
22 second line of heredoc string
49 foreach($heredoc_strings as $string) {
51 var_dump( chop($string) );
52 var_dump( chop($string, "12345o\0\n\t") );
62 string(0) ""
63 string(0) ""
66 string(0) ""
67 string(0) ""
70 string(86) "first line of heredoc string
71 second line of heredoc string
73 string(86) "first line of heredoc string
74 second line of heredoc string
78 string(23) "hello world
81 string(23) "hello world
86 string(31) "hello123world456
88 string(25) "hello123world456
92 string(24) "hello%0world%0hello
94 string(23) "hello%0world%0hello