Go to the source code of this file.
◆ STAT_PROP_ENTRY
Value:
#define STAT_PROP_ENTRY_EX(name, name2)
◆ STAT_PROP_ENTRY_EX
Value:
ssb->sb.st_##name2 = zval_get_long(elem); \
}
ZEND_API zval *ZEND_FASTCALL zend_hash_str_find(const HashTable *ht, const char *str, size_t len)
#define Z_ARRVAL_P(zval_p)
◆ USERSTREAM_CAST
#define USERSTREAM_CAST "stream_cast" |
◆ USERSTREAM_CLOSE
#define USERSTREAM_CLOSE "stream_close" |
◆ USERSTREAM_DIR_CLOSE
#define USERSTREAM_DIR_CLOSE "dir_closedir" |
◆ USERSTREAM_DIR_OPEN
#define USERSTREAM_DIR_OPEN "dir_opendir" |
◆ USERSTREAM_DIR_READ
#define USERSTREAM_DIR_READ "dir_readdir" |
◆ USERSTREAM_DIR_REWIND
#define USERSTREAM_DIR_REWIND "dir_rewinddir" |
◆ USERSTREAM_EOF
#define USERSTREAM_EOF "stream_eof" |
◆ USERSTREAM_FLUSH
#define USERSTREAM_FLUSH "stream_flush" |
◆ USERSTREAM_LOCK
#define USERSTREAM_LOCK "stream_lock" |
◆ USERSTREAM_METADATA
#define USERSTREAM_METADATA "stream_metadata" |
◆ USERSTREAM_MKDIR
#define USERSTREAM_MKDIR "mkdir" |
◆ USERSTREAM_OPEN
#define USERSTREAM_OPEN "stream_open" |
◆ USERSTREAM_READ
#define USERSTREAM_READ "stream_read" |
◆ USERSTREAM_RENAME
#define USERSTREAM_RENAME "rename" |
◆ USERSTREAM_RMDIR
#define USERSTREAM_RMDIR "rmdir" |
◆ USERSTREAM_SEEK
#define USERSTREAM_SEEK "stream_seek" |
◆ USERSTREAM_SET_OPTION
#define USERSTREAM_SET_OPTION "stream_set_option" |
◆ USERSTREAM_STAT
#define USERSTREAM_STAT "stream_stat" |
◆ USERSTREAM_STATURL
#define USERSTREAM_STATURL "url_stat" |
◆ USERSTREAM_TELL
#define USERSTREAM_TELL "stream_tell" |
◆ USERSTREAM_TRUNCATE
#define USERSTREAM_TRUNCATE "stream_truncate" |
◆ USERSTREAM_UNLINK
#define USERSTREAM_UNLINK "unlink" |
◆ USERSTREAM_WRITE
#define USERSTREAM_WRITE "stream_write" |
◆ php_userstream_data_t
◆ PHP_FUNCTION() [1/3]
◆ PHP_FUNCTION() [2/3]
◆ PHP_FUNCTION() [3/3]
◆ PHP_MINIT_FUNCTION()
PHP_MINIT_FUNCTION |
( |
user_streams | | ) |
|
◆ php_stream_userspace_dir_ops
Initial value:= {
php_userstreamop_readdir,
php_userstreamop_closedir,
"user-space-dir",
php_userstreamop_rewinddir,
}
Definition at line 1455 of file userspace.c.
◆ php_stream_userspace_ops
Initial value:= {
php_userstreamop_write, php_userstreamop_read,
php_userstreamop_close, php_userstreamop_flush,
"user-space",
php_userstreamop_seek,
php_userstreamop_cast,
php_userstreamop_stat,
php_userstreamop_set_option,
}
Definition at line 1445 of file userspace.c.