Home
last modified time | relevance | path

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

1...<<11121314151617181920

/PHP-5.6/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_search_errors.phpt7 …* Description: Searches haystack for needle and returns the key if it is found in the array, FALSE…
H A Darray_walk_recursive_variation8.phpt40 …cursive() expects parameter 2 to be a valid callback, function 'echo' not found or invalid functio…
H A Din_array_errors.phpt8 * if it is found in the array, FALSE otherwise.
H A Darray_map_object2.phpt40 Warning: array_map() expects parameter 1 to be a valid callback, class 'non-existent' not found in …
/PHP-5.6/ext/date/tests/
H A Doo_001.phpt46 …to parse time string (1am todax) at position 4 (t): The timezone could not be found in the database
/PHP-5.6/ext/dom/
H A Dxml_common.h57 PHP_DOM_EXPORT zval *php_dom_create_object(xmlNodePtr obj, int *found, zval* return_value, dom_obje…
/PHP-5.6/ext/spl/tests/
H A Dspl_004.phpt80 … parameter 2 to be a valid callback, function 'non_existing_function' not found or invalid functio…
/PHP-5.6/ext/mysqli/
H A Dconfig.w3242 WARNING("mysqli not enabled; libraries and headers not found");
/PHP-5.6/ext/sybase_ct/tests/
H A Dtest_msghandler.phpt29 …arameter 1 to be a valid callback, function 'function_does_not_exist' not found or invalid functio…
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestinput33 be whichever of "fr_FR", "french", or "fr" is found to exist. There is
/PHP-5.6/ext/standard/tests/file/windows_links/
H A Dbug48746.phpt16 die("mklink.exe not found in PATH");
/PHP-5.6/ext/standard/tests/network/
H A Dnews.rss24 …ds of PHP 5.4.37 please visit our downloads page, Windows binaries can be found on windows.php.net…
/PHP-5.6/sapi/caudium/
H A Dconfig.m474 AC_MSG_RESULT(found)
79 AC_MSG_RESULT(not found)
/PHP-5.6/ext/standard/tests/file/
H A Dtouch_variation5.phpt80 // something found
90 // nothing found
97 //something found
H A Dpopen_pclose_error-sunos.phpt43 sh: abc.txt: not found
H A Dtouch_variation5-win32.phpt80 // something found
90 // nothing found
97 //something found
H A Dtouch_variation6-win32.phpt86 // something found
96 // nothing found
103 //something found
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt27 $found = false;
30 $found = true;
34 if (!$found)
H A Dmysqli_debug_mysqlnd_control_string.phpt67 printf("[015] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
73 …printf("[025] Timestamp not found. One reason could be that the test is borked and does not recogn…
82 …printf("[035] Process ID has not been found, first characters from trace are '%s'\n", substr($trac…
87 …printf("[045] Line numbers have not been found, first characters from trace are '%s'\n", substr($t…
/PHP-5.6/ext/pdo_mysql/tests/
H A Dbug_41997.phpt19 die(sprintf("skip Need MySQL Server 5.0.0+, found %d.%02d.%02d (%d)\n",
/PHP-5.6/ext/standard/tests/streams/
H A Dbug64433.phpt6 die("skip could not found cli server script");
/PHP-5.6/tests/
H A Dquicktester.inc28 echo "WARNING: trailing ';' found in test ".($n+1)."\n";
/PHP-5.6/ext/pdo_sqlite/tests/
H A Dpdo_fetch_func_001.phpt93 Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: function 'nothing' not found or …
96 Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: function '' not found or invalid…
/PHP-5.6/ext/intl/timezone/
H A Dtimezone_methods.cpp551 bool found = false; in PHP_FUNCTION() local
552 for (int i = 0; !found && i < sizeof(display_types)/sizeof(*display_types); i++) { in PHP_FUNCTION()
554 found = true; in PHP_FUNCTION()
556 if (!found) { in PHP_FUNCTION()

Completed in 193 milliseconds

1...<<11121314151617181920