Home
last modified time | relevance | path

Searched refs:tmpfile (Results 26 – 36 of 36) sorted by relevance

12

/PHP-8.0/ext/standard/tests/filters/
H A Dbasic.phpt11 $fp = tmpfile();
/PHP-8.0/ext/ftp/tests/
H A Dftp_fget_basic.phpt19 $fp = tmpfile();
H A D007.phpt12 $ftp = tmpfile();
/PHP-8.0/ext/pdo/tests/
H A Dbug_34630.phpt27 $fp = tmpfile();
/PHP-8.0/ext/standard/tests/file/
H A Duserstreams.phpt68 $tf = tmpfile();
73 die("tmpfile is not at start!");
76 die("tmpfile stored $n bytes; should be $DATALEN!");
/PHP-8.0/ext/standard/tests/http/
H A Dserver.inc19 $output = tmpfile();
/PHP-8.0/ext/gd/libgd/
H A Dgd_bmp.c107 if ((tmpfile_for_compression = tmpfile()) == NULL) { in gdImageBmpCtx()
/PHP-8.0/docs/
H A Dstreams.md79 /* Open a FILE * with tmpfile() and convert into a stream. */
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php841 function tmpfile() {} function
H A Dbasic_functions_arginfo.h2565 ZEND_FUNCTION(tmpfile);
3203 ZEND_FE(tmpfile, arginfo_tmpfile)
H A Dfile.c843 PHP_FUNCTION(tmpfile) in PHP_FUNCTION() argument

Completed in 53 milliseconds

12