Home
last modified time | relevance | path

Searched refs:found (Results 51 – 75 of 465) sorted by relevance

12345678910>>...19

/PHP-5.5/ext/sybase_ct/tests/
H A Dbug28354.phpt22 echo "Stored procedure {$sp_name} not found, creating\n";
29 echo "Stored procedure {$sp_name} found, using\n";
/PHP-5.5/ext/mssql/
H A Dconfig.w3213 WARNING("mssql not enabled; libraries and headers not found");
26 WARNING("dblib not enabled; libraries and headers not found");
/PHP-5.5/ext/zip/tests/
H A Dbug7658.phpt45 $found[] = $sb['name'];
47 $ar = array_diff($found, $expect);
/PHP-5.5/ext/soap/
H A Dphp_xml.c320 char *found = strrchr((char*)inval, ':'); in parse_namespace() local
322 if (found != NULL && found != (char*)inval) { in parse_namespace()
323 (*namespace) = estrndup((char*)inval, found - (char*)inval); in parse_namespace()
324 (*value) = estrdup(++found); in parse_namespace()
/PHP-5.5/ext/date/tests/
H A DDateTime_construct_variation1.phpt315 …ed to parse time string (string) at position 0 (s): The timezone could not be found in the database
316 …ed to parse time string (string) at position 0 (s): The timezone could not be found in the database
319 …ed to parse time string (string) at position 0 (s): The timezone could not be found in the database
320 …ed to parse time string (string) at position 0 (s): The timezone could not be found in the database
323 …ed to parse time string (sTrInG) at position 0 (s): The timezone could not be found in the database
324 …ed to parse time string (sTrInG) at position 0 (s): The timezone could not be found in the database
327 … parse time string (hello world) at position 0 (h): The timezone could not be found in the database
328 … parse time string (hello world) at position 0 (h): The timezone could not be found in the database
331 …rse time string (Class A object) at position 0 (C): The timezone could not be found in the database
332 …rse time string (Class A object) at position 0 (C): The timezone could not be found in the database
H A Ddate_parse_variation1.phpt224 string(47) "The timezone could not be found in the database"
230 string(47) "The timezone could not be found in the database"
236 string(47) "The timezone could not be found in the database"
242 string(47) "The timezone could not be found in the database"
248 string(47) "The timezone could not be found in the database"
/PHP-5.5/Zend/tests/
H A Dcall_user_func_002.phpt19 Warning: call_user_func() expects parameter 1 to be a valid callback, class 'foo' not found in %s o…
21 Warning: call_user_func() expects parameter 1 to be a valid callback, class '' not found in %s on l…
H A Dindirect_call_array_001.phpt11 Fatal error: Class 'a' not found in %s on line %d
H A Dbug43344_2.phpt9 Fatal error: Class 'Foo\Foo' not found in %sbug43344_2.php on line %d
H A Dclass_alias_014.phpt15 Warning: Class 'bar' not found in %s on line %d
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_errorinfo.phpt78 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.iho…
88 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.tes…
108 Warning: PDO::prepare(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.ihopeitdoesn…
119 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.tes…
H A Dpdo_mysql_stmt_getcolumnmeta.phpt120 $found = false;
123 $found = true;
128 if (!$found) {
246 $found = false;
249 $found = true;
251 if (!$found)
267 $found = false;
270 $found = true;
272 if (!$found)
288 $found = false;
[all …]
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strrchr_variation5.phpt38 echo "nothing found!\n";
45 echo "nothing found!\n";
H A Dmb_strstr_variation5.phpt38 echo "nothing found!\n";
45 echo "nothing found!\n";
/PHP-5.5/tests/output/
H A Dob_start_error_002.phpt23 Warning: ob_start(): class 'nonExistent' not found in %s on line 13
38 Warning: ob_start(): function 'no' not found or invalid function name in %s on line 16
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_non_select.phpt38 $found = false;
42 $found = true;
45 if (!$found)
/PHP-5.5/ext/intl/tests/
H A Dlocale_compose_locale.phpt122 $res_str .= "No values found from Locale compose due to the following error:\n";
173 Composed Locale: No values found from Locale compose due to the following error:
178 Composed Locale: No values found from Locale compose due to the following error:
183 Composed Locale: No values found from Locale compose due to the following error:
/PHP-5.5/ext/standard/tests/file/
H A Dinclude_userstream_003.phpt99 …tents(test1://hello): failed to open stream: no suitable wrapper could be found in %sinclude_users…
104 Warning: include(test1://hello): failed to open stream: no suitable wrapper could be found in %sinc…
110 Warning: fopen(test1://hello): failed to open stream: no suitable wrapper could be found in %sinclu…
117 Warning: fopen(test1://hello): failed to open stream: no suitable wrapper could be found in %sinclu…
/PHP-5.5/Zend/tests/traits/
H A Derror_002.phpt12 Fatal error: Trait 'abc' not found in %s on line %d
/PHP-5.5/ext/spl/tests/
H A Dbug48023.phpt12 Fatal error: Class 'Foo' not found in %s on line %d
H A Dbug38325.phpt2 Bug #38325 (spl_autoload_register() gaves wrong line for "class not found")
/PHP-5.5/sapi/cgi/tests/
H A Dskipif.inc14 die("skip CGI not found");
/PHP-5.5/ext/posix/tests/
H A Dposix_isatty.phpt6 if (!function_exists('posix_isatty')) die('skip posix_isatty() not found');
H A Dposix_getrlimit.phpt6 if (!function_exists('posix_getrlimit')) die('skip posix_getrlimit() not found');
/PHP-5.5/Zend/tests/traits/bugs/
H A Dmissing-trait.phpt15 Fatal error: Trait 'THello' not found in %s on line %d

Completed in 50 milliseconds

12345678910>>...19