Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-7.4/ext/dom/tests/
H A DDOMDocument_schemaValidate_error1.phpt20 …(): %sbook-not-a-schema.xsd:1: parser error : Start tag expected, '<' not found in %s.php on line …
H A DDOMDocument_loadXML_error1.phpt26 …d%r(XML){0,1}%r(): %rPremature end of data in tag books|EndTag: '<\/' not found in Entity, line: 1…
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_interface.phpt10 die("skip Transactional engine not found");
H A Dbug_61411.phpt18 die(sprintf("skip Need MySQL Server 4.1.6+, found %d.%02d.%02d (%d)\n",
H A Dpdo_mysql_prepare_native_clear_error.phpt78 Warning: PDOStatement::execute(): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'unknown_c…
94 Warning: PDO::prepare(): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'unknown_column' in…
/PHP-7.4/Zend/tests/
H A Dbug65784.phpt65 Next Error: Class 'NotExists' not found in %sbug65784.php:46
H A Dbug74408.phpt29 Fatal error: Uncaught Error: Class 'NonExistingClass2' not found in %sbug74408.php:%d
H A Dclosure_040.phpt37 Warning: Class 'Array' not found in %s on line %d
H A Dbug68475.phpt57 Class 'UndefinedClass' not found
/PHP-7.4/ext/ldap/tests/
H A Dldap_next_attribute_error.phpt36 Warning: ldap_next_attribute(): called before calling ldap_first_attribute() or no attributes found
/PHP-7.4/ext/gd/
H A Dconfig.w3230 WARNING("libwebp not enabled; libraries and headers not found");
84 WARNING("gd not enabled; libraries and headers not found");
/PHP-7.4/build/
H A Dphp.m4308 dnl PHP_CHECK_GCC_ARG(arg, action-if-found, action-if-not-found)
1592 unset found
1594 AC_CHECK_LIB($2, __$1, [found=yes], [found=no])
1600 AC_RUN_IFELSE([AC_LANG_SOURCE([[main() { return (0); }]])],[found=yes],[found=no],[found=no])
1625 unset found
1627 AC_CHECK_FUNC($1, [found=yes],[ AC_CHECK_FUNC(__$1,[found=yes],[found=no]) ])
1629 case $found in
1921 dnl PHP_SETUP_OPENSSL(shared-add [, action-found [, action-not-found]])
1939 dnl PHP_SETUP_ICONV(shared-add [, action-found [, action-not-found]])
2032 dnl PHP_SETUP_LIBXML(shared-add [, action-found [, action-not-found]])
[all …]
/PHP-7.4/ext/oci8/
H A DREADME.md14 libraries. These libraries are found in your database installation, or in the
H A Dconfig.m431 AC_MSG_ERROR([Oracle library directory not found in ${OCI8_DIR}])
45 AC_MSG_ERROR([Link from $OCI8_LCS_BASE to $OCI8_LCS_BASE.*.1 not found])
49 …cle Instant Client libraries libnnz.$SHLIB_SUFFIX_NAME and libclntsh.$SHLIB_SUFFIX_NAME not found])
81 AC_MSG_ERROR(Oracle libclntsh.$SHLIB_SUFFIX_NAME client library not found)
196 AC_MSG_ERROR([php-config not found])
214 …ERROR([You need at least PHP 5.2.0 to be able to use this version of OCI8. PHP $php_version found])
370 … /usr/lib/oracle/.../client${PHP_OCI8_IC_LIBDIR_SUFFIX}/lib libraries not found. Try --with-oci8=i…
401 AC_MSG_ERROR([Oracle Instant Client SDK header files not found])
/PHP-7.4/ext/dom/
H A Dconfig.w3225 WARNING("dom support can't be enabled, libxml is not found")
/PHP-7.4/ext/standard/tests/file/windows_links/
H A Dbug48746_3.phpt13 die('skip. junction.exe not found in PATH.');
/PHP-7.4/ext/xsl/
H A Dconfig.w3245 WARNING("xsl not enabled; libraries and headers not found");
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_autocommit.phpt80 printf("[17] Expecting 1 row in table test, found %d rows. [%d] %s\n",
115 printf("[27] Expecting 0 rows in table test, found %d rows\n", $tmp['num']);
128 printf("[31] Expecting 1 row in table test, found %d rows. [%d] %s\n",
H A Dmysqli_autocommit_oo.phpt69 printf("[014] Expecting 1 row in table test, found %d rows. [%d] %s\n",
105 printf("[24] Expecting 0 rows in table test, found %d rows\n", $tmp['num']);
118 printf("[028] Expecting 1 row in table test, found %d rows. [%d] %s\n",
H A Dmysqli_expire_password.phpt15 die(sprintf("SKIP Needs MySQL 5.6.10 or newer, found MySQL %s\n", $link->server_info));
19 die(sprintf("SKIP Needs MariaDB 10.4.3 or newer, found MariaDB %s\n", $link->server_info));
30 die(sprintf("SKIP Needs libmysql 5.6.10 or newer, found %s\n", mysqli_get_client_version()));
/PHP-7.4/ext/standard/tests/array/
H A Darray_walk_variation8.phpt40 Warning: array_walk() expects parameter 2 to be a valid callback, function 'echo' not found or inva…
H A Darray_walk_recursive_variation8.phpt40 …cursive() expects parameter 2 to be a valid callback, function 'echo' not found or invalid functio…
/PHP-7.4/ext/curl/
H A Dconfig.w3234 WARNING("curl not enabled; libraries and headers not found");
/PHP-7.4/ext/mysqli/
H A Dconfig.m457 AC_MSG_RESULT([mysql_config not found])
74 …AC_MSG_ERROR([wrong mysql library version or lib not found. Check config.log for more information.…
/PHP-7.4/win32/build/
H A Dconfutils.js353 found = false;
356 found = true;
396 if (!found) {
604 found = true;
618 found = true;
2149 if (!found) {
2213 if (!found) {
2856 found = false;
2867 found = true;
2872 found = true;
[all …]

Completed in 60 milliseconds

12345678910>>...17