Home
last modified time | relevance | path

Searched refs:php_stream_is (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/main/streams/
H A Dcast.c228 if (php_stream_is(stream, PHP_STREAM_IS_STDIO) && in _php_stream_cast()
H A Dmemory.c371 if (php_stream_is(ts->innerstream, PHP_STREAM_IS_MEMORY)) { in php_stream_temp_write()
483 if (php_stream_is(ts->innerstream, PHP_STREAM_IS_STDIO)) { in php_stream_temp_cast()
/PHP-5.5/ext/bz2/
H A Dbz2.c610 if (!php_stream_is(stream, PHP_STREAM_IS_BZIP2)) { in php_bz2_error()
/PHP-5.5/
H A DREADME.STREAMS203 if (php_stream_is(stream, PHP_STREAM_IS_STDIO)) {
218 Please note the difference between php_stream_is and php_stream_can_cast;
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_statement.c307 if (php_stream_is(stm, &pdo_pgsql_lob_stream_ops)) { in pgsql_stmt_param_hook()
/PHP-5.5/main/
H A Dphp_streams.h486 #define php_stream_is(stream, anops) ((stream)->ops == anops) macro
/PHP-5.5/ext/spl/
H A Dspl_directory.c190 if (php_stream_is(intern->u.dir.dirp ,&php_glob_stream_ops)) { in spl_filesystem_object_get_path()
631 if (php_stream_is(intern->u.dir.dirp ,&php_glob_stream_ops)) { in spl_filesystem_object_get_debug_info()
1619 if (php_stream_is(intern->u.dir.dirp ,&php_glob_stream_ops)) { in SPL_METHOD()
/PHP-5.5/ext/sockets/
H A Dsockets.c2287 if (php_stream_is(stream, PHP_STREAM_IS_SOCKET)) {
/PHP-5.5/ext/exif/
H A Dexif.c3912 if (php_stream_is(ImageInfo->infile, PHP_STREAM_IS_STDIO)) { in exif_read_file()
/PHP-5.5/ext/gd/
H A Dgd.c2377 if (php_stream_is(stream, PHP_STREAM_IS_STDIO)) { in _php_image_create_from()

Completed in 118 milliseconds