Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dcast.c219 if (php_stream_is(stream, PHP_STREAM_IS_STDIO) && in _php_stream_cast()
H A Dmemory.c379 if (php_stream_is(ts->innerstream, PHP_STREAM_IS_MEMORY)) { in php_stream_temp_write()
493 if (php_stream_is(ts->innerstream, PHP_STREAM_IS_STDIO)) { in php_stream_temp_cast()
/PHP-7.4/ext/bz2/
H A Dbz2.c654 if (!php_stream_is(stream, PHP_STREAM_IS_BZIP2)) { in php_bz2_error()
/PHP-7.4/docs/
H A Dstreams.md218 if (php_stream_is(stream, PHP_STREAM_IS_STDIO)) {
238 Please note the difference between `php_stream_is` and `php_stream_can_cast`;
/PHP-7.4/main/
H A Dphp_streams.h501 #define php_stream_is(stream, anops) ((stream)->ops == anops) macro
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_statement.c347 if (php_stream_is(stm, &pdo_pgsql_lob_stream_ops)) { in pgsql_stmt_param_hook()
/PHP-7.4/ext/spl/
H A Dspl_directory.c192 if (php_stream_is(intern->u.dir.dirp ,&php_glob_stream_ops)) { in spl_filesystem_object_get_path()
639 if (php_stream_is(intern->u.dir.dirp ,&php_glob_stream_ops)) { in spl_filesystem_object_get_debug_info()
1623 if (intern->u.dir.dirp && php_stream_is(intern->u.dir.dirp ,&php_glob_stream_ops)) { in SPL_METHOD()
/PHP-7.4/ext/sockets/
H A Dsockets.c2448 if (php_stream_is(stream, PHP_STREAM_IS_SOCKET)) {
/PHP-7.4/ext/exif/
H A Dexif.c4431 if (php_stream_is(ImageInfo->infile, PHP_STREAM_IS_STDIO)) { in exif_read_from_impl()
/PHP-7.4/ext/gd/
H A Dgd.c2476 if (php_stream_is(stream, PHP_STREAM_IS_STDIO)) { in _php_image_create_from()

Completed in 61 milliseconds