Home
last modified time | relevance | path

Searched refs:found (Results 251 – 275 of 474) sorted by relevance

1...<<111213141516171819

/php-src/ext/mbstring/
H A Dconfig.w3255 WARNING("mbregex not enabled; libraries and headers not found");
60 WARNING("mbstring not enabled; libraries and headers not found");
/php-src/ext/pdo_mysql/
H A Dconfig.m448 AC_MSG_RESULT([not found])
71 AC_MSG_RESULT([not found])
/php-src/ext/standard/
H A Dhtml.c456 unsigned char found; in map_from_unicode() local
489 found = unimap_bsearch(unimap_iso885915, in map_from_unicode()
491 if (found) in map_from_unicode()
492 *res = found; in map_from_unicode()
502 found = unimap_bsearch(unimap_win1252, in map_from_unicode()
504 if (found) in map_from_unicode()
505 *res = found; in map_from_unicode()
533 found = unimap_bsearch(table, code, table_size); in map_from_unicode()
534 if (found) in map_from_unicode()
535 *res = found; in map_from_unicode()
/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_field_flags.phpt168 printf("[006] Found unexpected flags '%s' for %s, found '%s' with MySQL %s'\n",
172 printf("[007] The flags '%s' have not been reported for %s, found '%s'\n",
208 printf("[011] Found unexpected flags '%s' for %s, found '%s'\n",
211 printf("[012] The flags '%s' have not been reported for %s, found '%s'\n",
H A Dmysqli_autocommit.phpt67 printf("[17] Expecting 1 row in table test, found %d rows. [%d] %s\n",
102 printf("[27] Expecting 0 rows in table test, found %d rows\n", $tmp['num']);
115 printf("[31] Expecting 1 row in table test, found %d rows. [%d] %s\n",
H A Dmysqli_autocommit_oo.phpt63 printf("[014] Expecting 1 row in table test, found %d rows. [%d] %s\n",
99 printf("[24] Expecting 0 rows in table test, found %d rows\n", $tmp['num']);
112 printf("[028] Expecting 1 row in table test, found %d rows. [%d] %s\n",
/php-src/ext/gd/libgd/
H A Dgdft.c376 FT_CharMap found = 0; local
505 found = charmap;
518 found = charmap;
524 found = charmap;
530 found = charmap;
538 found = charmap;
544 if (!found) {
552 a->face->charmap = found;
/php-src/ext/date/tests/
H A Ddate_parse_error.phpt48 string(47) "The timezone could not be found in the database"
/php-src/ext/standard/tests/file/
H A Dbug72035.phpt8 if (!file_exists($cgi)) die('skip CGI binary not found');
/php-src/ext/standard/tests/general_functions/
H A Dgetservbyport_basic.phpt30 echo "Services file not found in expected location\n";
/php-src/ext/ldap/tests/
H A Dldap_mod_del_error.phpt16 // DN not found
H A Dldap_mod_replace_error.phpt16 // DN not found
/php-src/ext/xsl/tests/
H A Dthrow_in_autoload.phpt39 Invalid callback TeSt::dateLang, class "TeSt" not found
/php-src/docs/
H A Dmake.bat16 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
/php-src/Zend/tests/
H A Dbug31102.phpt46 Fatal error: Uncaught Error: Class "Test3" not found in %s:%d
H A Dbug65784.phpt66 Next Error: Class "NotExists" not found in %s:%d
/php-src/ext/zip/
H A Dconfig.w3222 WARNING("zip not enabled; libraries and headers not found");
/php-src/ext/standard/tests/array/
H A Darray_walk_recursive_variation8.phpt38 array_walk_recursive(): Argument #2 ($callback) must be a valid callback, function "echo" not found
H A Darray_walk_variation8.phpt38 array_walk(): Argument #2 ($callback) must be a valid callback, function "echo" not found or invali…
/php-src/sapi/cli/tests/
H A Dbug80092.phpt11 die ('skip opcache shared object not found in extension_dir');
/php-src/ext/xml/tests/
H A Dbug81351.phpt26 …l_parse returned 0, xml_get_error_code = 3, xml_error_string = no element found|xml_parse returned…
/php-src/ext/standard/tests/http/
H A Dhttp_response_header_03.phpt2 $http_reponse_header (redirect + not found)
/php-src/ext/dom/tests/
H A DDOMDocument_schemaValidate_error1.phpt20 …ate(): %sbook-not-a-schema.xsd:1: parser error : Start tag expected, '<' not found in %s on line %d
/php-src/ext/reflection/tests/
H A DReflectionReference_errors.phpt49 Array key not found
/php-src/Zend/tests/constexpr/
H A Dnew.phpt49 Class "DoesNotExist" not found

Completed in 30 milliseconds

1...<<111213141516171819