Home
last modified time | relevance | path

Searched refs:one (Results 301 – 325 of 666) sorted by relevance

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

/PHP-7.4/ext/standard/tests/array/
H A Darray_intersect_variation7.phpt47 array("one" => 1, 'two' => 2, "three" => 3, 4 => 4),
113 ["one"]=>
119 ["one"]=>
H A Duasort_basic1.phpt51 $string_key_arg = array('one' => 4, 'two' => 2, 'three' => 1, 'four' => 10);
111 ["one"]=>
H A Darray_unique_variation5.phpt18 $input = array( 1 => "one", 2 => "two", 2 => "2", 3 => "three", 1 => "1", "1", "2");
H A Darray_reverse_variation5.phpt48 array("one" => 1, 'two' => 2, "three" => 3, 4 => 4),
139 ["one"]=>
150 ["one"]=>
161 ["one"]=>
H A Darray_diff_assoc_variation4.phpt36 1 => 'one',
110 string(3) "one"
/PHP-7.4/ext/spl/tests/
H A DregexIterator_flags_basic.phpt14 // Test a change in flags, there's only one class constant so it has to be another int value
/PHP-7.4/ext/intl/tests/
H A Dcollator_get_error_code.phpt14 * Check if error code equals to expected one.
H A Dtimezone_equals_error.phpt42 string(63) "Comparison with at least one unconstructed IntlTimeZone operand"
/PHP-7.4/ext/xsl/tests/
H A Dxslt005.phpt12 print "No or more than one xsl:output/@indent found";
H A Dxslt004.phpt12 print "No or more than one xsl:output/@encoding found";
H A Dxslt002.phpt13 print "No or more than one xsl:output/@method found";
/PHP-7.4/ext/standard/tests/strings/
H A Dmoney_format_error.phpt35 echo "\n-- Testing money_format() function with more than one token --\n";
63 -- Testing money_format() function with more than one token --
H A Dstrtoupper.phpt13 // this one. A small array based on PHP_OS should
/PHP-7.4/ext/pcre/tests/
H A Dpreg_grep_basic.phpt12 var_dump(preg_grep('@(/\w+\.*/*)+@', $array)); //finds / followed by one or more of a-z, A-Z and 0-…
13 … not followed by 3 characters that aren't w's then anything to the end of the sttring (matches one)
/PHP-7.4/Zend/tests/
H A Dclass_name_as_scalar.phpt23 $one = self::class,
28 var_dump($one, $two, $three, $four);
/PHP-7.4/ext/filter/tests/
H A D031.phpt56 Warning: filter_var(): decimal separator must be one char in %s on line %d
/PHP-7.4/ext/simplexml/tests/
H A Dbug69169.phpt2 Bug #69169 (simplexml_load_string parse wrongly when xml given in one row)
/PHP-7.4/ext/posix/tests/
H A Dposix_ttyname_variation1.phpt22 $assoc_array = array(1 => 'one', 2 => 'two');
/PHP-7.4/ext/zlib/tests/
H A Dgzopen_variation7.phpt2 Test function gzopen() by calling it twice on the same file and not closing one of them at the end …
/PHP-7.4/ext/curl/tests/
H A Dcurl_copy_handle_variation1.phpt2 Test curl_copy_handle() change options in one handle
/PHP-7.4/ext/json/tests/
H A Dpass001.1.phpt35 \"one\": 1,
123 "one": 1,
210 ["one"]=>
391 ["one"]=>
531 …e":1.23456789e-13,"E":1.23456789e+34,"":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quo…
533 …e":1.23456789e-13,"E":1.23456789e+34,"":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quo…
576 ["one"]=>
757 ["one"]=>
H A Dpass001.1_64bit.phpt36 \"one\": 1,
124 "one": 1,
211 ["one"]=>
392 ["one"]=>
532 …e":1.23456789e-13,"E":1.23456789e+34,"":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quo…
534 …e":1.23456789e-13,"E":1.23456789e+34,"":0,"E no .":4000000000000,"zero":0,"one":1,"space":" ","quo…
577 ["one"]=>
758 ["one"]=>
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_rpcenc_008w.phpt11 $client->echoMultipleFaults2(1, "Hello World", 12.345, array("one","two","three"));
19 …e="xsd:string[3]" xsi:type="ns2:ArrayOfString"><item xsi:type="xsd:string">one</item><item xsi:typ…
H A Dr4_groupH_simple_rpcenc_009w.phpt11 $client->echoMultipleFaults2(2, "Hello World", 12.345, array("one","two","three"));
19 …e="xsd:string[3]" xsi:type="ns2:ArrayOfString"><item xsi:type="xsd:string">one</item><item xsi:typ…
H A Dr4_groupH_simple_rpcenc_011w.phpt11 $client->echoMultipleFaults2(4, "Hello World", 12.345, array("one","two","three"));
19 …e="xsd:string[3]" xsi:type="ns2:ArrayOfString"><item xsi:type="xsd:string">one</item><item xsi:typ…

Completed in 31 milliseconds

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