Home
last modified time | relevance | path

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

12

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

Completed in 48 milliseconds

12