Home
last modified time | relevance | path

Searched refs:close (Results 351 – 375 of 655) sorted by relevance

1...<<11121314151617181920>>...27

/PHP-5.5/ext/phar/tests/tar/
H A Dtar_bz2U.phpt36 $tar->close();
H A Dtar_gzip.phpt33 $a->close();
/PHP-5.5/ext/mysqli/tests/
H A D065.phpt50 $mysql->close();
H A Dmysqli_stmt_attr_get.phpt53 $stmt->close();
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt55 …printf("[012] Cannot close statement, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stm…
103 …printf("[023] Cannot close statement, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stm…
H A Dmysqli_class_mysqli_stmt_interface.phpt29 'close' => true,
130 $stmt->close();
/PHP-5.5/ext/sybase_ct/tests/
H A Dbug29064.phpt85 // Clean up and close connection
H A Dtest_query_nostore.phpt52 // Clean up and close connection
/PHP-5.5/sapi/cgi/
H A Dfastcgi.h135 int fcgi_flush(fcgi_request *req, int close);
/PHP-5.5/sapi/fpm/fpm/events/
H A Depoll.c107 close(epollfd); in fpm_event_epoll_clean()
H A Ddevpoll.c124 close(dpfd); in fpm_event_devpoll_clean()
/PHP-5.5/ext/mysqlnd/
H A Dphp_mysqlnd.c313 dbg->m->close(dbg); in PHP_RSHUTDOWN_FUNCTION()
318 trace_alloc->m->close(trace_alloc); in PHP_RSHUTDOWN_FUNCTION()
/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation21.phpt40 // close the file if the mode to be used is read mode and re-open using read mode
61 // close the file
H A Dfgets_variation2.phpt23 // close the file
H A Dfgetcsv_variation14.phpt38 // close the file if the mode to be used is read mode and re-open using read mode
64 // close the file
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_openblob_wrongparams.phpt61 echo "Closing statement: " . var_export($insert_stmt->close(), true) . "\n";
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation8.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_variation4.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
/PHP-5.5/ext/xmlreader/tests/
H A D003.phpt73 $reader->close();
/PHP-5.5/sapi/webjames/
H A Dwebjames.c235 WG(oldclose) = conn->close; in webjames_php_request()
236 conn->close=webjames_php_close; in webjames_php_request()
/PHP-5.5/ext/openssl/tests/
H A Dbug48182.phpt39 // close stuff
/PHP-5.5/ext/standard/tests/http/
H A Dbug61548.phpt24 "data://text/plain,HTTP/1.1 200\r\nConnection: close\r\n\r\n",
/PHP-5.5/ext/standard/tests/array/
H A Darray_shuffle_basic.phpt43 // key-> value association should be so close to zero it wont happen in the lifetime of the
/PHP-5.5/ext/zip/tests/
H A Doo_properties.phpt33 unset($zip); //close the file before unlinking
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_children.c72 close(child->fd_stdout); in fpm_child_close()
81 close(child->fd_stderr); in fpm_child_close()

Completed in 63 milliseconds

1...<<11121314151617181920>>...27