Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 25 of 143) sorted by path

123456

/php-src/Zend/
H A Dzend_API.c729 zval obj; in zend_parse_arg_number_or_str_slow() local
754 zval obj; in zend_parse_arg_str_weak() local
1385 ZEND_API void zend_merge_properties(zval *obj, HashTable *properties) /* {{{ */ in zend_merge_properties()
1822 zend_object *obj = zend_objects_new(class_type); in _object_and_properties_init() local
1936 ZEND_API void add_assoc_object_ex(zval *arg, const char *key, size_t key_len, zend_object *obj) /* … in add_assoc_object_ex()
2041 ZEND_API void add_index_object(zval *arg, zend_ulong index, zend_object *obj) /* {{{ */ in add_index_object()
2140 ZEND_API zend_result add_next_index_object(zval *arg, zend_object *obj) /* {{{ */ in add_next_index_object()
2285 ZEND_API void add_property_object_ex(zval *arg, const char *key, size_t key_len, zend_object *obj) … in add_property_object_ex()
4025 zval *obj = NULL; in zend_get_callable_name_ex() local
4114 zval *obj = zend_hash_index_find(Z_ARRVAL_P(callable), 0); in zend_is_callable_at_frame() local
H A Dzend_API.h587 static zend_always_inline void add_assoc_object(zval *arg, const char *key, zend_object *obj) { in add_assoc_object()
673 static zend_always_inline void add_property_object(zval *arg, const char *key, zend_object *obj) { in add_property_object()
H A Dzend_atomic.c26 ZEND_API void zend_atomic_bool_init(zend_atomic_bool *obj, bool desired) { in zend_atomic_bool_init()
30 ZEND_API bool zend_atomic_bool_exchange(zend_atomic_bool *obj, bool desired) { in zend_atomic_bool_exchange()
34 ZEND_API void zend_atomic_bool_store(zend_atomic_bool *obj, bool desired) { in zend_atomic_bool_store()
40 ZEND_API bool zend_atomic_bool_load(zend_atomic_bool *obj) { in zend_atomic_bool_load()
44 ZEND_API bool zend_atomic_bool_load(const zend_atomic_bool *obj) { in zend_atomic_bool_load()
H A Dzend_atomic.h67 #define ZEND_ATOMIC_BOOL_INIT(obj, desired) ((obj)->value = (desired)) in BEGIN_EXTERN_C() argument
74 static zend_always_inline bool zend_atomic_bool_load_ex(zend_atomic_bool *obj) { in zend_atomic_bool_load_ex()
79 static zend_always_inline void zend_atomic_bool_store_ex(zend_atomic_bool *obj, bool desired) { in zend_atomic_bool_store_ex()
H A Dzend_builtin_functions.c554 zval *obj = NULL; in ZEND_FUNCTION() local
624 zval *obj; in is_a_impl() local
829 zend_object *obj; in ZEND_FUNCTION() local
919 zend_object *obj = Z_OBJ_P(klass); in ZEND_FUNCTION() local
H A Dzend_closures.c491 ZEND_API const zend_function *zend_get_closure_method_def(zend_object *obj) /* {{{ */ in zend_get_closure_method_def()
498 ZEND_API zval* zend_get_closure_this_ptr(zval *obj) /* {{{ */ in zend_get_closure_this_ptr()
562 static zend_result zend_closure_get_closure(zend_object *obj, zend_class_entry **ce_ptr, zend_funct… in zend_closure_get_closure()
683 static HashTable *zend_closure_get_gc(zend_object *obj, zval **table, int *n) /* {{{ */ in zend_closure_get_gc()
H A Dzend_compile.h410 #define OBJ_PROP(obj, offset) \ argument
412 #define OBJ_PROP_NUM(obj, num) \ argument
H A Dzend_exceptions.c858 zend_object *obj; in zend_throw_exception_ex() local
871 zend_object *obj = zend_throw_exception_zstr(exception_ce, message, code); in zend_throw_error_exception() local
H A Dzend_execute.c1534 static zend_never_inline void zend_assign_to_object_dim(zend_object *obj, zval *dim, zval *value OP… in zend_assign_to_object_dim()
1565 static zend_never_inline void zend_binary_assign_op_obj_dim(zend_object *obj, zval *property OPLINE… in zend_binary_assign_op_obj_dim()
2634 zend_object *obj = Z_OBJ_P(container); in zend_fetch_dimension_address() local
2838 zend_object *obj = Z_OBJ_P(container); in zend_fetch_dimension_address_read() local
3100 zend_object *obj, zval *slot) in zend_object_fetch_property_type_info()
3116 zval *result, zval *ptr, zend_object *obj, zend_property_info *prop_info, uint32_t flags) in zend_handle_fetch_obj_flags()
4503 zend_object *obj; in cleanup_live_vars() local
4793 zval *obj; in zend_init_dynamic_call_array() local
H A Dzend_gc.c435 zend_object *obj = (zend_object *) ref; in gc_trace_ref() local
786 zend_object *obj = (zend_object*)ref; in gc_scan_black() local
987 zend_object *obj = (zend_object*)ref; in gc_mark_grey() local
1234 zend_object *obj = (zend_object*)ref; in gc_scan() local
1433 zend_object *obj = (zend_object*)ref; in gc_collect_white() local
1674 zend_object *obj = (zend_object*)ref; in gc_remove_nested_data_from_buffer() local
1851 zend_object *obj = (zend_object *) p; in zend_gc_collect_cycles() local
1895 zend_object *obj = (zend_object*)p; in zend_gc_collect_cycles() local
1928 zend_object *obj = (zend_object*)p; in zend_gc_collect_cycles() local
H A Dzend_gc.h135 zend_get_gc_buffer *gc_buffer, zend_object *obj) { in zend_get_gc_buffer_add_obj()
H A Dzend_interfaces.c495 ZEND_API zend_result zend_create_internal_iterator_zval(zval *return_value, zval *obj) { in zend_create_internal_iterator_zval()
511 static void zend_internal_iterator_free(zend_object *obj) { in zend_internal_iterator_free()
H A Dzend_object_handlers.c285 zend_object *obj, const zend_string *member) { in zend_deprecated_dynamic_property()
1945 ZEND_API zend_result zend_std_get_closure(zend_object *obj, zend_class_entry **ce_ptr, zend_functio… in zend_std_get_closure()
1969 ZEND_API HashTable *zend_std_get_properties_for(zend_object *obj, zend_prop_purpose purpose) { in zend_std_get_properties_for()
1997 ZEND_API HashTable *zend_get_properties_for(zval *obj, zend_prop_purpose purpose) { in zend_get_properties_for()
H A Dzend_objects_API.c51 zend_object *obj = objects->object_buckets[i]; in zend_objects_store_call_destructors() local
77 zend_object *obj = *obj_ptr; in zend_objects_store_mark_destructed() local
89 zend_object **obj_ptr, **end, *obj; in zend_objects_store_free_object_storage() local
H A Dzend_objects_API.h45 #define OBJ_RELEASE(obj) zend_object_release(obj) argument
67 static zend_always_inline void zend_object_store_ctor_failed(zend_object *obj) in zend_object_store_ctor_failed()
94 void *obj = emalloc(obj_size + zend_object_properties_size(ce)); in zend_object_alloc() local
99 static inline zend_property_info *zend_get_property_info_for_slot(zend_object *obj, zval *slot) in zend_get_property_info_for_slot()
108 static inline zend_property_info *zend_get_typed_property_info_for_slot(zend_object *obj, zval *slo… in zend_get_typed_property_info_for_slot()
H A Dzend_operators.c860 zend_object *obj; in convert_to_object() local
H A Dzend_types.h321 zend_object *obj; member
834 #define OBJ_FLAGS(obj) GC_FLAGS(obj) argument
H A Dzend_vm_def.h3476 zend_object *obj; variable
5853 zval *obj; variable
H A Dzend_vm_execute.h4922 zval *obj; in ZEND_CLONE_SPEC_CONST_HANDLER() local
6904 zend_object *obj; in ZEND_INIT_METHOD_CALL_SPEC_CONST_CONST_HANDLER() local
9424 zend_object *obj; in ZEND_INIT_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER() local
11811 zend_object *obj; in ZEND_INIT_METHOD_CALL_SPEC_CONST_CV_HANDLER() local
14853 zval *obj; in ZEND_CLONE_SPEC_TMPVAR_HANDLER() local
16164 zend_object *obj; in ZEND_INIT_METHOD_CALL_SPEC_TMPVAR_CONST_HANDLER() local
17609 zend_object *obj; in ZEND_INIT_METHOD_CALL_SPEC_TMPVAR_TMPVAR_HANDLER() local
18969 zend_object *obj; in ZEND_INIT_METHOD_CALL_SPEC_TMPVAR_CV_HANDLER() local
32672 zval *obj; in ZEND_CLONE_SPEC_UNUSED_HANDLER() local
34033 zend_object *obj; in ZEND_INIT_METHOD_CALL_SPEC_UNUSED_CONST_HANDLER() local
[all …]
H A Dzend_weakrefs.c468 zend_object *obj = zend_weakref_key_to_object(obj_key); in zend_weakmap_get_properties_for() local
/php-src/ext/com_dotnet/
H A Dcom_com.c34 php_com_dotnet_object *obj; in PHP_METHOD() local
283 IDispatch *obj = NULL; in PHP_FUNCTION() local
332 HRESULT php_com_invoke_helper(php_com_dotnet_object *obj, DISPID id_member, in php_com_invoke_helper()
410 HRESULT php_com_get_id_of_name(php_com_dotnet_object *obj, zend_string *name, in php_com_get_id_of_name()
456 zend_result php_com_do_invoke_byref(php_com_dotnet_object *obj, zend_internal_function *f, in php_com_do_invoke_byref()
584 zend_result php_com_do_invoke_by_id(php_com_dotnet_object *obj, DISPID dispid, in php_com_do_invoke_by_id()
631 zend_result php_com_do_invoke(php_com_dotnet_object *obj, zend_string *name, in php_com_do_invoke()
681 php_com_dotnet_object *obj; in PHP_FUNCTION() local
743 php_com_dotnet_object *obj = NULL; in PHP_FUNCTION() local
H A Dcom_dotnet.c221 php_com_dotnet_object *obj; in PHP_METHOD() local
H A Dcom_handlers.c30 php_com_dotnet_object *obj; in com_property_read() local
62 php_com_dotnet_object *obj; in com_property_write() local
82 php_com_dotnet_object *obj; in com_read_dimension() local
118 php_com_dotnet_object *obj; in com_write_dimension() local
188 php_com_dotnet_object *obj; in com_property_exists() local
254 php_com_dotnet_object *obj = CDNO_FETCH(object); in PHP_FUNCTION() local
393 php_com_dotnet_object *obj = (php_com_dotnet_object *)object; in com_class_name_get() local
435 php_com_dotnet_object *obj; in com_object_cast() local
496 php_com_dotnet_object *obj; in com_object_count() local
567 php_com_dotnet_object *obj = (php_com_dotnet_object*)object; in php_com_object_free_storage() local
[all …]
H A Dcom_iterator.c136 php_com_dotnet_object *obj; in php_com_iter_get() local
H A Dcom_misc.c48 php_com_dotnet_object *obj; in php_com_wrap_dispatch() local
70 php_com_dotnet_object *obj; in php_com_wrap_variant() local

Completed in 316 milliseconds

123456