Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-7.4/ext/dba/libinifile/
H A Dinifile.h50 int inifile_delete_ex(inifile *dba, const key_type *key, zend_bool *found);
52 int inifile_replace_ex(inifile *dba, const key_type *key, const val_type *val, zend_bool *found);
H A Dinifile.c417 static int inifile_filter(inifile *dba, inifile *from, const key_type *key, zend_bool *found) in inifile_filter() argument
428 if (found) { in inifile_filter()
429 *found = (zend_bool) 1; in inifile_filter()
465 …lace_append(inifile *dba, const key_type *key, const val_type *value, int append, zend_bool *found) in inifile_delete_replace_append() argument
523 ret = inifile_filter(dba, ini_tmp, key, found); in inifile_delete_replace_append()
576 int inifile_delete_ex(inifile *dba, const key_type *key, zend_bool *found) in inifile_delete_ex() argument
578 return inifile_delete_replace_append(dba, key, NULL, 0, found); in inifile_delete_ex()
592 int inifile_replace_ex(inifile *dba, const key_type *key, const val_type *value, zend_bool *found) in inifile_replace_ex() argument
594 return inifile_delete_replace_append(dba, key, value, 0, found); in inifile_replace_ex()
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_basic_alt1-win32.phpt53 $found = false;
55 while (!$found && $repeat_count > 0) {
71 $found = true;
79 if (!$found) {
H A Dmail_basic_alt4-win32.phpt51 $found = false;
53 while (!$found && $repeat_count > 0) {
69 $found = true;
77 if (!$found) {
H A Dmail_variation_alt1-win32.phpt52 $found = false;
54 while (!$found && $repeat_count > 0) {
70 $found = true;
78 if (!$found) {
H A Dmail_variation_alt2-win32.phpt52 $found = false;
54 while (!$found && $repeat_count > 0) {
70 $found = true;
78 if (!$found) {
H A Dmail_basic6.phpt252 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on…
256 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on…
260 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on…
264 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on…
268 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on…
272 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on…
276 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on…
280 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on…
284 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on…
288 Warning: mail(): Multiple or malformed newlines found in additional_header in %s/mail_basic6.php on…
[all …]
/PHP-7.4/ext/standard/tests/http/
H A Dignore_errors.phpt17 "data://text/plain,HTTP/1.0 404 Not found\r\nX-bar: baz\r\n\r\n2",
71 …http://127.0.0.1:12342/foo/bar): failed to open stream: HTTP request failed! HTTP/1.0 404 Not found
96 string(22) "HTTP/1.0 404 Not found"
123 string(22) "HTTP/1.0 404 Not found"
/PHP-7.4/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
/PHP-7.4/ext/bz2/
H A Dconfig.m414 AC_MSG_RESULT(found in $i)
21 AC_MSG_RESULT(not found)
/PHP-7.4/ext/standard/tests/array/
H A Darray_diff_ukey_variation10.phpt30 …pects parameter 3 to be a valid callback, function 'unknown_function' not found or invalid functio…
33 …pects parameter 3 to be a valid callback, function 'unknown_function' not found or invalid functio…
38 …pects parameter 3 to be a valid callback, function 'unknown_function' not found or invalid functio…
/PHP-7.4/ext/mysqli/tests/
H A Dbug42548.phpt12 die(sprintf('skip Needs MySQL 5.0+, found version %d.', mysqli_get_server_version($link)));
42 print "no results found\n";
74 no results found
/PHP-7.4/ext/zip/tests/
H A Dbug7658.phpt44 $found[] = $sb['name'];
46 $ar = array_diff($found, $expect);
/PHP-7.4/ext/standard/tests/file/
H A Dfopen_variation14.phpt100 …/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
105 …/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
110 …/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
115 …/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
124 …/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
129 …/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
H A Dfopen_variation15.phpt104 …/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
109 …/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
114 …/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
119 …/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
128 …/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
133 …/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
/PHP-7.4/sapi/cgi/tests/
H A Dskipif.inc10 die("skip CGI not found");
/PHP-7.4/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");
/PHP-7.4/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 Dbug78152.phpt31 Warning: PDO::exec(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.test_bad' doesn…
33 SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.test_bad' doesn't exist
/PHP-7.4/Zend/tests/traits/
H A Derror_002.phpt12 Fatal error: Trait 'abc' not found in %s on line %d
/PHP-7.4/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…
/PHP-7.4/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-7.4/ext/spl/tests/
H A Dbug73423.phpt71 Fatal error: Uncaught Error: Class 'NotExists' not found in %s:%d
77 Next Error: Class 'NotExists' not found in %s:%d
/PHP-7.4/ext/posix/tests/
H A Dposix_isatty.phpt6 if (!function_exists('posix_isatty')) die('skip posix_isatty() not found');
/PHP-7.4/Zend/tests/traits/bugs/
H A Dmissing-trait.phpt15 Fatal error: Trait 'THello' not found in %s on line %d

Completed in 41 milliseconds

12345678910>>...17