Home
last modified time | relevance | path

Searched defs:object (Results 1 – 25 of 79) sorted by path

1234

/PHP-5.5/Zend/
H A Dzend_API.c247 ZEND_API int zend_get_object_classname(const zval *object, const char **class_name, zend_uint *clas… in zend_get_object_classname()
936 zval **object; in zend_parse_method_parameters() local
972 zval **object; in zend_parse_method_parameters_ex() local
1151 ZEND_API void object_properties_init(zend_object *object, zend_class_entry *class_type) /* {{{ */ in object_properties_init()
1179 zend_object *object; in _object_and_properties_init() local
3700 ZEND_API void zend_update_property(zend_class_entry *scope, zval *object, const char *name, int nam… in zend_update_property()
3724 ZEND_API void zend_update_property_null(zend_class_entry *scope, zval *object, const char *name, in… in zend_update_property_null()
3736 ZEND_API void zend_update_property_bool(zend_class_entry *scope, zval *object, const char *name, in… in zend_update_property_bool()
3748 ZEND_API void zend_update_property_long(zend_class_entry *scope, zval *object, const char *name, in… in zend_update_property_long()
3760 ZEND_API void zend_update_property_double(zend_class_entry *scope, zval *object, const char *name, … in zend_update_property_double()
[all …]
H A Dzend_builtin_functions.c1171 zval *object; in ZEND_FUNCTION() local
H A Dzend_closures.c201 static zval *zend_closure_read_property(zval *object, zval *member, int type, const zend_literal *k… in zend_closure_read_property()
209 static void zend_closure_write_property(zval *object, zval *member, zval *value, const zend_literal… in zend_closure_write_property()
215 static zval **zend_closure_get_property_ptr_ptr(zval *object, zval *member, int type, const zend_li… in zend_closure_get_property_ptr_ptr()
222 static int zend_closure_has_property(zval *object, zval *member, int has_set_exists, const zend_lit… in zend_closure_has_property()
231 static void zend_closure_unset_property(zval *object, zval *member, const zend_literal *key TSRMLS_… in zend_closure_unset_property()
270 zend_object_value object; in zend_closure_new() local
320 static HashTable *zend_closure_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ in zend_closure_get_debug_info()
H A Dzend_compile.c5381 void zend_do_fetch_property(znode *result, znode *object, const znode *property TSRMLS_DC) /* {{{ */ in zend_do_fetch_property()
H A Dzend_compile.h378 zval *object; member
388 zval *object; member
H A Dzend_exceptions.c150 zend_object *object; in zend_default_exception_new_ex() local
198 zval *object, *previous = NULL; in ZEND_METHOD() local
236 zval *object = getThis(); in ZEND_METHOD() local
254 zval *object, *previous = NULL; in ZEND_METHOD() local
292 static void _default_exception_get_entry(zval *object, char *name, int name_len, zval *return_value… in _default_exception_get_entry()
H A Dzend_execute.c660 zval *object = *object_ptr; in zend_assign_to_object() local
H A Dzend_generators.c219 zend_object_value object; in zend_generator_create() local
679 zend_object_iterator *zend_generator_get_iterator(zend_class_entry *ce, zval *object, int by_ref TS… in zend_generator_get_iterator()
H A Dzend_interfaces.c146 zval *object = (zval*)iter->it.data; in zend_user_it_dtor() local
159 zval *object = (zval*)iter->it.data; in zend_user_it_valid() local
178 zval *object = (zval*)iter->it.data; in zend_user_it_get_current_data() local
201 zval *object = (zval*)iter->it.data; in zend_user_it_get_current_key() local
221 zval *object = (zval*)iter->it.data; in zend_user_it_move_forward() local
232 zval *object = (zval*)iter->it.data; in zend_user_it_rewind() local
250 static zend_object_iterator *zend_user_it_get_iterator(zend_class_entry *ce, zval *object, int by_r… in zend_user_it_get_iterator()
270 ZEND_API zend_object_iterator *zend_user_it_get_new_iterator(zend_class_entry *ce, zval *object, in… in zend_user_it_get_new_iterator()
400 ZEND_API int zend_user_serialize(zval *object, unsigned char **buffer, zend_uint *buf_len, zend_ser… in zend_user_serialize()
437 ZEND_API int zend_user_unserialize(zval **object, zend_class_entry *ce, const unsigned char *buf, z… in zend_user_unserialize()
[all …]
H A Dzend_iterators.c58 static void iter_wrapper_dtor(void *object, zend_object_handle handle TSRMLS_DC) in iter_wrapper_dtor()
H A Dzend_object_handlers.c116 ZEND_API HashTable *zend_std_get_gc(zval *object, zval ***table, int *n TSRMLS_DC) /* {{{ */ in zend_std_get_gc()
138 ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ in zend_std_get_debug_info()
145 static zval *zend_std_call_getter(zval *object, zval *member TSRMLS_DC) /* {{{ */ in zend_std_call_getter()
170 static int zend_std_call_setter(zval *object, zval *member, zval *value TSRMLS_DC) /* {{{ */ in zend_std_call_setter()
200 static void zend_std_call_unsetter(zval *object, zval *member TSRMLS_DC) /* {{{ */ in zend_std_call_unsetter()
216 static zval *zend_std_call_issetter(zval *object, zval *member TSRMLS_DC) /* {{{ */ in zend_std_call_issetter()
634 zval *zend_std_read_dimension(zval *object, zval *offset, int type TSRMLS_DC) /* {{{ */ in zend_std_read_dimension()
668 static void zend_std_write_dimension(zval *object, zval *offset, zval *value TSRMLS_DC) /* {{{ */ in zend_std_write_dimension()
686 static int zend_std_has_dimension(zval *object, zval *offset, int check_empty TSRMLS_DC) /* {{{ */ in zend_std_has_dimension()
859 static void zend_std_unset_dimension(zval *object, zval *offset TSRMLS_DC) /* {{{ */ in zend_std_unset_dimension()
[all …]
H A Dzend_objects.c29 ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) in zend_object_std_init()
61 ZEND_API void zend_objects_destroy_object(zend_object *object, zend_object_handle handle TSRMLS_DC) in zend_objects_destroy_object()
141 ZEND_API zend_object_value zend_objects_new(zend_object **object, zend_class_entry *class_type TSRM… in zend_objects_new()
H A Dzend_objects_API.c107 ZEND_API zend_object_handle zend_objects_store_put(void *object, zend_objects_store_dtor_t dtor, ze… in zend_objects_store_put()
317 zval *object; member
323 ZEND_API void zend_objects_proxy_destroy(zend_object *object, zend_object_handle handle TSRMLS_DC) in zend_objects_proxy_destroy()
334 ZEND_API void zend_objects_proxy_clone(zend_proxy_object *object, zend_proxy_object **object_clone … in zend_objects_proxy_clone()
343 ZEND_API zval *zend_object_create_proxy(zval *object, zval *member TSRMLS_DC) in zend_object_create_proxy()
H A Dzend_objects_API.h37 void *object; member
H A Dzend_vm_def.h335 zval *object; variable
594 zval *object; variable
702 zval *object; variable
2454 zval *object = call->object; variable
H A Dzend_vm_execute.h14114 zval *object; in zend_binary_assign_op_obj_helper_SPEC_VAR_CONST() local
14372 zval *object; in zend_pre_incdec_property_helper_SPEC_VAR_CONST() local
14480 zval *object; in zend_post_incdec_property_helper_SPEC_VAR_CONST() local
16633 zval *object; in zend_binary_assign_op_obj_helper_SPEC_VAR_TMP() local
16892 zval *object; in zend_pre_incdec_property_helper_SPEC_VAR_TMP() local
17000 zval *object; in zend_post_incdec_property_helper_SPEC_VAR_TMP() local
18732 zval *object; in zend_binary_assign_op_obj_helper_SPEC_VAR_VAR() local
18991 zval *object; in zend_pre_incdec_property_helper_SPEC_VAR_VAR() local
19099 zval *object; in zend_post_incdec_property_helper_SPEC_VAR_VAR() local
20938 zval *object; in zend_binary_assign_op_obj_helper_SPEC_VAR_UNUSED() local
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dcom_com.c35 zval *object = getThis(); in PHP_FUNCTION() local
681 zval *object, *sinkobject, *sink=NULL; in PHP_FUNCTION() local
H A Dcom_dotnet.c188 zval *object = getThis(); in PHP_FUNCTION() local
H A Dcom_handlers.c32 static zval *com_property_read(zval *object, zval *member, int type, const zend_literal *key TSRMLS… in com_property_read()
67 static void com_property_write(zval *object, zval *member, zval *value, const zend_literal *key TSR… in com_property_write()
87 static zval *com_read_dimension(zval *object, zval *offset, int type TSRMLS_DC) in com_read_dimension()
127 static void com_write_dimension(zval *object, zval *offset, zval *value TSRMLS_DC) in com_write_dimension()
199 static int com_property_exists(zval *object, zval *member, int check_empty, const zend_literal *key… in com_property_exists()
219 static int com_dimension_exists(zval *object, zval *member, int check_empty TSRMLS_DC) in com_dimension_exists()
225 static void com_property_delete(zval *object, zval *member, const zend_literal *key TSRMLS_DC) in com_property_delete()
230 static void com_dimension_delete(zval *object, zval *offset TSRMLS_DC) in com_dimension_delete()
268 zval *object = *object_ptr; in com_method_get() local
543 static int com_object_count(zval *object, long *count TSRMLS_DC) in com_object_count()
[all …]
H A Dcom_iterator.c141 zend_object_iterator *php_com_iter_get(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC) in php_com_iter_get()
H A Dcom_persist.c693 php_com_persist_helper *object = (php_com_persist_helper*)obj; in helper_free_storage() local
714 php_com_persist_helper *clone, *object = (php_com_persist_helper*)obj; in helper_clone() local
H A Dcom_saproxy.c74 static zval *saproxy_property_read(zval *object, zval *member, int type, const zend_literal *key TS… in saproxy_property_read()
86 static void saproxy_property_write(zval *object, zval *member, zval *value, const zend_literal *key… in saproxy_property_write()
91 static zval *saproxy_read_dimension(zval *object, zval *offset, int type TSRMLS_DC) in saproxy_read_dimension()
211 static void saproxy_write_dimension(zval *object, zval *offset, zval *value TSRMLS_DC) in saproxy_write_dimension()
296 static int saproxy_property_exists(zval *object, zval *member, int check_empty, const zend_literal … in saproxy_property_exists()
302 static int saproxy_dimension_exists(zval *object, zval *member, int check_empty TSRMLS_DC) in saproxy_dimension_exists()
308 static void saproxy_property_delete(zval *object, zval *member, const zend_literal *key TSRMLS_DC) in saproxy_property_delete()
313 static void saproxy_dimension_delete(zval *object, zval *offset TSRMLS_DC) in saproxy_dimension_delete()
363 static int saproxy_count_elements(zval *object, long *count TSRMLS_DC) in saproxy_count_elements()
420 static void saproxy_clone(void *object, void **clone_ptr TSRMLS_DC) in saproxy_clone()
[all …]
H A Dcom_variant.c404 zval *object = getThis(); in PHP_FUNCTION() local
H A Dcom_wrapper.c42 zval *object; /* the object exported */ member
/PHP-5.5/ext/date/
H A Dphp_date.c3046 zval *object; in PHP_FUNCTION() local
3127 zval *object; in PHP_FUNCTION() local
3185 zval *object, *interval; in PHP_FUNCTION() local
3240 zval *object, *interval; in PHP_FUNCTION() local
3294 zval *object; in PHP_FUNCTION() local
3341 zval *object; in PHP_FUNCTION() local
3424 zval *object; in PHP_FUNCTION() local
3472 zval *object; in PHP_FUNCTION() local
3524 zval *object; in PHP_FUNCTION() local
3570 zval *object; in PHP_FUNCTION() local
[all …]

Completed in 216 milliseconds

1234