Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 816) sorted by last modified time

12345678910>>...33

/PHP-7.4/
H A DNEWS394 . Fixed bug #80757 (Exit code is 0 when could not open file). (Felipe)
995 . Fixed Bug #79296 (ZipArchive::open fails on empty file). (Remi)
1624 . Fixed bug #76801 (too many open files). (alekitto)
2121 . Fixed bug #76801 (too many open files). (alekitto)
2716 . Add support for additional open flags
/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…
/PHP-7.4/ext/gd/libgd/
H A Dgd_png.c139 int i, j, *open = NULL; in gdImageCreateFromPngCtx() local
358 open = im->open; in gdImageCreateFromPngCtx()
363 open[i] = 1; in gdImageCreateFromPngCtx()
366 open[i] = 1; in gdImageCreateFromPngCtx()
417 open[idx] = 0; in gdImageCreateFromPngCtx()
424 if (!open[i]) { in gdImageCreateFromPngCtx()
490 int *open = im->open; in gdImagePngCtxEx() local
562 if (transparent >= im->colorsTotal || (transparent >= 0 && open[transparent])) { in gdImagePngCtxEx()
573 if (!open[i]) { in gdImagePngCtxEx()
631 if ((!im->open[i]) && (im->alpha[i] != gdAlphaOpaque)) { in gdImagePngCtxEx()
[all …]
H A Dgd.c207 im->open[i] = 1; in gdImageCreate()
319 if (im->open[i]) { in gdImageColorClosestAlpha()
484 if (im->open[i]) { in gdImageColorClosestHWB()
509 if (im->open[i]) { in gdImageColorExactAlpha()
532 if (im->open[i]) { in gdImageColorAllocateAlpha()
548 im->open[ct] = 0; in gdImageColorAllocateAlpha()
583 if (im->open[c]) in gdImageColorResolveAlpha()
623 im->open[op] = 0; in gdImageColorResolveAlpha()
633 im->open[color] = 1; in gdImageColorDeallocate()
683 to->open[i] = 0; in gdImagePaletteCopy()
[all …]
/PHP-7.4/main/
H A Dmain.c2621 old_cwd_fd = open(".", 0); in php_execute_script()
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc872 * Close all open descriptors and process resources
/PHP-7.4/ext/zip/tests/
H A Dbug77978.phpt15 $zip->open($file, ZipArchive::CREATE|ZipArchive::OVERWRITE);
19 $zip->open($file);
H A Dbug81490.phpt10 $zip->open(__DIR__ . "/bug81490.zip", ZipArchive::CREATE|ZipArchive::OVERWRITE);
13 $zip->open(__DIR__ . "/bug81490.zip");
H A Dbug81420.phpt10 $zip->open(__DIR__ . "/bug81420.zip");
H A Dbug80863.phpt12 $zip->open($archive, ZipArchive::CREATE | ZipArchive::OVERWRITE);
28 $zip->open($archive);
/PHP-7.4/ext/zip/
H A Dphp_zip.c1434 static ZIPARCHIVE_METHOD(open) argument
2984 ZIPARCHIVE_ME(open, arginfo_ziparchive_open, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch718 - if ((fd = open(dbname, O_RDONLY|O_BINARY)) == -1)
896 - if ((fd = open(dbname, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY, 0644)) == -1)
902 file_error(ms, errno, "cannot open `%s'", dbname);
1679 #include <fcntl.h> /* For open and flags */
2012 - * Stat failed, but we can still open it - assume it's
2931 - if ((fd = open(inname, flags)) < 0) {
2937 - * Can't stat, can't open. It may have been opened in
/PHP-7.4/azure/
H A Dcommunity_job.yml6 # The purpose of the job is to test open-source community projects against an aggressive
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c448 request_body_fd = open(request_body_filename, O_RDONLY); in sapi_cgi_read_post()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c2135 fd = client->request.path_translated ? open(client->request.path_translated, O_RDONLY): -1; in php_cli_server_begin_send_static()
/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/standard/tests/file/
H A Dbug81145.phpt35 $f1 = fopen($src,'rb') or die("src open failed");
36 $f2 = fopen($dst,'rb') or die("dst open failed");
H A Dopen_basedir_cwd_resolve.phpt8 var_dump(file_get_contents('/some/path/outside/open/basedir'));
12 Warning: file_get_contents(): open_basedir restriction in effect. File(/some/path/outside/open/base…
14 Warning: file_get_contents(/some/path/outside/open/basedir): failed to open stream: Operation not p…
/PHP-7.4/main/streams/
H A Dplain_wrapper.c1083 fd = open(realpath, open_flags, 0666); in _php_stream_fopen()
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c1457 f = open(new_state.cwd, flags, mode); in virtual_open()
1463 f = open(new_state.cwd, flags); in virtual_open()
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc230 fputs($s, "150 File status okay; about to open data connection\r\n");
235 fputs($s, "425 Can't open data connection\r\n");
269 fputs($s, "150 File status okay; about to open data connection\r\n");
274 fputs($s, "425 Can't open data connection\r\n");
312 fputs($s, "150 File status okay; about to open data connection\r\n");
314 fputs($s, "425 Can't open data connection\r\n");
318 fputs($s, "125 Data connection already open; transfer starting.\r\n");
370 fputs($s, "425 Can't open data connection\r\n");
522 fputs($s, "150 File status okay; about to open data connection\r\n");
524 fputs($s, "425 Can't open data connection\r\n");
[all …]
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c846 PHP_METHOD(xmlreader, open) in PHP_METHOD() argument
1284 PHP_ME(xmlreader, open, arginfo_xmlreader_open, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
/PHP-7.4/ext/xmlreader/tests/
H A Dbug73246.phpt10 $reader->open(__FILE__, "UTF\0-8");
14 Warning: XMLReader::open(): Encoding must not contain NUL bytes in %s on line %d
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c1395 if ((params[i-1].fp = open(filename,O_RDONLY)) == -1) { in PHP_FUNCTION()
/PHP-7.4/ext/standard/tests/dir/
H A Dbug80960.phpt18 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

Completed in 116 milliseconds

12345678910>>...33