Home
last modified time | relevance | path

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

12345

/php-src/ext/standard/tests/array/
H A Darray_fill_keys_variation1.phpt8 $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 Darray_fill_keys_variation2.phpt10 $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 Darray_map_object1.phpt7 * 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 Darray_reverse_basic1.phpt2 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 Darray_sum_variation3.phpt13 echo "-- simple float array --\n";
42 -- simple float array --
H A Dcompact_basic.phpt18 // simple array test
20 // simple parameter test
/php-src/ext/xml/tests/
H A Dxml_parse_into_struct_variation.phpt9 $simple = "<main><para><note>simple note</note></para><para><note>simple note</note></para></main>";
11 xml_parse_into_struct($p, $simple, $vals, $index);
70 [value] => simple note
92 [value] => simple note
/php-src/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-src/ext/standard/tests/general_functions/
H A Dvar_export_basic8.phpt2 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-src/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_file_put_contents_basic.phpt11 echo "-- Testing with simple valid data file --\n";
35 -- Testing with simple valid data file --
H A Dfile_get_contents_basic.phpt13 echo "-- Testing with simple valid data file --\n";
35 -- Testing with simple valid data file --
/php-src/ext/standard/tests/strings/
H A Dchunk_split_variation12.phpt25 // simple heredoc string
27 This is simple heredoc string
92simple heredoc stringr to checkThis is simple heredoc string with hereThis is simple heredoc strin…
93simple 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-src/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";
32 *** 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";
33 *** 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";
31 *** Testing curl copy handle with simple POST using array as arguments ***
/php-src/ext/standard/tests/network/
H A Dsyslog_null_byte.phpt11 $message = "A simple \0 message";
18 %SPHPT%S%r(:|-)%r A simple \x00 message
/php-src/ext/mbstring/tests/
H A Dmb_ereg_replace-compat-04.phpt12 $a="This is a nice and simple string";
16 That is a nice and simple string
H A Dmb_ereg-compat-01.phpt12 $a="This is a nice and simple string";
13 if (mb_ereg(".*nice and simple.*",$a)) {
H A Dmb_ereg-compat-02.phpt12 $a="This is a nice and simple string";
24 This is a nice and simple string
/php-src/tests/lang/operators/
H A DbitwiseShiftRight_variationStr2.phpt2 Test >> operator : numbers as strings, simple
H A DbitwiseShiftLeft_variationStr2.phpt2 Test << operator : numbers as strings, simple

Completed in 147 milliseconds

12345