Home
last modified time | relevance | path

Searched refs:found (Results 176 – 200 of 482) sorted by path

12345678910>>...20

/PHP-7.3/ext/oci8/
H A Doci8.c1803 zend_bool found = 0; in php_oci_do_connect_ex() local
1808 found = 1; in php_oci_do_connect_ex()
1815 found = 1; in php_oci_do_connect_ex()
1937 } else if (found) { in php_oci_do_connect_ex()
/PHP-7.3/ext/oci8/tests/
H A Dbug42134.phpt65 Warning: oci_new_collection(): OCI-22303: type ""."ABC" not found in %s on line %d
71 string(34) "OCI-22303: type ""."ABC" not found"
78 Warning: oci_new_collection(): OCI-22303: type ""."DEF" not found in %s on line %d
84 string(34) "OCI-22303: type ""."DEF" not found"
91 Warning: oci_new_collection(): OCI-22303: type ""."GHI" not found in %s on line %d
97 string(34) "OCI-22303: type ""."GHI" not found"
H A Dcoll_001.phpt28 Warning: oci_new_collection(): OCI-22303: type ""."NONEXISTENT" not found in %s on line %d
H A Dcoll_005.phpt28 Warning: ocinewcollection(): OCI-22303: type ""."NONEXISTENT" not found in %s on line %d
H A Ddetails.inc64 , 2024 // database link not found
H A Derror_parse.phpt139 Normal connection: New Collection error: OCI-22303: type ""."ABC" not found
/PHP-7.3/ext/odbc/
H A Dconfig.m45 AC_MSG_ERROR([ODBC header file '$ODBC_INCDIR/$1' not found!])
/PHP-7.3/ext/opcache/
H A DREADME133 If the file search is disabled and a cached file is found that uses
136 won't be found. Enable this directive if this optimization has an effect on
/PHP-7.3/ext/opcache/tests/
H A Dbug78189.phpt26 echo "no opcache file found!\n";
H A Dssa_bug_010.phpt13 $found = true;
21 if ($found) {
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5404 struct sljit_jump *found = NULL; in fast_forward_start_bits() local
5456 if (found != NULL) in fast_forward_start_bits()
5457 JUMPHERE(found); in fast_forward_start_bits()
5475 struct sljit_jump *found; in search_requested_char() local
5523 JUMPHERE(found); in search_requested_char()
6439 jump_list *found = NULL; in compile_xclass_matchingpath() local
6988 if (found != NULL) in compile_xclass_matchingpath()
6989 set_jumps(found, LABEL()); in compile_xclass_matchingpath()
7815 jump_list *found = NULL; in compile_dnref_search() local
7835 set_jumps(found, LABEL()); in compile_dnref_search()
[all …]
/PHP-7.3/ext/pcre/tests/
H A Ddelimiters.phpt29 Warning: preg_match(): No ending delimiter '~' found in %sdelimiters.php on line 8
36 Warning: preg_match(): No ending matching delimiter '}' found in %sdelimiters.php on line 11
H A Dpreg_grep_error1.phpt39 Warning: preg_grep(): No ending delimiter '/' found in %spreg_grep_error1.php on line %d
H A Dpreg_match_all_error1.phpt41 Warning: preg_match_all(): No ending delimiter '/' found in %spreg_match_all_error1.php on line %d
H A Dpreg_match_error1.phpt38 Warning: preg_match(): No ending delimiter '/' found in %spreg_match_error1.php on line %d
H A Dpreg_replace_callback_array2.phpt64 Warning: preg_replace_callback_array(): No ending delimiter '/' found in %spreg_replace_callback_ar…
H A Dpreg_replace_callback_basic.phpt15 …tches[0]]; //all examples will be looking for an integer value, if one is found it will be stored …
H A Dpreg_replace_callback_error1.phpt41 Warning: preg_replace_callback(): No ending delimiter '/' found in %s on line %d
H A Dpreg_replace_error1.phpt39 Warning: preg_replace(): No ending delimiter '/' found in %spreg_replace_error1.php on line %d
H A Dpreg_split_error1.phpt38 Warning: preg_split(): No ending delimiter '/' found in %spreg_split_error1.php on line %d
/PHP-7.3/ext/pdo_dblib/
H A Dconfig.w3217 WARNING("pdo_dblib not enabled, libraries or headers not found")
38 WARNING("pdo_mssql not enabled, libraries or headers not found")
/PHP-7.3/ext/pdo_firebird/
H A Dconfig.m445 …AC_MSG_ERROR([libfbclient, libgds or libib_util not found! Check config.log for more information.])
H A Dconfig.w3215 WARNING("pdo_firebird not enabled; libraries and headers not found");
/PHP-7.3/ext/pdo_mysql/
H A Dconfig.m473 AC_MSG_RESULT([not found])
96 AC_MSG_RESULT([not found])
H A Dconfig.w3216 WARNING("pdo_mysql not enabled; libraries and headers not found");

Completed in 72 milliseconds

12345678910>>...20