Home
last modified time | relevance | path

Searched refs:found (Results 76 – 100 of 465) sorted by relevance

12345678910>>...19

/PHP-5.5/ext/standard/tests/array/
H A Darray_filter_variation9.phpt67 Warning: array_filter() expects parameter 2 to be a valid callback, function 'echo' not found or in…
70 Warning: array_filter() expects parameter 2 to be a valid callback, function 'exit' not found or in…
/PHP-5.5/ext/posix/tests/
H A Dposix_mknod.phpt6 if (!function_exists('posix_mknod')) die('skip posix_mknod() not found');
H A Dposix_getcwd.phpt6 if (!function_exists('posix_getcwd')) die('skip posix_getcwd() not found');
/PHP-5.5/Zend/tests/
H A Dns_004.phpt9 Fatal error: Class 'test\ns1\Exception' not found in %sns_004.php on line %d
H A Dbug43344_3.phpt12 Fatal error: Class 'Foo\Foo' not found in %sbug43344_3.php on line %d
H A Dbug43344_4.phpt12 Fatal error: Class 'Foo\Foo' not found in %sbug43344_4.php on line %d
H A Dbug43344_5.phpt13 Fatal error: Class 'Foo\Foo' not found in %sbug43344_5.php on line %d
H A Dclass_alias_016.phpt21 Fatal error: Class 'foo\foo' not found in %s on line %d
H A Dbug47699.phpt18 Fatal error: Class 'X' not found in %sbug47699.php on line %d
/PHP-5.5/tests/classes/
H A Dconstants_error_004.phpt13 Fatal error: Class 'D' not found in %s on line %d
H A Dautoload_010.phpt18 Fatal error: Interface 'UndefI' not found in %s on line %d
H A Dautoload_011.phpt18 Fatal error: Class 'UndefBase' not found in %s on line %d
H A Dautoload_021.phpt13 Fatal error: Class '../BUG' not found in %sautoload_021.php on line 6
H A Dautoload_012.phpt15 Warning: call_user_func() expects parameter 1 to be a valid callback, class 'UndefC' not found in %…
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_013.phpt91 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/</code> was not found o…
99 …p>The requested resource <code class="url">/main/style.css</code> was not found on this server.</p…
107 …><p>The requested resource <code class="url">/main/foo/bar</code> was not found on this server.</p…
/PHP-5.5/ext/phar/
H A Ddirstream.c193 char *entry, *found, *save, *str_key; in phar_make_dirstream() local
238 if (NULL != (found = (char *) memchr(str_key, '/', keylen))) { in phar_make_dirstream()
240 entry = (char *) safe_emalloc(found - str_key, 1, 1); in phar_make_dirstream()
241 memcpy(entry, str_key, found - str_key); in phar_make_dirstream()
242 keylen = found - str_key; in phar_make_dirstream()
274 if (NULL != (found = (char *) memchr(save, '/', keylen - dirlen - 1))) { in phar_make_dirstream()
277 entry = (char *) safe_emalloc(found - save + dirlen, 1, 1); in phar_make_dirstream()
278 memcpy(entry, save + dirlen + 1, found - save - dirlen - 1); in phar_make_dirstream()
279 keylen = found - save - dirlen - 1; in phar_make_dirstream()
/PHP-5.5/tests/lang/
H A D042.phpt19 Fatal error: Class 'B' not found in %s042.php on line %d
H A D041.phpt20 Fatal error: Class 'B' not found in %s041.php on line %d
H A D043.phpt19 Fatal error: Class 'B' not found in %s043.php on line %d
/PHP-5.5/ext/date/tests/
H A Dbug64157.phpt14 A two digit second could not be found
/PHP-5.5/ext/xml/
H A Dconfig.m431 AC_MSG_ERROR([xml2-config not found. Use --with-libxml-dir=<DIR>])
47 AC_MSG_ERROR([not found. Please reinstall the expat distribution.])
/PHP-5.5/tests/output/
H A Dob_get_contents_basic_001.phpt43 echo "\ncheck that no contents found after an end\n";
70 check that no contents found after an end
/PHP-5.5/ext/xmlrpc/
H A Dconfig.m445 AC_MSG_ERROR([xml2-config not found. Use --with-libxml-dir=<DIR>])
76 AC_MSG_ERROR([iconv not found, in order to build xmlrpc you need the iconv library])
107 AC_MSG_RESULT(found in $i)
114 AC_MSG_RESULT(not found)
/PHP-5.5/ext/spl/tests/
H A DSplObjectStorage_offsetGet_missing_object.phpt19 Object not found
/PHP-5.5/ext/gettext/
H A Dconfig.w3210 WARNING("gettext not enabled; libraries and headers not found");

Completed in 39 milliseconds

12345678910>>...19