/PHP-8.0/ext/session/tests/ |
H A D | session_set_save_handler_iface_002.phpt | 17 public function close(); 35 public function close() { 69 $ret = session_set_save_handler(array($handler, 'open'), array($handler, 'close'),
|
H A D | 004.phpt | 23 function close() 56 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd… 68 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
|
H A D | save_handler_closures.inc | 5 foreach (array ('open', 'close', 'read', 'write', 'destroy', 'gc') as $fn) {
|
H A D | 005.phpt | 23 function close() 57 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd… 71 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd… 84 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
|
H A D | 025.phpt | 24 function close() 58 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd… 72 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd… 88 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
|
H A D | session_set_save_handler_class_010.phpt | 33 public function close() { 36 return parent::close();
|
H A D | session_set_save_handler_class_011.phpt | 34 public function close() { 41 return parent::close();
|
H A D | 024.phpt | 24 function close() 57 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd… 72 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
|
H A D | session_set_save_handler_variation6.phpt | 22 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate… 37 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate… 45 session_set_save_handler("open", "close", "read", "write", "destroy", "gc", "create_sid", "validate…
|
/PHP-8.0/ext/xmlreader/tests/ |
H A D | next_basic.phpt | 25 $reader->close(); 39 $reader->close();
|
/PHP-8.0/ext/sqlite3/tests/ |
H A D | bug70628.phpt | 32 $sth->close(); 33 $db->close();
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | bug29311.phpt | 44 $result->close(); 46 $foo[$i]->close();
|
H A D | mysqli_ps_select_union.phpt | 41 $stmt->close(); 67 $stmt->close(); 98 $stmt->close(); 117 $stmt->close(); 147 $stmt->close(); 166 $stmt->close(); 185 $stmt->close(); 206 $stmt->close(); 225 $stmt->close(); 246 $stmt->close(); [all …]
|
H A D | bug62046.phpt | 34 $stmt->close(); 35 $link->close();
|
H A D | mysqli_connect_oo_defaults.phpt | 43 $mysqli->close(); 61 $mysqli->close(); 79 $mysqli->close(); 97 $mysqli->close(); 122 $mysqli->close();
|
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_sockets.c | 65 close(ls->sock); in fpm_sockets_cleanup() 220 close(sock); in fpm_sockets_new_listening_socket() 232 close(sock); in fpm_sockets_new_listening_socket() 242 close(sock); in fpm_sockets_new_listening_socket() 249 close(sock); in fpm_sockets_new_listening_socket() 471 close(ls->sock); in fpm_sockets_init_main() 586 close(fd); in fpm_socket_unix_test_connect() 590 close(fd); in fpm_socket_unix_test_connect()
|
/PHP-8.0/ext/phar/tests/tar/files/ |
H A D | make_invalid_tar.php.inc | 4 function close()
|
/PHP-8.0/ext/zip/tests/ |
H A D | oo_rename.phpt | 29 $zip->close(); 62 $zip->close();
|
/PHP-8.0/ext/standard/tests/dir/ |
H A D | closedir_variation2.phpt | 2 Test closedir() function : usage variations - close directory handle twice 6 * close the directory handle twice using closedir() to test behaviour
|
H A D | closedir_variation2-win32-mb.phpt | 2 Test closedir() function : usage variations - close directory handle twice 12 * close the directory handle twice using closedir() to test behaviour
|
/PHP-8.0/Zend/tests/ |
H A D | bug38779_1.phpt | 27 var_dump("close!"); 52 string(6) "close!"
|
/PHP-8.0/ext/zip/examples/ |
H A D | extractAll.php | 24 $zip->close();
|
H A D | extract.php | 28 $zip->close();
|
/PHP-8.0/Zend/tests/generators/ |
H A D | send_after_close.phpt | 2 Calls to send() after close should do nothing
|
/PHP-8.0/sapi/cli/tests/ |
H A D | php_cli_server_010.phpt | 50 Connection: close 61 Connection: close
|