Home
last modified time | relevance | path

Searched refs:PHP_STREAM_FREE_CLOSE_PERSISTENT (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/main/
H A Dphp_streams.h279 #define PHP_STREAM_FREE_CLOSE_PERSISTENT (PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_PERSISTENT) macro
284 #define php_stream_pclose(stream) _php_stream_free((stream), PHP_STREAM_FREE_CLOSE_PERSISTENT TSRML…
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c1002 php_stream_free(net_stream, PHP_STREAM_FREE_CLOSE_PERSISTENT | PHP_STREAM_FREE_RSRC_DTOR); in MYSQLND_METHOD()
/PHP-5.5/ext/sockets/
H A Dsockets.c1076 (stream->is_persistent?PHP_STREAM_FREE_CLOSE_PERSISTENT:0));
/PHP-5.5/ext/spl/
H A Dspl_directory.c111 php_stream_free(intern->u.file.stream, PHP_STREAM_FREE_CLOSE_PERSISTENT); in spl_filesystem_object_free_storage()

Completed in 29 milliseconds