Home
last modified time | relevance | path

Searched refs:found (Results 451 – 465 of 465) sorted by relevance

1...<<111213141516171819

/PHP-5.5/build/
H A Dlibtool.m41494 # especially as we might pass files found there to a mingw objdump,
2321 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
2667 # and an installed libltdl is not found, it is assumed to be `libltdl'.
5432 *** so that a non-GNU linker is found, and then restart.
6313 # as few characters as possible. Prefer GNU sed if found.
6334 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
6341 # Check for GNU sed and select it if it is found.
/PHP-5.5/ext/date/lib/
H A Dparse_date.c711 static long timelib_lookup_abbr(char **ptr, int *dst, char **tz_abbr, int *found) in timelib_lookup_abbr() argument
729 *found = 1; in timelib_lookup_abbr()
731 *found = 0; in timelib_lookup_abbr()
768 int found = 0; in timelib_parse_zone() local
775 offset = timelib_lookup_abbr(ptr, dst, &tz_abbr, &found); in timelib_parse_zone()
776 if (found) { in timelib_parse_zone()
782 if (!found || strcmp("UTC", tz_abbr) == 0) { in timelib_parse_zone()
786 found++; in timelib_parse_zone()
790 *tz_not_found = (found == 0); in timelib_parse_zone()
/PHP-5.5/ext/soap/
H A Dsoap.c1276 int classname_len, found, num_args = 0; in PHP_METHOD() local
1287 found = zend_lookup_class(classname, classname_len, &ce TSRMLS_CC); in PHP_METHOD()
1289 if (found != FAILURE) { in PHP_METHOD()
/PHP-5.5/ext/standard/tests/strings/
H A Dstrspn_variation12.phpt6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic16 # acorn: file(1) magic for files found on Acorn systems
4965 # Block length found 0 , 512
5877 # found "David Litton" , "A Pehrsson "
6042 >64 string no\ active\ partition\ found
6070 >309 string No\ bootable\ partition\ found\r
6072 >349 string No\ bootable\ partition\ found\r
6904 # found only version 3.{1,2}
7089 # dos < 4.0 BootSector value found is 0x80
13131 # only version=0x100 found
13142 # only version=0x100 or 0x101 found
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS504 automatically if a C++ compiler is found. The pcrecpp man page discusses this
/PHP-5.5/Zend/
H A DZEND_CHANGES52 to $this is found.
H A Dzend_compile.c3197 int found, found2; in zend_do_perform_implementation_check() local
3199 found = zend_lookup_class(fe_class_name, fe_class_name_len, &fe_ce TSRMLS_CC); in zend_do_perform_implementation_check()
3203 if (found != SUCCESS || found2 != SUCCESS || in zend_do_perform_implementation_check()
/PHP-5.5/
H A Dphp.ini-development481 ; directive found below. While errors should not be displayed on productions
1492 ; If neither are found at compile time, the default is no entropy file.
H A Dphp.ini-production481 ; directive found below. While errors should not be displayed on productions
1492 ; If neither are found at compile time, the default is no entropy file.
H A Dconfigure.in825 …ltp_msg="This LTP version is not supported (found: $ltp_version, min: $ltp_version_min, excluded: …
H A DNEWS3995 instead of false when no nodes are found as it was since 5.3.3
5162 - Fixed bug #49234 (mysqli_ssl_set not found). (Andrey)
5953 and errors that were found while parsing a date/time string through:
8058 found"). (Ilia)
8739 - Fixed bug #36745 (No error message when load data local file isn't found).
9704 - Fixed bug #30519 (Interface not existing says Class not found). (Dmitry)
9896 - Fixed bug #31103 (Better error message when c-client cannot be found). (Ilia)
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2439 case 0: /* nothing found */
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput22890 (?(1) (.*?)\1 | ([^\s]+)) # if quote found, match up to next matching
H A Dtestoutput210225 (?(1) (.*?)\1 | ([^\s]+)) # if quote found, match up to next matching

Completed in 223 milliseconds

1...<<111213141516171819