Home
last modified time | relevance | path

Searched refs:two (Results 201 – 225 of 743) sorted by relevance

12345678910>>...30

/PHP-5.6/ext/pcre/tests/
H A Dpreg_replace_callback_basic.phpt12 $replacement = array('zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine'…
31 one two three 4 is now written in words
H A Dbug41638.phpt10 // these two are from Magnus Holmgren (extracted from a pcre-dev mailing list post)
/PHP-5.6/ext/standard/tests/array/
H A Darray_push.phpt23 array( "1" => "one", "2" => "two", "3" => "three", "4" => "four", "5" => "five" ),
24 array( 1 => "one", 2 => "two", 3 => 7, 4 => "four", 5 => "five" ),
161 [2] => two
174 [2] => two
H A Darray_flip_variation2.phpt42 "two" => 'string_key2',
89 string(3) "two"
H A Darray_search_variation3.phpt15 array(1, 2 => "two", "three" => 3),
28 public $array_var = array(1=>"one", "two"=>2, 3=>3);
H A Din_array_variation3.phpt18 array(1, 2 => "two", "three" => 3),
31 public $array_var = array(1=>"one", "two"=>2, 3=>3);
H A Dusort_variation6.phpt43 echo "\n-- Pass usort() a two-dimensional array --\n";
60 -- Pass usort() a two-dimensional array --
H A D005.phpt23 array( "1" => "one", "2" => "two", "3" => "three", "4" => "four", "5" => "five" ),
24 array( 1 => "one", 2 => "two", 3 => 7, 4 => "four", 5 => "five" ),
173 [2] => two
186 [2] => two
H A Darray_diff_variation9.phpt22 echo "-- Compare two 2-D arrays --\n";
26 echo "\n-- Compare subarrays from two 2-D arrays --\n";
41 -- Compare two 2-D arrays --
79 -- Compare subarrays from two 2-D arrays --
H A Deach.phpt16 array("1" => "one", "2" => "two", "3" => "three", "4" => "four"),
17 array("one" => 1, "two" => 2, 3 => "three", 4 => 4, "" => 5,
378 string(3) "two"
380 string(3) "two"
435 string(3) "two"
437 string(3) "two"
H A D009.phpt20 array(1 => 'One', 2 => 'two', 3 => "three") // associative array with key as integers
29 array(-1.5 => "test", -2 => "rest", 2.5 => "two",
317 string(3) "two"
318 string(3) "two"
333 string(3) "two"
431 string(3) "two"
432 string(3) "two"
452 string(3) "two"
H A Darray_map_variation9.phpt31 echo "-- checking binary safe array with two parameter callback function --\n";
49 -- checking binary safe array with two parameter callback function --
/PHP-5.6/ext/standard/tests/strings/
H A Dnumber_format_basic.phpt32 echo "\n-- number_format tests.....with two dp --\n";
68 -- number_format tests.....with two dp --
H A Dprintf_basic9.phpt41 echo "\n-- Calling printf() with two arguments --\n";
72 -- Calling printf() with two arguments --
H A Dsprintf_error.phpt21 $arg2 = 'two';
28 // with two argument less than expected
/PHP-5.6/ext/date/tests/
H A Dtimezone_identifiers_list_wrong_constructor.phpt15 Notice: timezone_identifiers_list(): A two-letter ISO 3166-1 compatible country code is expected in…
/PHP-5.6/ext/spl/tests/
H A DSplFileObject_fwrite_variation_001.phpt2 SplFileObject::fwrite function - writing with two parameters length < input string length
H A DSplFileObject_fwrite_variation_002.phpt2 SplFileObject::fwrite function - writing with two parameters, length > input string length
H A DSplFileObject_setCsvControl_error002.phpt16 $s->setCsvControl('|', 'two');
/PHP-5.6/ext/interbase/tests/
H A D005.phpt127 echo "two rows\n";
134 echo "two rows again\n";
242 two rows
247 two rows again
/PHP-5.6/ext/fileinfo/tests/
H A Dbug68819_002.phpt10 // These two in any order
/PHP-5.6/tests/output/
H A Dob_start_error_003.phpt18 Warning: ob_start(): array must have exactly two members in %s on line %d
/PHP-5.6/ext/dom/tests/
H A DDOMNode_cloneNode_basic.phpt21 <course title="two">
86 Course: two:DOMElement
/PHP-5.6/ext/standard/tests/file/
H A Dstat_variation1-win32.phpt46 // compare the two stats
65 // compare the two stats
/PHP-5.6/ext/opcache/tests/
H A Dcompact_literals.phpt15 "2" => "two",
17 "two" => 2,
166 [two] => 2

Completed in 34 milliseconds

12345678910>>...30