Home
last modified time | relevance | path

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

12345678910>>...20

/PHP-8.3/ext/standard/tests/mail/
H A Dmail_variation_alt2-win32.phpt50 $found = false;
52 while (!$found && $repeat_count > 0) {
68 $found = true;
76 if (!$found) {
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-8.3/ext/simplexml/
H A Dconfig.w3216 WARNING("simplexml support can't be enabled, libxml is not found")
27 WARNING("simplexml not enabled; libraries and headers not found");
/PHP-8.3/sapi/cli/tests/
H A Dbug78323.phpt13 // 2 option not found
29 // option not found
69 Error in argument %d, char %d: option not found %s
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dbug62593.phpt53 $expect = 'No errors found';
59 $expect = 'Invalid boolean found';
69 No errors found
/PHP-8.3/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-8.3/Zend/tests/throw/
H A D002.phpt8 return new Exception('Not found');
16 return new Exception('Static not found');
116 Not found
117 Static not found
/PHP-8.3/ext/standard/tests/http/
H A Dignore_errors.phpt17 "data://text/plain,HTTP/1.1 404 Not found\r\nX-bar: baz\r\n\r\n2",
71 …ng: fopen(http://%s:%d/foo/bar): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not found
96 string(22) "HTTP/1.1 404 Not found"
123 string(22) "HTTP/1.1 404 Not found"
/PHP-8.3/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-8.3/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-8.3/ext/standard/tests/array/
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…
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
/PHP-8.3/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-8.3/ext/bz2/
H A Dconfig.m414 AC_MSG_RESULT(found in $i)
21 AC_MSG_RESULT(not found)
/PHP-8.3/ext/mbstring/tests/
H A Dmb_strstr_variation5.phpt29 echo "nothing found!\n";
36 echo "nothing found!\n";
H A Dmb_strrchr_variation5.phpt29 echo "nothing found!\n";
36 echo "nothing found!\n";
/PHP-8.3/ext/zip/tests/
H A Dbug7658.phpt42 $found[] = $sb['name'];
44 $ar = array_diff($found, $expect);
/PHP-8.3/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-8.3/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-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_errorinfo.phpt79 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.iho…
89 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.tes…
109 Warning: PDO::prepare(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.ihopeitdoesn…
120 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.tes…
/PHP-8.3/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

Completed in 30 milliseconds

12345678910>>...20