Home
last modified time | relevance | path

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

1234567

/PHP-5.5/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
/PHP-5.5/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-5.5/ext/simplexml/tests/
H A DSimpleXMLElement_addAttribute_basic.phpt7 $simple = simplexml_load_file(dirname(__FILE__)."/book.xml");
8 $simple->addAttribute('type','novels');
10 var_dump($simple->attributes());
H A Dsimplexml_load_file.phpt7 $simple = simplexml_load_file(dirname(__FILE__)."/book.xml");
9 var_dump($simple);
/PHP-5.5/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-5.5/ext/ereg/tests/
H A D004.phpt2 simple ereg test
4 <?php $a="This is a nice and simple string";
5 if (ereg(".*nice and simple.*",$a)) {
H A D006.phpt4 <?php $a="This is a nice and simple string";
9 That is a nice and simple string
H A D005.phpt4 <?php $a="This is a nice and simple string";
17 This is a nice and simple string
/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split_variation3.phpt14 $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 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-5.5/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-5.5/ext/mysql/tests/
H A Dmysql_query_load_data_openbasedir.phpt12 if (file_exists('./simple.csv') && !unlink('./simple.csv'))
15 if (!$fp = fopen('./simple.csv', 'w'))
19 @unlink('./simple.csv');
59 if (file_exists('./simple.csv'))
60 unlink('./simple.csv');
62 if (!$fp = fopen('./simple.csv', 'w'))
84 mysql_real_escape_string(realpath('./simple.csv'), $link));
109 unlink("./simple.csv");
/PHP-5.5/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-5.5/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-5.5/tests/lang/operators/
H A DbitwiseShiftLeft_variationStr2.phpt2 Test << operator : numbers as strings, simple

Completed in 26 milliseconds

1234567