Home
last modified time | relevance | path

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

1...<<111213141516171819

/php-src/ext/tidy/
H A Dconfig.w3233 WARNING("tidy not enabled; libraries and headers not 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/mysqli/tests/
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/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
H A DDOMDocument_loadXML_error1.phpt28 …d%r(XML){0,1}%r(): %rPremature end of data in tag books|EndTag: '<\/' not found in Entity, line: 1…
H A DDOMDocument_load_error1.phpt28 …OMDocument::load%r(XML){0,1}%r(): %rPremature end of data in tag books|EndTag: '<\/' not found%r %s
H A DDOMXPath_constructor_registered_functions.phpt49 Warning: DOMXPath::query(): xmlXPathCompOpEval: function test 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
/php-src/build/
H A Dphp.m41433 dnl PHP_CHECK_FRAMEWORK(framework, function [, action-found [, action-not-found ]])
1475 unset found
1477 AC_CHECK_LIB($2, __$1, [found=yes], [found=no])
1483 AC_RUN_IFELSE([AC_LANG_PROGRAM()],[found=yes],[found=no],[
1485 found=yes
1511 unset found
1513 AC_CHECK_FUNC($1, [found=yes],[ AC_CHECK_FUNC(__$1,[found=yes],[found=no]) ])
1515 case $found in
1828 dnl PHP_SETUP_OPENSSL(shared-add [, action-found [, action-not-found]])
1846 dnl PHP_SETUP_ICONV(shared-add [, action-found [, action-not-found]])
[all …]
/php-src/ext/pdo_mysql/tests/inc/
H A Dmysql_pdo_test.inc176 … die("skip Server variable 'local_infile' seems not set to 'ON', found '". $row['value'] ."'");
196 die(sprintf("skip Need MySQL Server %s+, found %d.%02d.%02d (%d)\n",
207 $message = $message ?? 'skip Transactional engine not found';

Completed in 98 milliseconds

1...<<111213141516171819