Home
last modified time | relevance | path

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

12345

/PHP-7.2/Zend/
H A Dzend_API.c486 zval obj; in zend_parse_arg_str_weak() local
1098 ZEND_API void zend_merge_properties(zval *obj, HashTable *properties) /* {{{ */ in zend_merge_properties()
3288 zval *obj = NULL; in zend_get_callable_name_ex() local
3386 zval *obj = NULL; in zend_is_callable_impl() local
H A Dzend_builtin_functions.c890 zval *obj = NULL; in ZEND_FUNCTION() local
970 zval *obj; in is_a_impl() local
1117 zval *obj; in ZEND_FUNCTION() local
1298 zend_object *obj = Z_OBJ_P(klass); in ZEND_FUNCTION() local
H A Dzend_closures.c376 ZEND_API const zend_function *zend_get_closure_method_def(zval *obj) /* {{{ */ in zend_get_closure_method_def()
383 ZEND_API zval* zend_get_closure_this_ptr(zval *obj) /* {{{ */ in zend_get_closure_this_ptr()
480 int zend_closure_get_closure(zval *obj, zend_class_entry **ce_ptr, zend_function **fptr_ptr, zend_o… in zend_closure_get_closure()
561 static HashTable *zend_closure_get_gc(zval *obj, zval **table, int *n) /* {{{ */ in zend_closure_get_gc()
H A Dzend_compile.h320 #define OBJ_PROP(obj, offset) \ argument
322 #define OBJ_PROP_NUM(obj, num) \ argument
H A Dzend_exceptions.c204 zval obj, tmp; in zend_default_exception_new_ex() local
928 zend_object *obj; in zend_throw_exception_ex() local
942 zend_object *obj = zend_throw_exception(exception_ce, message, code); in zend_throw_error_exception() local
H A Dzend_execute.c1314 zval rv, obj; in zend_post_incdec_overloaded_property() local
1362 zval *z, *zptr, obj; in zend_pre_incdec_overloaded_property() local
1408 zval rv, obj; in zend_assign_op_overloaded_property() local
2677 zval *obj; in zend_init_dynamic_call_array() local
H A Dzend_gc.c130 zend_object *obj = (zend_object *) ref; in gc_trace_ref() local
380 zend_object *obj = (zend_object*)ref; in gc_scan_black() local
493 zend_object *obj = (zend_object*)ref; in gc_mark_grey() local
614 zend_object *obj = (zend_object*)ref; in gc_scan() local
779 zend_object *obj = (zend_object*)ref; local
982 zend_object *obj = (zend_object*)ref; local
1136 zend_object *obj = (zend_object*)p; local
1173 zend_object *obj = (zend_object*)p; local
H A Dzend_interfaces.h44 #define zend_call_method_with_0_params(obj, obj_ce, fn_proxy, function_name, retval) \ argument
47 #define zend_call_method_with_1_params(obj, obj_ce, fn_proxy, function_name, retval, arg1) \ argument
50 #define zend_call_method_with_2_params(obj, obj_ce, fn_proxy, function_name, retval, arg1, arg2) \ argument
H A Dzend_object_handlers.c1706 int zend_std_get_closure(zval *obj, zend_class_entry **ce_ptr, zend_function **fptr_ptr, zend_objec… in zend_std_get_closure()
H A Dzend_objects.c84 zval obj; in zend_objects_destroy_object() local
H A Dzend_objects_API.c50 zend_object *obj = objects->object_buckets[i]; in zend_objects_store_call_destructors() local
75 zend_object *obj = *obj_ptr; in zend_objects_store_mark_destructed() local
87 zend_object **obj_ptr, **end, *obj; in zend_objects_store_free_object_storage() local
H A Dzend_objects_API.h41 #define OBJ_RELEASE(obj) zend_object_release(obj) argument
63 static zend_always_inline void zend_object_store_ctor_failed(zend_object *obj) in zend_object_store_ctor_failed()
H A Dzend_types.h165 zend_object *obj; member
H A Dzend_variables.c54 zend_object *obj = (zend_object*)p; in _zval_dtor_func() local
H A Dzend_vm_def.h2052 zend_object *obj; variable
2964 zend_object *obj; variable
4919 zval *obj; variable
H A Dzend_vm_execute.h3283 zval *obj; local
5287 zend_object *obj; local
9338 zend_object *obj; local
11360 zend_object *obj; local
26838 zval *obj; local
28156 zend_object *obj; local
30767 zend_object *obj; local
32482 zend_object *obj; local
33734 zval *obj; local
37775 zend_object *obj; local
[all …]
/PHP-7.2/ext/com_dotnet/
H A Dcom_com.c37 php_com_dotnet_object *obj; in PHP_FUNCTION() local
301 IDispatch *obj = NULL; in PHP_FUNCTION() local
347 HRESULT php_com_invoke_helper(php_com_dotnet_object *obj, DISPID id_member, in php_com_invoke_helper()
425 HRESULT php_com_get_id_of_name(php_com_dotnet_object *obj, char *name, in php_com_get_id_of_name()
474 int php_com_do_invoke_byref(php_com_dotnet_object *obj, zend_internal_function *f, in php_com_do_invoke_byref()
601 int php_com_do_invoke_by_id(php_com_dotnet_object *obj, DISPID dispid, in php_com_do_invoke_by_id()
648 int php_com_do_invoke(php_com_dotnet_object *obj, char *name, size_t namelen, in php_com_do_invoke()
704 php_com_dotnet_object *obj; in PHP_FUNCTION() local
767 php_com_dotnet_object *obj = NULL; in PHP_FUNCTION() local
H A Dcom_dotnet.c189 php_com_dotnet_object *obj; in PHP_FUNCTION() local
H A Dcom_handlers.c36 php_com_dotnet_object *obj; in com_property_read() local
67 php_com_dotnet_object *obj; in com_property_write() local
87 php_com_dotnet_object *obj; in com_read_dimension() local
123 php_com_dotnet_object *obj; in com_write_dimension() local
201 php_com_dotnet_object *obj; in com_property_exists() local
369 php_com_dotnet_object *obj = (php_com_dotnet_object*)object; in com_call_method() local
434 php_com_dotnet_object *obj = (php_com_dotnet_object *)object; in com_class_name_get() local
474 php_com_dotnet_object *obj; in com_object_cast() local
530 php_com_dotnet_object *obj; in com_object_count() local
602 php_com_dotnet_object *obj = (php_com_dotnet_object*)object; in php_com_object_free_storage() local
[all …]
H A Dcom_iterator.c139 php_com_dotnet_object *obj; in php_com_iter_get() local
H A Dcom_misc.c52 php_com_dotnet_object *obj; in php_com_wrap_dispatch() local
75 php_com_dotnet_object *obj; in php_com_wrap_variant() local
H A Dcom_persist.c652 php_com_dotnet_object *obj = NULL; in CPH_METHOD() local
695 static void helper_free_storage(zend_object *obj) in helper_free_storage()
715 static zend_object* helper_clone(zval *obj) in helper_clone()
H A Dcom_saproxy.c43 php_com_dotnet_object *obj; member
H A Dcom_typeinfo.c264 ITypeInfo *php_com_locate_typeinfo(char *typelibname, php_com_dotnet_object *obj, char *dispname, i… in php_com_locate_typeinfo()
H A Dcom_variant.c102 php_com_dotnet_object *obj; in php_com_variant_from_zval() local
445 php_com_dotnet_object *obj; in PHP_FUNCTION() local
516 php_com_dotnet_object *obj; in PHP_FUNCTION() local
560 php_com_dotnet_object *obj; in variant_binary_operation() local
768 php_com_dotnet_object *obj; in variant_unary_operation() local
866 php_com_dotnet_object *obj; in PHP_FUNCTION() local
901 php_com_dotnet_object *obj; in PHP_FUNCTION() local
958 php_com_dotnet_object *obj; in PHP_FUNCTION() local
1045 php_com_dotnet_object *obj; in PHP_FUNCTION() local
1062 php_com_dotnet_object *obj; in PHP_FUNCTION() local
[all …]

Completed in 242 milliseconds

12345