Home
last modified time | relevance | path

Searched refs:simple (Results 1 – 25 of 125) sorted by relevance

12345

/PHP-7.4/ext/standard/tests/array/
H A Darray_fill_keys_variation1.phpt15 $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 Darray_fill_keys_variation2.phpt16 $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 Darray_map_object1.phpt12 * 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 Darray_reverse_basic1.phpt2 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 Darray_sum_variation3.phpt18 echo "-- simple float array --\n";
47 -- simple float array --
/PHP-7.4/ext/xml/tests/
H A Dxml_parse_into_struct_variation.phpt19 $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.4/ext/simplexml/tests/
H A DSimpleXMLElement_addAttribute_basic.phpt7 $simple = simplexml_load_file(__DIR__."/book.xml");
8 $simple->addAttribute('type','novels');
10 var_dump($simple->attributes());
H A Dsimplexml_load_file.phpt7 $simple = simplexml_load_file(__DIR__."/book.xml");
9 var_dump($simple);
/PHP-7.4/ext/standard/tests/general_functions/
H A Dvar_export_basic8.phpt2 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.4/ext/standard/tests/file/
H A Dbasename_basic-win32.phpt13 /* 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 Dbasename_basic.phpt13 /* 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 Dfile_get_contents_basic.phpt18 echo "-- Testing with simple valid data file --\n";
35 -- Testing with simple valid data file --
/PHP-7.4/ext/curl/tests/
H A Dcurl_copy_handle_basic_001.phpt2 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 Dcurl_copy_handle_basic_002.phpt2 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 Dcurl_copy_handle_basic_007.phpt2 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.4/ext/standard/tests/strings/
H A Dchunk_split_variation12.phpt31 // simple heredoc string
33 This is simple heredoc string
98simple heredoc stringr to checkThis is simple heredoc string with hereThis is simple heredoc strin…
99simple heredoc stringi@! ch@r$ This is simple heredoc string__with wroThis is simple heredoc strin…
H A Dbasename.phpt5 // simple checks
10 // simple checks with trailing slashes
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_replace-compat-04.phpt11 $a="This is a nice and simple string";
15 That is a nice and simple string
H A Dmb_ereg-compat-01.phpt11 $a="This is a nice and simple string";
12 if (mb_ereg(".*nice and simple.*",$a)) {
H A Dmb_ereg-compat-02.phpt11 $a="This is a nice and simple string";
23 This is a nice and simple string
/PHP-7.4/tests/lang/operators/
H A DbitwiseShiftLeft_variationStr2.phpt2 Test << operator : numbers as strings, simple
H A DbitwiseShiftRight_variationStr2.phpt2 Test >> operator : numbers as strings, simple
/PHP-7.4/Zend/tests/varSyntax/
H A DglobalNonSimpleVariableError.phpt2 Global keyword only accepts simple variables
/PHP-7.4/Zend/tests/traits/
H A Dlanguage001.phpt2 Single Trait with simple trait method
/PHP-7.4/Zend/tests/
H A Dfunction_redecl.phpt2 Function redeclaration must produce a simple fatal

Completed in 22 milliseconds

12345