/PHP-8.0/ext/standard/tests/array/ |
H A D | array_fill_keys_variation1.phpt | 8 $simpleStr = "simple"; 44 string(6) "simple" 46 string(6) "simple" 48 string(6) "simple" 49 ["simple"]=> 50 string(6) "simple" 58 string(6) "simple" 60 string(6) "simple" 61 ["simple"]=> 62 string(6) "simple" [all …]
|
H A D | array_fill_keys_variation2.phpt | 10 $simpleStr = "simple"; 49 string(6) "simple" 51 string(6) "simple" 57 string(6) "simple" 58 ["simple"]=> 59 string(6) "simple" 63 string(6) "simple" 64 ["simple"]=> 65 string(6) "simple"
|
H A D | array_map_object1.phpt | 7 * 1) simple class with variable and method 16 echo "-- simple class with public variable and method --\n"; 34 echo "\n-- simple class with private variable and method --\n"; 44 echo "\n-- simple class with protected variable and method --\n"; 124 -- simple class with public variable and method -- 133 -- simple class with private variable and method -- 137 -- 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 6 * Testing array_reverse() by giving a simple array for $array argument
|
H A D | array_sum_variation3.phpt | 13 echo "-- simple float array --\n"; 42 -- simple float array --
|
/PHP-8.0/ext/xml/tests/ |
H A D | xml_parse_into_struct_variation.phpt | 13 $simple = "<main><para><note>simple note</note></para><para><note>simple note</note></para></main>"; 15 xml_parse_into_struct($p, $simple, $vals, $index); 74 [value] => simple note 96 [value] => simple note
|
/PHP-8.0/ext/simplexml/tests/ |
H A D | SimpleXMLElement_addAttribute_basic.phpt | 7 $simple = simplexml_load_file(__DIR__."/book.xml"); 8 $simple->addAttribute('type','novels'); 10 var_dump($simple->attributes());
|
H A D | simplexml_load_file.phpt | 7 $simple = simplexml_load_file(__DIR__."/book.xml"); 9 var_dump($simple);
|
/PHP-8.0/ext/standard/tests/general_functions/ |
H A D | var_export_basic8.phpt | 2 var_export(): simple test with arrays and objects 5 echo "\n\n-- Var export on a simple object --\n"; 14 echo "\n\n-- Var export on an simple array --\n"; 26 -- Var export on a simple object -- 39 -- Var export on an simple array --
|
/PHP-8.0/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 | 13 echo "-- Testing with simple valid data file --\n"; 30 -- Testing with simple valid data file --
|
H A D | file_get_contents_file_put_contents_basic.phpt | 11 echo "-- Testing with simple valid data file --\n"; 35 -- Testing with simple valid data file --
|
/PHP-8.0/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"; 32 *** 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"; 33 *** 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"; 31 *** Testing curl copy handle with simple POST using array as arguments ***
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | chunk_split_variation12.phpt | 25 // simple heredoc string 27 This is simple heredoc string 92 …simple heredoc stringr to checkThis is simple heredoc string with hereThis is simple heredoc strin… 93 …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-8.0/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-8.0/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-8.0/Zend/tests/varSyntax/ |
H A D | globalNonSimpleVariableError.phpt | 2 Global keyword only accepts simple variables
|
/PHP-8.0/Zend/tests/traits/ |
H A D | language001.phpt | 2 Single Trait with simple trait method
|