Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-5.5/ext/mysql/tests/
H A Dmysql_select_db.phpt36 printf("[007] Expecting database '%s', found '%s'\n", $db, $row['dbname']);
53 printf("[010] Expecting database 'mysql', found '%s'\n", $row['dbname']);
/PHP-5.5/ext/spl/internal/
H A Dappenditerator.inc100 return; /* found valid element in current inner iterator */
108 return; /* found element as first elemet in another iterator */
/PHP-5.5/ext/mysqli/
H A Dconfig.m440 AC_MSG_RESULT([mysql_config not found])
57 …AC_MSG_ERROR([wrong mysql library version or lib not found. Check config.log for more information.…
/PHP-5.5/ext/standard/tests/array/
H A Dusort_variation2.phpt205 Warning: usort() expects parameter 2 to be a valid callback, function '' not found or invalid funct…
210 Warning: usort() expects parameter 2 to be a valid callback, function '' not found or invalid funct…
215 Warning: usort() expects parameter 2 to be a valid callback, function 'string' not found or invalid…
220 Warning: usort() expects parameter 2 to be a valid callback, function 'string' not found or invalid…
H A Darray_reduce_variation2.phpt27 Warning: array_reduce() expects parameter 2 to be a valid callback, function 'bogusbogus' not found
H A Darray_walk.phpt40 Warning: array_walk() expects parameter 2 to be a valid callback, function '' not found or invalid …
H A Darray_filter_variation2.phpt161 Warning: array_filter() expects parameter 2 to be a valid callback, function '' not found or invali…
164 Warning: array_filter() expects parameter 2 to be a valid callback, function '' not found or invali…
167 Warning: array_filter() expects parameter 2 to be a valid callback, function 'string' not found or …
170 Warning: array_filter() expects parameter 2 to be a valid callback, function 'string' not found or …
H A Duasort_variation2.phpt182 Warning: uasort() expects parameter 2 to be a valid callback, function '' not found or invalid func…
186 Warning: uasort() expects parameter 2 to be a valid callback, function '' not found or invalid func…
190 Warning: uasort() expects parameter 2 to be a valid callback, function 'string' not found or invali…
194 Warning: uasort() expects parameter 2 to be a valid callback, function 'string' not found or invali…
/PHP-5.5/ext/gd/libgd/
H A Dgdft.c356 FT_CharMap found = 0; local
474 found = charmap;
487 found = charmap;
490 found = charmap;
493 found = charmap;
498 found = charmap;
501 if (!found) {
509 a->face->charmap = found;
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_mysqlnd_read_timeout_long.phpt17 die(sprintf('skip Needs MySQL 5.0.12+, found version %d.', mysqli_get_server_version($link)));
H A Dmysqli_mysqlnd_read_timeout_zero.phpt17 die(sprintf('skip Needs MySQL 5.0.12+, found version %d.', mysqli_get_server_version($link)));
H A Dmysqli_fetch_field_flags.phpt185 printf("[006] Found unexpected flags '%s' for %s, found '%s' with MySQL %s'\n",
189 printf("[007] The flags '%s' have not been reported for %s, found '%s'\n",
225 printf("[011] Found unexpected flags '%s' for %s, found '%s'\n",
228 printf("[012] The flags '%s' have not been reported for %s, found '%s'\n",
/PHP-5.5/ext/date/tests/
H A Ddate_add_basic.phpt6 <?php if (!function_exists('date_add')) echo "skip: date_add() function not found!"; ?>
H A Ddate_sub_basic.phpt6 <?php if (!function_exists('date_sub')) echo "skip: date_sub() function not found!"; ?>
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_schemaValidateSource_error1.phpt20 …idateSource(): Entity: line 1: parser error : Start tag expected, '<' not found in %s.php on line …
/PHP-5.5/ext/phar/tests/
H A Dphar_extract3.phpt43 Invalid argument, %sfiles/bogus.zip cannot be found
/PHP-5.5/ext/dba/
H A Dconfig.w3216 WARNING("dba not enabled; libraries and headers not found");
/PHP-5.5/Zend/tests/
H A Dbug65784.phpt62 Fatal error: Class 'NotExists' not found in %sbug65784.php on line %d
/PHP-5.5/ext/curl/
H A Dconfig.w3224 WARNING("curl not enabled; libraries and headers not found");
/PHP-5.5/ext/imap/
H A Dconfig.w3226 WARNING("imap not enabled; libraries and headers not found");
/PHP-5.5/ext/pdo_firebird/
H A Dconfig.m433 …AC_MSG_ERROR([libfbclient, libgds or libib_util not found! Check config.log for more information.])
/PHP-5.5/ext/spl/examples/
H A Dsearchiterator.inc22 /** @internal whether an entry was found already */
/PHP-5.5/ext/standard/tests/strings/
H A Dstrcspn_basic.phpt6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
/PHP-5.5/ext/xsl/
H A Dphp_xsl.h74 zval *php_xsl_create_object(xsltStylesheetPtr obj, int *found, zval *wrapper_in, zval *return_value…
/PHP-5.5/ext/ldap/tests/
H A Dldap_next_attribute_error.phpt36 Warning: ldap_next_attribute(): called before calling ldap_first_attribute() or no attributes found

Completed in 75 milliseconds

12345678910>>...19