/PHP-5.6/ext/ftp/tests/ |
H A D | ftp_nb_continue.phpt | 33 This is line 0 of the test data. 34 This is line 1 of the test data. 35 This is line 2 of the test data. 36 This is line 3 of the test data. 37 This is line 4 of the test data. 38 This is line 5 of the test data. 39 This is line 6 of the test data. 40 This is line 7 of the test data. 41 This is line 8 of the test data. 42 This is line 9 of the test data. [all …]
|
/PHP-5.6/ext/standard/tests/strings/ |
H A D | bug25671.phpt | 6 "This is string one.", 7 "This is string two.", 9 "This is another string.", 10 "This is a last string."), 11 "This is a last string."); 19 …19:"This is strung one.";i:1;s:19:"This is strung two.";i:2;a:2:{i:0;s:23:"This is another string.… 20 …19:"This is strung one.";i:1;s:19:"This is strung two.";i:2;a:2:{i:0;s:23:"This is another string.… 21 …ringone.";i:1;s:16:"Thisisstringtwo.";i:2;a:2:{i:0;s:23:"This is another string.";i:1;s:22:"This i… 22 …ringone.";i:1;s:16:"Thisisstringtwo.";i:2;a:2:{i:0;s:23:"This is another string.";i:1;s:22:"This i…
|
H A D | bug45485.phpt | 7 This text is shown <?XML:NAMESPACE PREFIX = ST1 /><b>This Text disappears</b> 14 This text is shown <?xml:NAMESPACE PREFIX = ST1 /><b>This Text disappears</b> 22 This text is shown This Text disappears 23 This text is shown This Text disappears
|
H A D | chunk_split_variation6.phpt | 30 'This is string with 1234 numbers', 31 'This is string with \0 and ".chr(0)."null chars', //for binary safe 32 'This is string with multiple space char', 33 'This is to check string with ()', 36 'This is to check with \\n and \\t' 55 string(30) "This is):( simple):( string):(" 59 string(46) "This co):(ntains ):(@ # $ %):( ^ & ch):(ars):(" 61 string(59) "This st):(ring\tc):(ontains):(\rwhite):( space\):(nchars):(" 63 string(47) "This is):( string):( with 1):(234 num):(bers):(" 69 string(46) "This is):( to che):(ck stri):(ng with):( ()):(" [all …]
|
H A D | chunk_split_variation12.phpt | 20 $str = "This is str to check with heredoc ending.This\tcontains,\nspeci@! ch@r$ __with wrong \k esc… 33 This is simple heredoc string 38 This checks with $, %, &, chars 48 This checks\t and \nwhite space chars 53 This is to check chunk_split 89 string(102) "This is str to check with heredoc ending.This contains, 92 string(102) "This is str to check with heredoc ending.This contains, 95 string(113) "This is star to checka with hereadoc endinga.This contaains, 122 heredoc2.This is to check chunk_split 129 string(487) "This is stThis checks and [all …]
|
H A D | chunk_split_variation7.phpt | 26 "This is simple string", //regular string 28 "This contains @ # $ % ^ & chars", //string with special characters 29 "This string\tcontains\rwhite space\nchars", 30 "This is string with 1234 numbers", 31 "This is string with \0 and ".chr(0)."null chars", //for binary safe 32 "This is string with multiple space char", 34 "This is to check with \\n and \\t" //to ignore \n and \t results 53 string(41) "This ????is si????mple ????strin????g????" 57 string(59) "This ????conta????ins @???? # $ ????% ^ &???? char????s????" 59 string(70) "This ????strin????g con????tains???? [all …]
|
H A D | chunk_split_variation9.phpt | 19 $str = "This is to test chunk_split() with various ending string"; 55 string(56) "This is to test chunk_split() with various ending string" 57 string(66) "This i s to t est ch unk_sp lit() with v arious endin g stri ng " 59 string(66) "This ias to taest chaunk_spalit() awith vaariousa endinag strianga" 63 string(106) "This i@#$%^s to t@#$%^est ch@#$%^unk_sp@#$%^lit() @#$%^with v@#$%^arious@#$%^ endin@#$… 65 string(66) "This i s to t est ch unk_sp lit() with v arious endin g stri ng " 67 string(66) "This i 79 string(66) "This i 91 string(76) "This i 103 string(66) "This is to test chunk_split() with various ending string" [all …]
|
/PHP-5.6/tests/func/ |
H A D | 004.phpt | 43 0) This works! 44 1) This works! 45 2) This works! 46 3) This works! 47 4) This works! 48 5) This works! 49 6) This works! 50 7) This works! 51 8) This works! 52 9) This works! [all …]
|
/PHP-5.6/ext/phar/tests/ |
H A D | 028.phpt | 15 $files['a.php'] = '<?php echo "This is a\n"; include "'.$pname.'/b.php"; ?>'; 36 This is a 37 This is b 38 This is b/c 39 This is b/d 40 This is e 42 This is a 43 This is b 44 This is b/c 45 This is b/d [all …]
|
H A D | 026.phpt | 14 $files['a.php'] = '<?php echo "This is a\n"; require \''.$pname.'/b.php\'; ?>'; 15 $files['b.php'] = '<?php echo "This is b\n"; require \''.$pname.'/b/c.php\'; ?>'; 16 $files['b/c.php'] = '<?php echo "This is b/c\n"; require \''.$pname.'/b/d.php\'; ?>'; 17 $files['b/d.php'] = '<?php echo "This is b/d\n"; require \''.$pname.'/e.php\'; ?>'; 18 $files['e.php'] = '<?php echo "This is e\n"; ?>'; 29 This is a 30 This is b 31 This is b/c 32 This is b/d 33 This is e
|
H A D | delete_in_phar_b.phpt | 15 $files['a.php'] = '<?php echo "This is a\n"; ?>'; 16 $files['b.php'] = '<?php echo "This is b\n"; ?>'; 17 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>'; 36 This is a 37 This is b 38 This is b/c 42 This is a 43 This is b 44 This is b/c
|
H A D | 030.phpt | 14 $files['a.php'] = '<?php echo "This is a\n"; include \''.$pname.'/b.php\'; ?>'; 15 $files['b.php'] = '<?php echo "This is b\n"; include \''.$pname.'/b/c.php\'; ?>'; 16 $files['b/c.php'] = '<?php echo "This is b/c\n"; include \''.$pname.'/b/d.php\'; ?>'; 17 $files['b/d.php'] = '<?php echo "This is b/d\n"; include \''.$pname.'/e.php\'; ?>'; 18 $files['e.php'] = '<?php echo "This is e\n"; ?>'; 41 This is a 42 This is b 43 This is b/c 44 This is b/d 45 This is e
|
H A D | 024.phpt | 14 $files['a.php'] = '<?php echo "This is a\n"; ?>'; 15 $files['b.php'] = '<?php echo "This is b\n"; ?>'; 16 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>'; 29 This is a 30 This is b 31 This is b/c
|
H A D | 025.phpt | 14 $files['a'] = '<?php echo "This is a\n"; ?>'; 15 $files['b'] = '<?php echo "This is b\n"; ?>'; 16 $files['b/b'] = '<?php echo "This is b/b\n"; ?>'; 29 This is a 30 This is b 31 This is b/b
|
/PHP-5.6/ext/iconv/tests/ |
H A D | iconv_substr.phpt | 34 bar("This is a test", 100000); 35 bar("This is a test", 0, 100000); 36 bar("This is a test", -3); 37 bar("This is a test", 0, -9); 38 bar("This is a test", 0, -100000); 39 bar("This is a test", -9, -100000); 49 string(14) "This is a test" 50 string(14) "This is a test" 53 string(5) "This " 54 string(5) "This "
|
/PHP-5.6/ext/phar/tests/zip/ |
H A D | delete_in_phar_b.phpt | 15 $phar['a.php'] = '<?php echo "This is a\n"; ?>'; 16 $phar['b.php'] = '<?php echo "This is b\n"; ?>'; 17 $phar['b/c.php'] = '<?php echo "This is b/c\n"; ?>'; 38 This is a 39 This is b 40 This is b/c 44 This is a 45 This is b 46 This is b/c
|
/PHP-5.6/ext/phar/tests/tar/ |
H A D | delete_in_phar_b.phpt | 15 $phar['a.php'] = '<?php echo "This is a\n"; ?>'; 16 $phar['b.php'] = '<?php echo "This is b\n"; ?>'; 17 $phar['b/c.php'] = '<?php echo "This is b/c\n"; ?>'; 39 This is a 40 This is b 41 This is b/c 45 This is a 46 This is b 47 This is b/c
|
/PHP-5.6/ext/pcre/tests/ |
H A D | preg_replace_basic.phpt | 9 $string = '123456789 - Hello, world - This is a string.'; 11 var_dump(preg_replace('<- This is a string$>', 'This shouldn\'t work', $string)); //tries to find '… 13 …d replaces it with Bonjour (i.e. Hello -> Bonjour) (was finding the 'his' in This and replacing it) 20 string(54) "123456789 - Hello, world - This is a string." 21 string(54) "123456789 - Hello, world - This is a string." 22 string(54) "444444444 - Hello, world - This is a string." 23 string(56) "123456789 - Bonjour, world - This is a string." 24 string(42) "123456789. Hello, world. This is a string."
|
H A D | preg_replace_edit_basic.phpt | 11 $string = '123456789 - Hello, world - This is a string.'; 14 var_dump(preg_replace('<- This is a string$>', 15 …'This shouldn\'t work', $string)); //tries to find '- This is a string' at the end of a string … 24 …d replaces it with Bonjour (i.e. Hello -> Bonjour) (was finding the 'his' in This and replacing it) 33 string(54) "123456789 - Hello, world - This is a string." 34 string(54) "123456789 - Hello, world - This is a string." 35 string(54) "444444789 - Hello, world - This is a string." 37 string(56) "123456789 - Bonjour, world - This is a string." 38 string(42) "123456789. Hello, world. This is a string."
|
/PHP-5.6/Zend/tests/ |
H A D | heredoc_001.phpt | 9 This is a heredoc test. 14 This is another heredoc test. 22 This is a heredoc test. 23 This is another heredoc test.
|
H A D | heredoc_003.phpt | 9 This is heredoc test #$a. 14 This is heredoc test #$b. 22 This is heredoc test #1. 23 This is heredoc test #2.
|
H A D | heredoc_004.phpt | 9 This is heredoc test #{$a}. 14 This is heredoc test #{$b}. 22 This is heredoc test #1. 23 This is heredoc test #2.
|
H A D | heredoc_002.phpt | 9 This is a heredoc test. 14 This is another heredoc test. 22 This is a heredoc test. 23 This is another heredoc test.
|
H A D | nowdoc_002.phpt | 9 This is a nowdoc test. 14 This is another nowdoc test. 22 This is a nowdoc test. 23 This is another nowdoc test.
|
H A D | nowdoc_003.phpt | 9 This is nowdoc test #$a. 14 This is nowdoc test #$b. 22 This is nowdoc test #$a. 23 This is nowdoc test #$b.
|