Home
last modified time | relevance | path

Searched refs:member (Results 1 – 25 of 159) sorted by path

1234567

/PHP-7.4/
H A DCONTRIBUTING.md3 Anybody who programs in PHP can be a contributing member of the community that
H A DNEWS2219 . Fixed bug #77494 (Disabling class causes segfault on member access).
/PHP-7.4/Zend/tests/
H A D019.phpt221 // check the object and member that is not set
227 //set the member variable lable and check
236 //unset a member and check
258 // try isset/unset/empty on a member function
H A Daccess_modifiers_007.phpt13 Fatal error: Cannot use the final modifier on an abstract class member in %s on line %d
H A Dbug20240.phpt8 public $member;
11 $this->member = 1;
24 $this->member += 1;
25 print $this->member."\n";
H A Dbug29015.phpt2 Bug #29015 (Incorrect behavior of member vars(non string ones)-numeric mem vars und others)
H A Dbug29689.phpt2 Bug #29689 (default value of protected member overrides default value of private)
H A Dbug30820.phpt2 Bug #30820 (static member conflict with $this->member silently ignored)
H A Dbug31720.phpt13 Warning: array_walk() expects parameter 2 to be a valid callback, first array member is not a valid…
H A Dbug38146.phpt6 public function __get($member) {
H A Dbug62005.phpt2 Bug #62005 (unexpected behavior when incrementally assigning to a member of a null object)
H A Dbug77494.phpt2 Bug #77494 (Disabling class causes segfault on member access)
H A Dcall_user_func_002.phpt25 Warning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a v…
29 Warning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a v…
H A Ddereference_002.phpt81 Fatal error: Uncaught Error: Call to a member function bar() on null in %s:%d
H A Dmethods-on-non-objects-call-user-func.phpt2 call_user_func() in combination with "Call to a member function method() on a non-object"
10 Warning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a v…
H A Dmethods-on-non-objects-catch.phpt19 string(%d) "Call to a member function method() on null"
H A Dmethods-on-non-objects-usort.phpt2 usort() in combination with "Call to a member function method() on null"
24 string(43) "Call to a member function compare() on null"
26 string(43) "Call to a member function compare() on null"
28 string(43) "Call to a member function compare() on null"
30 string(43) "Call to a member function compare() on null"
H A Dmethods-on-non-objects.phpt11 Fatal error: Uncaught Error: Call to a member function method() on null in %s:%d
/PHP-7.4/Zend/tests/anon/
H A D005.phpt33 /* null because no inheritance, so no access to protected member */
/PHP-7.4/Zend/tests/type_declarations/
H A Dinternal_function_strict_mode.phpt33 *** Caught array_map() expects parameter 1 to be a valid callback, first array member is not a vali…
/PHP-7.4/Zend/tests/varSyntax/
H A DconstClassMemberAccess.phpt2 Const class member access with deference
H A Dmethod_call_on_string_literal.phpt8 Fatal error: Uncaught Error: Call to a member function length() on string in %s:%d
H A DstaticMember.phpt2 Static member access
/PHP-7.4/Zend/
H A Dzend_API.c1178 zval member; in zend_merge_properties() local
1180 ZVAL_STR(&member, key); in zend_merge_properties()
1181 obj_ht->write_property(obj, &member, value, NULL); in zend_merge_properties()
H A Dzend_closures.c435 static ZEND_COLD zval *zend_closure_read_property(zval *object, zval *member, int type, void **cach… in zend_closure_read_property() argument
442 static ZEND_COLD zval *zend_closure_write_property(zval *object, zval *member, zval *value, void **… in zend_closure_write_property() argument
449 static ZEND_COLD zval *zend_closure_get_property_ptr_ptr(zval *object, zval *member, int type, void… in zend_closure_get_property_ptr_ptr() argument
456 static ZEND_COLD int zend_closure_has_property(zval *object, zval *member, int has_set_exists, void… in zend_closure_has_property() argument
465 static ZEND_COLD void zend_closure_unset_property(zval *object, zval *member, void **cache_slot) /*… in zend_closure_unset_property() argument

Completed in 41 milliseconds

1234567