Home
last modified time | relevance | path

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

12345

/PHP-7.1/Zend/
H A Dzend_API.c456 zval obj; in zend_parse_arg_str_weak() local
1068 ZEND_API void zend_merge_properties(zval *obj, HashTable *properties) /* {{{ */ in zend_merge_properties()
3256 zval *obj = NULL; in zend_is_callable_ex() local
H A Dzend_builtin_functions.c273 zend_object *obj = zend_objects_new(class_type); in ZEND_END_ARG_INFO() local
999 zval *obj = NULL; in ZEND_FUNCTION() local
1079 zval *obj; in is_a_impl() local
1226 zval *obj; in ZEND_FUNCTION() local
1404 zend_object *obj = Z_OBJ_P(klass); in ZEND_FUNCTION() local
H A Dzend_closures.c371 ZEND_API const zend_function *zend_get_closure_method_def(zval *obj) /* {{{ */ in zend_get_closure_method_def()
378 ZEND_API zval* zend_get_closure_this_ptr(zval *obj) /* {{{ */ in zend_get_closure_this_ptr()
475 int zend_closure_get_closure(zval *obj, zend_class_entry **ce_ptr, zend_function **fptr_ptr, zend_o… in zend_closure_get_closure()
556 static HashTable *zend_closure_get_gc(zval *obj, zval **table, int *n) /* {{{ */ in zend_closure_get_gc()
H A Dzend_compile.h304 #define OBJ_PROP(obj, offset) \ argument
306 #define OBJ_PROP_NUM(obj, num) \ argument
H A Dzend_exceptions.c204 zval obj, tmp; in zend_default_exception_new_ex() local
944 zend_object *obj; in zend_throw_exception_ex() local
958 zend_object *obj = zend_throw_exception(exception_ce, message, code); in zend_throw_error_exception() local
H A Dzend_execute.c1370 zval rv, obj; in zend_post_incdec_overloaded_property() local
1417 zval *z, *zptr, obj; in zend_pre_incdec_overloaded_property() local
1460 zval rv, obj; in zend_assign_op_overloaded_property() local
2690 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
490 zend_object *obj = (zend_object*)ref; in gc_mark_grey() local
618 zend_object *obj = (zend_object*)ref; in gc_scan() local
780 zend_object *obj = (zend_object*)ref; local
972 zend_object *obj = (zend_object*)ref; local
1128 zend_object *obj = (zend_object*)p; local
1165 zend_object *obj = (zend_object*)p; local
H A Dzend_interfaces.h43 #define zend_call_method_with_0_params(obj, obj_ce, fn_proxy, function_name, retval) \ argument
46 #define zend_call_method_with_1_params(obj, obj_ce, fn_proxy, function_name, retval, arg1) \ argument
49 #define zend_call_method_with_2_params(obj, obj_ce, fn_proxy, function_name, retval, arg1, arg2) \ argument
H A Dzend_object_handlers.c1718 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.c93 zval obj; in zend_objects_destroy_object() local
H A Dzend_objects_API.c49 zend_object *obj = objects->object_buckets[i]; in zend_objects_store_call_destructors() local
69 zend_object *obj = *obj_ptr; in zend_objects_store_mark_destructed() local
81 zend_object **obj_ptr, **end, *obj; in zend_objects_store_free_object_storage() local
216 ZEND_API void zend_object_store_ctor_failed(zend_object *obj) in zend_object_store_ctor_failed()
H A Dzend_objects_API.h41 #define OBJ_RELEASE(obj) zend_object_release(obj) argument
H A Dzend_types.h107 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.h2260 zend_object *obj; variable
3126 zend_object *obj; variable
5033 zval *obj; variable
H A Dzend_vm_execute.h3258 zval *obj; local
5343 zend_object *obj; local
9280 zend_object *obj; local
11258 zend_object *obj; local
27990 zval *obj; local
29464 zend_object *obj; local
32154 zend_object *obj; local
34050 zend_object *obj; local
35320 zval *obj; local
39640 zend_object *obj; local
[all …]
/PHP-7.1/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.c34 php_com_dotnet_object *obj; in com_property_read() local
65 php_com_dotnet_object *obj; in com_property_write() local
85 php_com_dotnet_object *obj; in com_read_dimension() local
121 php_com_dotnet_object *obj; in com_write_dimension() local
194 php_com_dotnet_object *obj; in com_property_exists() local
362 php_com_dotnet_object *obj = (php_com_dotnet_object*)object; in com_call_method() local
427 php_com_dotnet_object *obj = (php_com_dotnet_object *)object; in com_class_name_get() local
467 php_com_dotnet_object *obj; in com_object_cast() local
523 php_com_dotnet_object *obj; in com_object_count() local
595 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 262 milliseconds

12345