Home
last modified time | relevance | path

Searched refs:zero (Results 226 – 250 of 330) sorted by relevance

12345678910>>...14

/PHP-7.2/ext/gmp/tests/
H A Dgmp_setbit.phpt47 Warning: gmp_setbit(): Index must be greater than or equal to zero in %s on line %d
/PHP-7.2/ext/standard/tests/file/
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)
H A Dfile_get_contents_error.phpt64 Warning: file_get_contents(): length must be greater than or equal to zero in %s on line %d
/PHP-7.2/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-7.2/ext/standard/tests/array/
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');
H A Darray_diff_assoc_variation7.phpt40 $arr1 = array('zero' => 'x', 'one' => 'y', 'two' => 'z');
H A Darray_filter_error.phpt12 // zero arguments
H A Darray_shuffle_basic.phpt43 // key-> value association should be so close to zero it wont happen in the lifetime of the
H A Dsort_error.phpt16 // zero arguments
H A D009.phpt30 "" => "string", 0 => "zero", "" => "" ) // mixed array
437 string(4) "zero"
438 string(4) "zero"
456 string(4) "zero"
/PHP-7.2/
H A D.travis.yml54 - ccache --zero-stats
/PHP-7.2/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
H A Dlob_042.phpt61 Warning: OCI-Lob::truncate(): Length must be greater than or equal to zero in %s on line %d
/PHP-7.2/ext/date/tests/
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-7.2/ext/opcache/
H A Dconfig.m4153 AC_MSG_CHECKING(for mmap() using /dev/zero shared memory support)
173 fd = open("/dev/zero", O_RDWR, S_IRUSR | S_IWUSR);
204 AC_DEFINE(HAVE_SHM_MMAP_ZERO, 1, [Define if you have mmap("/dev/zero") SHM support])
/PHP-7.2/ext/standard/tests/strings/
H A Dstrpos.phpt75 "string", // offset as string, converts to zero
76 NULL, // offset as string, converts to zero
77 "", // offset as string, converts to zero
192 var_dump( strpos() ); // zero argument
/PHP-7.2/ext/zlib/tests/
H A D005.phpt54 Warning: gzuncompress(): length (-1) must be greater or equal zero in %s on line %d
H A D006.phpt58 Warning: gzinflate(): length (-1) must be greater or equal zero in %s on line %d
/PHP-7.2/ext/sysvmsg/tests/
H A D005.phpt47 Warning: msg_receive(): maximum size of the message has to be greater than zero in %s on line %d
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_stmt_insert_id.phpt61 printf("[010] Expecting int/any non zero, got %s/%s\n", gettype($tmp), $tmp);

Completed in 34 milliseconds

12345678910>>...14