Home
last modified time | relevance | path

Searched refs:zero (Results 176 – 200 of 294) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/standard/tests/math/
H A Ddecbin_error.phpt13 * when the value of number is close to zero.
/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_error.phpt12 // Testing array_intersect() with zero arguments
H A Darray_reverse_error.phpt12 // zero arguments
H A Din_array_errors.phpt13 /* zero argument */
H A Drsort_error.phpt16 // zero arguments
H A Darray_search_errors.phpt12 /* zero argument */
H A Dshuffle_error.phpt16 // zero arguments
/PHP-5.5/ext/bcmath/
H A Dconfig.m412 libbcmath/src/sqrt.c libbcmath/src/zero.c libbcmath/src/debug.c libbcmath/src/doaddsub.c libbcmath/…
/PHP-5.5/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_error1.phpt39 //zero arguments
54 //zero arguments
H A Dsymlink_link_linkinfo_is_link_error2.phpt36 //zero arguments
52 //zero arguments
H A D007_error.phpt25 var_dump(fopen()); // zero argument
32 var_dump( fclose() ); // zero argument
37 var_dump( feof() ); //zero argument
/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split_error.phpt12 * Testing error conditions of chunk_split() with zero arguments
H A Dsubstr_compare.phpt40 Warning: substr_compare(): The length must be greater than or equal to zero in %s on line %d
H A Dsprintf_f_2.phpt65 var_dump(sprintf("[%010s]", $s)); // zero-padding works on strings too
69 /* example#7: zero-padded integers */
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_connect_errno.phpt35 printf("[005] Expecting integer/any non-zero, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_errno.phpt38 printf("[005] Expecting int/any non zero got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_errno_oo.phpt35 printf("[004] Expecting int/any non zero got %s/%s\n", gettype($tmp), $tmp);
/PHP-5.5/ext/gd/tests/
H A Dbug66356.phpt41 …rning: one parameter to a memory allocation multiplication is negative or zero, failing operation …
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation17.phpt25 throw new Exception("Divison by zero");
247 string(17) ""Divison by zero""
/PHP-5.5/ext/gmp/tests/
H A D033.phpt47 Warning: gmp_setbit(): Index must be greater than or equal to zero in %s on line %d
/PHP-5.5/ext/phar/
H A Dstream.c377 php_stream_seek(data->fp, data->position + data->zero, SEEK_SET); in phar_stream_read()
380 data->position = php_stream_tell(data->fp) - data->zero; in phar_stream_read()
405 temp = data->zero + entry->uncompressed_filesize + offset; in phar_stream_seek()
408 temp = data->zero + data->position + offset; in phar_stream_seek()
411 temp = data->zero + offset; in phar_stream_seek()
416 if (temp > data->zero + (off_t) entry->uncompressed_filesize) { in phar_stream_seek()
420 if (temp < data->zero) { in phar_stream_seek()
425 *newoffset = php_stream_tell(data->fp) - data->zero; in phar_stream_seek()
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_callback_basic.phpt12 $replacement = array('zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine'…
/PHP-5.5/ext/date/tests/
H A Ddate_sunrise_variation9.phpt13 // GMT is zero for the timezone
H A Ddate_sunset_variation9.phpt13 // GMT is zero for the timezone
/PHP-5.5/ext/mysql/tests/
H A Dbug47438.phpt2 Bug #47438 (mysql_fetch_field ignores zero offset)

Completed in 30 milliseconds

12345678910>>...12