Home
last modified time | relevance | path

Searched refs:zero (Results 1 – 25 of 267) sorted by last modified time

1234567891011

/PHP-7.4/
H A DNEWS227 . Fixed bug #73226 (--r[fcez] always return zero exit code). (cmb)
631 . Fixed bug #80147 (BINARY strings may not be properly zero-terminated).
H A D.travis.yml83 - ccache --zero-stats
H A Dphp.ini-development795 ; of zero causes PHP to behave as before. Default is 1. You should fix your scripts
808 ; Set to 1 if running under IIS. Default is zero.
820 ; Default is zero.
H A Dphp.ini-production795 ; of zero causes PHP to behave as before. Default is 1. You should fix your scripts
808 ; Set to 1 if running under IIS. Default is zero.
820 ; Default is zero.
H A DUPGRADING54 as "32foo". The argument will be interpreted as zero (as before).
91 thrown if the number of requested bytes is less than *or equal to* zero,
149 . SplPriorityQueue::setExtractFlags() will throw an exception if zero is
580 zero, in which case the compiled in default mapsize (usually 1048576) will
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc13 http://creativecommons.org/publicdomain/zero/1.0/
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc13 http://creativecommons.org/publicdomain/zero/1.0/
/PHP-7.4/ext/phar/
H A Dphar.c2401 if (idata->zero && idata->zero != entry->offset_abs) { in phar_postprocess_file()
2402 idata->zero = entry->offset_abs; in phar_postprocess_file()
2410 php_stream_seek(fp, idata->zero, SEEK_SET); in phar_postprocess_file()
2416 php_stream_seek(fp, idata->zero, SEEK_SET); in phar_postprocess_file()
H A Dutil.c490 (*ret)->zero = phar_get_fp_offset(link); in phar_get_entry_data()
492 (*ret)->zero = phar_get_fp_offset(entry); in phar_get_entry_data()
608 ret->position = ret->zero = 0; in phar_get_or_create_entry_data()
726 dummy.zero = entry->offset; in phar_open_entry_fp()
744 dummy.zero = entry->offset; in phar_open_entry_fp()
791 dummy.zero = entry->offset; in phar_open_entry_fp()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c10709 BOOL zero = FALSE; in compile_bracketpos_matchingpath() local
10718 zero = TRUE; in compile_bracketpos_matchingpath()
10764 if (!zero) in compile_bracketpos_matchingpath()
10800 if (!zero) in compile_bracketpos_matchingpath()
10811 if (!zero) in compile_bracketpos_matchingpath()
10826 if (!zero) in compile_bracketpos_matchingpath()
10888 if (!zero) in compile_bracketpos_matchingpath()
10919 if (!zero) in compile_bracketpos_matchingpath()
10967 if (!zero) in compile_bracketpos_matchingpath()
H A Dpcre2_jit_simd_inc.h987 vect_t zero = VDUPQ(0); in shift_left_n_lanes() local
990 #define C(X) case X: return VEXTQ(zero, a, VECTOR_FACTOR - X); in shift_left_n_lanes()
/PHP-7.4/ext/date/lib/
H A Dparse_date.re2101 case TIMELIB_FORMAT_DAY_TWO_DIGIT: /* two digit day, without leading zero */
2102 case TIMELIB_FORMAT_DAY_TWO_DIGIT_PADDED: /* two digit day, with leading zero */
2122 case TIMELIB_FORMAT_MONTH_TWO_DIGIT: /* two digit month, without leading zero */
2123 case TIMELIB_FORMAT_MONTH_TWO_DIGIT_PADDED: /* two digit month, with leading zero */
2154 case TIMELIB_FORMAT_HOUR_TWO_DIGIT_12_MAX: /* two digit hour, without leading zero */
2155 case TIMELIB_FORMAT_HOUR_TWO_DIGIT_12_MAX_PADDED: /* two digit hour, with leading zero */
2164 case TIMELIB_FORMAT_HOUR_TWO_DIGIT_24_MAX_PADDED: /* two digit hour, with leading zero */
2165 case TIMELIB_FORMAT_HOUR_TWO_DIGIT_24_MAX: /* two digit hour, without leading zero */
2180 case TIMELIB_FORMAT_MINUTE_TWO_DIGIT: /* two digit minute, with leading zero */
2194 case TIMELIB_FORMAT_SECOND_TWO_DIGIT: /* two digit second, with leading zero */
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_thread_id.phpt25 printf("[003] Expecting int/any but zero, got %s/%s. [%d] %s\n",
H A Dmysqli_stmt_get_warnings.phpt84 printf("[016 - %d] Error number should not be zero\n", $i);
H A Dmysqli_stmt_insert_id.phpt61 printf("[010] Expecting int/any non zero, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_bind_result_zerofill.phpt16 mysqli_query($link, 'ALTER TABLE test DROP zero');
17 $sql = sprintf('ALTER TABLE test ADD zero %s UNSIGNED ZEROFILL', $datatype);
23 if (!mysqli_query($link, sprintf('UPDATE test SET zero = %s', $insert))) {
29 if (!($stmt = mysqli_prepare($link, 'SELECT zero FROM test LIMIT 1'))) {
H A Dmysqli_stmt_errno.phpt36 printf("[006] Expecting int/any non zero, got %s/%s\n", gettype($tmp), $tmp);
43 printf("[008] Expecting zero, got %s/%s\n", gettype($tmp), $tmp);
52 printf("[010] Execting int/any non zero, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_fetch_assoc_zerofill.phpt16 mysqli_query($link, 'ALTER TABLE test DROP zero');
17 $sql = sprintf('ALTER TABLE test ADD zero %s UNSIGNED ZEROFILL', $datatype);
23 if (!mysqli_query($link, sprintf('UPDATE test SET zero = %s', $insert))) {
29 if (!($res = mysqli_query($link, 'SELECT zero FROM test LIMIT 1'))) {
44 if ($expected !== $row['zero']) {
45 printf("[%03d] Expecting '%s' got '%s'\n", $offset, $expected, $row['zero']);
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);
H A Dmysqli_connect_errno.phpt35 printf("[005] Expecting integer/any non-zero, got %s/%s\n", gettype($tmp), $tmp);
/PHP-7.4/ext/odbc/tests/
H A Dbug80147.phpt2 Bug #80147 (BINARY strings may not be properly zero-terminated)
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_get_contents_negative_length.phpt15 Warning: stream_get_contents(): Length must be greater than or equal to zero, or -1 in %s on line %d
/PHP-7.4/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_error1.phpt33 //zero arguments
48 //zero arguments
H A Dsymlink_link_linkinfo_is_link_error2.phpt33 //zero arguments
49 //zero arguments

Completed in 92 milliseconds

1234567891011