Home
last modified time | relevance | path

Searched refs:find (Results 1 – 25 of 195) sorted by relevance

12345678

/PHP-5.6/ext/session/tests/
H A Dsession_module_name_error.phpt99 Warning: session_module_name(): Cannot find named PHP session module (0) in %s on line %d
104 Warning: session_module_name(): Cannot find named PHP session module (1) in %s on line %d
144 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
149 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
154 Warning: session_module_name(): Cannot find named PHP session module (1) in %s on line %d
159 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
169 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
174 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
179 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
204 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
[all …]
H A Dsession_set_save_handler_variation1.phpt32 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
36 Warning: session_module_name(): Cannot find named PHP session module (blah) in %s on line %d
H A Dsession_set_save_handler_basic.phpt56 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
59 Warning: session_module_name(): Cannot find named PHP session module (blah) in %s on line %d
62 Warning: session_module_name(): Cannot find named PHP session module (foo) in %s on line %d
H A Dsession_set_save_handler_closures.phpt56 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
59 Warning: session_module_name(): Cannot find named PHP session module (blah) in %s on line %d
62 Warning: session_module_name(): Cannot find named PHP session module (foo) in %s on line %d
/PHP-5.6/ext/intl/tests/
H A Dgrapheme.phpt792 find "c" in "abc" - grapheme_strpos = 2 == 2
793 find "b" in "abc" - grapheme_strpos = 1 == 1
794 find "a" in "abc" - grapheme_strpos = 0 == 0
809 find "ab" in "abc" - grapheme_strpos = 0 == 0
810 find "bc" in "abc" - grapheme_strpos = 1 == 1
833 find "c" in "abC" - grapheme_stripos = 2 == 2
834 find "B" in "abc" - grapheme_stripos = 1 == 1
835 find "a" in "Abc" - grapheme_stripos = 0 == 0
870 find "c" in "abc" - grapheme_strrpos = 2 == 2
871 find "b" in "abc" - grapheme_strrpos = 1 == 1
[all …]
/PHP-5.6/ext/fileinfo/libmagic/
H A Dstrcasestr.c67 strcasestr(const char *s, const char *find) in strcasestr() argument
72 if ((c = *find++) != 0) { in strcasestr()
74 len = strlen(find); in strcasestr()
80 } while (_strncasecmp(s, find, len) != 0); in strcasestr()
/PHP-5.6/ext/oci8/tests/
H A Dbind_unsupported_3.phpt35 Warning: oci_bind_by_name(): Unable to find descriptor property in %sbind_unsupported_3.php on line…
38 Warning: oci_bind_by_name(): Unable to find descriptor property in %sbind_unsupported_3.php on line…
41 Warning: oci_bind_by_name(): Unable to find descriptor property in %sbind_unsupported_3.php on line…
44 Warning: oci_bind_by_name(): Unable to find descriptor property in %sbind_unsupported_3.php on line…
/PHP-5.6/sapi/nsapi/
H A Dconfig.w326 ARG_WITH('nsapi-includes', 'Where to find NSAPI headers', null);
7 ARG_WITH('nsapi-libs', 'Where to find NSAPI libraries', null);
18 WARNING("Could not find NSAPI headers/libraries");
/PHP-5.6/ext/standard/tests/file/
H A Drename_variation13-win32.phpt77 Warning: rename(-1,%safile.tmp): The system cannot find the file specified. (code: 2) in %srename_v…
82 Warning: rename(1,%safile.tmp): The system cannot find the file specified. (code: 2) in %srename_va…
86 Warning: rename(%safile.tmp,): %r(Invalid argument|The system cannot find the path specified. \(cod…
89 Warning: rename(,%safile.tmp): %r(Invalid argument|The system cannot find the path specified. \(cod…
93 Warning: rename(%safile.tmp,): %r(Invalid argument|The system cannot find the path specified. \(cod…
96 Warning: rename(,%safile.tmp): %r(Invalid argument|The system cannot find the path specified. \(cod…
100 Warning: rename(%safile.tmp,): %r(Invalid argument|The system cannot find the path specified. \(cod…
132 Warning: rename(%safile.tmp,/no/such/file/dir): The system cannot find the path specified. (code: 3…
135 Warning: rename(/no/such/file/dir,%safile.tmp): The system cannot find the path specified. (code: 3…
139 Warning: rename(%safile.tmp,php/php): The system cannot find the path specified. (code: 3) in %sren…
[all …]
H A Dbug41874.phpt14 The system cannot find the drive specified.
15 The system cannot find the drive specified.
H A Drename_variation11-win32.phpt95 …renameVar11Sub\\..\\..\renameVar11Sub\IwasRenamed.tmp): The system cannot find the path specified.…
100 …,%s\renameVar11\renameVar11Sub\BADDIR\IwasRenamed.tmp): The system cannot find the path specified.…
121 Warning: rename(BADDIR\renameMe.tmp,BADDIR\IwasRenamed.tmp): The system cannot find the path specif…
H A Drename_variation12-win32.phpt92 …renameVar11Sub//..//../renameVar11Sub/IwasRenamed.tmp): The system cannot find the path specified.…
97 …,%s/renameVar11/renameVar11Sub/BADDIR/IwasRenamed.tmp): The system cannot find the path specified.…
118 Warning: rename(BADDIR/renameMe.tmp,BADDIR/IwasRenamed.tmp): The system cannot find the path specif…
H A Dbug41874_1.phpt16 The system cannot find the drive specified.
/PHP-5.6/sapi/apache/
H A Dconfig.w326 ARG_WITH('apache-includes', 'Where to find Apache 1.3 headers', null);
7 ARG_WITH('apache-libs', 'Where to find Apache 1.3 libraries', null);
22 WARNING("Could not find apache libraries/headers");
/PHP-5.6/ext/standard/tests/general_functions/
H A Dini_get_all.phpt26 Warning: ini_get_all(): Unable to find extension '' in %s on line %d
29 Warning: ini_get_all(): Unable to find extension 'nosuchextension' in %s on line %d
62 Warning: ini_get_all(): Unable to find extension '' in %sini_get_all.php on line %d
/PHP-5.6/scripts/
H A Dphpize.in79 Cannot find build files at '$phpdir'. Please check your PHP installation.
127 Cannot find autoconf. Please check your autoconf installation and the
135 Cannot find autoheader. Please check your autoconf installation and the
/PHP-5.6/ext/standard/tests/directory/
H A DDirectoryClass_error_001.phpt41 Warning: Directory::read(): Unable to find my handle property in %s on line %d
44 Warning: Directory::rewind(): Unable to find my handle property in %s on line %d
47 Warning: Directory::close(): Unable to find my handle property in %s on line %d
/PHP-5.6/ext/pdo_pgsql/
H A Dconfig.m458 AC_MSG_ERROR(Cannot find libpq-fe.h. Please specify correct PostgreSQL installation path)
62 AC_MSG_ERROR(Cannot find libpq.so. Please specify correct PostgreSQL installation path)
66 AC_MSG_ERROR([Unable to find libpq anywhere under $PGSQL_SEARCH_PATHS])
75 dnl First try to find pkg-config
113 AC_MSG_ERROR([Cannot find php_pdo_driver.h.])
/PHP-5.6/sapi/apache2handler/
H A Dconfig.w3218 WARNING("Could not find apache2 libraries/headers");
37 WARNING("Could not find apache2.2 libraries/headers");
55 WARNING("Could not find apache 2.4 libraries/headers");
/PHP-5.6/
H A DMakefile.global113 find . -name \*.gcno -o -name \*.gcda | xargs rm -f
114 find . -name \*.lo -o -name \*.o | xargs rm -f
115 find . -name \*.la -o -name \*.a | xargs rm -f
116 find . -name \*.so | xargs rm -f
117 find . -name .libs -a -type d|xargs rm -rf
/PHP-5.6/ext/pcre/tests/
H A Dpreg_match_basic.phpt12 var_dump(preg_match('/l^o,\s\w{5}/', $string, $match2, PREG_OFFSET_CAPTURE)); // tries to find "lo,…
18 var_dump(preg_match('/hello world/', $string, $match5)); //tries to find "hello world" (should be H…
H A Dpreg_match_basic_edit.phpt17 var_dump(preg_match('/l^o,\s\w{5}/', $string, $match2, PREG_OFFSET_CAPTURE)); // tries to find "…
26 var_dump(preg_match('/hello world/', $string, $match5)); //tries to find "hello world" (shoul…
/PHP-5.6/sapi/apache2filter/
H A Dconfig.w3218 WARNING("Could not find apache2 filter libraries/headers");
37 WARNING("Could not find apache2.2 filter libraries/headers");
/PHP-5.6/ext/pdo_dblib/
H A Dconfig.m429 AC_MSG_ERROR(Cannot find FreeTDS in known installation directories)
50 AC_MSG_ERROR(Could not find $PDO_FREETDS_INSTALLATION_DIR/$PHP_LIBDIR/libsybdb.[a|so])
68 AC_MSG_ERROR([Cannot find php_pdo_driver.h.])
/PHP-5.6/ext/spl/examples/
H A Dfindfile.inc16 * @brief Base class to find files
23 /** @internal filename to find */

Completed in 39 milliseconds

12345678