Searched refs:zend_read_property_ex (Results 1 – 10 of 10) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_exceptions.c | 117 …ancestor = zend_read_property_ex(i_get_exception_base(add_previous), add_previous, ZSTR_KNOWN(ZEND… in zend_exception_set_previous() 124 …ancestor = zend_read_property_ex(i_get_exception_base(Z_OBJ_P(ancestor)), Z_OBJ_P(ancestor), ZSTR_… in zend_exception_set_previous() 128 previous = zend_read_property_ex(base_ce, Z_OBJ_P(ex), ZSTR_KNOWN(ZEND_STR_PREVIOUS), 1, &rv); in zend_exception_set_previous() 338 …pvalue = zend_read_property_ex(i_get_exception_base(Z_OBJ_P(object)), Z_OBJ_P(object), ZSTR_KNOWN(… 404 …zend_read_property_ex(i_get_exception_base(Z_OBJ_P(object)), Z_OBJ_P(object), ZSTR_KNOWN(id), 0, &… 406 …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_API.c | 4971 ZEND_API zval *zend_read_property_ex(zend_class_entry *scope, zend_object *object, zend_string *nam… in zend_read_property_ex() function 4991 value = zend_read_property_ex(scope, object, str, silent, rv); in zend_read_property()
|
H A D | zend_ast.c | 1002 zval *property_result = zend_read_property_ex(scope, zobj, name, 0, result); in zend_ast_evaluate_inner()
|
H A D | zend_API.h | 510 ZEND_API zval *zend_read_property_ex(zend_class_entry *scope, zend_object *object, zend_string *nam…
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 720 …file = zval_get_string(zend_read_property_ex(zend_get_exception_base(ex), ex, ZSTR_KNOWN(ZEND_STR_… in phpdbg_handle_exception() 721 …line = zval_get_long(zend_read_property_ex(zend_get_exception_base(ex), ex, ZSTR_KNOWN(ZEND_STR_LI… in phpdbg_handle_exception() 729 …msg = zval_get_string(zend_read_property_ex(zend_get_exception_base(ex), ex, ZSTR_KNOWN(ZEND_STR_S… in phpdbg_handle_exception() 1702 …zend_string *file = zval_get_string(zend_read_property_ex(zend_get_exception_base(exception), exce… in phpdbg_execute_ex() 1703 …zend_long line = zval_get_long(zend_read_property_ex(zend_get_exception_base(exception), exception… in phpdbg_execute_ex() 1704 …zend_string *msg = zval_get_string(zend_read_property_ex(zend_get_exception_base(exception), excep… in phpdbg_execute_ex()
|
/PHP-8.3/sapi/cli/ |
H A D | php_cli.c | 1086 …zval *msg = zend_read_property_ex(zend_ce_exception, EG(exception), ZSTR_KNOWN(ZEND_STR_MESSAGE), … in do_cli()
|
/PHP-8.3/ext/soap/ |
H A D | soap.c | 610 …file = zend_read_property_ex(soap_fault_class_entry, Z_OBJ_P(this_ptr), ZSTR_KNOWN(ZEND_STR_FILE),… in PHP_METHOD() 611 …line = zend_read_property_ex(soap_fault_class_entry, Z_OBJ_P(this_ptr), ZSTR_KNOWN(ZEND_STR_LINE),… in PHP_METHOD() 1140 …zend_string *msg = zval_get_string(zend_read_property_ex(zend_ce_error, Z_OBJ(exception_object), Z… in _soap_server_exception()
|
/PHP-8.3/ext/curl/ |
H A D | interface.c | 1438 …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.3/ext/sodium/ |
H A D | libsodium.c | 128 …zval *trace = zend_read_property_ex(zend_get_exception_base(obj), obj, ZSTR_KNOWN(ZEND_STR_TRACE),… in ZEND_GET_MODULE()
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.c | 5716 member_p = zend_read_property_ex(intern->ce, Z_OBJ_P(object), ref->unmangled_name, 0, &rv); in ZEND_METHOD()
|
Completed in 121 milliseconds