Home
last modified time | relevance | path

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

1234

/PHP-7.0/Zend/tests/
H A Dbug69732.phpt8 public function __get($name) {
H A Dobject_handlers.phpt10 function __get($property) {
/PHP-7.0/Zend/
H A Dzend_object_handlers.c200 zend_call_method_with_1_params(object, ce, &ce->__get, ZEND_GET_FUNC_NAME, retval, member); in zend_std_call_getter()
529 …perty_offset(zobj->ce, Z_STR_P(member), (type == BP_VAR_IS) || (zobj->ce->__get != NULL), cache_sl… in zend_std_read_property()
577 if (zobj->ce->__get) { in zend_std_read_property()
858 property_offset = zend_get_property_offset(zobj->ce, name, (zobj->ce->__get != NULL), cache_slot); in zend_std_get_property_ptr_ptr()
864 if (EXPECTED(!zobj->ce->__get) || in zend_std_get_property_ptr_ptr()
892 if (EXPECTED(!zobj->ce->__get) || in zend_std_get_property_ptr_ptr()
1546 if (EXPECTED(!EG(exception)) && zobj->ce->__get && !((*guard) & IN_GET)) { in zend_std_has_property()
H A Dzend.h150 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()
1077 ce->__get = fe; in zend_add_magic_methods()
H A Dzend_API.c2129 …zend_function *ctor = NULL, *dtor = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = … in zend_register_functions() local
2288 __get = reg_function; in zend_register_functions()
2336 scope->__get = __get; in zend_register_functions()
2380 if (__get) { in zend_register_functions()
2381 if (__get->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2382 …type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__get->common.function_n… in zend_register_functions()
2384 __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.h205 class_container.__get = handle_propget; \
H A Dzend_compile.c1661 ce->__get = NULL; in zend_initialize_class_data()
4821 ce->__get = (zend_function *) op_array; in zend_begin_method_decl()
/PHP-7.0/ext/standard/tests/array/
H A Darray_column_variant_objects.phpt35 public function __get($name)
/PHP-7.0/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.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt50 public function __get($prop) {
/PHP-7.0/ext/standard/tests/strings/
H A Dlcfirst.phpt75 public function __get($key) {
/PHP-7.0/ext/opcache/
H A Dzend_persist.c870 if (ce->__get) { in zend_update_parent_ce()
871 ce->__get = zend_shared_alloc_get_xlat_entry(ce->__get); in zend_update_parent_ce()
H A Dzend_file_cache.c663 SERIALIZE_PTR(ce->__get); in zend_file_cache_serialize_class()
1220 UNSERIALIZE_PTR(ce->__get); in zend_file_cache_unserialize_class()
H A Dzend_accelerator_util_funcs.c448 zend_update_inherited_handler(__get); in zend_class_copy_ctor()
/PHP-7.0/
H A DUPGRADING643 __get() for dynamic properties must also implement __isset().
H A DNEWS1076 . Fixed bug #72813 (Segfault with __get returned by ref). (Laruence)

Completed in 99 milliseconds

1234