Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.3/ext/standard/tests/array/
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 Darray_diff_assoc_variation7.phpt41 $arr1 = array('zero' => 'x', 'one' => 'y', 'two' => 'z');
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
H A Dkey_variation2.phpt30 0 => 'zero',
H A Darray_chunk_variation5.phpt15 * 3. size value is zero
H A Darray_push_variation6.phpt33 0 => 'zero',
H A Duasort_error.phpt36 // With zero arguments
/PHP-5.3/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.3/ext/oci8/tests/
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.3/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.3/ext/zlib/tests/
H A D006.phpt56 Warning: gzinflate(): length (-1) must be greater or equal zero in %s on line %d
H A D005.phpt55 Warning: gzuncompress(): length (-1) must be greater or equal zero in %s on line %d
/PHP-5.3/ext/standard/tests/file/
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
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.phpt21 // zero argument
/PHP-5.3/ext/mysql/tests/
H A Dmysql_insert_id.phpt51 printf("[010] Expecting int/not zero, got %s/%s\n", gettype($tmp), $tmp);
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_stmt_insert_id.phpt61 printf("[010] Expecting int/any non zero, got %s/%s\n", gettype($tmp), $tmp);
/PHP-5.3/
H A DREADME.TESTING112 Normally, the exit status of "make test" is zero, regardless of the results
114 and "make test" will set the exit status ("$?") to non-zero, when an
148 advised to test for non-zero, rather then a specific value.
/PHP-5.3/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);
/PHP-5.3/ext/standard/tests/general_functions/
H A Dis_callable_variation2.phpt42 0, // zero as argument
/PHP-5.3/ext/standard/tests/math/
H A Dlog1p_variation1.phpt9 * when the value of number is close to zero

Completed in 33 milliseconds

12345678910>>...12