/php-src/ext/ftp/tests/ |
H A D | ftp_nb_continue.phpt | 32 This is line 0 of the test data. 33 This is line 1 of the test data. 34 This is line 2 of the test data. 35 This is line 3 of the test data. 36 This is line 4 of the test data. 37 This is line 5 of the test data. 38 This is line 6 of the test data. 39 This is line 7 of the test data. 40 This is line 8 of the test data. 41 This is line 9 of the test data. [all …]
|
/php-src/tests/func/ |
H A D | 004.phpt | 42 0) This works! 43 1) This works! 44 2) This works! 45 3) This works! 46 4) This works! 47 5) This works! 48 6) This works! 49 7) This works! 50 8) This works! 51 9) This works! [all …]
|
/php-src/ext/phar/tests/ |
H A D | 028.phpt | 19 $files['e.php'] = '<?php echo "This is e\n"; ?>'; 35 This is a 36 This is b 37 This is b/c 38 This is b/d 39 This is e 41 This is a 42 This is b 43 This is b/c 44 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"; ?>'; 28 This is a 29 This is b 30 This is b/c 31 This is b/d 32 This is e
|
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"; ?>'; 40 This is a 41 This is b 42 This is b/c 43 This is b/d 44 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"; ?>'; 35 This is a 36 This is b 37 This is b/c 41 This is a 42 This is b 43 This is b/c
|
H A D | bug79912.phpt | 11 $phar->addFromString("test.txt", "This is a test file.This is a test file.This is a test file."); 23 string(60) "This is a test file.This is a test file.This is a test file." 28 string(60) "This is a test file.This is a test file.This is a test file."
|
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"; ?>'; 28 This is a 29 This is b 30 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"; ?>'; 28 This is a 29 This is b 30 This is b/b
|
H A D | phar_oo_003.phpt | 33 string(32) "<?php echo "This is a.php\n"; ?>" 34 This is a.php 38 string(32) "<?php echo "This is b.php\n"; ?>" 39 This is b.php 41 string(32) "<?php echo "This is e.php\n"; ?>" 42 This is e.php
|
H A D | delete_in_phar.phpt | 16 $files['a.php'] = '<?php echo "This is a\n"; ?>'; 17 $files['b.php'] = '<?php echo "This is b\n"; ?>'; 18 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>'; 37 This is a 38 This is b 39 This is b/c 41 This is a 42 This is b
|
/php-src/ext/standard/tests/strings/ |
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_variation12.phpt | 14 $str = "This is str to check with heredoc ending.This\tcontains,\nspeci@! ch@r$ __with wrong \k esc… 27 This is simple heredoc string 32 This checks with $, %, &, chars 42 This checks\t and \nwhite space chars 47 This is to check chunk_split 83 string(102) "This is str to check with heredoc ending.This contains, 86 string(102) "This is str to check with heredoc ending.This contains, 89 string(113) "This is star to checka with hereadoc endinga.This contaains, 116 heredoc2.This is to check chunk_split 123 string(487) "This is stThis checks and [all …]
|
H A D | chunk_split_variation6.phpt | 20 'This is simple string', //regular string 22 'This contains @ # $ % ^ & chars', //special characters 24 'This is string with 1234 numbers', 26 'This is string with multiple space char', 27 'This is to check string with ()', 30 'This is to check with \\n and \\t' 49 string(30) "This is):( simple):( string):(" 53 string(46) "This co):(ntains ):(@ # $ %):( ^ & ch):(ars):(" 57 string(47) "This is):( string):( with 1):(234 num):(bers):(" 63 string(46) "This is):( to che):(ck stri):(ng with):( ()):(" [all …]
|
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."); 20 a:4:{i:0;s:19:"This is strung one.";i:1;s:19:"This is strung two.";i:2;s:5:"Array";i:3;s:22:"This i… 23 a:4:{i:0;s:19:"This is strung one.";i:1;s:19:"This is strung two.";i:2;s:5:"Array";i:3;s:22:"This i…
|
H A D | chunk_split_variation7.phpt | 20 "This is simple string", //regular string 22 "This contains @ # $ % ^ & chars", //string with special characters 23 "This string\tcontains\rwhite space\nchars", 24 "This is string with 1234 numbers", 25 "This is string with \0 and ".chr(0)."null chars", //for binary safe 26 "This is string with multiple space char", 28 "This is to check with \\n and \\t" //to ignore \n and \t results 47 string(41) "This ????is si????mple ????strin????g????" 51 string(59) "This ????conta????ins @???? # $ ????% ^ &???? char????s????" 53 string(70) "This ????strin????g con????tains???? [all …]
|
H A D | chunk_split_variation9.phpt | 13 $str = "This is to test chunk_split() with various ending string"; 49 string(56) "This is to test chunk_split() with various ending string" 51 string(66) "This i s to t est ch unk_sp lit() with v arious endin g stri ng " 53 string(66) "This ias to taest chaunk_spalit() awith vaariousa endinag strianga" 57 string(106) "This i@#$%^s to t@#$%^est ch@#$%^unk_sp@#$%^lit() @#$%^with v@#$%^arious@#$%^ endin@#$… 59 string(66) "This i s to t est ch unk_sp lit() with v arious endin g stri ng " 61 string(66) "This i 73 string(66) "This i 85 string(76) "This i 97 string(66) "This i%0s to t%0est ch%0unk_sp%0lit() %0with v%0arious%0 endin%0g stri%0ng%0" [all …]
|
/php-src/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", -3, null); 38 bar("This is a test", 0, -9); 39 bar("This is a test", 0, -100000); 40 bar("This is a test", -9, -100000); 50 string(14) "This is a test" 51 string(14) "This is a test" 56 string(5) "This " [all …]
|
/php-src/ext/dba/tests/ |
H A D | dba_inifile_creation_matrix.phpt | 59 This is a test insert 61 This is a test insert 63 This is a test insert 65 This is a test insert 67 This is a test insert 69 This is a test insert 71 This is a test insert 73 This is a test insert 92 This is a test insert 94 This is a test insert [all …]
|
H A D | dba_flatfile_creation_matrix.phpt | 59 This is a test insert 61 This is a test insert 63 This is a test insert 65 This is a test insert 67 This is a test insert 69 This is a test insert 71 This is a test insert 73 This is a test insert 92 This is a test insert 94 This is a test insert [all …]
|
/php-src/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"; ?>'; 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-src/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"; ?>'; 37 This is a 38 This is b 39 This is b/c 43 This is a 44 This is b 45 This is b/c
|
/php-src/ext/pcre/tests/ |
H A D | preg_match_all_edit_basic.phpt | 5 $string = 'Hello, world! This is a test. This is another test. \[4]. 34534 string.'; 10 …*?)\./', $string, $match2, PREG_SET_ORDER)); //finds "This is a test." and "This is anoth… 19 var_dump(preg_match_all('/(This is a ){2}(.*)\stest/', $string, $match5)); //tries to find "T… 41 string(15) "This is a test." 48 string(21) "This is another test."
|
H A D | preg_replace_basic.phpt | 8 $string = '123456789 - Hello, world - This is a string.'; 10 var_dump(preg_replace('<- This is a string$>', 'This shouldn\'t work', $string)); //tries to find '… 12 …d replaces it with Bonjour (i.e. Hello -> Bonjour) (was finding the 'his' in This and replacing it) 18 string(54) "123456789 - Hello, world - This is a string." 19 string(54) "123456789 - Hello, world - This is a string." 20 string(54) "444444444 - Hello, world - This is a string." 21 string(56) "123456789 - Bonjour, world - This is a string." 22 string(42) "123456789. Hello, world. This is a string."
|
H A D | preg_replace_edit_basic.phpt | 5 $string = '123456789 - Hello, world - This is a string.'; 8 var_dump(preg_replace('<- This is a string$>', 9 …'This shouldn\'t work', $string)); //tries to find '- This is a string' at the end of a string … 18 …d replaces it with Bonjour (i.e. Hello -> Bonjour) (was finding the 'his' in This and replacing it) 27 string(54) "123456789 - Hello, world - This is a string." 28 string(54) "123456789 - Hello, world - This is a string." 29 string(54) "444444789 - Hello, world - This is a string." 31 string(56) "123456789 - Bonjour, world - This is a string." 32 string(42) "123456789. Hello, world. This is a string."
|