Home
last modified time | relevance | path

Searched refs:two (Results 251 – 275 of 743) sorted by relevance

1...<<11121314151617181920>>...30

/PHP-5.6/ext/sqlite3/tests/
H A Dsqlite3result_fetcharray_with_two_params_fails.phpt2 SQLite3Result::fetchArray() test, testing two params causes a failure
/PHP-5.6/ext/standard/tests/array/
H A Darray_unique_variation5.phpt18 $input = array( 1 => "one", 2 => "two", 2 => "2", 3 => "three", 1 => "1", "1", "2");
H A Darray_key_exists_variation4.phpt17 $array = array('one' => 1, 'two' => 2, 'three' => 3);
H A Darray_map_variation10.phpt22 echo "-- anonymous function with two parameters and passing one array --\n";
62 -- anonymous function with two parameters and passing one array --
H A Darray_slice_basic.phpt17 $input = array('one' => 1, 'two' => 2, 3, 23 => 4);
H A Darray_change_key_case_errors.phpt7 $item = array ("one" => 1, "two" => 2, "THREE" => 3, "FOUR" => "four");
H A Darray_map_variation15.phpt18 $arr2 = array("one", "two");
H A Darray_push_variation5.phpt16 $stack = array ('one' => 'un', 'two' => 'deux');
H A Darray_diff_assoc_variation5.phpt45 echo "-- Result of comparing more than two arrays: --\n";
143 -- Result of comparing more than two arrays: --
H A Darray_map_variation5.phpt49 array("one" => 1, 'two' => 2, "three" => 3, 4 => 4),
98 ["two"]=>
H A Darray_merge_recursive_variation4.phpt41 array(1 => "1", 2 => array(1 => "one", 2 => "two", 3 => 1, 4 => "4")),
132 string(3) "two"
148 string(3) "two"
H A Darray_merge_recursive_variation5.phpt41 array("one" => 1, 'two' => 2, "three" => 1, 4 => 1),
117 ["two"]=>
128 ["two"]=>
/PHP-5.6/ext/standard/tests/general_functions/
H A Dbug34794.phpt2 Bug #34794 (proc_close() hangs when used with two processes)
H A Dcall_user_func_array_variation_002.phpt48 $assoc_array = array ('one' => 1, 'two' => 2);
146 …unc_array() expects parameter 1 to be a valid callback, array must have exactly two members, %s(%d)
150 …unc_array() expects parameter 1 to be a valid callback, array must have exactly two members, %s(%d)
158 …unc_array() expects parameter 1 to be a valid callback, array must have exactly two members, %s(%d)
/PHP-5.6/ext/intl/tests/
H A Dresourcebundle_null_mandatory_args_variant2.phpt2 ResourceBundle constructor bundle accepts NULL for first two arguments
H A Dresourcebundle_null_mandatory_args.phpt2 ResourceBundle constructor bundle accepts NULL for first two arguments
/PHP-5.6/ext/posix/tests/
H A Dposix_ttyname_variation1.phpt22 $assoc_array = array(1 => 'one', 2 => 'two');
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug42692.phpt32 $result = $client->checkAuth(1,"two");
/PHP-5.6/ext/standard/tests/strings/
H A Dsimilar_text_basic.phpt11 * Description: Calculates the similarity between two strings
H A Dstrtok_variation5.phpt23 "one:$:two:!:three:#:four",
106 string(3) "two"
H A Dsprintf_basic2.phpt25 // Calling sprintf() with two arguments
/PHP-5.6/ext/simplexml/tests/
H A Dprofile11.phpt2 SimpleXML [profile]: Accessing two elements with the same name, but different namespaces
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dgrepinputx22 two
/PHP-5.6/ext/standard/tests/file/
H A Dfstat_variation1.phpt6 $assoc_array = array(1 => 'one', 2 => 'two');
/PHP-5.6/Zend/tests/traits/
H A Dbug55554c.phpt9 // and the two constructor definitions do not directly collide in that case.

Completed in 23 milliseconds

1...<<11121314151617181920>>...30