Home
last modified time | relevance | path

Searched refs:zero (Results 101 – 125 of 330) sorted by relevance

12345678910>>...14

/PHP-7.2/ext/standard/tests/strings/
H A Dbug33605.phpt10 Warning: substr_compare(): The length must be greater than or equal to zero in %s on line %d
H A Dstr_split_variation6.phpt48 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
139 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
164 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
H A Dstr_split_variation6_64bit.phpt48 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
139 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
165 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
H A Dstr_split_variation7.phpt50 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
117 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
142 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
/PHP-7.2/Zend/tests/
H A Dbug67985.phpt6 $a = ['zero', 'one', 'two'];
H A Dlist_mixed_keyed_unkeyed.phpt12 list($zero, 1 => $one, "foo" => $foo) = $contrivedKeyedAndUnkeyedArrayExample;
H A Dint_special_values.phpt10 -1 / INF, // Negative zero,
H A Darray_hash_zero.phpt2 Accept hashes being equal to zero
/PHP-7.2/ext/bcmath/tests/
H A Dbug78878.phpt12 bc math warning: non-zero scale in modulus
H A Dbcdiv_error1.phpt14 Warning: bcdiv(): Division by zero in %s.php on line %d
/PHP-7.2/ext/pcre/tests/
H A Dpreg_replace_error.phpt11 echo "\n-- Testing preg_replace() function with zero arguments --\n";
31 -- Testing preg_replace() function with zero arguments --
/PHP-7.2/ext/standard/tests/array/
H A Darray_column_variant.phpt14 echo "-- pass null as second parameter and bogus third param to get back zero-indexed array of all …
43 -- pass null as second parameter and bogus third param to get back zero-indexed array of all column…
H A Darray_walk_error1.phpt23 echo "-- Testing array_walk() function with zero arguments --\n";
36 -- Testing array_walk() function with zero arguments --
H A Darray_walk_recursive_error1.phpt23 echo "-- Testing array_walk_recursive() function with zero arguments --\n";
37 -- Testing array_walk_recursive() function with zero arguments --
H A Dcurrent_variation4.phpt18 $multi_array = array ('zero', array (1, 2, 3), 'two');
53 Initial Position: string(4) "zero"
/PHP-7.2/ext/date/tests/
H A DDateTime_setTime_error.phpt17 echo "\n-- Testing DateTime::setTime() function with zero arguments --\n";
36 -- Testing DateTime::setTime() function with zero arguments --
H A Ddate_date_set_error.phpt15 echo "\n-- Testing date_date_set() function with zero arguments --\n";
36 -- Testing date_date_set() function with zero arguments --
H A Ddate_timezone_get_error.phpt16 echo "\n-- Testing date_timezone_get() function with zero arguments --\n";
36 -- Testing date_timezone_get() function with zero arguments --
H A Dtimezone_name_get_error.phpt16 echo "\n-- Testing timezone_name_get() function with zero arguments --\n";
36 -- Testing timezone_name_get() function with zero arguments --
/PHP-7.2/ext/standard/tests/file/
H A Dis_file_variation1.phpt23 echo "\n-- Testing is_file() after truncating filesize to zero bytes --\n";
50 -- Testing is_file() after truncating filesize to zero bytes --
H A Dfseek_ftell_rewind_error2.phpt17 // zero argument
18 echo "-- Testing ftell() with zero argument --\n";
56 -- Testing ftell() with zero argument --
H A Dfseek_ftell_rewind_error3.phpt17 // zero argument
18 echo "-- Testing rewind() with zero argument --\n";
56 -- Testing rewind() with zero argument --
/PHP-7.2/ext/json/tests/
H A Dpass001.phpt28 \"zero\": 0,
111 "zero": 0,
191 ["zero"]=>
329 ["zero"]=>
430 …1234567890,"real":-9876.54321,"e":1.23456789e-13,"E":1.23456789e+34,"":0,"zero":0,"one":1,"space":…
432 …1234567890,"real":-9876.54321,"e":1.23456789e-13,"E":1.23456789e+34,"":0,"zero":0,"one":1,"space":…
471 ["zero"]=>
609 ["zero"]=>
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dgrepoutput398 This line contains a binary zero here >�< for testing.
401 This is a line before the binary zero.
406 This is a line after the binary zero.
409 before the binary zero
410 after the binary zero
418 595:zero
419 596:zero
421 597:zero
425 595:zero
426 596:zero
[all …]
/PHP-7.2/ext/hash/tests/
H A Dhash_hkdf_rfc5869.phpt30 echo "Test case 3 (SHA-256 with zero-length salt, info): ",
54 echo "Test case 6 (SHA-1 with zero-length salt, info): ",
62 echo "Test case 7 (SHA-1 with zero-length info, salt not provided): ",
75 Test case 3 (SHA-256 with zero-length salt, info): 8da4e775a563c18f715f802a063c5a31b8a11f5c5ee1879e…
78 Test case 6 (SHA-1 with zero-length salt, info): 0ac1af7002b3d761d1e55298da9d0506b9ae52057220a306e0…
79 Test case 7 (SHA-1 with zero-length info, salt not provided): 2c91117204d745f3500d636a62f64f0ab3bae…

Completed in 44 milliseconds

12345678910>>...14