Home
last modified time | relevance | path

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

12345678910>>...21

/php-src/ext/standard/tests/array/
H A Darray_search_variation3.phpt9 array(1, 2 => "two", "three" => 3),
22 public $array_var = array(1=>"one", "two"=>2, 3=>3);
H A Dusort_variation6.phpt38 echo "\n-- Pass usort() a two-dimensional array --\n";
54 -- Pass usort() a two-dimensional array --
H A Dextract_error_variation1.phpt5 $a = ["1" => "one", "2" => "two", "3" => "three", "4" => "four", "5" => "five"];
H A Darray_push.phpt18 array( "1" => "one", "2" => "two", "3" => "three", "4" => "four", "5" => "five" ),
19 array( 1 => "one", 2 => "two", 3 => 7, 4 => "four", 5 => "five" ),
163 string(3) "two"
180 string(3) "two"
H A Din_array_variation3.phpt11 array(1, 2 => "two", "three" => 3),
24 public $array_var = array(1=>"one", "two"=>2, 3=>3);
H A Darray_flip_variation2.phpt36 "two" => 'string_key2',
81 string(3) "two"
H A Duasort_basic1.phpt39 $string_key_arg = array('one' => 4, 'two' => 2, 'three' => 1, 'four' => 10);
97 ["two"]=>
/php-src/ext/pcre/tests/
H A Dpreg_replace_callback_basic.phpt11 $replacement = array('zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine'…
30 one two three 4 is now written in words
/php-src/ext/gd/tests/
H A Dsimilarity.inc27 * Calculates the euclidean distance of two RGB values.
44 * Calculates dissimilarity of two images.
/php-src/ext/standard/tests/strings/
H A Dprintf_basic3.phpt35 echo "\n-- Calling printf() with two arguments--\n";
65 -- Calling printf() with two arguments--
H A Dprintf_basic9.phpt36 echo "\n-- Calling printf() with two arguments --\n";
66 -- Calling printf() with two arguments --
/php-src/tests/classes/
H A Dinterface_constant_inheritance_004.phpt2 Ensure a class may implement two interfaces which include the same constant (due to inheritance).
/php-src/ext/opcache/tests/
H A Dbug77310_1.phpt16 $data = ['zero', 'one', 'two'];
/php-src/ext/spl/tests/
H A Dbug75673.phpt7 $stack->push("two");
/php-src/Zend/tests/
H A Dbug80045.phpt2 Bug #80045: memleak after two set_exception_handler calls with __call
H A Dbug73337.phpt2 Bug #73337 (try/catch not working with two exceptions inside a same operation)
H A Duse_no_eval_conflict.phpt6 /* It is important that these two eval()s occur on the same line,
/php-src/ext/date/tests/
H A Dbug64157.phpt14 A two digit second could not be found
/php-src/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_doclit_008w.phpt14 "param3" => array("one","two","three")));
22 …param2>12.345</ns1:param2><ns1:param3><ns2:value>one</ns2:value><ns2:value>two</ns2:value><ns2:val…
H A Dr4_groupH_simple_doclit_009w.phpt14 "param3" => array("one","two","three")));
22 …param2>12.345</ns1:param2><ns1:param3><ns2:value>one</ns2:value><ns2:value>two</ns2:value><ns2:val…
H A Dr4_groupH_simple_doclit_011w.phpt14 "param3" => array("one","two","three")));
22 …param2>12.345</ns1:param2><ns1:param3><ns2:value>one</ns2:value><ns2:value>two</ns2:value><ns2:val…
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromFile_with_working_stream_wrapper.phpt40 echo "--- Stream wrapper in two chunks case ---\n";
57 --- Stream wrapper in two chunks case ---
/php-src/Zend/tests/constants/final_constants/
H A Dfinal_const8.phpt2 Class constants cannot be inherited from two different interfaces
/php-src/ext/spl/tests/SplFileObject/
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

Completed in 24 milliseconds

12345678910>>...21