Home
last modified time | relevance | path

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

12345678

/PHP-7.1/
H A DCONTRIBUTING.md3 Anybody who programs in PHP can be a contributing member of the community that
H A DNEWS719 . Fixed bug #75311 (error: 'zend_hash_key' has no member named 'arKey' in
3667 . Implemented the RFC `Catchable "Call to a member function bar() on a
/PHP-7.1/Zend/RFCs/
H A D001.txt61 5 $this->member = $value;
66 10 return $this->member;
80 Without the new Java-like handles, at line 20 the objects' data member
81 member is set to the string value of "bar". Because of the internal
/PHP-7.1/Zend/
H A DZEND_CHANGES56 The Zend Engine 2.0 introduces private and protected member
59 member variable.
100 Protected member variables can be accessed in classes extending the
101 class they are declared in, whereas private member variables can
1123 * Ability to call member functions of other classes from within
1124 member functions or from the global scope.
H A Dzend_API.c1078 zval member; in zend_merge_properties() local
1080 ZVAL_STR(&member, key); in zend_merge_properties()
1081 obj_ht->write_property(obj, &member, value, NULL); in zend_merge_properties()
/PHP-7.1/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.phpt10 public $member;
13 $this->member = 1;
26 $this->member += 1;
27 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 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.phpt79 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.1/Zend/tests/anon/
H A D005.phpt33 /* null because no inheritance, so no access to protected member */
/PHP-7.1/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.1/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

Completed in 102 milliseconds

12345678