Home
last modified time | relevance | path

Searched refs:one (Results 326 – 350 of 666) sorted by relevance

1...<<11121314151617181920>>...27

/PHP-7.4/ext/standard/tests/array/
H A Darray_unique_variation4.phpt41 array("one" => 1, 'two' => 2, "three" => 1, 4 => 1),
77 ["one"]=>
H A Darray_diff_uassoc_error.phpt28 //Test array_diff_uassoc with one more than the expected number of arguments
33 // Testing array_diff_uassoc with one less than the expected number of arguments
H A Darray_shift_variation7.phpt16 $stack = array ('one' => 'un', 'two' => 'deux');
H A Darray_slice_basic.phpt17 $input = array('one' => 1, 'two' => 2, 3, 23 => 4);
H A Darray_change_key_case_variation3.phpt32 1 => 'one',
111 string(3) "one"
H A Darray_values_variation3.phpt32 1 => 'one',
113 string(3) "one"
H A Darray_rand_variation3.phpt26 /*3*/ array('one', '123numbers', 'hello\tworld', 'hello world\0', '12.34floatnum'),
29 array("one","123numbers", "hello\tworld", "hello world\0", "12.34floatnum"),
H A Darray_shift_variation3.phpt31 1 => 'one',
113 string(3) "one"
H A Darray_slice_variation7.phpt36 1 => 'one',
122 string(3) "one"
133 string(3) "one"
H A Darray_map_variation15.phpt18 $arr2 = array("one", "two");
H A Dkey_basic.phpt16 $array = array ('zero', 99 => 'one', 'two', 'three' => 3);
H A Darray_key_exists_variation5.phpt18 'one' => 'val2',
H A Darray_merge_variation7.phpt6 * Description: Merges elements from passed arrays into one array
/PHP-7.4/ext/standard/tests/strings/
H A Dconvert_cyr_string_basic.phpt7 * Description: Convert from one Cyrillic character set to another
13 $str = "Convert from one Cyrillic character set to another.";
H A Dstrtok_variation5.phpt23 "one:$:two:!:three:#:four",
104 string(3) "one"
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug40609.phpt2 Bug #40609 (Segfaults when using more than one SoapVar in a request)
/PHP-7.4/ext/iconv/tests/
H A Dtranslit-failure.phpt15 // if at some point internal encoding changes, set correct one
/PHP-7.4/ext/standard/tests/general_functions/
H A Dob_get_length_basic.phpt28 dump_string_length( 'plus one' );
/PHP-7.4/Zend/tests/
H A Dbug43651.phpt2 Bug #43651 (is_callable() with one or more nonconsecutive colons crashes)
H A Dbug78406.phpt38 include $uri; // We expect one more "feature" output at line 3
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_set_timeout_error.phpt13 //Test stream_set_timeout with one more than the expected number of arguments
32 // Testing stream_set_timeout with one less than the expected number of arguments
/PHP-7.4/ext/snmp/tests/
H A Dsnmp_include.inc6 Default timeout is 1000ms and there will be one request performed.
/PHP-7.4/ext/session/tests/
H A Dsession_regenerate_id_basic.phpt12 * Description : Update the current session id with a newly generated one
H A Dsession_regenerate_id_variation1.phpt12 * Description : Update the current session id with a newly generated one
/PHP-7.4/ext/intl/tests/
H A Dbug72506.phpt18 // ASCII domain name with 256 characters – one character added

Completed in 29 milliseconds

1...<<11121314151617181920>>...27