Home
last modified time | relevance | path

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

1234567891011

/PHP-7.4/ext/date/tests/
H A Dbug61642.phpt7 // ±5 and ±10 (and any non-zero multiple of 5) is broken, but everything else
H A Ddate_sunrise_variation9.phpt15 // GMT is zero for the timezone
H A Ddate_sunset_variation9.phpt15 // GMT is zero for the timezone
/PHP-7.4/
H A D.travis.yml83 - ccache --zero-stats
/PHP-7.4/ext/standard/tests/file/
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.phpt20 // zero argument
H A Dftruncate_error.phpt20 // zero arguments
H A Dfwrite_error.phpt21 // zero argument
/PHP-7.4/ext/ffi/tests/
H A D027.phpt84 FFI\Exception: Cannot instantiate FFI\CData of zero size
/PHP-7.4/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);
H A Dpdo_mysql_prepare_emulated.phpt150 printf("[026] '1' IS NOT NULL evaluates to true, expecting zero rows, got %d rows\n", $tmp);
186 printf("[040] Expecting zero rows, got %d rows\n", $tmp);
255 printf("[067] '1' IS NOT NULL evaluates to true, expecting zero rows, got %d rows\n", $tmp);
295 printf("[080] Expecting zero rows, got %d rows\n", $tmp);
/PHP-7.4/ext/standard/tests/array/
H A Darray_push_variation6.phpt33 0 => 'zero',
H A Darray_rand_variation4.phpt22 2.3 => 'float key', 0 => "zero key", 0.2 => 'decimal key',
H A Dshuffle_variation4.phpt20 /*1*/ array("zero" => 0, 1 => 1, "two" => 2, "max_int" => 2147483647 ),
H A Darray_key_exists_variation1.phpt18 $search = array ('zero', 'key' => 'val', 'two');
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_callable_variation2.phpt39 0, // zero as argument
H A Ddebug_zval_dump_b.phpt18 0, // zero as argument
H A Ddebug_zval_dump_b_64bit.phpt22 0, // zero as argument
/PHP-7.4/ext/phar/tests/
H A Dfgc_edgecases.phpt64 Warning: file_get_contents(): length must be greater than or equal to zero in phar://%sfgc_edgecase…
H A Dphar_extract.phpt144 Invalid argument, extraction path must be non-zero length
/PHP-7.4/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
H A Dprintf.phpt30 echo "\n*** Output for zero argument ***\n";
228 *** Output for zero argument ***
H A Dprintf_64bit.phpt30 echo "\n*** Output for zero argument ***\n";
228 *** Output for zero argument ***
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.service.in24 # such as /dev/null, /dev/zero or /dev/random (as well as the pseudo TTY subsystem) to it,
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_warnings.phpt84 printf("[016 - %d] Error number should not be zero\n", $i);

Completed in 78 milliseconds

1234567891011