Searched refs:php_stream_is (Results 1 – 10 of 10) sorted by relevance
/PHP-8.1/main/streams/ |
H A D | cast.c | 217 if (php_stream_is(stream, PHP_STREAM_IS_STDIO) && in _php_stream_cast()
|
H A D | memory.c | 348 if (php_stream_is(ts->innerstream, PHP_STREAM_IS_MEMORY)) { in php_stream_temp_write() 462 if (php_stream_is(ts->innerstream, PHP_STREAM_IS_STDIO)) { in php_stream_temp_cast()
|
/PHP-8.1/ext/bz2/ |
H A D | bz2.c | 580 if (!php_stream_is(stream, PHP_STREAM_IS_BZIP2)) { in php_bz2_error()
|
/PHP-8.1/docs/ |
H A D | streams.md | 218 if (php_stream_is(stream, PHP_STREAM_IS_STDIO)) { 238 Please note the difference between `php_stream_is` and `php_stream_can_cast`;
|
/PHP-8.1/ext/pdo_pgsql/ |
H A D | pgsql_statement.c | 352 if (php_stream_is(stm, &pdo_pgsql_lob_stream_ops)) { in pgsql_stmt_param_hook()
|
/PHP-8.1/main/ |
H A D | php_streams.h | 516 #define php_stream_is(stream, anops) ((stream)->ops == anops) macro
|
/PHP-8.1/ext/spl/ |
H A D | spl_directory.c | 201 if (php_stream_is(intern->u.dir.dirp ,&php_glob_stream_ops)) { in spl_filesystem_object_get_path() 652 if (php_stream_is(intern->u.dir.dirp ,&php_glob_stream_ops)) { in spl_filesystem_object_get_debug_info() 1598 if (intern->u.dir.dirp && php_stream_is(intern->u.dir.dirp ,&php_glob_stream_ops)) { in PHP_METHOD()
|
/PHP-8.1/ext/sockets/ |
H A D | sockets.c | 2231 if (php_stream_is(stream, PHP_STREAM_IS_SOCKET)) {
|
/PHP-8.1/ext/gd/ |
H A D | gd.c | 1679 if (php_stream_is(stream, PHP_STREAM_IS_STDIO)) { in _php_image_create_from()
|
/PHP-8.1/ext/exif/ |
H A D | exif.c | 4421 if (php_stream_is(ImageInfo->infile, PHP_STREAM_IS_STDIO)) { in exif_read_from_impl()
|
Completed in 81 milliseconds