Home
last modified time | relevance | path

Searched refs:member (Results 126 – 150 of 181) sorted by relevance

12345678

/PHP-7.1/ext/dom/
H A Dphp_dom.h130 int dom_nodelist_has_dimension(zval *object, zval *member, int check_empty);
/PHP-7.1/ext/reflection/tests/
H A DReflectionProperty_setValue_error.phpt96 Cannot access non-public member TestClass::prot
/PHP-7.1/ext/standard/tests/array/
H A Dusort_object1.phpt29 // comparison function for SimpleClass2 objects which has more than one member
H A Darray_filter_object.phpt15 * object of class containing static member
H A Darray_walk_basic2.phpt6 * Description: Apply a user function to every member of an array
H A Darray_walk_recursive_basic2.phpt6 * Description: Apply a user function to every member of an array
H A Dusort_variation2.phpt165 Warning: usort() expects parameter 2 to be a valid callback, first array member is not a valid clas…
170 Warning: usort() expects parameter 2 to be a valid callback, first array member is not a valid clas…
H A Darray_walk_recursive_variation2.phpt6 * Description: Apply a user function to every member of an array
179 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, first array member is n…
182 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, first array member is n…
H A Darray_walk_variation2.phpt6 * Description: Apply a user function to every member of an array
179 Warning: array_walk() expects parameter 2 to be a valid callback, first array member is not a valid…
182 Warning: array_walk() expects parameter 2 to be a valid callback, first array member is not a valid…
H A Darray_filter_variation2.phpt137 Warning: array_filter() expects parameter 2 to be a valid callback, first array member is not a val…
140 Warning: array_filter() expects parameter 2 to be a valid callback, first array member is not a val…
H A Duasort_variation2.phpt150 Warning: uasort() expects parameter 2 to be a valid callback, first array member is not a valid cla…
154 Warning: uasort() expects parameter 2 to be a valid callback, first array member is not a valid cla…
H A Darray_walk_variation6.phpt6 * Description: Apply a user function to every member of an array
H A Darray_walk_recursive_variation6.phpt6 * Description: Apply a user function to every member of an array
H A Darray_intersect_ukey_variation3.phpt189 Warning: array_intersect_ukey() expects parameter 3 to be a valid callback, first array member is n…
192 Warning: array_intersect_ukey() expects parameter 4 to be a valid callback, first array member is n…
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_multiquery.phpt102 Fatal error: Uncaught Error: Call to a member function errorInfo() on boolean in %s:%d
H A Dpdo_mysql_prepare_native_clear_error.phpt96 Fatal error: Uncaught Error: Call to a member function execute() on boolean in %s:%d
/PHP-7.1/ext/com_dotnet/
H A DREADME30 "Items" member, which was wrong.
/PHP-7.1/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation1.phpt24 …ion 1 : Creating links across directories where linkname is stored as an object and array member */
H A Dpathinfo_variaton.phpt71 /* pathname as member of array */
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitLir.h1110 #define SLJIT_OFFSETOF(base, member) ((sljit_sw)(&((base*)0x10)->member) - 0x10) argument
/PHP-7.1/ext/standard/
H A Dcrypt_sha256.c17 # define __alignof__(type) offsetof (struct { char c; type member;}, member)
H A Dcrypt_sha512.c16 # define __alignof__(type) offsetof (struct { char c; type member;}, member)
/PHP-7.1/
H A DCONTRIBUTING.md3 Anybody who programs in PHP can be a contributing member of the community that
/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.
/PHP-7.1/ext/soap/
H A Dphp_encoding.c1189 zval member; in get_zval_property() local
1193 ZVAL_STRING(&member, name); in get_zval_property()
1196 data = Z_OBJ_HT_P(object)->read_property(object, &member, BP_VAR_IS, NULL, rv); in get_zval_property()
1201 property_info = zend_get_property_info(Z_OBJCE_P(object), Z_STR(member), 1); in get_zval_property()
1205 zval_ptr_dtor(&member); in get_zval_property()
1209 zval_ptr_dtor(&member); in get_zval_property()
1212 zval_ptr_dtor(&member); in get_zval_property()
1225 zval member; in unset_zval_property() local
1228 ZVAL_STRING(&member, name); in unset_zval_property()
1231 Z_OBJ_HT_P(object)->unset_property(object, &member, NULL); in unset_zval_property()
[all …]

Completed in 55 milliseconds

12345678