Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Zend/zend_alloc.h:ZEND_API char *zend_strndup(const char *s, unsigned int length) ZEND_ATTRIBUTE_MALLOC;
- Zend/zend_alloc.h:ZEND_API void *_emalloc(size_t size ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ZEND_ATTRIBUTE_MALLOC ZEND_ATTRIBUTE_ALLOC_SIZE(1);
- Zend/zend_alloc.h:ZEND_API void *_safe_emalloc(size_t nmemb, size_t size, size_t offset ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ZEND_ATTRIBUTE_MALLOC;
- Zend/zend_alloc.h:ZEND_API void *_safe_malloc(size_t nmemb, size_t size, size_t offset) ZEND_ATTRIBUTE_MALLOC;
- Zend/zend_alloc.h:ZEND_API void _efree(void *ptr ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC);
- Zend/zend_alloc.h:ZEND_API void *_ecalloc(size_t nmemb, size_t size ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ZEND_ATTRIBUTE_MALLOC ZEND_ATTRIBUTE_ALLOC_SIZE2(1,2);
- Zend/zend_alloc.h:ZEND_API void *_erealloc(void *ptr, size_t size, int allow_failure ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ZEND_ATTRIBUTE_ALLOC_SIZE(2);
- Zend/zend_alloc.h:ZEND_API void *_safe_erealloc(void *ptr, size_t nmemb, size_t size, size_t offset ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC);
- Zend/zend_alloc.h:ZEND_API void *_safe_realloc(void *ptr, size_t nmemb, size_t size, size_t offset);
- Zend/zend_alloc.h:ZEND_API char *_estrdup(const char *s ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ZEND_ATTRIBUTE_MALLOC;
- Zend/zend_alloc.h:ZEND_API char *_estrndup(const char *s, unsigned int length ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ZEND_ATTRIBUTE_MALLOC;
- Zend/zend_alloc.h:ZEND_API size_t _zend_mem_block_size(void *ptr TSRMLS_DC ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC);
- Zend/zend_alloc.h:ZEND_API int zend_set_memory_limit(size_t memory_limit);
- Zend/zend_alloc.h:ZEND_API void start_memory_manager(TSRMLS_D);
- Zend/zend_alloc.h:ZEND_API void shutdown_memory_manager(int silent, int full_shutdown TSRMLS_DC);
- Zend/zend_alloc.h:ZEND_API int is_zend_mm(TSRMLS_D);
- Zend/zend_alloc.h:ZEND_API int _mem_block_check(void *ptr, int silent ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC);
- Zend/zend_alloc.h:ZEND_API void _full_mem_check(int silent ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC);
- Zend/zend_alloc.h:ZEND_API size_t zend_memory_usage(int real_usage TSRMLS_DC);
- Zend/zend_alloc.h:ZEND_API size_t zend_memory_peak_usage(int real_usage TSRMLS_DC);
- Zend/zend_alloc.h:ZEND_API zend_mm_heap *zend_mm_startup(void);
- Zend/zend_alloc.h:ZEND_API void zend_mm_shutdown(zend_mm_heap *heap, int full_shutdown, int silent TSRMLS_DC);
- Zend/zend_alloc.h:ZEND_API void *_zend_mm_alloc(zend_mm_heap *heap, size_t size ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ZEND_ATTRIBUTE_MALLOC;
- Zend/zend_alloc.h:ZEND_API void _zend_mm_free(zend_mm_heap *heap, void *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC);
- Zend/zend_alloc.h:ZEND_API void *_zend_mm_realloc(zend_mm_heap *heap, void *p, size_t size ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC);
- Zend/zend_alloc.h:ZEND_API size_t _zend_mm_block_size(zend_mm_heap *heap, void *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC);
- Zend/zend_alloc.h:ZEND_API zend_mm_heap *zend_mm_startup_ex(const zend_mm_mem_handlers *handlers, size_t block_size, size_t reserve_size, int internal, void *params);
- Zend/zend_alloc.h:ZEND_API zend_mm_heap *zend_mm_set_heap(zend_mm_heap *new_heap TSRMLS_DC);
- Zend/zend_alloc.h:ZEND_API zend_mm_storage *zend_mm_get_storage(zend_mm_heap *heap);
- Zend/zend_alloc.h:ZEND_API void zend_mm_set_custom_handlers(zend_mm_heap *heap,
- Zend/zend_API.h:ZEND_API int zend_get_parameters(int ht, int param_count, ...);
- Zend/zend_API.h:ZEND_API int _zend_get_parameters_array(int ht, int param_count, zval **argument_array TSRMLS_DC);
- Zend/zend_API.h:ZEND_API ZEND_ATTRIBUTE_DEPRECATED int zend_get_parameters_ex(int param_count, ...);
- Zend/zend_API.h:ZEND_API int _zend_get_parameters_array_ex(int param_count, zval ***argument_array TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_copy_parameters_array(int param_count, zval *argument_array TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_parse_parameters(int num_args TSRMLS_DC, const char *type_spec, ...);
- Zend/zend_API.h:ZEND_API int zend_parse_parameters_ex(int flags, int num_args TSRMLS_DC, const char *type_spec, ...);
- Zend/zend_API.h:ZEND_API char *zend_zval_type_name(const zval *arg);
- Zend/zend_API.h:ZEND_API int zend_parse_method_parameters(int num_args TSRMLS_DC, zval *this_ptr, const char *type_spec, ...);
- Zend/zend_API.h:ZEND_API int zend_parse_method_parameters_ex(int flags, int num_args TSRMLS_DC, zval *this_ptr, const char *type_spec, ...);
- Zend/zend_API.h:ZEND_API int zend_parse_parameter(int flags, int arg_num TSRMLS_DC, zval **arg, const char *spec, ...);
- Zend/zend_API.h:ZEND_API int zend_register_functions(zend_class_entry *scope, const zend_function_entry *functions, HashTable *function_table, int type TSRMLS_DC);
- Zend/zend_API.h:ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable *function_table TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_startup_module(zend_module_entry *module_entry);
- Zend/zend_API.h:ZEND_API zend_module_entry* zend_register_internal_module(zend_module_entry *module_entry TSRMLS_DC);
- Zend/zend_API.h:ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *module TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_startup_module_ex(zend_module_entry *module TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_startup_modules(TSRMLS_D);
- Zend/zend_API.h:ZEND_API void zend_collect_module_handlers(TSRMLS_D);
- Zend/zend_API.h:ZEND_API void zend_destroy_modules(void);
- Zend/zend_API.h:ZEND_API void zend_check_magic_method_implementation(const zend_class_entry *ce, const zend_function *fptr, int error_type TSRMLS_DC);
- Zend/zend_API.h:ZEND_API zend_class_entry *zend_register_internal_class(zend_class_entry *class_entry TSRMLS_DC);
- Zend/zend_API.h:ZEND_API zend_class_entry *zend_register_internal_class_ex(zend_class_entry *class_entry, zend_class_entry *parent_ce, char *parent_name TSRMLS_DC);
- Zend/zend_API.h:ZEND_API zend_class_entry *zend_register_internal_interface(zend_class_entry *orig_class_entry TSRMLS_DC);
- Zend/zend_API.h:ZEND_API void zend_class_implements(zend_class_entry *class_entry TSRMLS_DC, int num_interfaces, ...);
- Zend/zend_API.h:ZEND_API int zend_register_class_alias_ex(const char *name, int name_len, zend_class_entry *ce TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_disable_function(char *function_name, uint function_name_length TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_disable_class(char *class_name, uint class_name_length TSRMLS_DC);
- Zend/zend_API.h:ZEND_API void zend_wrong_param_count(TSRMLS_D);
- Zend/zend_API.h:ZEND_API zend_bool zend_is_callable_ex(zval *callable, zval *object_ptr, uint check_flags, char **callable_name, int *callable_name_len, zend_fcall_info_cache *fcc, char **error TSRMLS_DC);
- Zend/zend_API.h:ZEND_API zend_bool zend_is_callable(zval *callable, uint check_flags, char **callable_name TSRMLS_DC);
- Zend/zend_API.h:ZEND_API zend_bool zend_make_callable(zval *callable, char **callable_name TSRMLS_DC);
- Zend/zend_API.h:ZEND_API const char *zend_get_module_version(const char *module_name);
- Zend/zend_API.h:ZEND_API int zend_get_module_started(const char *module_name);
- Zend/zend_API.h:ZEND_API int zend_declare_property(zend_class_entry *ce, const char *name, int name_length, zval *property, int access_type TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_declare_property_ex(zend_class_entry *ce, const char *name, int name_length, zval *property, int access_type, const char *doc_comment, int doc_comment_len TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_declare_property_null(zend_class_entry *ce, const char *name, int name_length, int access_type TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_declare_property_bool(zend_class_entry *ce, const char *name, int name_length, long value, int access_type TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_declare_property_long(zend_class_entry *ce, const char *name, int name_length, long value, int access_type TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_declare_property_double(zend_class_entry *ce, const char *name, int name_length, double value, int access_type TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_declare_property_string(zend_class_entry *ce, const char *name, int name_length, const char *value, int access_type TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_declare_property_stringl(zend_class_entry *ce, const char *name, int name_length, const char *value, int value_len, int access_type TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length, zval *value TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_declare_class_constant_null(zend_class_entry *ce, const char *name, size_t name_length TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_declare_class_constant_long(zend_class_entry *ce, const char *name, size_t name_length, long value TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_declare_class_constant_bool(zend_class_entry *ce, const char *name, size_t name_length, zend_bool value TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_declare_class_constant_double(zend_class_entry *ce, const char *name, size_t name_length, double value TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_declare_class_constant_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_t value_length TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_declare_class_constant_string(zend_class_entry *ce, const char *name, size_t name_length, const char *value TSRMLS_DC);
- Zend/zend_API.h:ZEND_API void zend_update_class_constants(zend_class_entry *class_type TSRMLS_DC);
- Zend/zend_API.h:ZEND_API void zend_update_property(zend_class_entry *scope, zval *object, const char *name, int name_length, zval *value TSRMLS_DC);
- Zend/zend_API.h:ZEND_API void zend_update_property_null(zend_class_entry *scope, zval *object, const char *name, int name_length TSRMLS_DC);
- Zend/zend_API.h:ZEND_API void zend_update_property_bool(zend_class_entry *scope, zval *object, const char *name, int name_length, long value TSRMLS_DC);
- Zend/zend_API.h:ZEND_API void zend_update_property_long(zend_class_entry *scope, zval *object, const char *name, int name_length, long value TSRMLS_DC);
- Zend/zend_API.h:ZEND_API void zend_update_property_double(zend_class_entry *scope, zval *object, const char *name, int name_length, double value TSRMLS_DC);
- Zend/zend_API.h:ZEND_API void zend_update_property_string(zend_class_entry *scope, zval *object, const char *name, int name_length, const char *value TSRMLS_DC);
- Zend/zend_API.h:ZEND_API void zend_update_property_stringl(zend_class_entry *scope, zval *object, const char *name, int name_length, const char *value, int value_length TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_update_static_property(zend_class_entry *scope, const char *name, int name_length, zval *value TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_update_static_property_null(zend_class_entry *scope, const char *name, int name_length TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_update_static_property_bool(zend_class_entry *scope, const char *name, int name_length, long value TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_update_static_property_long(zend_class_entry *scope, const char *name, int name_length, long value TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_update_static_property_double(zend_class_entry *scope, const char *name, int name_length, double value TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_update_static_property_string(zend_class_entry *scope, const char *name, int name_length, const char *value TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_update_static_property_stringl(zend_class_entry *scope, const char *name, int name_length, const char *value, int value_length TSRMLS_DC);
- Zend/zend_API.h:ZEND_API zval *zend_read_property(zend_class_entry *scope, zval *object, const char *name, int name_length, zend_bool silent TSRMLS_DC);
- Zend/zend_API.h:ZEND_API zval *zend_read_static_property(zend_class_entry *scope, const char *name, int name_length, zend_bool silent TSRMLS_DC);
- Zend/zend_API.h:ZEND_API zend_class_entry *zend_get_class_entry(const zval *zobject TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_get_object_classname(const zval *object, const char **class_name, zend_uint *class_name_len TSRMLS_DC);
- Zend/zend_API.h:ZEND_API char *zend_get_type_by_const(int type);
- Zend/zend_API.h:ZEND_API int _array_init(zval *arg, uint size ZEND_FILE_LINE_DC);
- Zend/zend_API.h:ZEND_API int _object_init(zval *arg ZEND_FILE_LINE_DC TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int _object_init_ex(zval *arg, zend_class_entry *ce ZEND_FILE_LINE_DC TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int _object_and_properties_init(zval *arg, zend_class_entry *ce, HashTable *properties ZEND_FILE_LINE_DC TSRMLS_DC);
- Zend/zend_API.h:ZEND_API void object_properties_init(zend_object *object, zend_class_entry *class_type);
- Zend/zend_API.h:ZEND_API void zend_merge_properties(zval *obj, HashTable *properties, int destroy_ht TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int add_assoc_function(zval *arg, const char *key, void (*function_ptr)(INTERNAL_FUNCTION_PARAMETERS));
- Zend/zend_API.h:ZEND_API int add_assoc_long_ex(zval *arg, const char *key, uint key_len, long n);
- Zend/zend_API.h:ZEND_API int add_assoc_null_ex(zval *arg, const char *key, uint key_len);
- Zend/zend_API.h:ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, uint key_len, int b);
- Zend/zend_API.h:ZEND_API int add_assoc_resource_ex(zval *arg, const char *key, uint key_len, int r);
- Zend/zend_API.h:ZEND_API int add_assoc_double_ex(zval *arg, const char *key, uint key_len, double d);
- Zend/zend_API.h:ZEND_API int add_assoc_string_ex(zval *arg, const char *key, uint key_len, char *str, int duplicate);
- Zend/zend_API.h:ZEND_API int add_assoc_stringl_ex(zval *arg, const char *key, uint key_len, char *str, uint length, int duplicate);
- Zend/zend_API.h:ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, uint key_len, zval *value);
- Zend/zend_API.h:ZEND_API int add_index_long(zval *arg, ulong idx, long n);
- Zend/zend_API.h:ZEND_API int add_index_null(zval *arg, ulong idx);
- Zend/zend_API.h:ZEND_API int add_index_bool(zval *arg, ulong idx, int b);
- Zend/zend_API.h:ZEND_API int add_index_resource(zval *arg, ulong idx, int r);
- Zend/zend_API.h:ZEND_API int add_index_double(zval *arg, ulong idx, double d);
- Zend/zend_API.h:ZEND_API int add_index_string(zval *arg, ulong idx, const char *str, int duplicate);
- Zend/zend_API.h:ZEND_API int add_index_stringl(zval *arg, ulong idx, const char *str, uint length, int duplicate);
- Zend/zend_API.h:ZEND_API int add_index_zval(zval *arg, ulong index, zval *value);
- Zend/zend_API.h:ZEND_API int add_next_index_long(zval *arg, long n);
- Zend/zend_API.h:ZEND_API int add_next_index_null(zval *arg);
- Zend/zend_API.h:ZEND_API int add_next_index_bool(zval *arg, int b);
- Zend/zend_API.h:ZEND_API int add_next_index_resource(zval *arg, int r);
- Zend/zend_API.h:ZEND_API int add_next_index_double(zval *arg, double d);
- Zend/zend_API.h:ZEND_API int add_next_index_string(zval *arg, const char *str, int duplicate);
- Zend/zend_API.h:ZEND_API int add_next_index_stringl(zval *arg, const char *str, uint length, int duplicate);
- Zend/zend_API.h:ZEND_API int add_next_index_zval(zval *arg, zval *value);
- Zend/zend_API.h:ZEND_API int add_get_assoc_string_ex(zval *arg, const char *key, uint key_len, const char *str, void **dest, int duplicate);
- Zend/zend_API.h:ZEND_API int add_get_assoc_stringl_ex(zval *arg, const char *key, uint key_len, const char *str, uint length, void **dest, int duplicate);
- Zend/zend_API.h:ZEND_API int add_get_index_long(zval *arg, ulong idx, long l, void **dest);
- Zend/zend_API.h:ZEND_API int add_get_index_double(zval *arg, ulong idx, double d, void **dest);
- Zend/zend_API.h:ZEND_API int add_get_index_string(zval *arg, ulong idx, const char *str, void **dest, int duplicate);
- Zend/zend_API.h:ZEND_API int add_get_index_stringl(zval *arg, ulong idx, const char *str, uint length, void **dest, int duplicate);
- Zend/zend_API.h:ZEND_API int array_set_zval_key(HashTable *ht, zval *key, zval *value);
- Zend/zend_API.h:ZEND_API int add_property_long_ex(zval *arg, const char *key, uint key_len, long l TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int add_property_null_ex(zval *arg, const char *key, uint key_len TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int add_property_bool_ex(zval *arg, const char *key, uint key_len, int b TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int add_property_resource_ex(zval *arg, const char *key, uint key_len, long r TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int add_property_double_ex(zval *arg, const char *key, uint key_len, double d TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int add_property_string_ex(zval *arg, const char *key, uint key_len, const char *str, int duplicate TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int add_property_stringl_ex(zval *arg, const char *key, uint key_len, const char *str, uint length, int duplicate TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int add_property_zval_ex(zval *arg, const char *key, uint key_len, zval *value TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int call_user_function(HashTable *function_table, zval **object_pp, zval *function_name, zval *retval_ptr, zend_uint param_count, zval *params[] TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int call_user_function_ex(HashTable *function_table, zval **object_pp, zval *function_name, zval **retval_ptr_ptr, zend_uint param_count, zval **params[], int no_separation, HashTable *symbol_table TSRMLS_DC);
- Zend/zend_API.h:ZEND_API extern const zend_fcall_info empty_fcall_info;
- Zend/zend_API.h:ZEND_API extern const zend_fcall_info_cache empty_fcall_info_cache;
- Zend/zend_API.h:ZEND_API int zend_fcall_info_init(zval *callable, uint check_flags, zend_fcall_info *fci, zend_fcall_info_cache *fcc, char **callable_name, char **error TSRMLS_DC);
- Zend/zend_API.h:ZEND_API void zend_fcall_info_args_clear(zend_fcall_info *fci, int free_mem);
- Zend/zend_API.h:ZEND_API void zend_fcall_info_args_save(zend_fcall_info *fci, int *param_count, zval ****params);
- Zend/zend_API.h:ZEND_API void zend_fcall_info_args_restore(zend_fcall_info *fci, int param_count, zval ***params);
- Zend/zend_API.h:ZEND_API int zend_fcall_info_args(zend_fcall_info *fci, zval *args TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_fcall_info_argp(zend_fcall_info *fci TSRMLS_DC, int argc, zval ***argv);
- Zend/zend_API.h:ZEND_API int zend_fcall_info_argv(zend_fcall_info *fci TSRMLS_DC, int argc, va_list *argv);
- Zend/zend_API.h:ZEND_API int zend_fcall_info_argn(zend_fcall_info *fci TSRMLS_DC, int argc, ...);
- Zend/zend_API.h:ZEND_API int zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval **retval, zval *args TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_set_hash_symbol(zval *symbol, const char *name, int name_length, zend_bool is_ref, int num_symbol_tables, ...);
- Zend/zend_API.h:ZEND_API void zend_delete_variable(zend_execute_data *ex, HashTable *ht, const char *name, int name_len, ulong hash_value TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_delete_global_variable(const char *name, int name_len TSRMLS_DC);
- Zend/zend_API.h:ZEND_API int zend_delete_global_variable_ex(const char *name, int name_len, ulong hash_value TSRMLS_DC);
- Zend/zend_API.h:ZEND_API void zend_reset_all_cv(HashTable *symbol_table TSRMLS_DC);
- Zend/zend_API.h:ZEND_API void zend_rebuild_symbol_table(TSRMLS_D);
- Zend/zend_API.h:ZEND_API const char* zend_find_alias_name(zend_class_entry *ce, const char *name, zend_uint len);
- Zend/zend_API.h:ZEND_API const char* zend_resolve_method_name(zend_class_entry *ce, zend_function *f);
- Zend/zend_API.h:ZEND_API ZEND_FUNCTION(display_disabled_function);
- Zend/zend_API.h:ZEND_API ZEND_FUNCTION(display_disabled_class);
- Zend/zend_API.h:#endif /* ZEND_API_H */
- Zend/zend_builtin_functions.h:ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit TSRMLS_DC);
- Zend/zend_closures.h:extern ZEND_API zend_class_entry *zend_ce_closure;
- Zend/zend_closures.h:ZEND_API void zend_create_closure(zval *res, zend_function *op_array, zend_class_entry *scope, zval *this_ptr TSRMLS_DC);
- Zend/zend_closures.h:ZEND_API zend_function *zend_get_closure_invoke_method(zval *obj TSRMLS_DC);
- Zend/zend_closures.h:ZEND_API const zend_function *zend_get_closure_method_def(zval *obj TSRMLS_DC);
- Zend/zend_closures.h:ZEND_API zval* zend_get_closure_this_ptr(zval *obj TSRMLS_DC);
- Zend/zend_compile.h:extern ZEND_API opcode_handler_t *zend_opcode_handlers;
- Zend/zend_compile.h:extern ZEND_API zend_op_array *(*zend_compile_file)(zend_file_handle *file_handle, int type TSRMLS_DC);
- Zend/zend_compile.h:extern ZEND_API zend_op_array *(*zend_compile_string)(zval *source_string, char *filename TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API int lex_scan(zval *zendlval TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API char *zend_set_compiled_filename(const char *new_compiled_filename TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API void zend_restore_compiled_filename(char *original_compiled_filename TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API char *zend_get_compiled_filename(TSRMLS_D);
- Zend/zend_compile.h:ZEND_API int zend_get_compiled_lineno(TSRMLS_D);
- Zend/zend_compile.h:ZEND_API size_t zend_get_scanned_file_offset(TSRMLS_D);
- Zend/zend_compile.h:ZEND_API const char* zend_get_compiled_variable_name(const zend_op_array *op_array, zend_uint var, int* name_len);
- Zend/zend_compile.h:ZEND_API unary_op_type get_unary_op(int opcode);
- Zend/zend_compile.h:ZEND_API binary_op_type get_binary_op(int opcode);
- Zend/zend_compile.h:ZEND_API int do_bind_function(const zend_op_array *op_array, zend_op *opline, HashTable *function_table, zend_bool compile_time);
- Zend/zend_compile.h:ZEND_API zend_class_entry *do_bind_class(const zend_op_array *op_array, const zend_op *opline, HashTable *class_table, zend_bool compile_time TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API zend_class_entry *do_bind_inherited_class(const zend_op_array *op_array, const zend_op *opline, HashTable *class_table, zend_class_entry *parent_ce, zend_bool compile_time TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API void zend_do_inherit_interfaces(zend_class_entry *ce, const zend_class_entry *iface TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API void zend_do_implement_interface(zend_class_entry *ce, zend_class_entry *iface TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API void zend_do_implement_trait(zend_class_entry *ce, zend_class_entry *trait TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API void zend_do_bind_traits(zend_class_entry *ce TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API void zend_do_inheritance(zend_class_entry *ce, zend_class_entry *parent_ce TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API void zend_do_delayed_early_binding(const zend_op_array *op_array TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API void function_add_ref(zend_function *function);
- Zend/zend_compile.h:ZEND_API zend_op_array *compile_file(zend_file_handle *file_handle, int type TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API zend_op_array *compile_string(zval *source_string, char *filename TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API zend_op_array *compile_filename(int type, zval *filename TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API int zend_execute_scripts(int type TSRMLS_DC, zval **retval, int file_count, ...);
- Zend/zend_compile.h:ZEND_API int open_file_for_scanning(zend_file_handle *file_handle TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API void init_op_array(zend_op_array *op_array, zend_uchar type, int initial_ops_size TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API void destroy_op_array(zend_op_array *op_array TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API void zend_destroy_file_handle(zend_file_handle *file_handle TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API int zend_cleanup_class_data(zend_class_entry **pce TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API int zend_cleanup_user_class_data(zend_class_entry **pce TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API void zend_cleanup_internal_class_data(zend_class_entry *ce TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API void zend_cleanup_internal_classes(TSRMLS_D);
- Zend/zend_compile.h:ZEND_API int zend_cleanup_function_data(zend_function *function TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API int zend_cleanup_function_data_full(zend_function *function TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API void destroy_zend_function(zend_function *function TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API void zend_function_dtor(zend_function *function);
- Zend/zend_compile.h:ZEND_API void destroy_zend_class(zend_class_entry **pce);
- Zend/zend_compile.h:ZEND_API void zend_mangle_property_name(char **dest, int *dest_length, const char *src1, int src1_length, const char *src2, int src2_length, int internal);
- Zend/zend_compile.h:ZEND_API int zend_unmangle_property_name_ex(const char *mangled_property, int mangled_property_len, const char **class_name, const char **prop_name, int *prop_len);
- Zend/zend_compile.h:ZEND_API int pass_two(zend_op_array *op_array TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API zend_bool zend_is_compiling(TSRMLS_D);
- Zend/zend_compile.h:ZEND_API char *zend_make_compiled_string_description(const char *name TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API void zend_initialize_class_data(zend_class_entry *ce, zend_bool nullify_handlers TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API int zend_register_auto_global(const char *name, uint name_len, zend_bool jit, zend_auto_global_callback auto_global_callback TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API void zend_activate_auto_globals(TSRMLS_D);
- Zend/zend_compile.h:ZEND_API zend_bool zend_is_auto_global(const char *name, uint name_len TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API zend_bool zend_is_auto_global_quick(const char *name, uint name_len, ulong hashval TSRMLS_DC);
- Zend/zend_compile.h:ZEND_API size_t zend_dirname(char *path, size_t len);
- Zend/zend_config.w32.h:# define ZEND_API __declspec(dllexport)
- Zend/zend_config.w32.h:# define ZEND_API __declspec(dllimport)
- Zend/zend_constants.h:ZEND_API int zend_get_constant(const char *name, uint name_len, zval *result TSRMLS_DC);
- Zend/zend_constants.h:ZEND_API int zend_get_constant_ex(const char *name, uint name_len, zval *result, zend_class_entry *scope, ulong flags TSRMLS_DC);
- Zend/zend_constants.h:ZEND_API void zend_register_long_constant(const char *name, uint name_len, long lval, int flags, int module_number TSRMLS_DC);
- Zend/zend_constants.h:ZEND_API void zend_register_double_constant(const char *name, uint name_len, double dval, int flags, int module_number TSRMLS_DC);
- Zend/zend_constants.h:ZEND_API void zend_register_string_constant(const char *name, uint name_len, char *strval, int flags, int module_number TSRMLS_DC);
- Zend/zend_constants.h:ZEND_API void zend_register_stringl_constant(const char *name, uint name_len, char *strval, uint strlen, int flags, int module_number TSRMLS_DC);
- Zend/zend_constants.h:ZEND_API int zend_register_constant(zend_constant *c TSRMLS_DC);
- Zend/zend_dtrace.h:ZEND_API zend_op_array *(*zend_dtrace_compile_file)(zend_file_handle *file_handle, int type TSRMLS_DC);
- Zend/zend_dtrace.h:ZEND_API void (*zend_dtrace_execute)(zend_op_array *op_array TSRMLS_DC);
- Zend/zend_dtrace.h:ZEND_API void (*zend_dtrace_execute_internal)(zend_execute_data *execute_data_ptr, zend_fcall_info *fci, int return_value_used TSRMLS_DC);
- Zend/zend_dtrace.h:ZEND_API zend_op_array *dtrace_compile_file(zend_file_handle *file_handle, int type TSRMLS_DC);
- Zend/zend_dtrace.h:ZEND_API void dtrace_execute_ex(zend_execute_data *execute_data TSRMLS_DC);
- Zend/zend_dtrace.h:ZEND_API void dtrace_execute_internal(zend_execute_data *execute_data_ptr, zend_fcall_info *fci, int return_value_used TSRMLS_DC);
- Zend/zend_dynamic_array.h:ZEND_API int zend_dynamic_array_init(dynamic_array *da, unsigned int element_size, unsigned int size);
- Zend/zend_dynamic_array.h:ZEND_API void *zend_dynamic_array_push(dynamic_array *da);
- Zend/zend_dynamic_array.h:ZEND_API void *zend_dynamic_array_pop(dynamic_array *da);
- Zend/zend_dynamic_array.h:ZEND_API void *zend_dynamic_array_get_element(dynamic_array *da, unsigned int index);
- Zend/zend_exceptions.h:ZEND_API void zend_exception_set_previous(zval *exception, zval *add_previous TSRMLS_DC);
- Zend/zend_exceptions.h:ZEND_API void zend_exception_save(TSRMLS_D);
- Zend/zend_exceptions.h:ZEND_API void zend_exception_restore(TSRMLS_D);
- Zend/zend_exceptions.h:ZEND_API zend_class_entry *zend_exception_get_default(TSRMLS_D);
- Zend/zend_exceptions.h:ZEND_API zend_class_entry *zend_get_error_exception(TSRMLS_D);
- Zend/zend_exceptions.h:ZEND_API void zend_register_default_classes(TSRMLS_D);
- Zend/zend_exceptions.h:ZEND_API zval * zend_throw_exception(zend_class_entry *exception_ce, char *message, long code TSRMLS_DC);
- Zend/zend_exceptions.h:ZEND_API zval * zend_throw_exception_ex(zend_class_entry *exception_ce, long code TSRMLS_DC, char *format, ...);
- Zend/zend_exceptions.h:ZEND_API void zend_throw_exception_object(zval *exception TSRMLS_DC);
- Zend/zend_exceptions.h:ZEND_API void zend_clear_exception(TSRMLS_D);
- Zend/zend_exceptions.h:ZEND_API zval * zend_throw_error_exception(zend_class_entry *exception_ce, char *message, long code, int severity TSRMLS_DC);
- Zend/zend_exceptions.h:extern ZEND_API void (*zend_throw_exception_hook)(zval *ex TSRMLS_DC);
- Zend/zend_exceptions.h:ZEND_API void zend_exception_error(zval *exception, int severity TSRMLS_DC);
- Zend/zend_execute.h:ZEND_API extern void (*zend_execute_ex)(zend_execute_data *execute_data TSRMLS_DC);
- Zend/zend_execute.h:ZEND_API extern void (*zend_execute_internal)(zend_execute_data *execute_data_ptr, struct _zend_fcall_info *fci, int return_value_used TSRMLS_DC);
- Zend/zend_execute.h:ZEND_API void zend_execute(zend_op_array *op_array TSRMLS_DC);
- Zend/zend_execute.h:ZEND_API void execute_ex(zend_execute_data *execute_data TSRMLS_DC);
- Zend/zend_execute.h:ZEND_API void execute_internal(zend_execute_data *execute_data_ptr, struct _zend_fcall_info *fci, int return_value_used TSRMLS_DC);
- Zend/zend_execute.h:ZEND_API int zend_is_true(zval *op);
- Zend/zend_execute.h:ZEND_API int zend_lookup_class(const char *name, int name_length, zend_class_entry ***ce TSRMLS_DC);
- Zend/zend_execute.h:ZEND_API int zend_lookup_class_ex(const char *name, int name_length, const zend_literal *key, int use_autoload, zend_class_entry ***ce TSRMLS_DC);
- Zend/zend_execute.h:ZEND_API int zend_eval_string(char *str, zval *retval_ptr, char *string_name TSRMLS_DC);
- Zend/zend_execute.h:ZEND_API int zend_eval_stringl(char *str, int str_len, zval *retval_ptr, char *string_name TSRMLS_DC);
- Zend/zend_execute.h:ZEND_API int zend_eval_string_ex(char *str, zval *retval_ptr, char *string_name, int handle_exceptions TSRMLS_DC);
- Zend/zend_execute.h:ZEND_API int zend_eval_stringl_ex(char *str, int str_len, zval *retval_ptr, char *string_name, int handle_exceptions TSRMLS_DC);
- Zend/zend_execute.h:ZEND_API char * zend_verify_arg_class_kind(const zend_arg_info *cur_arg_info, ulong fetch_type, const char **class_name, zend_class_entry **pce TSRMLS_DC);
- Zend/zend_execute.h:ZEND_API int zend_verify_arg_error(int error_type, const zend_function *zf, zend_uint arg_num, const char *need_msg, const char *need_kind, const char *given_msg, const char *given_kind TSRMLS_DC);
- Zend/zend_execute.h:ZEND_API int zval_update_constant(zval **pp, void *arg TSRMLS_DC);
- Zend/zend_execute.h:ZEND_API int zval_update_constant_inline_change(zval **pp, void *arg TSRMLS_DC);
- Zend/zend_execute.h:ZEND_API int zval_update_constant_no_inline_change(zval **pp, void *arg TSRMLS_DC);
- Zend/zend_execute.h:ZEND_API int zval_update_constant_ex(zval **pp, void *arg, zend_class_entry *scope TSRMLS_DC);
- Zend/zend_execute.h:ZEND_API const char *get_active_class_name(const char **space TSRMLS_DC);
- Zend/zend_execute.h:ZEND_API const char *get_active_function_name(TSRMLS_D);
- Zend/zend_execute.h:ZEND_API const char *zend_get_executed_filename(TSRMLS_D);
- Zend/zend_execute.h:ZEND_API uint zend_get_executed_lineno(TSRMLS_D);
- Zend/zend_execute.h:ZEND_API zend_bool zend_is_executing(TSRMLS_D);
- Zend/zend_execute.h:ZEND_API void zend_set_timeout(long seconds, int reset_signals);
- Zend/zend_execute.h:ZEND_API void zend_unset_timeout(TSRMLS_D);
- Zend/zend_execute.h:ZEND_API void zend_timeout(int dummy);
- Zend/zend_execute.h:ZEND_API zend_class_entry *zend_fetch_class(const char *class_name, uint class_name_len, int fetch_type TSRMLS_DC);
- Zend/zend_execute.h:ZEND_API zend_class_entry *zend_fetch_class_by_name(const char *class_name, uint class_name_len, const zend_literal *key, int fetch_type TSRMLS_DC);
- Zend/zend_execute.h:ZEND_API zval** zend_get_compiled_variable_value(const zend_execute_data *execute_data_ptr, zend_uint var);
- Zend/zend_execute.h:ZEND_API int zend_set_user_opcode_handler(zend_uchar opcode, user_opcode_handler_t handler);
- Zend/zend_execute.h:ZEND_API user_opcode_handler_t zend_get_user_opcode_handler(zend_uchar opcode);
- Zend/zend_execute.h:ZEND_API zval *zend_get_zval_ptr(int op_type, const znode_op *node, const zend_execute_data *execute_data, zend_free_op *should_free, int type TSRMLS_DC);
- Zend/zend_execute.h:ZEND_API zval **zend_get_zval_ptr_ptr(int op_type, const znode_op *node, const zend_execute_data *execute_data, zend_free_op *should_free, int type TSRMLS_DC);
- Zend/zend_execute.h:ZEND_API int zend_do_fcall(ZEND_OPCODE_HANDLER_ARGS);
- Zend/zend_extensions.h:ZEND_API int zend_get_resource_handle(zend_extension *extension);
- Zend/zend_extensions.h:ZEND_API void zend_extension_dispatch_message(int message, void *arg);
- Zend/zend_extensions.h:ZEND_API extern zend_llist zend_extensions;
- Zend/zend_extensions.h:ZEND_API int zend_load_extension(const char *path);
- Zend/zend_extensions.h:ZEND_API int zend_register_extension(zend_extension *new_extension, DL_HANDLE handle);
- Zend/zend_extensions.h:ZEND_API zend_extension *zend_get_extension(const char *extension_name);
- Zend/zend_float.h:extern ZEND_API void zend_init_fpu(TSRMLS_D);
- Zend/zend_float.h:extern ZEND_API void zend_shutdown_fpu(TSRMLS_D);
- Zend/zend_float.h:extern ZEND_API void zend_ensure_fpu_mode(TSRMLS_D);
- Zend/zend_gc.h:ZEND_API extern int gc_globals_id;
- Zend/zend_gc.h:extern ZEND_API zend_gc_globals gc_globals;
- Zend/zend_gc.h:ZEND_API int gc_collect_cycles(TSRMLS_D);
- Zend/zend_gc.h:ZEND_API void gc_zval_possible_root(zval *zv TSRMLS_DC);
- Zend/zend_gc.h:ZEND_API void gc_zobj_possible_root(zval *zv TSRMLS_DC);
- Zend/zend_gc.h:ZEND_API void gc_remove_zval_from_buffer(zval *zv TSRMLS_DC);
- Zend/zend_gc.h:ZEND_API void gc_globals_ctor(TSRMLS_D);
- Zend/zend_gc.h:ZEND_API void gc_globals_dtor(TSRMLS_D);
- Zend/zend_gc.h:ZEND_API void gc_init(TSRMLS_D);
- Zend/zend_gc.h:ZEND_API void gc_reset(TSRMLS_D);
- Zend/zend_generators.h:extern ZEND_API zend_class_entry *zend_ce_generator;
- Zend/zend_generators.h:ZEND_API zval *zend_generator_create_zval(zend_op_array *op_array TSRMLS_DC);
- Zend/zend_generators.h:ZEND_API void zend_generator_close(zend_generator *generator, zend_bool finished_execution TSRMLS_DC);
- Zend/zend_generators.h:ZEND_API void zend_generator_resume(zend_generator *generator TSRMLS_DC);
- Zend/zend_globals.h:ZEND_API extern int compiler_globals_id;
- Zend/zend_globals.h:ZEND_API extern int executor_globals_id;
- Zend/zend_globals_macros.h:extern ZEND_API struct _zend_compiler_globals compiler_globals;
- Zend/zend_globals_macros.h:extern ZEND_API zend_executor_globals executor_globals;
- Zend/zend_globals_macros.h:extern ZEND_API ts_rsrc_id language_scanner_globals_id;
- Zend/zend_globals_macros.h:extern ZEND_API zend_php_scanner_globals language_scanner_globals;
- Zend/zend_globals_macros.h:extern ZEND_API ts_rsrc_id ini_scanner_globals_id;
- Zend/zend_globals_macros.h:extern ZEND_API zend_ini_scanner_globals ini_scanner_globals;
- Zend/zend.h:ZEND_API void _zend_bailout(char *filename, uint lineno);
- Zend/zend.h:ZEND_API char *get_zend_version(void);
- Zend/zend.h:ZEND_API void zend_make_printable_zval(zval *expr, zval *expr_copy, int *use_copy);
- Zend/zend.h:ZEND_API int zend_print_zval(zval *expr, int indent);
- Zend/zend.h:ZEND_API int zend_print_zval_ex(zend_write_func_t write_func, zval *expr, int indent);
- Zend/zend.h:ZEND_API void zend_print_zval_r(zval *expr, int indent TSRMLS_DC);
- Zend/zend.h:ZEND_API void zend_print_flat_zval_r(zval *expr TSRMLS_DC);
- Zend/zend.h:ZEND_API void zend_print_zval_r_ex(zend_write_func_t write_func, zval *expr, int indent TSRMLS_DC);
- Zend/zend.h:ZEND_API void zend_output_debug_string(zend_bool trigger_break, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);
- Zend/zend.h:ZEND_API void free_estring(char **str_p);
- Zend/zend.h:extern ZEND_API int (*zend_printf)(const char *format, ...) ZEND_ATTRIBUTE_PTR_FORMAT(printf, 1, 2);
- Zend/zend.h:extern ZEND_API zend_write_func_t zend_write;
- Zend/zend.h:extern ZEND_API FILE *(*zend_fopen)(const char *filename, char **opened_path TSRMLS_DC);
- Zend/zend.h:extern ZEND_API void (*zend_block_interruptions)(void);
- Zend/zend.h:extern ZEND_API void (*zend_unblock_interruptions)(void);
- Zend/zend.h:extern ZEND_API void (*zend_ticks_function)(int ticks);
- Zend/zend.h:extern ZEND_API void (*zend_error_cb)(int type, const char *error_filename, const uint error_lineno, const char *format, va_list args) ZEND_ATTRIBUTE_PTR_FORMAT(printf, 4, 0);
- Zend/zend.h:extern ZEND_API void (*zend_on_timeout)(int seconds TSRMLS_DC);
- Zend/zend.h:extern ZEND_API int (*zend_stream_open_function)(const char *filename, zend_file_handle *handle TSRMLS_DC);
- Zend/zend.h:extern ZEND_API char *(*zend_getenv)(char *name, size_t name_len TSRMLS_DC);
- Zend/zend.h:extern ZEND_API char *(*zend_resolve_path)(const char *filename, int filename_len TSRMLS_DC);
- Zend/zend.h:ZEND_API void zend_error(int type, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);
- Zend/zend.h:extern ZEND_API zend_class_entry *zend_standard_class_def;
- Zend/zend.h:extern ZEND_API zend_utility_values zend_uv;
- Zend/zend.h:extern ZEND_API zval zval_used_for_init;
- Zend/zend.h:ZEND_API void zend_message_dispatcher(long message, const void *data TSRMLS_DC);
- Zend/zend.h:ZEND_API int zend_get_configuration_directive(const char *name, uint name_length, zval *contents);
- Zend/zend.h:ZEND_API void zend_save_error_handling(zend_error_handling *current TSRMLS_DC);
- Zend/zend.h:ZEND_API void zend_replace_error_handling(zend_error_handling_t error_handling, zend_class_entry *exception_class, zend_error_handling *current TSRMLS_DC);
- Zend/zend.h:ZEND_API void zend_restore_error_handling(zend_error_handling *saved TSRMLS_DC);
- Zend/zend_hash.h:ZEND_API int _zend_hash_init(HashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t pDestructor, zend_bool persistent ZEND_FILE_LINE_DC);
- Zend/zend_hash.h:ZEND_API int _zend_hash_init_ex(HashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t pDestructor, zend_bool persistent, zend_bool bApplyProtection ZEND_FILE_LINE_DC);
- Zend/zend_hash.h:ZEND_API void zend_hash_destroy(HashTable *ht);
- Zend/zend_hash.h:ZEND_API void zend_hash_clean(HashTable *ht);
- Zend/zend_hash.h:ZEND_API int _zend_hash_add_or_update(HashTable *ht, const char *arKey, uint nKeyLength, void *pData, uint nDataSize, void **pDest, int flag ZEND_FILE_LINE_DC);
- Zend/zend_hash.h:ZEND_API int _zend_hash_quick_add_or_update(HashTable *ht, const char *arKey, uint nKeyLength, ulong h, void *pData, uint nDataSize, void **pDest, int flag ZEND_FILE_LINE_DC);
- Zend/zend_hash.h:ZEND_API int _zend_hash_index_update_or_next_insert(HashTable *ht, ulong h, void *pData, uint nDataSize, void **pDest, int flag ZEND_FILE_LINE_DC);
- Zend/zend_hash.h:ZEND_API int zend_hash_add_empty_element(HashTable *ht, const char *arKey, uint nKeyLength);
- Zend/zend_hash.h:ZEND_API void zend_hash_graceful_destroy(HashTable *ht);
- Zend/zend_hash.h:ZEND_API void zend_hash_graceful_reverse_destroy(HashTable *ht);
- Zend/zend_hash.h:ZEND_API void zend_hash_apply(HashTable *ht, apply_func_t apply_func TSRMLS_DC);
- Zend/zend_hash.h:ZEND_API void zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_func, void * TSRMLS_DC);
- Zend/zend_hash.h:ZEND_API void zend_hash_apply_with_arguments(HashTable *ht TSRMLS_DC, apply_func_args_t apply_func, int, ...);
- Zend/zend_hash.h:ZEND_API void zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func TSRMLS_DC);
- Zend/zend_hash.h:ZEND_API int zend_hash_del_key_or_index(HashTable *ht, const char *arKey, uint nKeyLength, ulong h, int flag);
- Zend/zend_hash.h:ZEND_API ulong zend_get_hash_value(const char *arKey, uint nKeyLength);
- Zend/zend_hash.h:ZEND_API int zend_hash_find(const HashTable *ht, const char *arKey, uint nKeyLength, void **pData);
- Zend/zend_hash.h:ZEND_API int zend_hash_quick_find(const HashTable *ht, const char *arKey, uint nKeyLength, ulong h, void **pData);
- Zend/zend_hash.h:ZEND_API int zend_hash_index_find(const HashTable *ht, ulong h, void **pData);
- Zend/zend_hash.h:ZEND_API int zend_hash_exists(const HashTable *ht, const char *arKey, uint nKeyLength);
- Zend/zend_hash.h:ZEND_API int zend_hash_quick_exists(const HashTable *ht, const char *arKey, uint nKeyLength, ulong h);
- Zend/zend_hash.h:ZEND_API int zend_hash_index_exists(const HashTable *ht, ulong h);
- Zend/zend_hash.h:ZEND_API ulong zend_hash_next_free_element(const HashTable *ht);
- Zend/zend_hash.h:ZEND_API int zend_hash_move_forward_ex(HashTable *ht, HashPosition *pos);
- Zend/zend_hash.h:ZEND_API int zend_hash_move_backwards_ex(HashTable *ht, HashPosition *pos);
- Zend/zend_hash.h:ZEND_API int zend_hash_get_current_key_ex(const HashTable *ht, char **str_index, uint *str_length, ulong *num_index, zend_bool duplicate, HashPosition *pos);
- Zend/zend_hash.h:ZEND_API void zend_hash_get_current_key_zval_ex(const HashTable *ht, zval *key, HashPosition *pos);
- Zend/zend_hash.h:ZEND_API int zend_hash_get_current_key_type_ex(HashTable *ht, HashPosition *pos);
- Zend/zend_hash.h:ZEND_API int zend_hash_get_current_data_ex(HashTable *ht, void **pData, HashPosition *pos);
- Zend/zend_hash.h:ZEND_API void zend_hash_internal_pointer_reset_ex(HashTable *ht, HashPosition *pos);
- Zend/zend_hash.h:ZEND_API void zend_hash_internal_pointer_end_ex(HashTable *ht, HashPosition *pos);
- Zend/zend_hash.h:ZEND_API int zend_hash_update_current_key_ex(HashTable *ht, int key_type, const char *str_index, uint str_length, ulong num_index, int mode, HashPosition *pos);
- Zend/zend_hash.h:ZEND_API int zend_hash_get_pointer(const HashTable *ht, HashPointer *ptr);
- Zend/zend_hash.h:ZEND_API int zend_hash_set_pointer(HashTable *ht, const HashPointer *ptr);
- Zend/zend_hash.h:ZEND_API void zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size);
- Zend/zend_hash.h:ZEND_API void _zend_hash_merge(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size, int overwrite ZEND_FILE_LINE_DC);
- Zend/zend_hash.h:ZEND_API void zend_hash_merge_ex(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructor, uint size, merge_checker_func_t pMergeSource, void *pParam);
- Zend/zend_hash.h:ZEND_API int zend_hash_sort(HashTable *ht, sort_func_t sort_func, compare_func_t compare_func, int renumber TSRMLS_DC);
- Zend/zend_hash.h:ZEND_API int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_func_t compar, zend_bool ordered TSRMLS_DC);
- Zend/zend_hash.h:ZEND_API int zend_hash_minmax(const HashTable *ht, compare_func_t compar, int flag, void **pData TSRMLS_DC);
- Zend/zend_hash.h:ZEND_API int zend_hash_num_elements(const HashTable *ht);
- Zend/zend_hash.h:ZEND_API int zend_hash_rehash(HashTable *ht);
- Zend/zend_hash.h:ZEND_API ulong zend_hash_func(const char *arKey, uint nKeyLength);
- Zend/zend_highlight.h:ZEND_API void zend_highlight(zend_syntax_highlighter_ini *syntax_highlighter_ini TSRMLS_DC);
- Zend/zend_highlight.h:ZEND_API void zend_strip(TSRMLS_D);
- Zend/zend_highlight.h:ZEND_API int highlight_file(char *filename, zend_syntax_highlighter_ini *syntax_highlighter_ini TSRMLS_DC);
- Zend/zend_highlight.h:ZEND_API int highlight_string(zval *str, zend_syntax_highlighter_ini *syntax_highlighter_ini, char *str_name TSRMLS_DC);
- Zend/zend_highlight.h:ZEND_API void zend_html_putc(char c);
- Zend/zend_highlight.h:ZEND_API void zend_html_puts(const char *s, uint len TSRMLS_DC);
- Zend/zend_indent.h:ZEND_API void zend_indent(void);
- Zend/zend_ini.h:ZEND_API int zend_ini_startup(TSRMLS_D);
- Zend/zend_ini.h:ZEND_API int zend_ini_shutdown(TSRMLS_D);
- Zend/zend_ini.h:ZEND_API int zend_ini_global_shutdown(TSRMLS_D);
- Zend/zend_ini.h:ZEND_API int zend_ini_deactivate(TSRMLS_D);
- Zend/zend_ini.h:ZEND_API int zend_copy_ini_directives(TSRMLS_D);
- Zend/zend_ini.h:ZEND_API void zend_ini_sort_entries(TSRMLS_D);
- Zend/zend_ini.h:ZEND_API int zend_register_ini_entries(const zend_ini_entry *ini_entry, int module_number TSRMLS_DC);
- Zend/zend_ini.h:ZEND_API void zend_unregister_ini_entries(int module_number TSRMLS_DC);
- Zend/zend_ini.h:ZEND_API void zend_ini_refresh_caches(int stage TSRMLS_DC);
- Zend/zend_ini.h:ZEND_API int zend_alter_ini_entry(char *name, uint name_length, char *new_value, uint new_value_length, int modify_type, int stage);
- Zend/zend_ini.h:ZEND_API int zend_alter_ini_entry_ex(char *name, uint name_length, char *new_value, uint new_value_length, int modify_type, int stage, int force_change TSRMLS_DC);
- Zend/zend_ini.h:ZEND_API int zend_restore_ini_entry(char *name, uint name_length, int stage);
- Zend/zend_ini.h:ZEND_API void display_ini_entries(zend_module_entry *module);
- Zend/zend_ini.h:ZEND_API long zend_ini_long(char *name, uint name_length, int orig);
- Zend/zend_ini.h:ZEND_API double zend_ini_double(char *name, uint name_length, int orig);
- Zend/zend_ini.h:ZEND_API char *zend_ini_string(char *name, uint name_length, int orig);
- Zend/zend_ini.h:ZEND_API char *zend_ini_string_ex(char *name, uint name_length, int orig, zend_bool *exists);
- Zend/zend_ini.h:ZEND_API int zend_ini_register_displayer(char *name, uint name_length, void (*displayer)(zend_ini_entry *ini_entry, int type));
- Zend/zend_ini.h:ZEND_API ZEND_INI_DISP(zend_ini_boolean_displayer_cb);
- Zend/zend_ini.h:ZEND_API ZEND_INI_DISP(zend_ini_color_displayer_cb);
- Zend/zend_ini.h:ZEND_API ZEND_INI_DISP(display_link_numbers);
- Zend/zend_ini.h:ZEND_API ZEND_INI_MH(OnUpdateBool);
- Zend/zend_ini.h:ZEND_API ZEND_INI_MH(OnUpdateLong);
- Zend/zend_ini.h:ZEND_API ZEND_INI_MH(OnUpdateLongGEZero);
- Zend/zend_ini.h:ZEND_API ZEND_INI_MH(OnUpdateReal);
- Zend/zend_ini.h:ZEND_API ZEND_INI_MH(OnUpdateString);
- Zend/zend_ini.h:ZEND_API ZEND_INI_MH(OnUpdateStringUnempty);
- Zend/zend_ini.h:ZEND_API int zend_parse_ini_file(zend_file_handle *fh, zend_bool unbuffered_errors, int scanner_mode, zend_ini_parser_cb_t ini_parser_cb, void *arg TSRMLS_DC);
- Zend/zend_ini.h:ZEND_API int zend_parse_ini_string(char *str, zend_bool unbuffered_errors, int scanner_mode, zend_ini_parser_cb_t ini_parser_cb, void *arg TSRMLS_DC);
- Zend/zend_interfaces.h:extern ZEND_API zend_class_entry *zend_ce_traversable;
- Zend/zend_interfaces.h:extern ZEND_API zend_class_entry *zend_ce_aggregate;
- Zend/zend_interfaces.h:extern ZEND_API zend_class_entry *zend_ce_iterator;
- Zend/zend_interfaces.h:extern ZEND_API zend_class_entry *zend_ce_arrayaccess;
- Zend/zend_interfaces.h:extern ZEND_API zend_class_entry *zend_ce_serializable;
- Zend/zend_interfaces.h:ZEND_API zval* zend_call_method(zval **object_pp, zend_class_entry *obj_ce, zend_function **fn_proxy, const char *function_name, int function_name_len, zval **retval_ptr_ptr, int param_count, zval* arg1, zval* arg2 TSRMLS_DC);
- Zend/zend_interfaces.h:ZEND_API void zend_user_it_rewind(zend_object_iterator *_iter TSRMLS_DC);
- Zend/zend_interfaces.h:ZEND_API int zend_user_it_valid(zend_object_iterator *_iter TSRMLS_DC);
- Zend/zend_interfaces.h:ZEND_API void zend_user_it_get_current_key(zend_object_iterator *_iter, zval *key TSRMLS_DC);
- Zend/zend_interfaces.h:ZEND_API void zend_user_it_get_current_data(zend_object_iterator *_iter, zval ***data TSRMLS_DC);
- Zend/zend_interfaces.h:ZEND_API void zend_user_it_move_forward(zend_object_iterator *_iter TSRMLS_DC);
- Zend/zend_interfaces.h:ZEND_API void zend_user_it_invalidate_current(zend_object_iterator *_iter TSRMLS_DC);
- Zend/zend_interfaces.h:ZEND_API zval *zend_user_it_new_iterator(zend_class_entry *ce, zval *object TSRMLS_DC);
- Zend/zend_interfaces.h:ZEND_API zend_object_iterator *zend_user_it_get_new_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC);
- Zend/zend_interfaces.h:ZEND_API void zend_register_interfaces(TSRMLS_D);
- Zend/zend_interfaces.h:ZEND_API int zend_user_serialize(zval *object, unsigned char **buffer, zend_uint *buf_len, zend_serialize_data *data TSRMLS_DC);
- Zend/zend_interfaces.h:ZEND_API int zend_user_unserialize(zval **object, zend_class_entry *ce, const unsigned char *buf, zend_uint buf_len, zend_unserialize_data *data TSRMLS_DC);
- Zend/zend_interfaces.h:ZEND_API int zend_class_serialize_deny(zval *object, unsigned char **buffer, zend_uint *buf_len, zend_serialize_data *data TSRMLS_DC);
- Zend/zend_interfaces.h:ZEND_API int zend_class_unserialize_deny(zval **object, zend_class_entry *ce, const unsigned char *buf, zend_uint buf_len, zend_unserialize_data *data TSRMLS_DC);
- Zend/zend_iterators.h:ZEND_API enum zend_object_iterator_kind zend_iterator_unwrap(zval *array_ptr, zend_object_iterator **iter TSRMLS_DC);
- Zend/zend_iterators.h:ZEND_API zval *zend_iterator_wrap(zend_object_iterator *iter TSRMLS_DC);
- Zend/zend_iterators.h:ZEND_API void zend_register_iterator_wrapper(TSRMLS_D);
- Zend/zend_language_scanner.h:ZEND_API void zend_save_lexical_state(zend_lex_state *lex_state TSRMLS_DC);
- Zend/zend_language_scanner.h:ZEND_API void zend_restore_lexical_state(zend_lex_state *lex_state TSRMLS_DC);
- Zend/zend_language_scanner.h:ZEND_API int zend_prepare_string_for_scanning(zval *str, char *filename TSRMLS_DC);
- Zend/zend_language_scanner.h:ZEND_API void zend_multibyte_yyinput_again(zend_encoding_filter old_input_filter, const zend_encoding *old_encoding TSRMLS_DC);
- Zend/zend_language_scanner.h:ZEND_API int zend_multibyte_set_filter(const zend_encoding *onetime_encoding TSRMLS_DC);
- Zend/zend_list.h:ZEND_API int zend_register_list_destructors(void (*ld)(void *), void (*pld)(void *), int module_number);
- Zend/zend_list.h:ZEND_API int zend_register_list_destructors_ex(rsrc_dtor_func_t ld, rsrc_dtor_func_t pld, const char *type_name, int module_number);
- Zend/zend_list.h:ZEND_API int zend_list_insert(void *ptr, int type TSRMLS_DC);
- Zend/zend_list.h:ZEND_API int _zend_list_addref(int id TSRMLS_DC);
- Zend/zend_list.h:ZEND_API int _zend_list_delete(int id TSRMLS_DC);
- Zend/zend_list.h:ZEND_API void *_zend_list_find(int id, int *type TSRMLS_DC);
- Zend/zend_list.h:ZEND_API int zend_register_resource(zval *rsrc_result, void *rsrc_pointer, int rsrc_type TSRMLS_DC);
- Zend/zend_list.h:ZEND_API void *zend_fetch_resource(zval **passed_id TSRMLS_DC, int default_id, const char *resource_type_name, int *found_resource_type, int num_resource_types, ...);
- Zend/zend_list.h:ZEND_API const char *zend_rsrc_list_get_rsrc_type(int resource TSRMLS_DC);
- Zend/zend_list.h:ZEND_API int zend_fetch_list_dtor_id(char *type_name);
- Zend/zend_list.h:extern ZEND_API int le_index_ptr; /* list entry type for index pointers */
- Zend/zend_llist.h:ZEND_API void zend_llist_init(zend_llist *l, size_t size, llist_dtor_func_t dtor, unsigned char persistent);
- Zend/zend_llist.h:ZEND_API void zend_llist_add_element(zend_llist *l, void *element);
- Zend/zend_llist.h:ZEND_API void zend_llist_prepend_element(zend_llist *l, void *element);
- Zend/zend_llist.h:ZEND_API void zend_llist_del_element(zend_llist *l, void *element, int (*compare)(void *element1, void *element2));
- Zend/zend_llist.h:ZEND_API void zend_llist_destroy(zend_llist *l);
- Zend/zend_llist.h:ZEND_API void zend_llist_clean(zend_llist *l);
- Zend/zend_llist.h:ZEND_API void *zend_llist_remove_tail(zend_llist *l);
- Zend/zend_llist.h:ZEND_API void zend_llist_copy(zend_llist *dst, zend_llist *src);
- Zend/zend_llist.h:ZEND_API void zend_llist_apply(zend_llist *l, llist_apply_func_t func TSRMLS_DC);
- Zend/zend_llist.h:ZEND_API void zend_llist_apply_with_del(zend_llist *l, int (*func)(void *data));
- Zend/zend_llist.h:ZEND_API void zend_llist_apply_with_argument(zend_llist *l, llist_apply_with_arg_func_t func, void *arg TSRMLS_DC);
- Zend/zend_llist.h:ZEND_API void zend_llist_apply_with_arguments(zend_llist *l, llist_apply_with_args_func_t func TSRMLS_DC, int num_args, ...);
- Zend/zend_llist.h:ZEND_API int zend_llist_count(zend_llist *l);
- Zend/zend_llist.h:ZEND_API void zend_llist_sort(zend_llist *l, llist_compare_func_t comp_func TSRMLS_DC);
- Zend/zend_llist.h:ZEND_API void *zend_llist_get_first_ex(zend_llist *l, zend_llist_position *pos);
- Zend/zend_llist.h:ZEND_API void *zend_llist_get_last_ex(zend_llist *l, zend_llist_position *pos);
- Zend/zend_llist.h:ZEND_API void *zend_llist_get_next_ex(zend_llist *l, zend_llist_position *pos);
- Zend/zend_llist.h:ZEND_API void *zend_llist_get_prev_ex(zend_llist *l, zend_llist_position *pos);
- Zend/zend_modules.h:extern ZEND_API HashTable module_registry;
- Zend/zend_multibyte.h:ZEND_API extern const zend_encoding *zend_multibyte_encoding_utf32be;
- Zend/zend_multibyte.h:ZEND_API extern const zend_encoding *zend_multibyte_encoding_utf32le;
- Zend/zend_multibyte.h:ZEND_API extern const zend_encoding *zend_multibyte_encoding_utf16be;
- Zend/zend_multibyte.h:ZEND_API extern const zend_encoding *zend_multibyte_encoding_utf16le;
- Zend/zend_multibyte.h:ZEND_API extern const zend_encoding *zend_multibyte_encoding_utf8;
- Zend/zend_multibyte.h:ZEND_API int zend_multibyte_set_functions(const zend_multibyte_functions *functions TSRMLS_DC);
- Zend/zend_multibyte.h:ZEND_API const zend_multibyte_functions *zend_multibyte_get_functions(TSRMLS_D);
- Zend/zend_multibyte.h:ZEND_API const zend_encoding *zend_multibyte_fetch_encoding(const char *name TSRMLS_DC);
- Zend/zend_multibyte.h:ZEND_API const char *zend_multibyte_get_encoding_name(const zend_encoding *encoding);
- Zend/zend_multibyte.h:ZEND_API int zend_multibyte_check_lexer_compatibility(const zend_encoding *encoding);
- Zend/zend_multibyte.h:ZEND_API const zend_encoding *zend_multibyte_encoding_detector(const unsigned char *string, size_t length, const zend_encoding **list, size_t list_size TSRMLS_DC);
- Zend/zend_multibyte.h:ZEND_API size_t zend_multibyte_encoding_converter(unsigned char **to, size_t *to_length, const unsigned char *from, size_t from_length, const zend_encoding *encoding_to, const zend_encoding *encoding_from TSRMLS_DC);
- Zend/zend_multibyte.h:ZEND_API int zend_multibyte_parse_encoding_list(const char *encoding_list, size_t encoding_list_len, const zend_encoding ***return_list, size_t *return_size, int persistent TSRMLS_DC);
- Zend/zend_multibyte.h:ZEND_API const zend_encoding *zend_multibyte_get_internal_encoding(TSRMLS_D);
- Zend/zend_multibyte.h:ZEND_API const zend_encoding *zend_multibyte_get_script_encoding(TSRMLS_D);
- Zend/zend_multibyte.h:ZEND_API int zend_multibyte_set_script_encoding(const zend_encoding **encoding_list, size_t encoding_list_size TSRMLS_DC);
- Zend/zend_multibyte.h:ZEND_API int zend_multibyte_set_internal_encoding(const zend_encoding *encoding TSRMLS_DC);
- Zend/zend_multibyte.h:ZEND_API int zend_multibyte_set_script_encoding_by_string(const char *new_value, size_t new_value_length TSRMLS_DC);
- Zend/zend_object_handlers.h:extern ZEND_API zend_object_handlers std_object_handlers;
- Zend/zend_object_handlers.h:ZEND_API union _zend_function *zend_std_get_static_method(zend_class_entry *ce, const char *function_name_strval, int function_name_strlen, const struct _zend_literal *key TSRMLS_DC);
- Zend/zend_object_handlers.h:ZEND_API zval **zend_std_get_static_property(zend_class_entry *ce, const char *property_name, int property_name_len, zend_bool silent, const struct _zend_literal *key TSRMLS_DC);
- Zend/zend_object_handlers.h:ZEND_API zend_bool zend_std_unset_static_property(zend_class_entry *ce, const char *property_name, int property_name_len, const struct _zend_literal *key TSRMLS_DC);
- Zend/zend_object_handlers.h:ZEND_API union _zend_function *zend_std_get_constructor(zval *object TSRMLS_DC);
- Zend/zend_object_handlers.h:ZEND_API struct _zend_property_info *zend_get_property_info(zend_class_entry *ce, zval *member, int silent TSRMLS_DC);
- Zend/zend_object_handlers.h:ZEND_API HashTable *zend_std_get_properties(zval *object TSRMLS_DC);
- Zend/zend_object_handlers.h:ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp TSRMLS_DC);
- Zend/zend_object_handlers.h:ZEND_API int zend_std_cast_object_tostring(zval *readobj, zval *writeobj, int type TSRMLS_DC);
- Zend/zend_object_handlers.h:ZEND_API void zend_std_write_property(zval *object, zval *member, zval *value, const struct _zend_literal *key TSRMLS_DC);
- Zend/zend_object_handlers.h:ZEND_API void rebuild_object_properties(zend_object *zobj);
- Zend/zend_object_handlers.h:ZEND_API int zend_check_private(union _zend_function *fbc, zend_class_entry *ce, char *function_name_strval, int function_name_strlen TSRMLS_DC);
- Zend/zend_object_handlers.h:ZEND_API int zend_check_protected(zend_class_entry *ce, zend_class_entry *scope);
- Zend/zend_object_handlers.h:ZEND_API int zend_check_property_access(zend_object *zobj, const char *prop_info_name, int prop_info_name_len TSRMLS_DC);
- Zend/zend_object_handlers.h:ZEND_API void zend_std_call_user_call(INTERNAL_FUNCTION_PARAMETERS);
- Zend/zend_objects_API.h:ZEND_API void zend_objects_store_init(zend_objects_store *objects, zend_uint init_size);
- Zend/zend_objects_API.h:ZEND_API void zend_objects_store_call_destructors(zend_objects_store *objects TSRMLS_DC);
- Zend/zend_objects_API.h:ZEND_API void zend_objects_store_mark_destructed(zend_objects_store *objects TSRMLS_DC);
- Zend/zend_objects_API.h:ZEND_API void zend_objects_store_destroy(zend_objects_store *objects);
- Zend/zend_objects_API.h:ZEND_API zend_object_handle zend_objects_store_put(void *object, zend_objects_store_dtor_t dtor, zend_objects_free_object_storage_t storage, zend_objects_store_clone_t clone TSRMLS_DC);
- Zend/zend_objects_API.h:ZEND_API void zend_objects_store_add_ref(zval *object TSRMLS_DC);
- Zend/zend_objects_API.h:ZEND_API void zend_objects_store_del_ref(zval *object TSRMLS_DC);
- Zend/zend_objects_API.h:ZEND_API void zend_objects_store_add_ref_by_handle(zend_object_handle handle TSRMLS_DC);
- Zend/zend_objects_API.h:ZEND_API void zend_objects_store_del_ref_by_handle_ex(zend_object_handle handle, const zend_object_handlers *handlers TSRMLS_DC);
- Zend/zend_objects_API.h:ZEND_API zend_uint zend_objects_store_get_refcount(zval *object TSRMLS_DC);
- Zend/zend_objects_API.h:ZEND_API zend_object_value zend_objects_store_clone_obj(zval *object TSRMLS_DC);
- Zend/zend_objects_API.h:ZEND_API void *zend_object_store_get_object(const zval *object TSRMLS_DC);
- Zend/zend_objects_API.h:ZEND_API void *zend_object_store_get_object_by_handle(zend_object_handle handle TSRMLS_DC);
- Zend/zend_objects_API.h:ZEND_API void zend_object_store_set_object(zval *zobject, void *object TSRMLS_DC);
- Zend/zend_objects_API.h:ZEND_API void zend_object_store_ctor_failed(zval *zobject TSRMLS_DC);
- Zend/zend_objects_API.h:ZEND_API void zend_objects_store_free_object_storage(zend_objects_store *objects TSRMLS_DC);
- Zend/zend_objects_API.h:ZEND_API zval *zend_object_create_proxy(zval *object, zval *member TSRMLS_DC);
- Zend/zend_objects_API.h:ZEND_API zend_object_handlers *zend_get_std_object_handlers(void);
- Zend/zend_objects.h:ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC);
- Zend/zend_objects.h:ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC);
- Zend/zend_objects.h:ZEND_API zend_object_value zend_objects_new(zend_object **object, zend_class_entry *class_type TSRMLS_DC);
- Zend/zend_objects.h:ZEND_API void zend_objects_destroy_object(zend_object *object, zend_object_handle handle TSRMLS_DC);
- Zend/zend_objects.h:ZEND_API zend_object *zend_objects_get_address(const zval *object TSRMLS_DC);
- Zend/zend_objects.h:ZEND_API void zend_objects_clone_members(zend_object *new_object, zend_object_value new_obj_val, zend_object *old_object, zend_object_handle handle TSRMLS_DC);
- Zend/zend_objects.h:ZEND_API zend_object_value zend_objects_clone_obj(zval *object TSRMLS_DC);
- Zend/zend_objects.h:ZEND_API void zend_objects_free_object_storage(zend_object *object TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int add_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int sub_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int mul_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int div_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int mod_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int boolean_xor_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int boolean_not_function(zval *result, zval *op1 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int bitwise_not_function(zval *result, zval *op1 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int bitwise_or_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int bitwise_and_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int bitwise_xor_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int shift_left_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int shift_right_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int concat_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int is_equal_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int is_identical_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int is_not_identical_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int is_not_equal_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int is_smaller_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int is_smaller_or_equal_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API zend_bool instanceof_function_ex(const zend_class_entry *instance_ce, const zend_class_entry *ce, zend_bool interfaces_only TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API zend_bool instanceof_function(const zend_class_entry *instance_ce, const zend_class_entry *ce TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int increment_function(zval *op1);
- Zend/zend_operators.h:ZEND_API int decrement_function(zval *op2);
- Zend/zend_operators.h:ZEND_API void convert_scalar_to_number(zval *op TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API void _convert_to_cstring(zval *op ZEND_FILE_LINE_DC);
- Zend/zend_operators.h:ZEND_API void _convert_to_string(zval *op ZEND_FILE_LINE_DC);
- Zend/zend_operators.h:ZEND_API void convert_to_long(zval *op);
- Zend/zend_operators.h:ZEND_API void convert_to_double(zval *op);
- Zend/zend_operators.h:ZEND_API void convert_to_long_base(zval *op, int base);
- Zend/zend_operators.h:ZEND_API void convert_to_null(zval *op);
- Zend/zend_operators.h:ZEND_API void convert_to_boolean(zval *op);
- Zend/zend_operators.h:ZEND_API void convert_to_array(zval *op);
- Zend/zend_operators.h:ZEND_API void convert_to_object(zval *op);
- Zend/zend_operators.h:ZEND_API void multi_convert_to_long_ex(int argc, ...);
- Zend/zend_operators.h:ZEND_API void multi_convert_to_double_ex(int argc, ...);
- Zend/zend_operators.h:ZEND_API void multi_convert_to_string_ex(int argc, ...);
- Zend/zend_operators.h:ZEND_API int add_char_to_string(zval *result, const zval *op1, const zval *op2);
- Zend/zend_operators.h:ZEND_API int add_string_to_string(zval *result, const zval *op1, const zval *op2);
- Zend/zend_operators.h:ZEND_API double zend_string_to_double(const char *number, zend_uint length);
- Zend/zend_operators.h:ZEND_API int zval_is_true(zval *op);
- Zend/zend_operators.h:ZEND_API int compare_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int numeric_compare_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int string_compare_function_ex(zval *result, zval *op1, zval *op2, zend_bool case_insensitive TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int string_compare_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int string_case_compare_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int string_locale_compare_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API void zend_str_tolower(char *str, unsigned int length);
- Zend/zend_operators.h:ZEND_API char *zend_str_tolower_copy(char *dest, const char *source, unsigned int length);
- Zend/zend_operators.h:ZEND_API char *zend_str_tolower_dup(const char *source, unsigned int length);
- Zend/zend_operators.h:ZEND_API int zend_binary_zval_strcmp(zval *s1, zval *s2);
- Zend/zend_operators.h:ZEND_API int zend_binary_zval_strncmp(zval *s1, zval *s2, zval *s3);
- Zend/zend_operators.h:ZEND_API int zend_binary_zval_strcasecmp(zval *s1, zval *s2);
- Zend/zend_operators.h:ZEND_API int zend_binary_zval_strncasecmp(zval *s1, zval *s2, zval *s3);
- Zend/zend_operators.h:ZEND_API int zend_binary_strcmp(const char *s1, uint len1, const char *s2, uint len2);
- Zend/zend_operators.h:ZEND_API int zend_binary_strncmp(const char *s1, uint len1, const char *s2, uint len2, uint length);
- Zend/zend_operators.h:ZEND_API int zend_binary_strcasecmp(const char *s1, uint len1, const char *s2, uint len2);
- Zend/zend_operators.h:ZEND_API int zend_binary_strncasecmp(const char *s1, uint len1, const char *s2, uint len2, uint length);
- Zend/zend_operators.h:ZEND_API int zend_binary_strncasecmp_l(const char *s1, uint len1, const char *s2, uint len2, uint length);
- Zend/zend_operators.h:ZEND_API void zendi_smart_strcmp(zval *result, zval *s1, zval *s2);
- Zend/zend_operators.h:ZEND_API void zend_compare_symbol_tables(zval *result, HashTable *ht1, HashTable *ht2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API void zend_compare_arrays(zval *result, zval *a1, zval *a2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API void zend_compare_objects(zval *result, zval *o1, zval *o2 TSRMLS_DC);
- Zend/zend_operators.h:ZEND_API int zend_atoi(const char *str, int str_len);
- Zend/zend_operators.h:ZEND_API long zend_atol(const char *str, int str_len);
- Zend/zend_operators.h:ZEND_API void zend_locale_sprintf_double(zval *op ZEND_FILE_LINE_DC);
- Zend/zend_operators.h:ZEND_API void zend_update_current_locale(void);
- Zend/zend_ptr_stack.h:ZEND_API void zend_ptr_stack_init(zend_ptr_stack *stack);
- Zend/zend_ptr_stack.h:ZEND_API void zend_ptr_stack_init_ex(zend_ptr_stack *stack, zend_bool persistent);
- Zend/zend_ptr_stack.h:ZEND_API void zend_ptr_stack_n_push(zend_ptr_stack *stack, int count, ...);
- Zend/zend_ptr_stack.h:ZEND_API void zend_ptr_stack_n_pop(zend_ptr_stack *stack, int count, ...);
- Zend/zend_ptr_stack.h:ZEND_API void zend_ptr_stack_destroy(zend_ptr_stack *stack);
- Zend/zend_ptr_stack.h:ZEND_API void zend_ptr_stack_apply(zend_ptr_stack *stack, void (*func)(void *));
- Zend/zend_ptr_stack.h:ZEND_API void zend_ptr_stack_clean(zend_ptr_stack *stack, void (*func)(void *), zend_bool free_elements);
- Zend/zend_ptr_stack.h:ZEND_API int zend_ptr_stack_num_elements(zend_ptr_stack *stack);
- Zend/zend_qsort.h:ZEND_API void zend_qsort(void *base, size_t nmemb, size_t siz, compare_func_t compare TSRMLS_DC);
- Zend/zend_qsort.h:ZEND_API void zend_qsort_r(void *base, size_t nmemb, size_t siz, compare_r_func_t compare, void *arg TSRMLS_DC);
- Zend/zend_signal.h:ZEND_API extern int zend_signal_globals_id;
- Zend/zend_signal.h:extern ZEND_API zend_signal_globals_t zend_signal_globals;
- Zend/zend_signal.h:ZEND_API void zend_signal_handler_unblock();
- Zend/zend_signal.h:ZEND_API int zend_signal(int signo, void (*handler)(int) TSRMLS_DC);
- Zend/zend_signal.h:ZEND_API int zend_sigaction(int signo, const struct sigaction *act, struct sigaction *oldact TSRMLS_DC);
- Zend/zend_stack.h:ZEND_API int zend_stack_init(zend_stack *stack);
- Zend/zend_stack.h:ZEND_API int zend_stack_push(zend_stack *stack, const void *element, int size);
- Zend/zend_stack.h:ZEND_API int zend_stack_top(const zend_stack *stack, void **element);
- Zend/zend_stack.h:ZEND_API int zend_stack_del_top(zend_stack *stack);
- Zend/zend_stack.h:ZEND_API int zend_stack_int_top(const zend_stack *stack);
- Zend/zend_stack.h:ZEND_API int zend_stack_is_empty(const zend_stack *stack);
- Zend/zend_stack.h:ZEND_API int zend_stack_destroy(zend_stack *stack);
- Zend/zend_stack.h:ZEND_API void **zend_stack_base(const zend_stack *stack);
- Zend/zend_stack.h:ZEND_API int zend_stack_count(const zend_stack *stack);
- Zend/zend_stack.h:ZEND_API void zend_stack_apply(zend_stack *stack, int type, int (*apply_function)(void *element));
- Zend/zend_stack.h:ZEND_API void zend_stack_apply_with_argument(zend_stack *stack, int type, int (*apply_function)(void *element, void *arg), void *arg);
- Zend/zend_stream.h:ZEND_API int zend_stream_open(const char *filename, zend_file_handle *handle TSRMLS_DC);
- Zend/zend_stream.h:ZEND_API int zend_stream_fixup(zend_file_handle *file_handle, char **buf, size_t *len TSRMLS_DC);
- Zend/zend_stream.h:ZEND_API void zend_file_handle_dtor(zend_file_handle *fh TSRMLS_DC);
- Zend/zend_stream.h:ZEND_API int zend_compare_file_handles(zend_file_handle *fh1, zend_file_handle *fh2);
- Zend/zend_string.h:ZEND_API extern const char *(*zend_new_interned_string)(const char *str, int len, int free_src TSRMLS_DC);
- Zend/zend_string.h:ZEND_API extern void (*zend_interned_strings_snapshot)(TSRMLS_D);
- Zend/zend_string.h:ZEND_API extern void (*zend_interned_strings_restore)(TSRMLS_D);
- Zend/zend_strtod.h:ZEND_API void zend_freedtoa(char *s);
- Zend/zend_strtod.h:ZEND_API char * zend_dtoa(double _d, int mode, int ndigits, int *decpt, int *sign, char **rve);
- Zend/zend_strtod.h:ZEND_API double zend_strtod(const char *s00, const char **se);
- Zend/zend_strtod.h:ZEND_API double zend_hex_strtod(const char *str, const char **endptr);
- Zend/zend_strtod.h:ZEND_API double zend_oct_strtod(const char *str, const char **endptr);
- Zend/zend_strtod.h:ZEND_API double zend_bin_strtod(const char *str, const char **endptr);
- Zend/zend_strtod.h:ZEND_API int zend_startup_strtod(void);
- Zend/zend_strtod.h:ZEND_API int zend_shutdown_strtod(void);
- Zend/zend_ts_hash.h:ZEND_API int _zend_ts_hash_init(TsHashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t pDestructor, zend_bool persistent ZEND_FILE_LINE_DC);
- Zend/zend_ts_hash.h:ZEND_API int _zend_ts_hash_init_ex(TsHashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t pDestructor, zend_bool persistent, zend_bool bApplyProtection ZEND_FILE_LINE_DC);
- Zend/zend_ts_hash.h:ZEND_API void zend_ts_hash_destroy(TsHashTable *ht);
- Zend/zend_ts_hash.h:ZEND_API void zend_ts_hash_clean(TsHashTable *ht);
- Zend/zend_ts_hash.h:ZEND_API int _zend_ts_hash_add_or_update(TsHashTable *ht, char *arKey, uint nKeyLength, void *pData, uint nDataSize, void **pDest, int flag ZEND_FILE_LINE_DC);
- Zend/zend_ts_hash.h:ZEND_API int _zend_ts_hash_quick_add_or_update(TsHashTable *ht, char *arKey, uint nKeyLength, ulong h, void *pData, uint nDataSize, void **pDest, int flag ZEND_FILE_LINE_DC);
- Zend/zend_ts_hash.h:ZEND_API int _zend_ts_hash_index_update_or_next_insert(TsHashTable *ht, ulong h, void *pData, uint nDataSize, void **pDest, int flag ZEND_FILE_LINE_DC);
- Zend/zend_ts_hash.h:ZEND_API int zend_ts_hash_add_empty_element(TsHashTable *ht, char *arKey, uint nKeyLength);
- Zend/zend_ts_hash.h:ZEND_API void zend_ts_hash_graceful_destroy(TsHashTable *ht);
- Zend/zend_ts_hash.h:ZEND_API void zend_ts_hash_apply(TsHashTable *ht, apply_func_t apply_func TSRMLS_DC);
- Zend/zend_ts_hash.h:ZEND_API void zend_ts_hash_apply_with_argument(TsHashTable *ht, apply_func_arg_t apply_func, void * TSRMLS_DC);
- Zend/zend_ts_hash.h:ZEND_API void zend_ts_hash_apply_with_arguments(TsHashTable *ht TSRMLS_DC, apply_func_args_t apply_func, int, ...);
- Zend/zend_ts_hash.h:ZEND_API void zend_ts_hash_reverse_apply(TsHashTable *ht, apply_func_t apply_func TSRMLS_DC);
- Zend/zend_ts_hash.h:ZEND_API int zend_ts_hash_del_key_or_index(TsHashTable *ht, char *arKey, uint nKeyLength, ulong h, int flag);
- Zend/zend_ts_hash.h:ZEND_API ulong zend_ts_get_hash_value(TsHashTable *ht, char *arKey, uint nKeyLength);
- Zend/zend_ts_hash.h:ZEND_API int zend_ts_hash_find(TsHashTable *ht, char *arKey, uint nKeyLength, void **pData);
- Zend/zend_ts_hash.h:ZEND_API int zend_ts_hash_quick_find(TsHashTable *ht, char *arKey, uint nKeyLength, ulong h, void **pData);
- Zend/zend_ts_hash.h:ZEND_API int zend_ts_hash_index_find(TsHashTable *ht, ulong h, void **pData);
- Zend/zend_ts_hash.h:ZEND_API int zend_ts_hash_exists(TsHashTable *ht, char *arKey, uint nKeyLength);
- Zend/zend_ts_hash.h:ZEND_API int zend_ts_hash_index_exists(TsHashTable *ht, ulong h);
- Zend/zend_ts_hash.h:ZEND_API void zend_ts_hash_copy(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size);
- Zend/zend_ts_hash.h:ZEND_API void zend_ts_hash_copy_to_hash(HashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size);
- Zend/zend_ts_hash.h:ZEND_API void zend_ts_hash_merge(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size, int overwrite);
- Zend/zend_ts_hash.h:ZEND_API void zend_ts_hash_merge_ex(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, uint size, merge_checker_func_t pMergeSource, void *pParam);
- Zend/zend_ts_hash.h:ZEND_API int zend_ts_hash_sort(TsHashTable *ht, sort_func_t sort_func, compare_func_t compare_func, int renumber TSRMLS_DC);
- Zend/zend_ts_hash.h:ZEND_API int zend_ts_hash_compare(TsHashTable *ht1, TsHashTable *ht2, compare_func_t compar, zend_bool ordered TSRMLS_DC);
- Zend/zend_ts_hash.h:ZEND_API int zend_ts_hash_minmax(TsHashTable *ht, compare_func_t compar, int flag, void **pData TSRMLS_DC);
- Zend/zend_ts_hash.h:ZEND_API int zend_ts_hash_num_elements(TsHashTable *ht);
- Zend/zend_ts_hash.h:ZEND_API int zend_ts_hash_rehash(TsHashTable *ht);
- Zend/zend_ts_hash.h:ZEND_API ulong zend_ts_hash_func(char *arKey, uint nKeyLength);
- Zend/zend_variables.h:ZEND_API void _zval_dtor_func(zval *zvalue ZEND_FILE_LINE_DC);
- Zend/zend_variables.h:ZEND_API void _zval_copy_ctor_func(zval *zvalue ZEND_FILE_LINE_DC);
- Zend/zend_variables.h:ZEND_API int zval_copy_static_var(zval **p TSRMLS_DC, int num_args, va_list args, zend_hash_key *key);
- Zend/zend_variables.h:ZEND_API int zend_print_variable(zval *var);
- Zend/zend_variables.h:ZEND_API void _zval_ptr_dtor(zval **zval_ptr ZEND_FILE_LINE_DC);
- Zend/zend_variables.h:ZEND_API void _zval_internal_dtor(zval *zvalue ZEND_FILE_LINE_DC);
- Zend/zend_variables.h:ZEND_API void _zval_internal_ptr_dtor(zval **zvalue ZEND_FILE_LINE_DC);
- Zend/zend_variables.h:ZEND_API void _zval_dtor_wrapper(zval *zvalue);
- Zend/zend_variables.h:ZEND_API void _zval_copy_ctor_wrapper(zval *zvalue);
- Zend/zend_variables.h:ZEND_API void _zval_ptr_dtor_wrapper(zval **zval_ptr);
- Zend/zend_variables.h:ZEND_API void _zval_internal_dtor_wrapper(zval *zvalue);
- Zend/zend_variables.h:ZEND_API void _zval_internal_ptr_dtor_wrapper(zval **zvalue);
- Zend/zend_variables.h:ZEND_API void zval_add_ref(zval **p);
- Zend/zend_vm_execute.h:ZEND_API void execute_ex(zend_execute_data *execute_data TSRMLS_DC)
- Zend/zend_vm_execute.h:ZEND_API void zend_execute(zend_op_array *op_array TSRMLS_DC)
- Zend/zend_vm_execute.h:ZEND_API void zend_vm_set_opcode_handler(zend_op* op)
- Zend/zend_vm_execute.h:ZEND_API int zend_do_fcall(ZEND_OPCODE_HANDLER_ARGS)
- Zend/zend_vm.h:ZEND_API void zend_vm_use_old_executor(void);
- Zend/zend_vm.h:ZEND_API void zend_vm_set_opcode_handler(zend_op* opcode);
- main/fopen_wrappers.c:PHPAPI ZEND_INI_MH(OnUpdateBaseDir)
- main/fopen_wrappers.c:PHPAPI int php_check_specific_open_basedir(const char *basedir, const char *path TSRMLS_DC)
- main/fopen_wrappers.c:PHPAPI int php_check_open_basedir(const char *path TSRMLS_DC)
- main/fopen_wrappers.c:PHPAPI int php_check_open_basedir_ex(const char *path, int warn TSRMLS_DC)
- main/fopen_wrappers.c:PHPAPI int php_fopen_primary_script(zend_file_handle *file_handle TSRMLS_DC)
- main/fopen_wrappers.c:PHPAPI char *php_resolve_path(const char *filename, int filename_length, const char *path TSRMLS_DC)
- main/fopen_wrappers.c:PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, char **opened_path TSRMLS_DC)
- main/fopen_wrappers.c:PHPAPI char *php_strip_url_passwd(char *url)
- main/fopen_wrappers.c:PHPAPI char *expand_filepath(const char *filepath, char *real_path TSRMLS_DC)
- main/fopen_wrappers.c:PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, size_t relative_to_len TSRMLS_DC)
- main/fopen_wrappers.c:PHPAPI char *expand_filepath_with_mode(const char *filepath, char *real_path, const char *relative_to, size_t relative_to_len, int realpath_mode TSRMLS_DC)
- main/fopen_wrappers.h:PHPAPI int php_fopen_primary_script(zend_file_handle *file_handle TSRMLS_DC);
- main/fopen_wrappers.h:PHPAPI char *expand_filepath(const char *filepath, char *real_path TSRMLS_DC);
- main/fopen_wrappers.h:PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, size_t relative_to_len TSRMLS_DC);
- main/fopen_wrappers.h:PHPAPI char *expand_filepath_with_mode(const char *filepath, char *real_path, const char *relative_to, size_t relative_to_len, int use_realpath TSRMLS_DC);
- main/fopen_wrappers.h:PHPAPI int php_check_open_basedir(const char *path TSRMLS_DC);
- main/fopen_wrappers.h:PHPAPI int php_check_open_basedir_ex(const char *path, int warn TSRMLS_DC);
- main/fopen_wrappers.h:PHPAPI int php_check_specific_open_basedir(const char *basedir, const char *path TSRMLS_DC);
- main/fopen_wrappers.h:PHPAPI int php_check_safe_mode_include_dir(const char *path TSRMLS_DC);
- main/fopen_wrappers.h:PHPAPI char *php_resolve_path(const char *filename, int filename_len, const char *path TSRMLS_DC);
- main/fopen_wrappers.h:PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, char **opened_path TSRMLS_DC);
- main/fopen_wrappers.h:PHPAPI char *php_strip_url_passwd(char *path);
- main/fopen_wrappers.h:PHPAPI ZEND_INI_MH(OnUpdateBaseDir);
- main/getopt.c:PHPAPI int php_optidx = -1;
- main/getopt.c:PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *optind, int show_err, int arg_start) /* {{{ */
- main/internal_functions.c:PHPAPI int php_register_internal_extensions(TSRMLS_D)
- main/internal_functions.c.in:PHPAPI int php_register_internal_extensions(TSRMLS_D)
- main/internal_functions_cli.c:PHPAPI int php_register_internal_extensions(TSRMLS_D)
- main/internal_functions_nw.c:PHPAPI int php_register_internal_extensions(TSRMLS_D)
- main/internal_functions_win32.c:PHPAPI int php_register_internal_extensions(TSRMLS_D)
- main/main.c:PHPAPI int (*php_register_internal_extensions_func)(TSRMLS_D) = php_register_internal_extensions;
- main/main.c:PHPAPI int core_globals_id;
- main/main.c:PHPAPI int php_get_module_initialized(void)
- main/main.c:PHPAPI void php_log_err(char *log_message TSRMLS_DC)
- main/main.c:PHPAPI int php_write(void *buf, uint size TSRMLS_DC)
- main/main.c:PHPAPI int php_printf(const char *format, ...)
- main/main.c:PHPAPI void php_verror(const char *docref, const char *params, int type, const char *format, va_list args TSRMLS_DC)
- main/main.c:PHPAPI void php_error_docref0(const char *docref TSRMLS_DC, int type, const char *format, ...)
- main/main.c:PHPAPI void php_error_docref1(const char *docref TSRMLS_DC, const char *param1, int type, const char *format, ...)
- main/main.c:PHPAPI void php_error_docref2(const char *docref TSRMLS_DC, const char *param1, const char *param2, int type, const char *format, ...)
- main/main.c:PHPAPI void php_win32_docref2_from_error(DWORD error, const char *param1, const char *param2 TSRMLS_DC) {
- main/main.c:PHPAPI void php_html_puts(const char *str, uint size TSRMLS_DC)
- main/main.c:PHPAPI char *php_get_current_user(TSRMLS_D)
- main/main.c:PHPAPI int php_stream_open_for_zend_ex(const char *filename, zend_file_handle *handle, int mode TSRMLS_DC) /* {{{ */
- main/main.c:PHPAPI void php_com_initialize(TSRMLS_D)
- main/main.c:PHPAPI int php_execute_script(zend_file_handle *primary_file TSRMLS_DC)
- main/main.c:PHPAPI int php_execute_simple_script(zend_file_handle *primary_file, zval **ret TSRMLS_DC)
- main/main.c:PHPAPI void php_handle_aborted_connection(void)
- main/main.c:PHPAPI int php_handle_auth_data(const char *auth TSRMLS_DC)
- main/main.c:PHPAPI int php_lint_script(zend_file_handle *file TSRMLS_DC)
- main/main.c:PHPAPI void dummy_indent(void)
- main/mergesort.c:PHPAPI int php_mergesort(void *base, size_t nmemb, size_t size, int (*cmp)(const void *, const void * TSRMLS_DC) TSRMLS_DC)
- main/network.c:PHPAPI void php_network_freeaddresses(struct sockaddr **sal)
- main/network.c:PHPAPI int php_network_getaddresses(const char *host, int socktype, struct sockaddr ***sal, char **error_string TSRMLS_DC)
- main/network.c:PHPAPI int php_network_connect_socket(php_socket_t sockfd,
- main/network.c:PHPAPI int php_network_parse_network_address_with_port(const char *addr, long addrlen, struct sockaddr *sa, socklen_t *sl TSRMLS_DC)
- main/network.c:PHPAPI void php_network_populate_name_from_sockaddr(
- main/network.c:PHPAPI int php_network_get_peer_name(php_socket_t sock,
- main/network.c:PHPAPI int php_network_get_sock_name(php_socket_t sock,
- main/network.c:PHPAPI php_socket_t php_network_accept_incoming(php_socket_t srvsock,
- main/network.c:PHPAPI void php_any_addr(int family, php_sockaddr_storage *addr, unsigned short port)
- main/network.c:PHPAPI int php_sockaddr_size(php_sockaddr_storage *addr)
- main/network.c:PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize)
- main/network.c:PHPAPI php_stream *_php_stream_sock_open_from_socket(php_socket_t socket, const char *persistent_id STREAMS_DC TSRMLS_DC)
- main/network.c:PHPAPI php_stream *_php_stream_sock_open_host(const char *host, unsigned short port,
- main/network.c:PHPAPI int php_set_sock_blocking(int socketd, int block TSRMLS_DC)
- main/network.c:PHPAPI void _php_emit_fd_setsize_warning(int max_fd)
- main/network.c:PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout)
- main/output.c:PHPAPI void php_output_startup(void)
- main/output.c:PHPAPI void php_output_shutdown(void)
- main/output.c:PHPAPI int php_output_activate(TSRMLS_D)
- main/output.c:PHPAPI void php_output_deactivate(TSRMLS_D)
- main/output.c:PHPAPI void php_output_register_constants(TSRMLS_D)
- main/output.c:PHPAPI void php_output_set_status(int status TSRMLS_DC)
- main/output.c:PHPAPI int php_output_get_status(TSRMLS_D)
- main/output.c:PHPAPI int php_output_write_unbuffered(const char *str, size_t len TSRMLS_DC)
- main/output.c:PHPAPI int php_output_write(const char *str, size_t len TSRMLS_DC)
- main/output.c:PHPAPI int php_output_flush(TSRMLS_D)
- main/output.c:PHPAPI void php_output_flush_all(TSRMLS_D)
- main/output.c:PHPAPI int php_output_clean(TSRMLS_D)
- main/output.c:PHPAPI void php_output_clean_all(TSRMLS_D)
- main/output.c:PHPAPI int php_output_end(TSRMLS_D)
- main/output.c:PHPAPI void php_output_end_all(TSRMLS_D)
- main/output.c:PHPAPI int php_output_discard(TSRMLS_D)
- main/output.c:PHPAPI void php_output_discard_all(TSRMLS_D)
- main/output.c:PHPAPI int php_output_get_level(TSRMLS_D)
- main/output.c:PHPAPI int php_output_get_contents(zval *p TSRMLS_DC)
- main/output.c:PHPAPI int php_output_get_length(zval *p TSRMLS_DC)
- main/output.c:PHPAPI php_output_handler* php_output_get_active_handler(TSRMLS_D)
- main/output.c:PHPAPI int php_output_start_default(TSRMLS_D)
- main/output.c:PHPAPI int php_output_start_devnull(TSRMLS_D)
- main/output.c:PHPAPI int php_output_start_user(zval *output_handler, size_t chunk_size, int flags TSRMLS_DC)
- main/output.c:PHPAPI int php_output_start_internal(const char *name, size_t name_len, php_output_handler_func_t output_handler, size_t chunk_size, int flags TSRMLS_DC)
- main/output.c:PHPAPI php_output_handler *php_output_handler_create_user(zval *output_handler, size_t chunk_size, int flags TSRMLS_DC)
- main/output.c:PHPAPI php_output_handler *php_output_handler_create_internal(const char *name, size_t name_len, php_output_handler_context_func_t output_handler, size_t chunk_size, int flags TSRMLS_DC)
- main/output.c:PHPAPI void php_output_handler_set_context(php_output_handler *handler, void *opaq, void (*dtor)(void* TSRMLS_DC) TSRMLS_DC)
- main/output.c:PHPAPI int php_output_handler_start(php_output_handler *handler TSRMLS_DC)
- main/output.c:PHPAPI int php_output_handler_started(const char *name, size_t name_len TSRMLS_DC)
- main/output.c:PHPAPI int php_output_handler_conflict(const char *handler_new, size_t handler_new_len, const char *handler_set, size_t handler_set_len TSRMLS_DC)
- main/output.c:PHPAPI int php_output_handler_conflict_register(const char *name, size_t name_len, php_output_handler_conflict_check_t check_func TSRMLS_DC)
- main/output.c:PHPAPI int php_output_handler_reverse_conflict_register(const char *name, size_t name_len, php_output_handler_conflict_check_t check_func TSRMLS_DC)
- main/output.c:PHPAPI php_output_handler_alias_ctor_t *php_output_handler_alias(const char *name, size_t name_len TSRMLS_DC)
- main/output.c:PHPAPI int php_output_handler_alias_register(const char *name, size_t name_len, php_output_handler_alias_ctor_t func TSRMLS_DC)
- main/output.c:PHPAPI int php_output_handler_hook(php_output_handler_hook_t type, void *arg TSRMLS_DC)
- main/output.c:PHPAPI void php_output_handler_dtor(php_output_handler *handler TSRMLS_DC)
- main/output.c:PHPAPI void php_output_handler_free(php_output_handler **h TSRMLS_DC)
- main/output.c:PHPAPI void php_output_set_implicit_flush(int flush TSRMLS_DC)
- main/output.c:PHPAPI const char *php_output_get_start_filename(TSRMLS_D)
- main/output.c:PHPAPI int php_output_get_start_lineno(TSRMLS_D)
- main/php_getopt.h:extern PHPAPI int php_optidx;
- main/php_getopt.h:PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *optind, int show_err, int arg_start);
- main/php_globals.h:extern PHPAPI int core_globals_id;
- main/php.h:# define PHPAPI __declspec(dllexport)
- main/php.h:# define PHPAPI __declspec(dllimport)
- main/php.h:# define PHPAPI __attribute__ ((visibility("default")))
- main/php.h:# define PHPAPI
- main/php.h:PHPAPI size_t php_strlcpy(char *dst, const char *src, size_t siz);
- main/php.h:PHPAPI size_t php_strlcat(char *dst, const char *src, size_t siz);
- main/php.h:PHPAPI int php_write(void *buf, uint size TSRMLS_DC);
- main/php.h:PHPAPI int php_printf(const char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, 1,
- main/php.h:PHPAPI int php_get_module_initialized(void);
- main/php.h:PHPAPI void php_log_err(char *log_message TSRMLS_DC);
- main/php.h:PHPAPI void php_verror(const char *docref, const char *params, int type, const char *format, va_list args TSRMLS_DC) PHP_ATTRIBUTE_FORMAT(printf, 4, 0);
- main/php.h:/* PHPAPI void php_error(int type, const char *format, ...); */
- main/php.h:PHPAPI void php_error_docref0(const char *docref TSRMLS_DC, int type, const char *format, ...)
- main/php.h:PHPAPI void php_error_docref1(const char *docref TSRMLS_DC, const char *param1, int type, const char *format, ...)
- main/php.h:PHPAPI void php_error_docref2(const char *docref TSRMLS_DC, const char *param1, const char *param2, int type, const char *format, ...)
- main/php.h:PHPAPI void php_win32_docref2_from_error(DWORD error, const char *param1, const char *param2 TSRMLS_DC);
- main/php.h:PHPAPI extern int (*php_register_internal_extensions_func)(TSRMLS_D);
- main/php.h:PHPAPI int php_register_internal_extensions(TSRMLS_D);
- main/php.h:PHPAPI int php_mergesort(void *base, size_t nmemb, register size_t size, int (*cmp)(const void *, const void * TSRMLS_DC) TSRMLS_DC);
- main/php.h:PHPAPI void php_register_pre_request_shutdown(void (*func)(void *), void *userdata);
- main/php.h:PHPAPI void php_com_initialize(TSRMLS_D);
- main/php.h:PHPAPI char *php_get_current_user(TSRMLS_D);
- main/php_ini.c:PHPAPI char *php_ini_opened_path=NULL;
- main/php_ini.c:PHPAPI char *php_ini_scanned_path=NULL;
- main/php_ini.c:PHPAPI char *php_ini_scanned_files=NULL;
- main/php_ini.c:PHPAPI void display_ini_entries(zend_module_entry *module)
- main/php_ini.c:PHPAPI void config_zval_dtor(zval *zvalue)
- main/php_ini.c:PHPAPI int php_parse_user_ini_file(const char *dirname, char *ini_filename, HashTable *target_hash TSRMLS_DC)
- main/php_ini.c:PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_type, int stage TSRMLS_DC)
- main/php_ini.c:PHPAPI int php_ini_has_per_dir_config(void)
- main/php_ini.c:PHPAPI void php_ini_activate_per_dir_config(char *path, uint path_len TSRMLS_DC)
- main/php_ini.c:PHPAPI int php_ini_has_per_host_config(void)
- main/php_ini.c:PHPAPI void php_ini_activate_per_host_config(const char *host, uint host_len TSRMLS_DC)
- main/php_ini.c:PHPAPI zval *cfg_get_entry(const char *name, uint name_length)
- main/php_ini.c:PHPAPI int cfg_get_long(const char *varname, long *result)
- main/php_ini.c:PHPAPI int cfg_get_double(const char *varname, double *result)
- main/php_ini.c:PHPAPI int cfg_get_string(const char *varname, char **result)
- main/php_ini.c:PHPAPI HashTable* php_ini_get_configuration_hash(void) /* {{{ */
- main/php_ini.h:PHPAPI void config_zval_dtor(zval *zvalue);
- main/php_ini.h:PHPAPI zval *cfg_get_entry(const char *name, uint name_length);
- main/php_ini.h:PHPAPI int cfg_get_long(const char *varname, long *result);
- main/php_ini.h:PHPAPI int cfg_get_double(const char *varname, double *result);
- main/php_ini.h:PHPAPI int cfg_get_string(const char *varname, char **result);
- main/php_ini.h:PHPAPI int php_parse_user_ini_file(const char *dirname, char *ini_filename, HashTable *target_hash TSRMLS_DC);
- main/php_ini.h:PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_type, int stage TSRMLS_DC);
- main/php_ini.h:PHPAPI int php_ini_has_per_dir_config(void);
- main/php_ini.h:PHPAPI int php_ini_has_per_host_config(void);
- main/php_ini.h:PHPAPI void php_ini_activate_per_dir_config(char *path, uint path_len TSRMLS_DC);
- main/php_ini.h:PHPAPI void php_ini_activate_per_host_config(const char *host, uint host_len TSRMLS_DC);
- main/php_ini.h:PHPAPI HashTable* php_ini_get_configuration_hash(void);
- main/php_main.h:PHPAPI int php_request_startup(TSRMLS_D);
- main/php_main.h:PHPAPI void php_request_shutdown(void *dummy);
- main/php_main.h:PHPAPI void php_request_shutdown_for_exec(void *dummy);
- main/php_main.h:PHPAPI int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_modules, uint num_additional_modules);
- main/php_main.h:PHPAPI void php_module_shutdown(TSRMLS_D);
- main/php_main.h:PHPAPI void php_module_shutdown_for_exec(void);
- main/php_main.h:PHPAPI int php_module_shutdown_wrapper(sapi_module_struct *sapi_globals);
- main/php_main.h:PHPAPI int php_request_startup_for_hook(TSRMLS_D);
- main/php_main.h:PHPAPI void php_request_shutdown_for_hook(void *dummy);
- main/php_main.h:PHPAPI int php_register_extensions(zend_module_entry **ptr, int count TSRMLS_DC);
- main/php_main.h:PHPAPI int php_execute_script(zend_file_handle *primary_file TSRMLS_DC);
- main/php_main.h:PHPAPI int php_execute_simple_script(zend_file_handle *primary_file, zval **ret TSRMLS_DC);
- main/php_main.h:PHPAPI int php_handle_special_queries(TSRMLS_D);
- main/php_main.h:PHPAPI int php_lint_script(zend_file_handle *file TSRMLS_DC);
- main/php_main.h:PHPAPI void php_handle_aborted_connection(void);
- main/php_main.h:PHPAPI int php_handle_auth_data(const char *auth TSRMLS_DC);
- main/php_main.h:PHPAPI void php_html_puts(const char *str, uint siz TSRMLS_DC);
- main/php_main.h:PHPAPI int php_stream_open_for_zend_ex(const char *filename, zend_file_handle *handle, int mode TSRMLS_DC);
- main/php_memory_streams.h:PHPAPI php_stream *_php_stream_memory_create(int mode STREAMS_DC TSRMLS_DC);
- main/php_memory_streams.h:PHPAPI php_stream *_php_stream_memory_open(int mode, char *buf, size_t length STREAMS_DC TSRMLS_DC);
- main/php_memory_streams.h:PHPAPI char *_php_stream_memory_get_buffer(php_stream *stream, size_t *length STREAMS_DC TSRMLS_DC);
- main/php_memory_streams.h:PHPAPI php_stream *_php_stream_temp_create(int mode, size_t max_memory_usage STREAMS_DC TSRMLS_DC);
- main/php_memory_streams.h:PHPAPI php_stream *_php_stream_temp_open(int mode, size_t max_memory_usage, char *buf, size_t length STREAMS_DC TSRMLS_DC);
- main/php_memory_streams.h:extern PHPAPI php_stream_ops php_stream_memory_ops;
- main/php_memory_streams.h:extern PHPAPI php_stream_ops php_stream_temp_ops;
- main/php_memory_streams.h:extern PHPAPI php_stream_ops php_stream_rfc2397_ops;
- main/php_memory_streams.h:extern PHPAPI php_stream_wrapper php_stream_rfc2397_wrapper;
- main/php_network.h:PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize);
- main/php_network.h:PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout);
- main/php_network.h:PHPAPI void _php_emit_fd_setsize_warning(int max_fd);
- main/php_network.h:PHPAPI int php_network_getaddresses(const char *host, int socktype, struct sockaddr ***sal, char **error_string TSRMLS_DC);
- main/php_network.h:PHPAPI void php_network_freeaddresses(struct sockaddr **sal);
- main/php_network.h:PHPAPI php_socket_t php_network_connect_socket_to_host(const char *host, unsigned short port,
- main/php_network.h:PHPAPI int php_network_connect_socket(php_socket_t sockfd,
- main/php_network.h:PHPAPI php_socket_t php_network_bind_socket_to_local_addr(const char *host, unsigned port,
- main/php_network.h:PHPAPI php_socket_t php_network_accept_incoming(php_socket_t srvsock,
- main/php_network.h:PHPAPI int php_network_get_sock_name(php_socket_t sock,
- main/php_network.h:PHPAPI int php_network_get_peer_name(php_socket_t sock,
- main/php_network.h:PHPAPI void php_any_addr(int family, php_sockaddr_storage *addr, unsigned short port);
- main/php_network.h:PHPAPI int php_sockaddr_size(php_sockaddr_storage *addr);
- main/php_network.h:PHPAPI extern php_stream_ops php_stream_socket_ops;
- main/php_network.h:PHPAPI php_stream *_php_stream_sock_open_from_socket(php_socket_t socket, const char *persistent_id STREAMS_DC TSRMLS_DC );
- main/php_network.h:PHPAPI php_stream *_php_stream_sock_open_host(const char *host, unsigned short port,
- main/php_network.h:PHPAPI void php_network_populate_name_from_sockaddr(
- main/php_network.h:PHPAPI int php_network_parse_network_address_with_port(const char *addr,
- main/php_open_temporary_file.c:PHPAPI void php_shutdown_temporary_directory(void)
- main/php_open_temporary_file.c:PHPAPI const char* php_get_temporary_directory(TSRMLS_D)
- main/php_open_temporary_file.c:PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, char **opened_path_p, zend_bool open_basedir_check TSRMLS_DC)
- main/php_open_temporary_file.c:PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC)
- main/php_open_temporary_file.c:PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC)
- main/php_open_temporary_file.h:PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC);
- main/php_open_temporary_file.h:PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, char **opened_path_p, zend_bool open_basedir_check TSRMLS_DC);
- main/php_open_temporary_file.h:PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC);
- main/php_open_temporary_file.h:PHPAPI const char *php_get_temporary_directory(TSRMLS_D);
- main/php_open_temporary_file.h:PHPAPI void php_shutdown_temporary_directory(void);
- main/php_output.h:PHPAPI void php_output_startup(void);
- main/php_output.h:PHPAPI void php_output_shutdown(void);
- main/php_output.h:PHPAPI void php_output_register_constants(TSRMLS_D);
- main/php_output.h:PHPAPI int php_output_activate(TSRMLS_D);
- main/php_output.h:PHPAPI void php_output_deactivate(TSRMLS_D);
- main/php_output.h:PHPAPI void php_output_set_status(int status TSRMLS_DC);
- main/php_output.h:PHPAPI int php_output_get_status(TSRMLS_D);
- main/php_output.h:PHPAPI void php_output_set_implicit_flush(int flush TSRMLS_DC);
- main/php_output.h:PHPAPI const char *php_output_get_start_filename(TSRMLS_D);
- main/php_output.h:PHPAPI int php_output_get_start_lineno(TSRMLS_D);
- main/php_output.h:PHPAPI int php_output_write_unbuffered(const char *str, size_t len TSRMLS_DC);
- main/php_output.h:PHPAPI int php_output_write(const char *str, size_t len TSRMLS_DC);
- main/php_output.h:PHPAPI int php_output_flush(TSRMLS_D);
- main/php_output.h:PHPAPI void php_output_flush_all(TSRMLS_D);
- main/php_output.h:PHPAPI int php_output_clean(TSRMLS_D);
- main/php_output.h:PHPAPI void php_output_clean_all(TSRMLS_D);
- main/php_output.h:PHPAPI int php_output_end(TSRMLS_D);
- main/php_output.h:PHPAPI void php_output_end_all(TSRMLS_D);
- main/php_output.h:PHPAPI int php_output_discard(TSRMLS_D);
- main/php_output.h:PHPAPI void php_output_discard_all(TSRMLS_D);
- main/php_output.h:PHPAPI int php_output_get_contents(zval *p TSRMLS_DC);
- main/php_output.h:PHPAPI int php_output_get_length(zval *p TSRMLS_DC);
- main/php_output.h:PHPAPI int php_output_get_level(TSRMLS_D);
- main/php_output.h:PHPAPI php_output_handler* php_output_get_active_handler(TSRMLS_D);
- main/php_output.h:PHPAPI int php_output_start_default(TSRMLS_D);
- main/php_output.h:PHPAPI int php_output_start_devnull(TSRMLS_D);
- main/php_output.h:PHPAPI int php_output_start_user(zval *output_handler, size_t chunk_size, int flags TSRMLS_DC);
- main/php_output.h:PHPAPI int php_output_start_internal(const char *name, size_t name_len, php_output_handler_func_t output_handler, size_t chunk_size, int flags TSRMLS_DC);
- main/php_output.h:PHPAPI php_output_handler *php_output_handler_create_user(zval *handler, size_t chunk_size, int flags TSRMLS_DC);
- main/php_output.h:PHPAPI php_output_handler *php_output_handler_create_internal(const char *name, size_t name_len, php_output_handler_context_func_t handler, size_t chunk_size, int flags TSRMLS_DC);
- main/php_output.h:PHPAPI void php_output_handler_set_context(php_output_handler *handler, void *opaq, void (*dtor)(void* TSRMLS_DC) TSRMLS_DC);
- main/php_output.h:PHPAPI int php_output_handler_start(php_output_handler *handler TSRMLS_DC);
- main/php_output.h:PHPAPI int php_output_handler_started(const char *name, size_t name_len TSRMLS_DC);
- main/php_output.h:PHPAPI int php_output_handler_hook(php_output_handler_hook_t type, void *arg TSRMLS_DC);
- main/php_output.h:PHPAPI void php_output_handler_dtor(php_output_handler *handler TSRMLS_DC);
- main/php_output.h:PHPAPI void php_output_handler_free(php_output_handler **handler TSRMLS_DC);
- main/php_output.h:PHPAPI int php_output_handler_conflict(const char *handler_new, size_t handler_new_len, const char *handler_set, size_t handler_set_len TSRMLS_DC);
- main/php_output.h:PHPAPI int php_output_handler_conflict_register(const char *handler_name, size_t handler_name_len, php_output_handler_conflict_check_t check_func TSRMLS_DC);
- main/php_output.h:PHPAPI int php_output_handler_reverse_conflict_register(const char *handler_name, size_t handler_name_len, php_output_handler_conflict_check_t check_func TSRMLS_DC);
- main/php_output.h:PHPAPI php_output_handler_alias_ctor_t *php_output_handler_alias(const char *handler_name, size_t handler_name_len TSRMLS_DC);
- main/php_output.h:PHPAPI int php_output_handler_alias_register(const char *handler_name, size_t handler_name_len, php_output_handler_alias_ctor_t func TSRMLS_DC);
- main/php_reentrancy.h:PHPAPI int php_readdir_r(DIR *dirp, struct dirent *entry,
- main/php_reentrancy.h:PHPAPI struct tm *php_localtime_r(const time_t *const timep, struct tm *p_tm);
- main/php_reentrancy.h:PHPAPI char *php_ctime_r(const time_t *clock, char *buf);
- main/php_reentrancy.h:PHPAPI char *php_asctime_r(const struct tm *tm, char *buf);
- main/php_reentrancy.h:PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm);
- main/php_reentrancy.h:PHPAPI char *php_strtok_r(char *s, const char *delim, char **last);
- main/php_reentrancy.h:PHPAPI int php_rand_r(unsigned int *seed);
- main/php_scandir.c:PHPAPI int php_alphasort(const struct dirent **a, const struct dirent **b)
- main/php_scandir.c:PHPAPI int php_scandir(const char *dirname, struct dirent **namelist[], int (*selector) (const struct dirent *entry), int (*compare) (const struct dirent **a, const struct dirent **b))
- main/php_scandir.h:PHPAPI int php_scandir(const char *dirname, struct dirent **namelist[], int (*selector) (const struct dirent *entry), int (*compare) (const struct dirent **a, const struct dirent **b));
- main/php_scandir.h:PHPAPI int php_alphasort(const struct dirent **a, const struct dirent **b);
- main/php_sprintf.c:PHPAPI int
- main/php_streams.h:PHPAPI int php_file_le_stream(void);
- main/php_streams.h:PHPAPI int php_file_le_pstream(void);
- main/php_streams.h:PHPAPI int php_file_le_stream_filter(void);
- main/php_streams.h:PHPAPI php_stream *_php_stream_alloc(php_stream_ops *ops, void *abstract,
- main/php_streams.h:PHPAPI php_stream *php_stream_encloses(php_stream *enclosing, php_stream *enclosed);
- main/php_streams.h:PHPAPI int _php_stream_free_enclosed(php_stream *stream_enclosed, int close_options TSRMLS_DC);
- main/php_streams.h:PHPAPI int php_stream_from_persistent_id(const char *persistent_id, php_stream **stream TSRMLS_DC);
- main/php_streams.h:PHPAPI int _php_stream_free(php_stream *stream, int close_options TSRMLS_DC);
- main/php_streams.h:PHPAPI int _php_stream_seek(php_stream *stream, off_t offset, int whence TSRMLS_DC);
- main/php_streams.h:PHPAPI off_t _php_stream_tell(php_stream *stream TSRMLS_DC);
- main/php_streams.h:PHPAPI size_t _php_stream_read(php_stream *stream, char *buf, size_t count TSRMLS_DC);
- main/php_streams.h:PHPAPI size_t _php_stream_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC);
- main/php_streams.h:PHPAPI size_t _php_stream_printf(php_stream *stream TSRMLS_DC, const char *fmt, ...) PHP_ATTRIBUTE_FORMAT(printf, 3, 4);
- main/php_streams.h:PHPAPI size_t _php_stream_printf(php_stream *stream TSRMLS_DC, const char *fmt, ...) PHP_ATTRIBUTE_FORMAT(printf, 2, 3);
- main/php_streams.h:PHPAPI int _php_stream_eof(php_stream *stream TSRMLS_DC);
- main/php_streams.h:PHPAPI int _php_stream_getc(php_stream *stream TSRMLS_DC);
- main/php_streams.h:PHPAPI int _php_stream_putc(php_stream *stream, int c TSRMLS_DC);
- main/php_streams.h:PHPAPI int _php_stream_flush(php_stream *stream, int closing TSRMLS_DC);
- main/php_streams.h:PHPAPI char *_php_stream_get_line(php_stream *stream, char *buf, size_t maxlen, size_t *returned_len TSRMLS_DC);
- main/php_streams.h:PHPAPI char *php_stream_get_record(php_stream *stream, size_t maxlen, size_t *returned_len, char *delim, size_t delim_len TSRMLS_DC);
- main/php_streams.h:PHPAPI int _php_stream_puts(php_stream *stream, char *buf TSRMLS_DC);
- main/php_streams.h:PHPAPI int _php_stream_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC);
- main/php_streams.h:PHPAPI int _php_stream_stat_path(char *path, int flags, php_stream_statbuf *ssb, php_stream_context *context TSRMLS_DC);
- main/php_streams.h:PHPAPI int _php_stream_mkdir(char *path, int mode, int options, php_stream_context *context TSRMLS_DC);
- main/php_streams.h:PHPAPI int _php_stream_rmdir(char *path, int options, php_stream_context *context TSRMLS_DC);
- main/php_streams.h:PHPAPI php_stream *_php_stream_opendir(char *path, int options, php_stream_context *context STREAMS_DC TSRMLS_DC);
- main/php_streams.h:PHPAPI php_stream_dirent *_php_stream_readdir(php_stream *dirstream, php_stream_dirent *ent TSRMLS_DC);
- main/php_streams.h:PHPAPI int php_stream_dirent_alphasort(const char **a, const char **b);
- main/php_streams.h:PHPAPI int php_stream_dirent_alphasortr(const char **a, const char **b);
- main/php_streams.h:PHPAPI int _php_stream_scandir(char *dirname, char **namelist[], int flags, php_stream_context *context,
- main/php_streams.h:PHPAPI int _php_stream_set_option(php_stream *stream, int option, int value, void *ptrparam TSRMLS_DC);
- main/php_streams.h:PHPAPI int _php_stream_truncate_set_size(php_stream *stream, size_t newsize TSRMLS_DC);
- main/php_streams.h:PHPAPI size_t _php_stream_copy_to_stream(php_stream *src, php_stream *dest, size_t maxlen STREAMS_DC TSRMLS_DC);
- main/php_streams.h:PHPAPI int _php_stream_copy_to_stream_ex(php_stream *src, php_stream *dest, size_t maxlen, size_t *len STREAMS_DC TSRMLS_DC);
- main/php_streams.h:PHPAPI size_t _php_stream_copy_to_mem(php_stream *src, char **buf, size_t maxlen,
- main/php_streams.h:PHPAPI size_t _php_stream_passthru(php_stream * src STREAMS_DC TSRMLS_DC);
- main/php_streams.h:PHPAPI int _php_stream_cast(php_stream *stream, int castas, void **ret, int show_err TSRMLS_DC);
- main/php_streams.h: * PHPAPI int php_stream_is(php_stream *stream, php_stream_ops *ops); */
- main/php_streams.h:PHPAPI int php_register_url_stream_wrapper(char *protocol, php_stream_wrapper *wrapper TSRMLS_DC);
- main/php_streams.h:PHPAPI int php_unregister_url_stream_wrapper(char *protocol TSRMLS_DC);
- main/php_streams.h:PHPAPI int php_register_url_stream_wrapper_volatile(char *protocol, php_stream_wrapper *wrapper TSRMLS_DC);
- main/php_streams.h:PHPAPI int php_unregister_url_stream_wrapper_volatile(char *protocol TSRMLS_DC);
- main/php_streams.h:PHPAPI php_stream *_php_stream_open_wrapper_ex(char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
- main/php_streams.h:PHPAPI php_stream_wrapper *php_stream_locate_url_wrapper(const char *path, char **path_for_open, int options TSRMLS_DC);
- main/php_streams.h:PHPAPI char *php_stream_locate_eol(php_stream *stream, char *buf, size_t buf_len TSRMLS_DC);
- main/php_streams.h:PHPAPI void php_stream_wrapper_log_error(php_stream_wrapper *wrapper, int options TSRMLS_DC, const char *fmt, ...) PHP_ATTRIBUTE_FORMAT(printf, 4, 5);
- main/php_streams.h:PHPAPI void php_stream_wrapper_log_error(php_stream_wrapper *wrapper, int options TSRMLS_DC, const char *fmt, ...) PHP_ATTRIBUTE_FORMAT(printf, 3, 4);
- main/php_streams.h:PHPAPI int _php_stream_make_seekable(php_stream *origstream, php_stream **newstream, int flags STREAMS_DC TSRMLS_DC);
- main/php_streams.h:PHPAPI HashTable *_php_stream_get_url_stream_wrappers_hash(TSRMLS_D);
- main/php_streams.h:PHPAPI HashTable *php_stream_get_url_stream_wrappers_hash_global(void);
- main/php_streams.h:PHPAPI HashTable *_php_get_stream_filters_hash(TSRMLS_D);
- main/php_streams.h:PHPAPI HashTable *php_get_stream_filters_hash_global(void);
- main/php_ticks.c:PHPAPI void php_add_tick_function(void (*func)(int))
- main/php_ticks.c:PHPAPI void php_remove_tick_function(void (*func)(int))
- main/php_ticks.h:PHPAPI void php_add_tick_function(void (*func)(int));
- main/php_ticks.h:PHPAPI void php_remove_tick_function(void (*func)(int));
- main/php_variables.c:PHPAPI void (*php_import_environment_variables)(zval *array_ptr TSRMLS_DC) = _php_import_environment_variables;
- main/php_variables.c:PHPAPI void php_register_variable(char *var, char *strval, zval *track_vars_array TSRMLS_DC)
- main/php_variables.c:PHPAPI void php_register_variable_safe(char *var, char *strval, int str_len, zval *track_vars_array TSRMLS_DC)
- main/php_variables.c:PHPAPI void php_register_variable_ex(char *var_name, zval *val, zval *track_vars_array TSRMLS_DC)
- main/php_variables.h:extern PHPAPI void (*php_import_environment_variables)(zval *array_ptr TSRMLS_DC);
- main/php_variables.h:PHPAPI void php_register_variable(char *var, char *val, zval *track_vars_array TSRMLS_DC);
- main/php_variables.h:PHPAPI void php_register_variable_safe(char *var, char *val, int val_len, zval *track_vars_array TSRMLS_DC);
- main/php_variables.h:PHPAPI void php_register_variable_ex(char *var, zval *val, zval *track_vars_array TSRMLS_DC);
- main/reentrancy.c:PHPAPI char *php_ctime_r(const time_t *clock, char *buf)
- main/reentrancy.c:PHPAPI char *php_asctime_r(const struct tm *tm, char *buf)
- main/reentrancy.c:PHPAPI struct tm *php_localtime_r(const time_t *const timep, struct tm *p_tm)
- main/reentrancy.c:PHPAPI char *php_ctime_r(const time_t *clock, char *buf)
- main/reentrancy.c:PHPAPI char *php_asctime_r(const struct tm *tm, char *buf)
- main/reentrancy.c:PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm)
- main/reentrancy.c:PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm)
- main/reentrancy.c:PHPAPI int php_readdir_r(DIR *dirp, struct dirent *entry,
- main/reentrancy.c:PHPAPI struct tm *php_localtime_r(const time_t *const timep, struct tm *p_tm)
- main/reentrancy.c:PHPAPI char *php_ctime_r(const time_t *clock, char *buf)
- main/reentrancy.c:PHPAPI char *php_asctime_r(const struct tm *tm, char *buf)
- main/reentrancy.c:PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm)
- main/rfc1867.c:PHPAPI int (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra TSRMLS_DC) = NULL;
- main/rfc1867.h:extern PHPAPI int (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra TSRMLS_DC);
- main/snprintf.c:PHPAPI char *php_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf) /* {{{ */
- main/snprintf.c:PHPAPI char * php_conv_fp(register char format, register double num,
- main/snprintf.c:PHPAPI int ap_php_slprintf(char *buf, size_t len, const char *format,...) /* {{{ */
- main/snprintf.c:PHPAPI int ap_php_vslprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */
- main/snprintf.c:PHPAPI int ap_php_snprintf(char *buf, size_t len, const char *format,...) /* {{{ */
- main/snprintf.c:PHPAPI int ap_php_vsnprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */
- main/snprintf.c:PHPAPI int ap_php_vasprintf(char **buf, const char *format, va_list ap) /* {{{ */
- main/snprintf.c:PHPAPI int ap_php_asprintf(char **buf, const char *format, ...) /* {{{ */
- main/snprintf.h:PHPAPI int ap_php_slprintf(char *buf, size_t len, const char *format,...);
- main/snprintf.h:PHPAPI int ap_php_vslprintf(char *buf, size_t len, const char *format, va_list ap);
- main/snprintf.h:PHPAPI int ap_php_snprintf(char *, size_t, const char *, ...);
- main/snprintf.h:PHPAPI int ap_php_vsnprintf(char *, size_t, const char *, va_list ap);
- main/snprintf.h:PHPAPI int ap_php_vasprintf(char **buf, const char *format, va_list ap);
- main/snprintf.h:PHPAPI int ap_php_asprintf(char **buf, const char *format, ...);
- main/snprintf.h:PHPAPI int php_sprintf (char* s, const char* format, ...) PHP_ATTRIBUTE_FORMAT(printf, 2, 3);
- main/snprintf.h:PHPAPI char * php_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf);
- main/snprintf.h:PHPAPI char * php_conv_fp(register char format, register double num,
- main/spprintf.c:PHPAPI int vspprintf(char **pbuf, size_t max_len, const char *format, va_list ap) /* {{{ */
- main/spprintf.c:PHPAPI int spprintf(char **pbuf, size_t max_len, const char *format, ...) /* {{{ */
- main/spprintf.h:PHPAPI int spprintf( char **pbuf, size_t max_len, const char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, 3, 4);
- main/spprintf.h:PHPAPI int vspprintf(char **pbuf, size_t max_len, const char *format, va_list ap) PHP_ATTRIBUTE_FORMAT(printf, 3, 0);
- main/strlcat.c:PHPAPI size_t php_strlcat(dst, src, siz)
- main/strlcpy.c:PHPAPI size_t php_strlcpy(dst, src, siz)
Advertisement
Add Comment
Please, Sign In to add comment