Home
last modified time | relevance | path

Searched defs:zobj (Results 1 – 25 of 29) sorted by relevance

12

/PHP-8.1/Zend/
H A Dzend_object_handlers.c61 ZEND_API void rebuild_object_properties(zend_object *zobj) /* {{{ */ in rebuild_object_properties()
90 ZEND_API HashTable *zend_std_build_object_properties_array(zend_object *zobj) /* {{{ */ in zend_std_build_object_properties_array()
126 ZEND_API HashTable *zend_std_get_properties(zend_object *zobj) /* {{{ */ in zend_std_get_properties()
135 ZEND_API HashTable *zend_std_get_gc(zend_object *zobj, zval **table, int *n) /* {{{ */ in zend_std_get_gc()
200 static void zend_std_call_setter(zend_object *zobj, zend_string *prop_name, zval *value) /* {{{ */ in zend_std_call_setter()
209 static void zend_std_call_unsetter(zend_object *zobj, zend_string *prop_name) /* {{{ */ in zend_std_call_unsetter()
527 ZEND_API uint32_t *zend_get_property_guard(zend_object *zobj, zend_string *member) /* {{{ */ in zend_get_property_guard()
1311 zend_object *zobj = *obj_ptr; in zend_std_get_method() local
1576 ZEND_API zend_function *zend_std_get_constructor(zend_object *zobj) /* {{{ */ in zend_std_get_constructor()
1836 ZEND_API zend_string *zend_std_get_class_name(const zend_object *zobj) /* {{{ */ in zend_std_get_class_name()
[all …]
H A Dzend_enum.h44 static zend_always_inline zval *zend_enum_fetch_case_name(zend_object *zobj) in zend_enum_fetch_case_name()
50 static zend_always_inline zval *zend_enum_fetch_case_value(zend_object *zobj) in zend_enum_fetch_case_value()
H A Dzend_vm_execute.h4715 zend_object *zobj; in ZEND_CLONE_SPEC_CONST_HANDLER() local
14408 zend_object *zobj; in ZEND_CLONE_SPEC_TMPVAR_HANDLER() local
22409 zend_object *zobj; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CONST_HANDLER() local
22635 zend_object *zobj; in ZEND_PRE_INC_OBJ_SPEC_VAR_CONST_HANDLER() local
22702 zend_object *zobj; in ZEND_POST_INC_OBJ_SPEC_VAR_CONST_HANDLER() local
22922 zend_object *zobj; in ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_CONST_HANDLER() local
23053 zend_object *zobj; in ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_TMP_HANDLER() local
23184 zend_object *zobj; in ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_VAR_HANDLER() local
23315 zend_object *zobj; in ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_CV_HANDLER() local
25103 zend_object *zobj; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_TMPVAR_HANDLER() local
[all …]
H A Dzend_enum.c39 zend_object *zobj = zend_objects_new(ce); in zend_enum_new() local
H A Dzend_vm_def.h1014 zend_object *zobj; variable
1288 zend_object *zobj; variable
1361 zend_object *zobj; variable
2378 zend_object *zobj; variable
5800 zend_object *zobj; variable
H A Dzend_builtin_functions.c740 zend_object *zobj; in ZEND_FUNCTION() local
H A Dzend.c495 zend_object *zobj = Z_OBJ_P(expr); in zend_print_zval_r_to_buf() local
H A Dzend_API.c658 zend_object *zobj = Z_OBJ_P(arg); in zend_parse_arg_str_weak() local
1281 zend_object *zobj = Z_OBJ_P(obj); in zend_merge_properties() local
H A Dzend_operators.c2575 zend_object *zobj = Z_OBJ_P(op); in zend_object_is_true() local
/PHP-8.1/ext/pspell/
H A Dpspell.c80 static php_pspell_object *php_pspell_object_from_zend_object(zend_object *zobj) { in php_pspell_object_from_zend_object()
97 zend_object *zobj = php_pspell_object_to_zend_object(obj); in php_pspell_object_create() local
107 static void php_pspell_object_free(zend_object *zobj) { in php_pspell_object_free()
118 static php_pspell_config_object *php_pspell_config_object_from_zend_object(zend_object *zobj) { in php_pspell_config_object_from_zend_object()
135 zend_object *zobj = php_pspell_config_object_to_zend_object(obj); in php_pspell_config_object_create() local
145 static void php_pspell_config_object_free(zend_object *zobj) { in php_pspell_config_object_free()
/PHP-8.1/ext/com_dotnet/
H A Dcom_variant.c497 zval *zobj, *zvalue = NULL; in PHP_FUNCTION() local
1003 zval *zobj; in PHP_FUNCTION() local
1019 zval *zobj; in PHP_FUNCTION() local
1053 zval *zobj; in PHP_FUNCTION() local
H A Dcom_persist.c638 zval *zobj = NULL; in CPH_METHOD() local
/PHP-8.1/ext/gmp/
H A Dphp_gmp_int.h24 static inline gmp_object *php_gmp_object_from_zend_object(zend_object *zobj) { in php_gmp_object_from_zend_object()
H A Dgmp.c475 zend_object *zobj; in gmp_unserialize() local
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_helpers.c1833 static void ZEND_FASTCALL zend_jit_fetch_obj_r_slow(zend_object *zobj) in zend_jit_fetch_obj_r_slow()
1850 static void ZEND_FASTCALL zend_jit_fetch_obj_r_dynamic(zend_object *zobj, intptr_t prop_offset) in zend_jit_fetch_obj_r_dynamic()
1891 static void ZEND_FASTCALL zend_jit_fetch_obj_is_slow(zend_object *zobj) in zend_jit_fetch_obj_is_slow()
1908 static void ZEND_FASTCALL zend_jit_fetch_obj_is_dynamic(zend_object *zobj, intptr_t prop_offset) in zend_jit_fetch_obj_is_dynamic()
2041 static void ZEND_FASTCALL zend_jit_fetch_obj_w_slow(zend_object *zobj) in zend_jit_fetch_obj_w_slow()
2482 static void ZEND_FASTCALL zend_jit_assign_obj_helper(zend_object *zobj, zend_string *name, zval *va… in zend_jit_assign_obj_helper()
2589 static void ZEND_FASTCALL zend_jit_assign_obj_op_helper(zend_object *zobj, zend_string *name, zval … in zend_jit_assign_obj_op_helper()
2793 static void ZEND_FASTCALL zend_jit_pre_inc_obj_helper(zend_object *zobj, zend_string *name, void **… in zend_jit_pre_inc_obj_helper()
2863 static void ZEND_FASTCALL zend_jit_pre_dec_obj_helper(zend_object *zobj, zend_string *name, void **… in zend_jit_pre_dec_obj_helper()
2933 static void ZEND_FASTCALL zend_jit_post_inc_obj_helper(zend_object *zobj, zend_string *name, void *… in zend_jit_post_inc_obj_helper()
[all …]
/PHP-8.1/ext/ftp/
H A Dphp_ftp.c69 static inline php_ftp_object *ftp_object_from_zend_object(zend_object *zobj) { in ftp_object_from_zend_object()
75 zend_object *zobj = ftp_object_to_zend_object(obj); in ftp_object_create() local
84 static zend_function *ftp_object_get_constructor(zend_object *zobj) { in ftp_object_get_constructor()
89 static void ftp_object_destroy(zend_object *zobj) { in ftp_object_destroy()
/PHP-8.1/ext/fileinfo/
H A Dfileinfo.c264 zend_object *zobj = finfo_objects_new(finfo_class_entry); in PHP_FUNCTION() local
/PHP-8.1/ext/intl/converter/
H A Dconverter.c64 static void php_converter_default_callback(zval *return_value, zval *zobj, zend_long reason, zval *… in php_converter_default_callback()
506 static void php_converter_resolve_callback(zval *zobj, in php_converter_resolve_callback()
/PHP-8.1/ext/imap/
H A Dphp_imap.c156 static inline php_imap_object *imap_object_from_zend_object(zend_object *zobj) { in imap_object_from_zend_object()
162 zend_object *zobj = imap_object_to_zend_object(obj); in imap_object_create() local
172 static zend_function *imap_object_get_constructor(zend_object *zobj) { in imap_object_get_constructor()
177 static void imap_object_destroy(zend_object *zobj) { in imap_object_destroy()
/PHP-8.1/ext/phar/
H A Dphar_object.c1107 zval *zobj = ZEND_THIS, arg1, arg2; in PHP_METHOD() local
1350 zval *zobj = ZEND_THIS; in PHP_METHOD() local
4408 zval *zobj = ZEND_THIS, arg1; in PHP_METHOD() local
4475 zval *zobj = ZEND_THIS; in PHP_METHOD() local
/PHP-8.1/ext/hash/
H A Dhash.c1374 zend_object *zobj = &objval->std; in php_hashcontext_create() local
1407 static zend_object *php_hashcontext_clone(zend_object *zobj) { in php_hashcontext_clone()
/PHP-8.1/ext/standard/
H A Dvar.c580 zend_object *zobj = Z_OBJ_P(struc); in php_var_export_ex() local
/PHP-8.1/ext/gd/
H A Dgd.c250 static php_gd_font_object *php_gd_font_object_from_zend_object(zend_object *zobj) in php_gd_font_object_from_zend_object()
263 zend_object *zobj = php_gd_font_object_to_zend_object(obj); in php_gd_font_object_create() local
273 static void php_gd_font_object_free(zend_object *zobj) in php_gd_font_object_free()
/PHP-8.1/ext/soap/
H A Dphp_encoding.c1454 zend_object *zobj = Z_OBJ_P(ret); in to_zval_object_ex() local
/PHP-8.1/ext/ffi/
H A Dffi.c1682 static zend_string *zend_ffi_cdata_get_class_name(const zend_object *zobj) /* {{{ */ in zend_ffi_cdata_get_class_name()
2184 static zend_string *zend_ffi_ctype_get_class_name(const zend_object *zobj) /* {{{ */ in zend_ffi_ctype_get_class_name()

Completed in 342 milliseconds

12