Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 25 of 980) sorted by last modified time

12345678910>>...40

/PHP-7.4/
H A DNEWS281 . Fixed bug #80960 (opendir() warning wrong info when failed on Windows).
440 . Fixed bug#80719 (Iterating after failed ArrayObject::setIteratorClass()
735 . Fixed bug #73060 (php failed with error after temp folder cleaned up).
2013 . Fixed bug #77937 (preg_match failed). (cmb, Anatol)
2329 . Fixed bug #77266 (Assertion failed in dce_live_ranges). (Laruence)
2524 _get_zval_ptr_tmp failed). (Laruence)
/PHP-7.4/ext/phar/
H A Dphar.c3275 int failed; in phar_compile_file() local
3330 failed = 0; in phar_compile_file()
3334 failed = 1; in phar_compile_file()
3342 if (failed) { in phar_compile_file()
/PHP-7.4/ext/phar/tests/
H A Dbug81726.phpt13 Warning: fopen(phar://%s): failed to open stream: unable to decompress gzipped phar archive "%s" in…
H A Dphar_gobyebye-win32.phpt32 Warning: readfile(foo/hi): failed to open stream: No such file or directory in phar://%sphar_gobyeb…
34 Warning: fopen(foo/hi): failed to open stream: No such file or directory in phar://%sphar_gobyebye-…
36 Warning: file_get_contents(foo/hi): failed to open stream: No such file or directory in phar://%sph…
38 Warning: stat(): stat failed for foo/hi in phar://%sphar_gobyebye-win32.phar.php/foo/hi on line %d
47 Warning: opendir(foo/hi): failed to open dir: No such file or directory in phar://%sphar_gobyebye-w…
/PHP-7.4/ext/openssl/
H A Dconfig0.m435 AC_MSG_ERROR([OpenSSL check failed. Please check config.log for more information.])
/PHP-7.4/ext/simplexml/tests/
H A Dbug79971_1.phpt23 Warning: simplexml_load_file(): I/O warning : failed to load external entity "%s/bug79971_1.xml%00f…
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc437 $errorMessage = 'Connection failed',
607 $this->error("Request failed", $exception);
672 $this->error("Request failed", $exception);
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2012 - * Stat failed, but we can still open it - assume it's
2276 - fprintf(stderr, "vasprintf failed (%s)", strerror(errno));
/PHP-7.4/azure/
H A Dcommunity_job.yml75 condition: or(succeeded(), failed())
84 condition: or(succeeded(), failed())
93 condition: or(succeeded(), failed())
H A Dcoverage_job.yml37 condition: or(succeeded(), failed())
42 condition: or(succeeded(), failed())
48 condition: or(succeeded(), failed())
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_report.phpt49 printf("[009] select_db should have failed\n");
H A Dmysqli_auth_pam.phpt35 die(sprintf("SKIP MariaDB probe of GLOBAL VARIABLES failed [%d] %s\n",
82 die("skip CREATE USER failed");
94 die("skip GRANT failed");
H A Dmysqli_expire_password.phpt40 die("skip CREATE USER failed");
47 die("skip ALTER USER failed");
60 die("skip GRANT failed");
/PHP-7.4/ext/standard/tests/file/
H A Dbug81223.phpt20 Notice: fread(): read of %d bytes failed with errno=13 Permission denied in %s on line %d
23 Notice: fread(): read of %d bytes failed with errno=13 Permission denied in %s on line %d
H A Dbug81145.phpt35 $f1 = fopen($src,'rb') or die("src open failed");
36 $f2 = fopen($dst,'rb') or die("dst open failed");
41 echo (fread($f1,0x200) === fread($f2,0x200) ? "Identical" : "Copy failed");
H A Dopen_basedir_cwd_resolve.phpt14 Warning: file_get_contents(/some/path/outside/open/basedir): failed to open stream: Operation not p…
/PHP-7.4/sapi/cli/tests/
H A Dbug73630a.phpt24 Warning: file_get_contents(http://%s//example.com): failed to open stream: HTTP request failed! in …
/PHP-7.4/ext/libxml/tests/
H A Dlibxml_disable_entity_loader_2.phpt39 Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "%s" in %s on line %d
H A Dbug61367-read_2.phpt58 Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "file:///%s/test_bug_…
H A Dlibxml_disable_entity_loader.phpt40 Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "%s" in %s on line %d
H A Dbug61367-read.phpt59 Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "file:///%s/test_bug_…
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc116 die("SSLv23 handshake failed.\n");
291 fputs($s, "550 Directory change to $m[1] failed: file does not exist\r\n");
324 die("SSLv23 handshake failed.\n");
533 die("SSLv23 handshake failed.\n");
/PHP-7.4/ext/standard/tests/dir/
H A Dbug80960.phpt2 Fix #80960 (opendir() warning wrong info when failed on Windows)
18 Warning: opendir(notexist*): failed to open dir: No such file or directory in %s on line %d
22 Warning: opendir(notexist?): failed to open dir: No such file or directory in %s on line %d
26 Warning: opendir(longname%r_+%r): failed to open dir: Filename too long in %s on line %d
H A Dopendir_variation6-win32.phpt56 Warning: opendir(%s/opendir_var*): failed to open dir: %s in %s on line %d
61 Warning: opendir(%s/*): failed to open dir: %s in %s on line %d
68 Warning: opendir(%s/opendir_variation6/sub_dir?): failed to open dir: %s in %s on line %d
73 Warning: opendir(%s/opendir_variation6/sub?dir1): failed to open dir: %s in %s on line %d
/PHP-7.4/ext/spl/tests/
H A Dbug80719.phpt2 Bug #80719: Iterating after failed ArrayObject::setIteratorClass() causes Segmentation fault

Completed in 54 milliseconds

12345678910>>...40