Home
last modified time | relevance | path

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

12345678910>>...28

/PHP-8.1/
H A Dconfigure.ac480 dnl Check stdint types (must be after header check).
633 dnl Check for getaddrinfo, should be a better way, but... Also check for working
972 AC_MSG_ERROR([Problem with enabling dmalloc. Please check config.log for details.])
H A DNEWS86 . Add missing NULL pointer error check. (icy17)
121 . Fix incorrect uri check in SOAP caching. (nielsdos)
132 . Add missing NULL pointer error check. (icy17)
135 . Add missing NULL pointer error check. (icy17)
148 . Fixed bug GH-12273 (__builtin_cpu_init check). (Freaky)
355 . Fix context option check for "overwrite". (JonasQuinten)
712 . Fix incorrect page_size check. (nielsdos)
730 . Fix incorrect check in phar tar parsing. (nielsdos)
753 . Add missing error check on tidyLoadConfig. (nielsdos)
835 . Fix missing check for xmlTextWriterEndElement (nielsdos)
[all …]
H A DCONTRIBUTING.md109 can check the XML source out from Subversion and edit that and build it
260 - Run `make test` to check your change doesn't break other features.
262 and check the PHP and web server error logs after running your PHP tests.
263 - Rebuild PHP with `--enable-zts` to check your change compiles and operates
H A DUPGRADING377 check whether an ASCII codepoint given as integer satisfies a given ctype
/PHP-8.1/ext/standard/tests/file/
H A Dfile.inc252 // check for proper size
438 // check if file exists
H A Dis_readable_basic.phpt22 /* loop to check if the file with new mode is readable
/PHP-8.1/Zend/
H A Dzend.c207 …"zend.signal_check", SIGNAL_CHECK_DEFAULT, ZEND_INI_SYSTEM, OnUpdateBool, check, zend_signal_globa…
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_x86.dasc2358 | test eax, eax // TODO : remove this check at least for HYBRID VM ???
2534 | // check for interrupt (try to avoid this ???)
3623 /* this check may be handled by the following OPLINE guard or jmp [IP] */
5798 /* perform IS_UNDEF check only after result type guard (during deoptimization) */
11529 …/* ZEND_CALL_FAKE_CLOSURE handled on slow path to eliminate check for ZEND_CALL_CLOSURE on fast pa…
11545 // TODO: try to avoid this check ???
11548 /* this check should be handled by the following OPLINE guard */
11599 // TODO: avoid EG(excption) check for $this->foo() calls
13195 /* perform IS_UNDEF check only after result type guard (during deoptimization) */
16473 /* %r0 is used to check EG(vm_interrupt) */
H A Dzend_jit_arm64.dasc2509 | // check for interrupt (try to avoid this ???)
3289 /* this check should be handled by the following OPLINE guard or jmp [IP] */
5260 /* perform IS_UNDEF check only after result type guard (during deoptimization) */
10837 // TODO: try to avoid this check ???
10840 /* this check should be handled by the following OPLINE guard */
10891 // TODO: avoid EG(excption) check for $this->foo() calls
12414 /* perform IS_UNDEF check only after result type guard (during deoptimization) */
15465 /* check if we can jump to veneer */
15502 /* check if we can jump to veneer */
15545 /* check if we can jump to veneer */
[all …]
/PHP-8.1/ext/standard/
H A Dimage.c943 static int php_get_wbmp(php_stream *stream, struct gfxinfo **result, int check) in php_get_wbmp() argument
994 if (!check) { in php_get_wbmp()
/PHP-8.1/ext/opcache/
H A DZendAccelerator.c4790 SIGG(check) = 0;
/PHP-8.1/sapi/fpm/tests/
H A Dtester.inc537 * Execute and check ping request.
553 * Execute and check status request(s).
1497 * @param bool $checkAllLogs Whether to also check past logs.
1522 * @param bool $checkAllLogs Whether to also check past logs.
1601 * @param bool $checkAllLogs Whether to also check past logs.
1647 * @param bool $checkAllLogs Whether to also check past logs.
1683 * @param bool $checkAllLogs Whether to also check past logs.
1718 * @param bool $checkAllLogs Whether to also check past logs.
1753 * @param bool $checkAllLogs Whether to also check past logs.
1788 * @param bool $checkAllLogs Whether to also check past logs.
H A Dresponse.inc292 // check default headers
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます88 # check for valid compression method 0-4
2597 # nul, space at end of check sum
3483 # check 5th character of method id
3485 # check header level 0 1 2 3
8300 # Secure Area check.
20600 # check magic
24676 # plausibility check for date
27070 # check the first line
27074 # not 'p', check other lines
31935 # check the first line
[all …]
H A Dmagic88 # check for valid compression method 0-4
2597 # nul, space at end of check sum
3483 # check 5th character of method id
3485 # check header level 0 1 2 3
8300 # Secure Area check.
20600 # check magic
24676 # plausibility check for date
27070 # check the first line
27074 # not 'p', check other lines
31935 # check the first line
[all …]
/PHP-8.1/build/
H A Dphp.m4669 dnl PHP_ARG_WITH(arg-name, check message, help text[, default-val[, extension-or-not]])
674 dnl yes (default), then do the ENABLE_ALL check and run the PHP_ARG_ANALYZE_EX.
697 dnl PHP_ARG_ENABLE(arg-name, check message, help text[, default-val[, extension-or-not]])
702 dnl yes (default), then do the ENABLE_ALL check and run the PHP_ARG_ANALYZE_EX.
1766 dnl Search for bison and optionally check if version is at least the minimum
1835 dnl Search for the re2c and optionally check if version is at least the minimum
H A Dlibtool.m4180 # Only perform the check for file, if the check method requires it
817 # check would be larger than it should be.
2379 # how to check for library dependencies
2392 # 'test_compile' -- check by making test program.
2393 # 'file_magic [[regex]]' -- check by looking for files in library path
2624 # check for math library
3002 # We only want to do this on AIX 4.2 and lower, the check
4373 # Method to check whether dependent libraries are shared objects.
5693 # We only want to do this on AIX 4.2 and lower, the check
/PHP-8.1/ext/sqlite3/tests/
H A Dgh11878.phpt23 // Test different combinations to check for null pointer derefs
/PHP-8.1/ext/standard/tests/strings/
H A Djoin_variation2.phpt78 // loop through each element of the array and check the working of join()
/PHP-8.1/ext/standard/tests/file/windows_acls/
H A Dcommon.inc115 Required to set no permission and check that is_readable()
/PHP-8.1/ext/imap/
H A Dconfig.m4211 AC_MSG_ERROR(Cannot find rfc822.h. Please check your c-client installation.)
227 … AC_MSG_ERROR(Cannot find imap library (libc-client.a). Please check your c-client installation.)
302 AC_MSG_ERROR([build test failed. Please check the config.log for details.])
/PHP-8.1/sapi/cli/tests/
H A Dupload_2G.phpt16 die('skip Cannot check free RAM from /proc/meminfo on this platform');
/PHP-8.1/ext/mbstring/
H A Dmbstring.c3920 if (encoding->check != NULL) { in php_mb_check_encoding()
3922 return encoding->check((unsigned char*)input, length); in php_mb_check_encoding()
/PHP-8.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c383 if (filter->from->check != NULL && !(filter->from->check)(p, n)) { in mbfl_encoding_detector_feed()
H A Dmbfl_encoding.h150 mb_check_fn check; member

Completed in 352 milliseconds

12345678910>>...28