Home
last modified time | relevance | path

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

12345678910>>...19

/php-src/ext/standard/tests/file/
H A Dbug24482.phpt30 echo "glob found:\n";
34 echo "opendir/readdir/isdir found:\n";
H A Dfopen_variation14.phpt93 …/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
98 …/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
103 …/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
108 …/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
117 …/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
122 …/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
H A Dfopen_variation15.phpt97 …/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
102 …/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
107 …/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
112 …/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
121 …/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
126 …/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
/php-src/ext/dba/libinifile/
H A Dinifile.h48 int inifile_delete_ex(inifile *dba, const key_type *key, bool *found);
50 int inifile_replace_ex(inifile *dba, const key_type *key, const val_type *val, bool *found);
H A Dinifile.c409 static int inifile_filter(inifile *dba, inifile *from, const key_type *key, bool *found) in inifile_filter() argument
420 if (found) { in inifile_filter()
421 *found = (bool) 1; in inifile_filter()
456 …e_replace_append(inifile *dba, const key_type *key, const val_type *value, int append, bool *found) in inifile_delete_replace_append() argument
514 ret = inifile_filter(dba, ini_tmp, key, found); in inifile_delete_replace_append()
565 int inifile_delete_ex(inifile *dba, const key_type *key, bool *found) in inifile_delete_ex() argument
567 return inifile_delete_replace_append(dba, key, NULL, 0, found); in inifile_delete_ex()
579 int inifile_replace_ex(inifile *dba, const key_type *key, const val_type *value, bool *found) in inifile_replace_ex() argument
581 return inifile_delete_replace_append(dba, key, value, 0, found); in inifile_replace_ex()
/php-src/Zend/
H A Dzend_call_stack.c178 bool found = false; in zend_call_stack_get_linux_proc_maps() local
218 found = true; in zend_call_stack_get_linux_proc_maps()
226 if (!found) { in zend_call_stack_get_linux_proc_maps()
611 bool found = false; in zend_call_stack_get_netbsd_vm() local
632 found = true; in zend_call_stack_get_netbsd_vm()
639 if (!found) { in zend_call_stack_get_netbsd_vm()
691 bool found = false, r = false; in zend_call_stack_get_solaris_proc_maps() local
734 found = true; in zend_call_stack_get_solaris_proc_maps()
740 if (!found) { in zend_call_stack_get_solaris_proc_maps()
/php-src/ext/standard/tests/array/
H A Darray_intersect_ukey_variation8.phpt28 array_intersect_ukey(): Argument #3 must be a valid callback, function "unknown_function" not found
29 array_intersect_ukey(): Argument #3 must be a valid callback, function "unknown_function" not found
H A Darray_diff_ukey_variation10.phpt28 array_diff_ukey(): Argument #3 must be a valid callback, function "unknown_function" not found or i…
29 array_diff_ukey(): Argument #3 must be a valid callback, function "unknown_function" not found or i…
/php-src/ext/standard/tests/strings/
H A Dvfprintf_error4.phpt22 print('Error found: '.$e->getMessage().".\n");
38 Error found: Argument number specifier must be greater than zero and less than 2147483647.
/php-src/ext/bz2/
H A Dconfig.m414 AC_MSG_RESULT(found in $i)
21 AC_MSG_RESULT(not found)
/php-src/ext/mbstring/tests/
H A Dmb_strrchr_variation5.phpt29 echo "nothing found!\n";
36 echo "nothing found!\n";
H A Dmb_strstr_variation5.phpt29 echo "nothing found!\n";
36 echo "nothing found!\n";
/php-src/ext/dba/
H A Dconfig.w3221 WARNING("dba: db handlers not enabled; libraries and headers not found");
32 WARNING("dba: qdbm handlers not enabled; libraries and headers not found");
44 WARNING("dba: lmdb handlers not enabled; libraries and headers not found");
H A Ddba_inifile.c130 bool found = 0; in DBA_DELETE_FUNC() local
139 res = inifile_delete_ex(dba, &ini_key, &found); in DBA_DELETE_FUNC()
142 return (res == -1 || !found ? FAILURE : SUCCESS); in DBA_DELETE_FUNC()
/php-src/ext/zip/tests/
H A Dbug7658.phpt42 $found[] = $sb['name'];
44 $ar = array_diff($found, $expect);
/php-src/ext/sqlite3/tests/
H A Dsqlite3_33_createAggregate_notcallable.phpt35 …tepCallback) must be a valid callback, function "aggregate_test_step" not found or invalid functio…
36 …alCallback) must be a valid callback, function "aggregate_test_final" not found or invalid functio…
/php-src/ext/curl/tests/
H A Dcurl_ssh_hostkey_invalid_callable.phpt35 …callback for option CURLOPT_SSH_HOSTKEYFUNCTION, function "undefined" not found or invalid functio…
36 …callback for option CURLOPT_SSH_HOSTKEYFUNCTION, function "undefined" not found or invalid functio…
/php-src/ext/standard/tests/mail/
H A Dmail_basic6.phpt245 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on…
249 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on…
253 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on…
257 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on…
261 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on…
265 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on…
269 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on…
273 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on…
277 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on…
281 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on…
[all …]
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_errorinfo.phpt81 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.pdo…
91 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.pdo…
111 Warning: PDO::prepare(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.pdo_mysql_st…
122 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.pdo…
H A Dbug78152.phpt33 Warning: PDO::exec(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.bug78152_pdo_my…
35 SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.bug78152_pdo_mysql_bad' doesn't exist
H A Dpdo_mysql_stmt_getcolumnmeta.phpt108 $found = false;
111 $found = true;
116 if (!$found) {
233 $found = false;
236 $found = true;
238 if (!$found)
254 $found = false;
257 $found = true;
259 if (!$found)
275 $found = false;
[all …]
/php-src/ext/pcre/tests/
H A Ddelimiters.phpt30 Warning: preg_match(): No ending delimiter '~' found in %sdelimiters.php on line 8
37 Warning: preg_match(): No ending matching delimiter '}' found in %sdelimiters.php on line 11
/php-src/ext/soap/
H A Dphp_xml.c314 char *found = strrchr((char*)inval, ':'); in parse_namespace() local
316 if (found != NULL && found != (char*)inval) { in parse_namespace()
317 (*namespace) = estrndup((char*)inval, found - (char*)inval); in parse_namespace()
318 (*value) = estrdup(++found); in parse_namespace()
/php-src/sapi/cgi/tests/
H A Dskipif.inc10 die("skip CGI not found");
/php-src/ext/posix/tests/
H A Dposix_initgroups.phpt7 if (!function_exists('posix_initgroups')) die('skip posix_initgroups() not found');

Completed in 45 milliseconds

12345678910>>...19