Home
last modified time | relevance | path

Searched refs:__get (Results 76 – 100 of 100) sorted by relevance

1234

/PHP-7.1/Zend/tests/
H A Dbug39449.phpt7 public function & __get($val) {
H A Dbug44899_2.phpt20 function __get($var) {
H A Dbug70321.phpt12 public function & __get($key)
H A Dobjects_024.phpt13 public function __get($a) {
H A Dbug69732.phpt8 public function __get($name) {
H A Dobject_handlers.phpt10 function __get($property) {
/PHP-7.1/ext/standard/tests/array/
H A Darray_column_variant_objects.phpt35 public function __get($name)
/PHP-7.1/Zend/
H A Dzend_object_handlers.c203 zend_call_method_with_1_params(object, ce, &ce->__get, ZEND_GET_FUNC_NAME, retval, member); in zend_std_call_getter()
596 …perty_offset(zobj->ce, Z_STR_P(member), (type == BP_VAR_IS) || (zobj->ce->__get != NULL), cache_sl… in zend_std_read_property()
644 if (zobj->ce->__get) { in zend_std_read_property()
912 property_offset = zend_get_property_offset(zobj->ce, name, (zobj->ce->__get != NULL), cache_slot); in zend_std_get_property_ptr_ptr()
918 if (EXPECTED(!zobj->ce->__get) || in zend_std_get_property_ptr_ptr()
946 if (EXPECTED(!zobj->ce->__get) || in zend_std_get_property_ptr_ptr()
1615 if (EXPECTED(!EG(exception)) && zobj->ce->__get && !((*guard) & IN_GET)) { in zend_std_has_property()
H A Dzend.h135 union _zend_function *__get; member
H A Dzend_inheritance.c105 if (EXPECTED(!ce->__get)) { in do_inherit_parent_constructor()
106 ce->__get = ce->parent->__get; in do_inherit_parent_constructor()
1124 ce->__get = fe; in zend_add_magic_methods()
H A Dzend_API.c2125 …zend_function *ctor = NULL, *dtor = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = … in zend_register_functions() local
2284 __get = reg_function; in zend_register_functions()
2332 scope->__get = __get; in zend_register_functions()
2376 if (__get) { in zend_register_functions()
2377 if (__get->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2378 …type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__get->common.function_n… in zend_register_functions()
2380 __get->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; in zend_register_functions()
H A DZEND_CHANGES740 by class methods __call(), __get() and __set().
742 __get() and __set() Example:
749 function __get($nm) {
H A Dzend_API.h207 class_container.__get = handle_propget; \
H A Dzend_compile.c1776 ce->__get = NULL; in zend_initialize_class_data()
5477 ce->__get = (zend_function *) op_array; in zend_begin_method_decl()
/PHP-7.1/ext/spl/tests/
H A DarrayObject_magicMethods1.phpt12 function __get($name) {
H A DarrayObject_magicMethods2.phpt12 function __get($name) {
H A DarrayObject_magicMethods3.phpt12 function __get($name) {
H A DarrayObject_magicMethods4.phpt17 function __get($name) {
H A DarrayObject_magicMethods6.phpt17 function __get($name) {
/PHP-7.1/ext/opcache/
H A Dzend_persist.c812 if (ce->__get) { in zend_update_parent_ce()
813 ce->__get = zend_shared_alloc_get_xlat_entry(ce->__get); in zend_update_parent_ce()
H A Dzend_file_cache.c688 SERIALIZE_PTR(ce->__get); in zend_file_cache_serialize_class()
1298 UNSERIALIZE_PTR(ce->__get); in zend_file_cache_unserialize_class()
H A Dzend_accelerator_util_funcs.c398 zend_update_inherited_handler(__get); in zend_class_copy_ctor()
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt50 public function __get($prop) {
/PHP-7.1/ext/standard/tests/strings/
H A Dlcfirst.phpt75 public function __get($key) {
/PHP-7.1/
H A DNEWS1043 . Fixed bug #74340 (Magic function __get has different behavior in php 7.1.x).
1462 . Fixed bug #73288 (Segfault in __clone > Exception.toString > __get).
1482 . Fixed bug #72813 (Segfault with __get returned by ref). (Laruence)
2366 . Fixed bug #72813 (Segfault with __get returned by ref). (Laruence)

Completed in 187 milliseconds

1234