/PHP-8.4/Zend/ |
H A D | zend_exceptions.c | 118 …ancestor = zend_read_property_ex(i_get_exception_base(add_previous), add_previous, ZSTR_KNOWN(ZEND… in zend_exception_set_previous() 125 …ancestor = zend_read_property_ex(i_get_exception_base(Z_OBJ_P(ancestor)), Z_OBJ_P(ancestor), ZSTR_… in zend_exception_set_previous() 129 previous = zend_read_property_ex(base_ce, Z_OBJ_P(ex), ZSTR_KNOWN(ZEND_STR_PREVIOUS), 1, &rv); in zend_exception_set_previous() 339 …pvalue = zend_read_property_ex(i_get_exception_base(Z_OBJ_P(object)), Z_OBJ_P(object), ZSTR_KNOWN(… 405 …zend_read_property_ex(i_get_exception_base(Z_OBJ_P(object)), Z_OBJ_P(object), ZSTR_KNOWN(id), 0, &… 407 …zend_read_property_ex(i_get_exception_base(Z_OBJ_P(object)), Z_OBJ_P(object), ZSTR_KNOWN(id), 1, &… 627 zval *trace = zend_read_property_ex(base_ce, Z_OBJ_P(object), ZSTR_KNOWN(ZEND_STR_TRACE), 1, &rv); in ZEND_METHOD()
|
H A D | zend_property_hooks.c | 160 …zval *value = zend_read_property_ex(prop_info->ce, zobj, unmangled_name, /* silent */ true, &hooke… in zho_declared_it_fetch_current()
|
H A D | zend_builtin_functions.c | 843 zend_read_property_ex(prop_info->ce, zobj, unmangled_name, /* silent */ true, &tmp); in ZEND_FUNCTION()
|
H A D | zend_API.c | 5179 ZEND_API zval *zend_read_property_ex(zend_class_entry *scope, zend_object *object, zend_string *nam… in zend_read_property_ex() function 5199 value = zend_read_property_ex(scope, object, str, silent, rv); in zend_read_property()
|
H A D | zend_execute.c | 1845 …z = zend_read_property_ex(zend_ce_deprecated, Z_OBJ_P(&obj), ZSTR_KNOWN(ZEND_STR_MESSAGE), false, … in get_deprecation_suffix_from_attribute() 1852 …z = zend_read_property_ex(zend_ce_deprecated, Z_OBJ_P(&obj), ZSTR_KNOWN(ZEND_STR_SINCE), false, NU… in get_deprecation_suffix_from_attribute()
|
H A D | zend_ast.c | 1039 zval *property_result = zend_read_property_ex(scope, zobj, name, 0, result); in zend_ast_evaluate_inner()
|
H A D | zend_API.h | 515 ZEND_API zval *zend_read_property_ex(zend_class_entry *scope, zend_object *object, zend_string *nam…
|
/PHP-8.4/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 718 …file = zval_get_string(zend_read_property_ex(zend_get_exception_base(ex), ex, ZSTR_KNOWN(ZEND_STR_… in phpdbg_handle_exception() 719 …line = zval_get_long(zend_read_property_ex(zend_get_exception_base(ex), ex, ZSTR_KNOWN(ZEND_STR_LI… in phpdbg_handle_exception() 727 …msg = zval_get_string(zend_read_property_ex(zend_get_exception_base(ex), ex, ZSTR_KNOWN(ZEND_STR_S… in phpdbg_handle_exception() 1707 …zend_string *file = zval_get_string(zend_read_property_ex(zend_get_exception_base(exception), exce… in phpdbg_execute_ex() 1708 …zend_long line = zval_get_long(zend_read_property_ex(zend_get_exception_base(exception), exception… in phpdbg_execute_ex() 1709 …zend_string *msg = zval_get_string(zend_read_property_ex(zend_get_exception_base(exception), excep… in phpdbg_execute_ex()
|
/PHP-8.4/ext/json/ |
H A D | json_encoder.c | 286 zend_read_property_ex(prop_info->ce, Z_OBJ_P(val), prop_info->name, /* silent */ true, &tmp); in php_json_encode_array()
|
/PHP-8.4/sapi/cli/ |
H A D | php_cli.c | 1055 …zval *msg = zend_read_property_ex(zend_ce_exception, EG(exception), ZSTR_KNOWN(ZEND_STR_MESSAGE), … in do_cli()
|
/PHP-8.4/ext/standard/ |
H A D | var.c | 640 val = zend_read_property_ex(prop_info->ce, zobj, unmangled_name, /* silent */ true, &tmp); in php_var_export_ex()
|
/PHP-8.4/ext/soap/ |
H A D | soap.c | 727 …file = zend_read_property_ex(soap_fault_class_entry, Z_OBJ_P(this_ptr), ZSTR_KNOWN(ZEND_STR_FILE),… in PHP_METHOD() 728 …line = zend_read_property_ex(soap_fault_class_entry, Z_OBJ_P(this_ptr), ZSTR_KNOWN(ZEND_STR_LINE),… in PHP_METHOD() 1248 …zend_string *msg = zval_get_string(zend_read_property_ex(zend_ce_error, Z_OBJ(exception_object), Z… in _soap_server_exception()
|
/PHP-8.4/ext/curl/ |
H A D | interface.c | 1433 …prop = zend_read_property_ex(curl_CURLFile_class, Z_OBJ_P(current), ZSTR_KNOWN(ZEND_STR_NAME), /* … in build_mime_structure_from_hash()
|
/PHP-8.4/ext/sodium/ |
H A D | libsodium.c | 127 …zval *trace = zend_read_property_ex(zend_get_exception_base(obj), obj, ZSTR_KNOWN(ZEND_STR_TRACE),… in ZEND_GET_MODULE()
|
/PHP-8.4/ext/reflection/ |
H A D | php_reflection.c | 6041 member_p = zend_read_property_ex(intern->ce, Z_OBJ_P(object), ref->unmangled_name, 0, &rv); in ZEND_METHOD() 6123 zval *member_p = zend_read_property_ex(intern->ce, Z_OBJ_P(object), ref->unmangled_name, 0, &rv); in ZEND_METHOD()
|