Searched refs:found (Results 251 – 275 of 477) sorted by relevance
1...<<11121314151617181920
/PHP-5.6/ext/standard/tests/array/ |
H A D | array_walk_variation8.phpt | 40 Warning: array_walk() expects parameter 2 to be a valid callback, function 'echo' not found or inva…
|
H A D | array_search_errors.phpt | 7 …* Description: Searches haystack for needle and returns the key if it is found in the array, FALSE…
|
H A D | array_walk_recursive_variation8.phpt | 40 …cursive() expects parameter 2 to be a valid callback, function 'echo' not found or invalid functio…
|
H A D | in_array_errors.phpt | 8 * if it is found in the array, FALSE otherwise.
|
H A D | array_map_object2.phpt | 40 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 D | oo_001.phpt | 46 …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 D | xml_common.h | 57 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 D | spl_004.phpt | 80 … parameter 2 to be a valid callback, function 'non_existing_function' not found or invalid functio…
|
/PHP-5.6/ext/mysqli/ |
H A D | config.w32 | 42 WARNING("mysqli not enabled; libraries and headers not found");
|
/PHP-5.6/ext/sybase_ct/tests/ |
H A D | test_msghandler.phpt | 29 …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 D | testinput3 | 3 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 D | bug48746.phpt | 16 die("mklink.exe not found in PATH");
|
/PHP-5.6/ext/standard/tests/network/ |
H A D | news.rss | 24 …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 D | config.m4 | 74 AC_MSG_RESULT(found) 79 AC_MSG_RESULT(not found)
|
/PHP-5.6/ext/standard/tests/file/ |
H A D | touch_variation5.phpt | 80 // something found 90 // nothing found 97 //something found
|
H A D | popen_pclose_error-sunos.phpt | 43 sh: abc.txt: not found
|
H A D | touch_variation5-win32.phpt | 80 // something found 90 // nothing found 97 //something found
|
H A D | touch_variation6-win32.phpt | 86 // something found 96 // nothing found 103 //something found
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | mysqli_pam_sha256_public_key_option_invalid.phpt | 27 $found = false; 30 $found = true; 34 if (!$found)
|
H A D | mysqli_debug_mysqlnd_control_string.phpt | 67 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 D | bug_41997.phpt | 19 die(sprintf("skip Need MySQL Server 5.0.0+, found %d.%02d.%02d (%d)\n",
|
/PHP-5.6/ext/standard/tests/streams/ |
H A D | bug64433.phpt | 6 die("skip could not found cli server script");
|
/PHP-5.6/tests/ |
H A D | quicktester.inc | 28 echo "WARNING: trailing ';' found in test ".($n+1)."\n";
|
/PHP-5.6/ext/pdo_sqlite/tests/ |
H A D | pdo_fetch_func_001.phpt | 93 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 D | timezone_methods.cpp | 551 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 29 milliseconds
1...<<11121314151617181920