Home
last modified time | relevance | path

Searched refs:found (Results 401 – 421 of 421) sorted by relevance

1...<<11121314151617

/PHP-7.4/ext/standard/tests/strings/
H A Dstrspn_variation11.phpt6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
H A Dstrpos.phpt85 -10, // Not found
H A Dstrcspn_variation8.phpt6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
H A Dstrspn_variation8.phpt6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
H A Dstrcspn_variation12.phpt6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
H A Dstrspn_variation12.phpt6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます435 # Note: only unix line feeds "\n" found
485 #>>>0x204 ubyte 0x0a NL found
7703 # Commonly found on demo discs.
11285 # found only version 3.{1,2}
12816 # also found 0 like in SWZCONLN.TTF
12868 # no example found for otc
20779 # only version=0x100 found
21378 # normally 0 1 but also found 14
28051 # Data Offset only found 0x200
29200 # only < 9 found
[all …]
H A Dmagic435 # Note: only unix line feeds "\n" found
485 #>>>0x204 ubyte 0x0a NL found
7703 # Commonly found on demo discs.
11285 # found only version 3.{1,2}
12816 # also found 0 like in SWZCONLN.TTF
12868 # no example found for otc
20779 # only version=0x100 found
21378 # normally 0 1 but also found 14
28051 # Data Offset only found 0x200
29200 # only < 9 found
[all …]
/PHP-7.4/ext/date/
H A Dphp_date.c4077 unsigned int begin = 0, found; in PHP_FUNCTION() local
4114 found = 1; in PHP_FUNCTION()
4117 found = 0; in PHP_FUNCTION()
4126 found = 1; in PHP_FUNCTION()
4134 if (!found) { in PHP_FUNCTION()
/PHP-7.4/ext/standard/
H A Darray.c5491 int found = 0; local
5516 if (!found) {
5521 found = 1;
5531 if (found) {
H A Dvar_unserializer.re1117 php_error_docref(NULL, E_WARNING, "defined (%s) but not found", Z_STRVAL(user_func));
/PHP-7.4/ext/phar/tests/files/
H A Dpear2coverage.phar497 // stream wrapper not found
756 // stream wrapper not found
/PHP-7.4/ext/soap/
H A Dphp_sdl.c591 int found = 0; in wsdl_soap_binding_body() local
606 found = 1; in wsdl_soap_binding_body()
610 if (!found) { in wsdl_soap_binding_body()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3185 + int found;
3188 + found = (strstr(vbuf_lower, pattern_lower) != NULL);
3191 + if (found) {
/PHP-7.4/build/
H A Dlibtool.m41490 # especially as we might pass files found there to a mingw objdump,
2317 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
2663 # and an installed libltdl is not found, it is assumed to be `libltdl'.
5428 *** so that a non-GNU linker is found, and then restart.
6309 # as few characters as possible. Prefer GNU sed if found.
6330 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
6337 # Check for GNU sed and select it if it is found.
/PHP-7.4/ext/date/lib/
H A Dparse_date.c712 static timelib_long timelib_lookup_abbr(char **ptr, int *dst, char **tz_abbr, int *found) in timelib_lookup_abbr() argument
730 *found = 1; in timelib_lookup_abbr()
732 *found = 0; in timelib_lookup_abbr()
839 int found = 0; in timelib_parse_zone() local
846 offset = timelib_lookup_abbr(ptr, dst, &tz_abbr, &found); in timelib_parse_zone()
847 if (found) { in timelib_parse_zone()
853 if (!found || strcmp("UTC", tz_abbr) == 0) { in timelib_parse_zone()
859 found++; in timelib_parse_zone()
863 *tz_not_found = (found == 0); in timelib_parse_zone()
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE476 notice is found.
/PHP-7.4/
H A Dphp.ini-development497 ; directive found below. While errors should not be displayed on productions
1930 ; If openssl.cafile is not specified or if the CA file is not found, the
H A Dphp.ini-production497 ; directive found below. While errors should not be displayed on productions
1930 ; If openssl.cafile is not specified or if the CA file is not found, the
H A Dconfigure.ac764 AC_MSG_ERROR([Valgrind not found. Please install Valgrind.])
H A DNEWS2016 . Fixed bug #76345 (zip.h not found). (Michael Maroszek)
2498 not found). (Timur Ibragimov)

Completed in 342 milliseconds

1...<<11121314151617