Home
last modified time | relevance | path

Searched refs:member (Results 76 – 100 of 181) sorted by relevance

12345678

/PHP-7.1/ext/com_dotnet/
H A Dcom_saproxy.c74 static zval *saproxy_property_read(zval *object, zval *member, int type, void **cahce_slot, zval *r… in saproxy_property_read() argument
83 static void saproxy_property_write(zval *object, zval *member, zval *value, void **cache_slot) in saproxy_property_write() argument
291 static int saproxy_property_exists(zval *object, zval *member, int check_empty, void **cache_slot) in saproxy_property_exists() argument
297 static int saproxy_dimension_exists(zval *object, zval *member, int check_empty) in saproxy_dimension_exists() argument
303 static void saproxy_property_delete(zval *object, zval *member, void **cache_slot) in saproxy_property_delete() argument
/PHP-7.1/ext/dom/
H A Dphp_dom.c315 zend_string *member_str = zval_get_string(member); in dom_get_property_ptr_ptr()
320 retval = std_hnd->get_property_ptr_ptr(object, member, type, cache_slot); in dom_get_property_ptr_ptr()
332 zend_string *member_str = zval_get_string(member); in dom_read_property()
351 retval = std_hnd->read_property(object, member, type, cache_slot, rv); in dom_read_property()
360 void dom_write_property(zval *object, zval *member, zval *value, void **cache_slot) in dom_write_property() argument
363 zend_string *member_str = zval_get_string(member); in dom_write_property()
373 std_hnd->write_property(object, member, value, cache_slot); in dom_write_property()
384 zend_string *member_str = zval_get_string(member); in dom_property_exists()
406 retval = std_hnd->has_property(object, member, check_empty, cache_slot); in dom_property_exists()
1552 int dom_nodelist_has_dimension(zval *object, zval *member, int check_empty) in dom_nodelist_has_dimension() argument
[all …]
/PHP-7.1/ext/soap/tests/bugs/
H A Dbug41004.phpt2 Bug #41004 (minOccurs="0" and null class member variable)
/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/ext/standard/tests/array/
H A Dasort_object2.phpt2 Test asort() function : object functionality - sorting objects with diff. accessibility of member v…
25 // initializing object member value
40 // initializing object member value
H A Dsort_object2.phpt2 Test sort() function : object functionality - sorting objects with diff. accessibility of member va…
24 // initializing object member value
38 // initializing object member value
H A Drsort_object1.phpt20 // initializing object member value
31 // initializing object member value
H A Darray_walk_variation8.phpt6 * Description: Apply a user function to every member of an array
H A Darray_walk_object1.phpt6 * Description: Apply a user function to every member of an array
H A Darray_walk_recursive_object1.phpt6 * Description: Apply a user function to every member of an array
H A Darray_walk_recursive_variation8.phpt6 * Description: Apply a user function to every member of an array
H A Darray_walk_variation4.phpt6 * Description: Apply a user function to every member of an array
H A Darray_walk_recursive_variation4.phpt6 * Description: Apply a user function to every member of an array
H A Darray_walk_recursive_variation5.phpt6 * Description: Apply a user function to every member of an array
H A Darray_walk_variation5.phpt6 * Description: Apply a user function to every member of an array
H A Dsizeof_object1.phpt31 return 3; // return the count of member variables in the object
H A Dsort_object1.phpt20 // initializing object member value
31 // initializing object member value
H A Darray_walk_error1.phpt6 * Description: Apply a user function to every member of an array
/PHP-7.1/Zend/
H A Dzend_objects_API.h70 ZEND_API zend_object *zend_object_create_proxy(zval *object, zval *member);
/PHP-7.1/Zend/tests/anon/
H A D005.phpt33 /* null because no inheritance, so no access to protected member */
/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/tests/
H A Dbug29689.phpt2 Bug #29689 (default value of protected member overrides default value of private)
H A Ddereference_002.phpt79 Fatal error: Uncaught Error: Call to a member function bar() on null in %s:%d
/PHP-7.1/ext/tokenizer/tests/
H A Dtoken_get_all_TOKEN_PARSE_001.phpt2 Semi reserved words support: member access
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_mixed_style.phpt39 Fatal error: Uncaught Error: Call to a member function execute() on boolean in %s:%d

Completed in 62 milliseconds

12345678