Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.3/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.3/ext/standard/tests/array/
H A Darray_search_errors.phpt12 /* zero argument */
H A Din_array_errors.phpt13 /* zero argument */
H A Drsort_error.phpt16 // zero arguments
H A Dshuffle_error.phpt16 // zero arguments
H A Dkey_variation4.phpt17 $multi_array = array ('zero', array (1, 2, 3), 'two');
H A Darray_key_exists_variation3.phpt20 $search = array ('zero', 'one', 'two');
/PHP-5.3/ext/standard/tests/file/
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
H A Dfile_get_contents_variation6.phpt131 Error: 2 - file_get_contents(): length must be greater than or equal to zero, %s(%d)
138 Error: 2 - file_get_contents(): length must be greater than or equal to zero, %s(%d)
/PHP-5.3/ext/standard/tests/strings/
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.3/ext/mysql/tests/
H A Dbug47438.phpt2 Bug #47438 (mysql_fetch_field ignores zero offset)
/PHP-5.3/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.3/Zend/
H A DZend.m4352 dnl test for memory allocation using mmap("/dev/zero")
353 AC_MSG_CHECKING(for memory allocation using mmap("/dev/zero"))
381 fd = open("/dev/zero", O_RDWR, S_IRUSR | S_IWUSR);
398 …_ZERO], 1, [Define if the target system has support for memory allocation using mmap("/dev/zero")])
/PHP-5.3/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.3/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
H A Ddate_sunrise_variation8.phpt13 // GMT is zero for the timezone
H A Ddate_sunset_variation8.phpt13 // GMT is zero for the timezone
/PHP-5.3/ext/pcre/tests/
H A Dpreg_replace_callback_basic.phpt12 $replacement = array('zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine'…
H A Dpreg_replace_callback_error.phpt15 $replacement = array('zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine'…
H A Dpreg_replace_callback_error1.phpt19 $replacement = array('zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine'…
/PHP-5.3/ext/oci8/tests/
H A Darray_bind_002.phpt62 Warning: oci_bind_array_by_name(): Maximum array length must be greater than zero in %s on line %d

Completed in 85 milliseconds

12345678910>>...12