Home
last modified time | relevance | path

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

12345

/php-src/
H A DCONTRIBUTING.md3 Anybody who programs in PHP can be a contributing member of the community that
H A DUPGRADING.INTERNALS29 * The zend_object_iterator_funcs valid member has changed its signature from
167 - The generate member of a php_random_algo is now expected to return
169 member of the php_random_status struct and the generate_size member of
172 reduced it to a single void* member containing the actual state, resulting
178 - The seed member of a php_random_algo has been removed. As a replacement
/php-src/Zend/asm/
H A Dmake_i386_ms_pe_masm.asm96 ; load 'next' member of current SEH into EDX
108 ; load 'handler' member of SEH == address of last SEH handler installed by Windows
/php-src/Zend/tests/
H A D019.phpt211 // check the object and member that is not set
217 //set the member variable lable and check
226 //unset a member and check
248 // try isset/unset/empty on a member function
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.phpt15 array_walk(): Argument #2 ($callback) must be a valid callback, first array member is not a valid c…
H A Dbug38146.phpt6 public function __get($member) {
H A Dbug77494.phpt2 Bug #77494 (Disabling class causes segfault on member access)
H A Dcall_user_func_002.phpt38 call_user_func(): Argument #1 ($callback) must be a valid callback, first array member is not a val…
41 call_user_func(): Argument #1 ($callback) must be a valid callback, first array member is not a val…
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"
13 call_user_func(): Argument #1 ($callback) must be a valid callback, first array member is not a val…
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-src/Zend/tests/anon/
H A D005.phpt33 /* null because no inheritance, so no access to protected member */
/php-src/Zend/tests/nullsafe_operator/
H A D002.phpt38 string(40) "Call to a member function bar() on false"
39 string(40) "Call to a member function bar() on array"
40 string(38) "Call to a member function bar() on int"
41 string(40) "Call to a member function bar() on float"
42 string(41) "Call to a member function bar() on string"
H A D014.phpt43 Call to a member function null() on null
44 Call to a member function null() on null
47 Call to a member function baz() on int
H A Dconstant_propagation.phpt16 Call to a member function length() on string
/php-src/Zend/tests/type_declarations/
H A Dinternal_function_strict_mode.phpt33 …): Argument #1 ($callback) must be a valid callback or null, first array member is not a valid cla…
/php-src/Zend/tests/varSyntax/
H A DconstClassMemberAccess.phpt2 Const class member access with deference
H A Dconstant_object_deref.phpt23 Call to a member function length() on string
24 Call to a member function length() on string
H A Dencapsed_string_deref.phpt27 Call to a member function method() on string

Completed in 22 milliseconds

12345