Home
last modified time | relevance | path

Searched refs:close (Results 126 – 150 of 770) sorted by relevance

12345678910>>...31

/PHP-8.0/ext/zip/examples/
H A Dset_compression.php21 $zip->close();
H A Dcreate.php22 $zip->close();
/PHP-8.0/ext/standard/
H A Ddir_arginfo.h18 ZEND_ME_MAPPING(close, closedir, arginfo_class_Directory_close, ZEND_ACC_PUBLIC)
/PHP-8.0/ext/oci8/tests/
H A Dclose.phpt2 connect/close/connect
/PHP-8.0/ext/zip/tests/
H A Dbug51353.phpt23 $zip->close();
32 $zip->close();
H A Doo_delete.phpt24 $zip->close();
66 @$zip->close();
/PHP-8.0/ext/mysqli/tests/
H A Dbug70949.phpt39 $stmt->close();
43 $mysql->close();
H A Dbug35517.phpt31 $stmt->close();
34 $mysql->close();
H A Dbug35759.phpt46 $stmt->close();
51 $mysql->close();
H A Dbug48909.phpt36 $stmt->close();
37 $link->close();
H A Dmysqli_real_connect_compression_error.phpt34 $mysqli->close();
45 $mysqli->close();
H A D070.phpt14 $mysql->close();
/PHP-8.0/ext/sqlite3/
H A Dsqlite3.stub.php14 public function close() {} function in SQLite3
98 public function close() {} function in SQLite3Stmt
/PHP-8.0/ext/xml/tests/
H A Dbug50576.phpt107 [type] => close
123 [type] => close
/PHP-8.0/ext/standard/tests/streams/
H A Dbug70198.phpt14 - as soon as client connects, close connection and exit
29 /* just close the connection immediately after accepting,
/PHP-8.0/ext/standard/tests/filters/
H A Dread.phpt17 $bucket = stream_bucket_new($this->stream, "\n===close===\n");
71 ===close===
/PHP-8.0/sapi/cli/tests/
H A Dphp_cli_server_009.phpt69 Connection: close
77 Connection: close
H A Dphp_cli_server_013.phpt75 Connection: close
84 Connection: close
93 Connection: close
/PHP-8.0/ext/standard/tests/http/
H A Dbug48929.phpt46 Connection: close
55 Connection: close
/PHP-8.0/ext/sqlite3/tests/
H A Dsqlite3_09_blob_bound_param.phpt27 var_dump($insert_stmt->close());
38 var_dump($db->close());
H A Dbug72571.phpt17 $db->close();
/PHP-8.0/ext/standard/tests/dir/
H A Ddir_variation6.phpt24 $d->close(); //close the dir
/PHP-8.0/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc66 function close()
68 $this->zip->close();
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_signals.c147 close(fpm_globals.listening_socket); in sig_soft_quit()
238 close(sp[0]); in fpm_signals_init_child()
239 close(sp[1]); in fpm_signals_init_child()
/PHP-8.0/Zend/tests/generators/
H A Dno_foreach_var_leaks.phpt2 foreach() (and other) variables aren't leaked on premature close

Completed in 32 milliseconds

12345678910>>...31