Home
last modified time | relevance | path

Searched refs:__set (Results 51 – 66 of 66) sorted by relevance

123

/PHP-5.5/Zend/tests/
H A Dobject_handlers.phpt13 function __set($property, $value) {
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt24 public function __set($prop, $value) {
/PHP-5.5/ext/spl/tests/
H A DarrayObject_magicMethods1.phpt16 function __set($name, $value) {
H A DarrayObject_magicMethods2.phpt16 function __set($name, $value) {
H A DarrayObject_magicMethods3.phpt16 function __set($name, $value) {
H A DarrayObject_magicMethods4.phpt21 function __set($name, $value) {
H A DarrayObject_magicMethods6.phpt21 function __set($name, $value) {
/PHP-5.5/ext/standard/tests/strings/
H A Dlcfirst.phpt69 public function __set($key, $value) {
/PHP-5.5/Zend/
H A Dzend_object_handlers.c185 …zend_call_method_with_2_params(&object, ce, &ce->__set, ZEND_SET_FUNC_NAME, &retval, member, value… in zend_std_call_setter()
542 …property_info = zend_get_property_info_quick(zobj->ce, member, (zobj->ce->__set != NULL), key TSRM… in zend_std_write_property()
583 if (zobj->ce->__set && in zend_std_write_property()
617 } else if (zobj->ce->__set && guard && guard->in_set == 1) { in zend_std_write_property()
H A Dzend_API.c2035 …zend_function *ctor = NULL, *dtor = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = … in zend_register_functions() local
2173 __set = reg_function; in zend_register_functions()
2213 scope->__set = __set; in zend_register_functions()
2261 if (__set) { in zend_register_functions()
2262 if (__set->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2263 …zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __set->common.function_nam… in zend_register_functions()
2265 __set->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; in zend_register_functions()
H A Dzend.h497 union _zend_function *__set; member
H A DZEND_CHANGES740 by class methods __call(), __get() and __set().
742 __get() and __set() Example:
761 function __set($nm, $val) {
H A Dzend_API.h195 class_container.__set = handle_propset; \
H A Dzend_compile.c1669 CG(active_class_entry)->__set = (zend_function *) CG(active_op_array); in zend_do_begin_function_declaration()
3019 if (!ce->__set) { in do_inherit_parent_constructor()
3020 ce->__set = ce->parent->__set; in do_inherit_parent_constructor()
3854 ce->__set = fe; in zend_add_magic_methods()
6858 ce->__set = NULL; in zend_initialize_class_data()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c721 zend_update_inherited_handler(__set);
/PHP-5.5/
H A DNEWS4669 . Fixed bug #52879 (Objects unreferenced in __get, __set, __isset or __unset
4675 . Fixed bug #52484 (__set() ignores setting properties with empty names).
7013 - Fixed bug #43201 (Crash on using uninitialized vals and __get/__set). (Dmitry)
8361 - Fixed bug #38461 (setting private attribute with __set() produces
8712 - Fixed bug #36898 (__set() leaks in classes extending internal ones).
9224 - Fixed __get/__set to allow recursive calls for different properties. (Dmitry)
9260 - Fixed bug #35336 (crash on PDO::FETCH_CLASS + __set()). (Tony)
9378 - Fixed bug #34467 (foreach + __get + __set inconsistency). (Dmitry)
9689 - Fixed bug #30889 (Conflict between __get/__set and ++ operator). (Dmitry)
9706 - Fixed bug #30394 (Assignment operators yield wrong result with __get/__set).
[all …]

Completed in 110 milliseconds

123