Home
last modified time | relevance | path

Searched refs:member (Results 26 – 50 of 119) sorted by relevance

12345

/PHP-8.2/ext/standard/tests/general_functions/
H A Dbug32647.phpt76 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, first array member
79 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, first array member
80 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, first array member
82 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, first array member
/PHP-8.2/ext/com_dotnet/
H A Dcom_handlers.c28 static zval *com_property_read(zend_object *object, zend_string *member, int type, void **cache_slo… in com_property_read() argument
41 res = php_com_do_invoke(obj, member, DISPATCH_METHOD|DISPATCH_PROPERTYGET, in com_property_read()
50 ZVAL_STR(&zv, member); in com_property_read()
60 static zval *com_property_write(zend_object *object, zend_string *member, zval *value, void **cache… in com_property_write() argument
70 if (SUCCESS == php_com_do_invoke(obj, member, in com_property_write()
180 static zval *com_get_property_ptr_ptr(zend_object *object, zend_string *member, int type, void **ca… in com_get_property_ptr_ptr() argument
185 static int com_property_exists(zend_object *object, zend_string *member, int check_empty, void **ca… in com_property_exists() argument
193 if (SUCCEEDED(php_com_get_id_of_name(obj, member, &dispid))) { in com_property_exists()
204 static int com_dimension_exists(zend_object *object, zval *member, int check_empty) in com_dimension_exists() argument
211 static void com_property_delete(zend_object *object, zend_string *member, void **cache_slot) in com_property_delete() argument
/PHP-8.2/ext/reflection/tests/
H A DReflectionParameter_getClass_self_parent_closure.phpt31 Parameter uses "self" as type but function is not a class member
34 Parameter uses "parent" as type but function is not a class member
/PHP-8.2/Zend/tests/
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 Dbug38146.phpt6 public function __get($member) {
H A Dmethods-on-non-objects.phpt11 Fatal error: Uncaught Error: Call to a member function method() on null in %s:%d
H A Dmethods-on-non-objects-catch.phpt19 string(%d) "Call to a member function method() on null"
H A Dbug29015.phpt2 Bug #29015 (Incorrect behavior of member vars(non string ones)-numeric mem vars und others)
H A Dbug31720.phpt15 array_walk(): Argument #2 ($callback) must be a valid callback, first array member is not a valid c…
/PHP-8.2/ext/spl/tests/
H A Dbug65967.phpt2 Bug #65967: SplObjectStorage contains corrupt member variables after garbage collection
/PHP-8.2/tests/classes/
H A Dinterface_member.phpt7 public $member;
H A Dprivate_members_serialization.phpt2 Verifies that it is possible to return private member names of parent classes in __sleep
/PHP-8.2/ext/standard/tests/array/
H A Duasort_object2.phpt31 // Simple class with single member variable
42 // Class without any member
47 // Class with static member
H A Dsizeof_object2.phpt9 // class without member
15 // class with only members and with out member functions
23 // no member functions
26 // class with only member functions
/PHP-8.2/ext/opcache/tests/
H A Dmethod_call_on_literal.phpt16 Call to a member function foo() on int
/PHP-8.2/Zend/tests/nullsafe_operator/
H A Dconstant_propagation.phpt16 Call to a member function length() on string
/PHP-8.2/Zend/tests/varSyntax/
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 DconstClassMemberAccess.phpt2 Const class member access with deference
H A Dmagic_const_deref.phpt24 Call to a member function method() on string
H A DstaticMember.phpt2 Static member access
/PHP-8.2/ext/xsl/
H A Dxsltprocessor.c137 zend_string *member; in PHP_METHOD() local
174 member = ZSTR_INIT_LITERAL("cloneDocument", 0); in PHP_METHOD()
175 cloneDocu = zend_std_read_property(Z_OBJ_P(id), member, BP_VAR_R, NULL, &rv); in PHP_METHOD()
177 zend_string_release_ex(member, 0); in PHP_METHOD()
222 zend_string *member; in php_xsl_apply_stylesheet() local
279 member = ZSTR_INIT_LITERAL("doXInclude", 0); in php_xsl_apply_stylesheet()
280 doXInclude = zend_std_read_property(Z_OBJ_P(id), member, BP_VAR_R, NULL, &rv); in php_xsl_apply_stylesheet()
282 zend_string_release_ex(member, 0); in php_xsl_apply_stylesheet()
/PHP-8.2/ext/json/
H A Djson_parser.y64 %type <value> members member elements element
124 | member
127 member:
135 | member ',' key ':' value
/PHP-8.2/ext/standard/tests/serialize/
H A Dbug76300.phpt2 Bug #76300: Unserialize of extended protected member broken
H A Dbug35895.phpt24 Warning: serialize(): "parents" returned as member variable from __sleep() but does not exist in %s…
H A Dbug14293.phpt31 Warning: serialize(): "b" returned as member variable from __sleep() but does not exist in %s on li…

Completed in 44 milliseconds

12345