/PHP-7.3/ext/standard/tests/array/ |
H A D | array_fill_keys_variation1.phpt | 15 $simpleStr = "simple"; 51 string(6) "simple" 53 string(6) "simple" 55 string(6) "simple" 56 ["simple"]=> 57 string(6) "simple" 65 string(6) "simple" 67 string(6) "simple" 68 ["simple"]=> 69 string(6) "simple" [all …]
|
H A D | array_fill_keys_variation2.phpt | 16 $simpleStr = "simple"; 55 string(6) "simple" 57 string(6) "simple" 63 string(6) "simple" 64 ["simple"]=> 65 string(6) "simple" 69 string(6) "simple" 70 ["simple"]=> 71 string(6) "simple"
|
H A D | array_map_object1.phpt | 12 * 1) simple class with variable and method 21 echo "-- simple class with public variable and method --\n"; 35 echo "\n-- simple class with private variable and method --\n"; 45 echo "\n-- simple class with protected variable and method --\n"; 127 -- simple class with public variable and method -- 138 -- simple class with private variable and method -- 144 -- simple class with protected variable and method --
|
H A D | array_reverse_basic1.phpt | 2 Test array_reverse() function : basic functionality - simple array for 'array' argument 11 * Testing array_reverse() by giving a simple array for $array argument
|
H A D | array_sum_variation3.phpt | 18 echo "-- simple float array --\n"; 47 -- simple float array --
|
/PHP-7.3/ext/xml/tests/ |
H A D | xml_parse_into_struct_variation.phpt | 19 $simple = "<main><para><note>simple note</note></para><para><note>simple note</note></para></main>"; 21 xml_parse_into_struct($p, $simple, $vals, $index); 80 [value] => simple note 102 [value] => simple note
|
/PHP-7.3/ext/simplexml/tests/ |
H A D | SimpleXMLElement_addAttribute_basic.phpt | 7 $simple = simplexml_load_file(dirname(__FILE__)."/book.xml"); 8 $simple->addAttribute('type','novels'); 10 var_dump($simple->attributes());
|
H A D | simplexml_load_file.phpt | 7 $simple = simplexml_load_file(dirname(__FILE__)."/book.xml"); 9 var_dump($simple);
|
/PHP-7.3/ext/standard/tests/general_functions/ |
H A D | var_export_basic8.phpt | 2 var_export(): simple test with arrays and objects 11 echo "\n\n-- Var export on a simple object --\n"; 20 echo "\n\n-- Var export on an simple array --\n"; 32 -- Var export on a simple object -- 45 -- Var export on an simple array --
|
/PHP-7.3/ext/standard/tests/strings/ |
H A D | chunk_split_variation3.phpt | 14 $str = 'This is simple string.'; 135 string(22) "This is simple string." 137 string(22) "This is simple string." 141 string(22) "This is simple string." 145 string(22) "This is simple string." 147 string(22) "This is simple string." 149 string(22) "This is simple string." 153 string(22) "This is simple string." 155 string(22) "This is simple string."
|
H A D | chunk_split_variation12.phpt | 31 // simple heredoc string 33 This is simple heredoc string 98 …simple heredoc stringr to checkThis is simple heredoc string with hereThis is simple heredoc strin… 99 …simple heredoc stringi@! ch@r$ This is simple heredoc string__with wroThis is simple heredoc strin…
|
H A D | basename.phpt | 5 // simple checks 10 // simple checks with trailing slashes
|
/PHP-7.3/ext/standard/tests/file/ |
H A D | basename_basic-win32.phpt | 13 /* simple paths (forward slashes) */ 19 /* simple paths with trailing slashes (forward slashes) */ 26 /* simple paths (backslashes) */ 32 /* simple paths with trailing slashes (backslashes) */
|
H A D | basename_basic.phpt | 13 /* simple paths (forward slashes) */ 19 /* simple paths with trailing slashes (forward slashes) */ 26 /* simple paths (backslashes) */ 32 /* simple paths with trailing slashes (backslashes) */
|
H A D | file_get_contents_basic.phpt | 18 echo "-- Testing with simple valid data file --\n"; 35 -- Testing with simple valid data file --
|
/PHP-7.3/ext/curl/tests/ |
H A D | curl_copy_handle_basic_001.phpt | 2 Test curl_copy_handle() with simple get 14 echo '*** Testing curl copy handle with simple GET ***' . "\n"; 33 *** Testing curl copy handle with simple GET ***
|
H A D | curl_copy_handle_basic_002.phpt | 2 Test curl_copy_handle() with simple POST 13 echo '*** Testing curl copy handle with simple POST ***' . "\n"; 34 *** Testing curl copy handle with simple POST ***
|
H A D | curl_copy_handle_basic_007.phpt | 2 Test curl_copy_handle() with simple POST 10 echo '*** Testing curl copy handle with simple POST using array as arguments ***' . "\n"; 32 *** Testing curl copy handle with simple POST using array as arguments ***
|
/PHP-7.3/ext/mbstring/tests/ |
H A D | mb_ereg_replace-compat-04.phpt | 11 $a="This is a nice and simple string"; 15 That is a nice and simple string
|
H A D | mb_ereg-compat-01.phpt | 11 $a="This is a nice and simple string"; 12 if (mb_ereg(".*nice and simple.*",$a)) {
|
H A D | mb_ereg-compat-02.phpt | 11 $a="This is a nice and simple string"; 23 This is a nice and simple string
|
/PHP-7.3/tests/lang/operators/ |
H A D | bitwiseShiftLeft_variationStr2.phpt | 2 Test << operator : numbers as strings, simple
|
H A D | bitwiseShiftRight_variationStr2.phpt | 2 Test >> operator : numbers as strings, simple
|
/PHP-7.3/Zend/tests/varSyntax/ |
H A D | globalNonSimpleVariableError.phpt | 2 Global keyword only accepts simple variables
|
/PHP-7.3/Zend/tests/traits/ |
H A D | language001.phpt | 2 Single Trait with simple trait method
|