Home
last modified time | relevance | path

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

1234

/PHP-5.5/Zend/
H A Dzend.h329 zend_object_value obj; member
H A Dzend_API.c264 zval *obj; in parse_arg_object_to_string() local
1023 zval *obj = va_arg(args, zval *); in zend_merge_property() local
1038 ZEND_API void zend_merge_properties(zval *obj, HashTable *properties, int destroy_ht TSRMLS_DC) /* … in zend_merge_properties()
3081 zval **obj = NULL; in zend_is_callable_ex() local
H A Dzend_builtin_functions.c750 zval *obj = NULL; in ZEND_FUNCTION() local
841 zval *obj; in is_a_impl() local
984 zval *obj; in ZEND_FUNCTION() local
H A Dzend_closures.c294 int zend_closure_get_closure(zval *obj, zend_class_entry **ce_ptr, zend_function **fptr_ptr, zval *… in zend_closure_get_closure()
378 static HashTable *zend_closure_get_gc(zval *obj, zval ***table, int *n TSRMLS_DC) /* {{{ */ in zend_closure_get_gc()
H A Dzend_exceptions.c149 zval obj; in zend_default_exception_new_ex() local
H A Dzend_gc.c192 struct _store_object *obj; in gc_zobj_possible_root() local
274 struct _store_object *obj = &EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].bucket.obj; in zval_scan_black() local
328 static void zobj_scan_black(struct _store_object *obj, zval *pz TSRMLS_DC) in zobj_scan_black()
380 struct _store_object *obj = &EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].bucket.obj; in zval_mark_grey() local
434 static void zobj_mark_grey(struct _store_object *obj, zval *pz TSRMLS_DC) in zobj_mark_grey()
480 struct _store_object *obj = &EG(objects_store).object_buckets[current->handle].bucket.obj; in gc_mark_roots() local
519 struct _store_object *obj = &EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].bucket.obj; in zval_scan() local
576 struct _store_object *obj = &EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].bucket.obj; in zobj_scan() local
639 struct _store_object *obj = &EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].bucket.obj; in zval_collect_white() local
711 struct _store_object *obj = &EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].bucket.obj; in zobj_collect_white() local
[all …]
H A Dzend_gc.h171 #define GC_REMOVE_ZOBJ_FROM_BUFFER(obj) \ argument
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.c1598 int zend_std_get_closure(zval *obj, zend_class_entry **ce_ptr, zend_function **fptr_ptr, zval **zob… in zend_std_get_closure()
H A Dzend_objects.c67 zval *obj; in zend_objects_destroy_object() local
H A Dzend_objects_API.c51 struct _store_object *obj = &objects->object_buckets[i].bucket.obj; in zend_objects_store_call_destructors() local
91 struct _store_object *obj = &objects->object_buckets[i].bucket.obj; in zend_objects_store_free_object_storage() local
110 struct _store_object *obj; in zend_objects_store_put() local
189 struct _store_object *obj; in zend_objects_store_del_ref_by_handle_ex() local
255 struct _store_object *obj; in zend_objects_store_clone_obj() local
H A Dzend_objects_API.h44 } obj; member
H A Dzend_vm_def.h2699 zval **obj = NULL; variable
3425 zval *obj; variable
H A Dzend_vm_execute.h1296 zval **obj = NULL; in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER() local
1621 zval **obj = NULL; in ZEND_INIT_FCALL_BY_NAME_SPEC_TMP_HANDLER() local
1808 zval **obj = NULL; in ZEND_INIT_FCALL_BY_NAME_SPEC_VAR_HANDLER() local
2033 zval **obj = NULL; in ZEND_INIT_FCALL_BY_NAME_SPEC_CV_HANDLER() local
2526 zval *obj; in ZEND_CLONE_SPEC_CONST_HANDLER() local
7837 zval *obj; in ZEND_CLONE_SPEC_TMP_HANDLER() local
13154 zval *obj; in ZEND_CLONE_SPEC_VAR_HANDLER() local
24243 zval *obj; in ZEND_CLONE_SPEC_UNUSED_HANDLER() local
30824 zval *obj; in ZEND_CLONE_SPEC_CV_HANDLER() local
/PHP-5.5/ext/com_dotnet/
H A Dcom_com.c37 php_com_dotnet_object *obj; in PHP_FUNCTION() local
294 IDispatch *obj = NULL; in PHP_FUNCTION() local
340 HRESULT php_com_invoke_helper(php_com_dotnet_object *obj, DISPID id_member, in php_com_invoke_helper()
418 HRESULT php_com_get_id_of_name(php_com_dotnet_object *obj, char *name, in php_com_get_id_of_name()
464 int php_com_do_invoke_byref(php_com_dotnet_object *obj, char *name, int namelen, in php_com_do_invoke_byref()
585 int php_com_do_invoke_by_id(php_com_dotnet_object *obj, DISPID dispid, in php_com_do_invoke_by_id()
632 int php_com_do_invoke(php_com_dotnet_object *obj, char *name, int namelen, in php_com_do_invoke()
684 php_com_dotnet_object *obj; in PHP_FUNCTION() local
747 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.c35 php_com_dotnet_object *obj; in com_property_read() local
69 php_com_dotnet_object *obj; in com_property_write() local
90 php_com_dotnet_object *obj; in com_read_dimension() local
129 php_com_dotnet_object *obj; in com_write_dimension() local
202 php_com_dotnet_object *obj; in com_property_exists() local
265 php_com_dotnet_object *obj; in com_method_get() local
370 php_com_dotnet_object *obj; in com_call_method() local
405 php_com_dotnet_object *obj; in com_constructor_get() local
439 php_com_dotnet_object *obj; in com_class_entry_get() local
447 php_com_dotnet_object *obj; in com_class_name_get() local
[all …]
H A Dcom_iterator.c143 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
71 php_com_dotnet_object *obj; in php_com_wrap_variant() local
H A Dcom_persist.c648 php_com_dotnet_object *obj = NULL; in CPH_METHOD() local
712 static void helper_clone(void *obj, void **clone_ptr TSRMLS_DC) in helper_clone()
H A Dcom_saproxy.c42 php_com_dotnet_object *obj; member
H A Dcom_typeinfo.c265 ITypeInfo *php_com_locate_typeinfo(char *typelibname, php_com_dotnet_object *obj, char *dispname, i… in php_com_locate_typeinfo()
H A Dcom_variant.c104 php_com_dotnet_object *obj; in php_com_variant_from_zval() local
405 php_com_dotnet_object *obj; in PHP_FUNCTION() local
476 php_com_dotnet_object *obj; in PHP_FUNCTION() local
520 php_com_dotnet_object *obj; in variant_binary_operation() local
728 php_com_dotnet_object *obj; in variant_unary_operation() local
826 php_com_dotnet_object *obj; in PHP_FUNCTION() local
861 php_com_dotnet_object *obj; in PHP_FUNCTION() local
918 php_com_dotnet_object *obj; in PHP_FUNCTION() local
998 php_com_dotnet_object *obj; in PHP_FUNCTION() local
1015 php_com_dotnet_object *obj; in PHP_FUNCTION() local
[all …]
H A Dcom_wrapper.c302 php_com_dotnet_object *obj = CDNO_FETCH(*params[i]); in disp_invokeex() local
630 php_com_dotnet_object *obj = CDNO_FETCH(val); in php_com_wrapper_export() local
H A Dphp_com_dotnet_internal.h63 #define CDNO_FETCH_VERIFY(obj, zv) do { \ argument

Completed in 213 milliseconds

1234