Home
last modified time | relevance | path

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

12345

/php-src/ext/standard/tests/general_functions/
H A Dcallbacks_002.phpt25 call_user_func(): Argument #1 ($callback) must be a valid callback, first array member is not a val…
26 call_user_func(): Argument #1 ($callback) must be a valid callback, second array member is not a va…
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-src/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-src/ext/dom/
H A Dhtml_collection.c124 int dom_html_collection_has_dimension(zend_object *object, zval *member, int check_empty) in dom_html_collection_has_dimension() argument
129 dom_nodelist_dimension_index index = dom_modern_nodelist_get_index(member); in dom_html_collection_has_dimension()
131 zend_illegal_container_offset(object->ce->name, member, BP_VAR_IS); in dom_html_collection_has_dimension()
H A Dhtml_collection.h21 int dom_html_collection_has_dimension(zend_object *object, zval *member, int check_empty);
H A Dnodelist.h38 int dom_modern_nodelist_has_dimension(zend_object *object, zval *member, int check_empty);
/php-src/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-src/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 Dmethods-on-non-objects.phpt11 Fatal error: Uncaught Error: Call to a member function method() on null in %s:%d
H A Dbug38146.phpt6 public function __get($member) {
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-src/ext/spl/tests/SplObjectStorage/
H A Dbug65967.phpt2 Bug #65967: SplObjectStorage contains corrupt member variables after garbage collection
/php-src/tests/classes/
H A Dinterface_member.phpt7 public $member;
/php-src/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-src/ext/opcache/tests/
H A Dmethod_call_on_literal.phpt16 Call to a member function foo() on int
/php-src/Zend/tests/nullsafe_operator/
H A Dconstant_propagation.phpt16 Call to a member function length() on string
/php-src/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
/php-src/ext/json/
H A Djson_parser.y64 %type <value> members member elements element
124 | member
127 member:
135 | member ',' key ':' value
/php-src/ext/standard/tests/serialize/
H A Dbug35895.phpt24 Warning: serialize(): "parents" returned as member variable from __sleep() but does not exist in %s…
H A Dbug76300.phpt2 Bug #76300: Unserialize of extended protected member broken

Completed in 23 milliseconds

12345