Home
last modified time | relevance | path

Searched refs:zero (Results 201 – 225 of 294) sorted by relevance

12345678910>>...12

/PHP-5.5/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.phpt41 $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"
H A Darray_fill_error.phpt35 //callin array_fill with 'num' equal to zero value
/PHP-5.5/Zend/
H A DZend.m4338 dnl test for memory allocation using mmap("/dev/zero")
339 AC_MSG_CHECKING(for memory allocation using mmap("/dev/zero"))
367 fd = open("/dev/zero", O_RDWR, S_IRUSR | S_IWUSR);
384 …_ZERO], 1, [Define if the target system has support for memory allocation using mmap("/dev/zero")])
/PHP-5.5/ext/pcre/tests/
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.5/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
H A Dbug61642.phpt7 // ±5 and ±10 (and any non-zero multiple of 5) is broken, but everything else
/PHP-5.5/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-5.5/ext/standard/tests/file/
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-5.5/ext/opcache/
H A Dconfig.m4136 AC_MSG_CHECKING(for mmap() using /dev/zero shared memory support)
156 fd = open("/dev/zero", O_RDWR, S_IRUSR | S_IWUSR);
187 AC_DEFINE(HAVE_SHM_MMAP_ZERO, 1, [Define if you have mmap("/dev/zero") SHM support])
/PHP-5.5/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
189 var_dump( strpos() ); // zero argument
H A Dbasename_error.phpt11 // zero arguments
/PHP-5.5/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-5.5/ext/zlib/tests/
H A D005.phpt55 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-5.5/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 22 milliseconds

12345678910>>...12