Home
last modified time | relevance | path

Searched refs:zero (Results 251 – 275 of 330) sorted by relevance

1...<<11121314

/PHP-7.2/ext/standard/tests/strings/
H A Dbasename_error.phpt11 // zero arguments
/PHP-7.2/ext/standard/tests/array/
H A Darray_chunk_variation5.phpt15 * 3. size value is zero
H A Dkey_variation2.phpt30 0 => 'zero',
H A Darray_push_variation6.phpt33 0 => 'zero',
H A Duasort_error.phpt36 // With zero arguments
H A Darray_rand_variation4.phpt22 2.3 => 'float key', 0 => "zero key", 0.2 => 'decimal key',
H A Dshuffle_variation4.phpt20 /*1*/ array("zero" => 0, 1 => 1, "two" => 2, "max_int" => 2147483647 ),
/PHP-7.2/ext/date/tests/
H A Dbug61642.phpt7 // ±5 and ±10 (and any non-zero multiple of 5) is broken, but everything else
H A Ddate_sunrise_variation9.phpt15 // GMT is zero for the timezone
H A Ddate_sunset_variation9.phpt15 // GMT is zero for the timezone
/PHP-7.2/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_error.phpt68 Warning: file_get_contents(): length must be greater than or equal to zero in %s on line %d
H A Dfscanf_error.phpt20 // zero argument
H A Dftruncate_error.phpt20 // zero arguments
/PHP-7.2/
H A DREADME.TESTING113 Normally, the exit status of "make test" is zero, regardless of the results
115 and "make test" will set the exit status ("$?") to non-zero, when an
149 advised to test for non-zero, rather then a specific value.
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt156 printf("[019] '1' IS NOT NULL evaluates to true, expecting zero rows, got %d rows\n", $tmp);
193 printf("[030] Expecting zero rows, got %d rows\n", $tmp);
268 printf("[050] '1' IS NOT NULL evaluates to true, expecting zero rows, got %d rows\n", $tmp);
318 printf("[061] Expecting zero rows, got %d rows\n", $tmp);
H A Dpdo_mysql_prepare_emulated.phpt150 printf("[026] '1' IS NOT NULL evaluates to true, expecting zero rows, got %d rows\n", $tmp);
186 printf("[040] Expecting zero rows, got %d rows\n", $tmp);
255 printf("[067] '1' IS NOT NULL evaluates to true, expecting zero rows, got %d rows\n", $tmp);
295 printf("[080] Expecting zero rows, got %d rows\n", $tmp);
/PHP-7.2/ext/phar/tests/
H A Dfgc_edgecases.phpt65 Warning: file_get_contents(): length must be greater than or equal to zero in phar://%sfgc_edgecase…
/PHP-7.2/ext/standard/tests/math/
H A Dlog1p_variation1.phpt9 * when the value of number is close to zero
H A Dexpm1_variation1.phpt10 * when the value of number is close to zero.
/PHP-7.2/ext/standard/tests/general_functions/
H A Dis_callable_variation2.phpt42 0, // zero as argument
H A Ddebug_zval_dump_b.phpt22 0, // zero as argument
H A Ddebug_zval_dump_b_64bit.phpt22 0, // zero as argument
/PHP-7.2/Zend/
H A DZend.m4314 dnl test for memory allocation using mmap("/dev/zero")
315 AC_MSG_CHECKING(for memory allocation using mmap("/dev/zero"))
343 fd = open("/dev/zero", O_RDWR, S_IRUSR | S_IWUSR);
360 …_ZERO], 1, [Define if the target system has support for memory allocation using mmap("/dev/zero")])
/PHP-7.2/ext/spl/internal/
H A Dlimititerator.inc108 /** @return current position relative to zero (not to offset specified in
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_stmt_get_warnings.phpt84 printf("[016 - %d] Error number should not be zero\n", $i);

Completed in 69 milliseconds

1...<<11121314