Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 732) sorted by last modified time

12345678910>>...30

/PHP-7.4/
H A DNEWS1095 . Fixed bug #78989 (Delayed variance check involving trait segfaults).
1184 . Fixed bug #78776 (Abstract method implementation from trait does not check
1948 . Fixed bug #78197 (PCRE2 version check in configure fails for "##.##-xxx"
2508 . Fixed bug #33502 (Some nullary functions don't check the number of
2527 . Fixed bug #76869 (Incorrect bypassing protected method accessibilty check).
H A Dconfigure.ac517 dnl Check stdint types (must be after header check).
660 dnl Check for getaddrinfo, should be a better way, but... Also check for working
959 AC_MSG_ERROR([Problem with enabling dmalloc. Please check config.log for details.])
/PHP-7.4/ext/openssl/
H A Dconfig0.m435 AC_MSG_ERROR([OpenSSL check failed. Please check config.log for more information.])
/PHP-7.4/ext/gd/libgd/
H A Dgd_png.c83 int check; in gdPngReadData() local
84 check = gdGetBuf(data, length, (gdIOCtx *) png_get_io_ptr(png_ptr)); in gdPngReadData()
85 if (check != length) { in gdPngReadData()
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc481 * Execute and check ping request.
497 * Execute and check status request(s).
H A Dstatus.inc63 * Make status check for status page.
H A Dresponse.inc203 // check default headers
/PHP-7.4/build/
H A Dpkg.m4120 dnl Internal check to see if pkg-config supports short errors.
H A Dphp.m4685 dnl PHP_ARG_WITH(arg-name, check message, help text[, default-val[, extension-or-not]])
690 dnl yes (default), then do the ENABLE_ALL check and run the PHP_ARG_ANALYZE_EX.
713 dnl PHP_ARG_ENABLE(arg-name, check message, help text[, default-val[, extension-or-not]])
718 dnl yes (default), then do the ENABLE_ALL check and run the PHP_ARG_ANALYZE_EX.
1772 dnl Search for bison and optionally check if version is at least the minimum
1840 dnl Search for the re2c and optionally check if version is at least the minimum
/PHP-7.4/azure/
H A Dcommunity_job.yml13 # avoid the exit, which allows us to also check for memory leaks. Otherwise we use
/PHP-7.4/Zend/
H A Dzend_operators.c157 static void ZEND_FASTCALL _convert_scalar_to_number(zval *op, zend_bool silent, zend_bool check) /*… in _convert_scalar_to_number() argument
197 if (check && UNEXPECTED(EG(exception))) { in _convert_scalar_to_number()
H A Dzend_signal.c338 if (SIGG(check)) { in zend_signal_deactivate()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c4853 SIGG(check) = 0; in accel_finish_startup()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_report.phpt262 // checks the flag. Functions to check: mysqli_query() - done above,
316 Warning: mysqli_multi_query(): (%d/%d): You have an error in your SQL syntax; check the manual that…
318 Warning: mysqli_query(): (%d/%d): You have an error in your SQL syntax; check the manual that corre…
322 Warning: mysqli_prepare(): (%d/%d): You have an error in your SQL syntax; check the manual that cor…
324 Warning: mysqli_real_query(): (%d/%d): You have an error in your SQL syntax; check the manual that …
334 Warning: mysqli_next_result(): (%s/%d): You have an error in your SQL syntax; check the manual that…
336 Warning: mysqli_store_result(): (%s/%d): You have an error in your SQL syntax; check the manual tha…
342 Warning: mysqli_stmt_prepare(): (%d/%d): You have an error in your SQL syntax; check the manual tha…
H A Dmysqli_expire_password.phpt117 /* check login */
H A Dmysqli_stmt_result_metadata.phpt89 but we have not announce the removal so far, therefore we need to check for it */
H A Dmysqli_stmt_send_long_data.phpt122 but we have not announce the removal so far, therefore we need to check for it */
H A Dmysqli_stmt_get_result_non_select.phpt36 printf("[004] It is very unlikely that SHOW ENGINES returns no data, check manually\n");
46 … printf("[005] It is very unlikely that SHOW ENGINES does not show MyISAM, check manually\n");
82 printf("[011] Empty EXPLAIN result set seems wrong, check manually, [%d] %s\n",
H A Dmysqli_stmt_get_result_types.phpt233 …// Note: you cannot insert any blob values this way. But you can check the API at least partly thi…
/PHP-7.4/ext/standard/
H A Dimage.c942 static int php_get_wbmp(php_stream *stream, struct gfxinfo **result, int check) in php_get_wbmp() argument
993 if (!check) { in php_get_wbmp()
H A Dstring.c6200 zend_bool check = 0; local
6214 } else if (!check) {
6215 check = 1;
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_nice_basic-win.phpt5 /* No function_exists() check, proc_nice() is always available on Windows */
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.c36 const zend_cfg *cfg, const zend_basic_block *block, int check, int exclude) { in dominates_other_predecessors() argument
40 if (predecessor != exclude && !dominates(cfg->blocks, check, predecessor)) { in dominates_other_predecessors()
H A Ddce.c250 static zend_always_inline void add_to_worklists(context *ctx, int var_num, int check) { in add_to_worklists() argument
253 if (!check || zend_bitset_in(ctx->instr_dead, var->definition)) { in add_to_worklists()
257 if (!check || zend_bitset_in(ctx->phi_dead, var_num)) { in add_to_worklists()
270 …erands_to_worklists(context *ctx, zend_op *opline, zend_ssa_op *ssa_op, zend_ssa *ssa, int check) { in add_operands_to_worklists() argument
272 add_to_worklists(ctx, ssa_op->result_use, check); in add_operands_to_worklists()
278 add_to_worklists(ctx, ssa_op->op1_use, check); in add_operands_to_worklists()
287 add_to_worklists(ctx, ssa_op->op2_use, check); in add_operands_to_worklists()
294 … zend_always_inline void add_phi_sources_to_worklists(context *ctx, zend_ssa_phi *phi, int check) { in add_phi_sources_to_worklists() argument
298 add_to_worklists(ctx, source, check); in add_phi_sources_to_worklists()
/PHP-7.4/ext/standard/tests/array/
H A Dksort_basic.phpt11 …* Testing ksort() by providing array of integer/string values to check the basic functionality wi…

Completed in 127 milliseconds

12345678910>>...30