Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/dom/
H A Dphp_dom.h129 int dom_nodelist_has_dimension(zval *object, zval *member, int check_empty);
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_multiquery.phpt102 Fatal error: Uncaught Error: Call to a member function errorInfo() on bool in %s:%d
H A Dpdo_mysql_prepare_native_clear_error.phpt96 Fatal error: Uncaught Error: Call to a member function execute() on bool in %s:%d
/PHP-7.4/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 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
/PHP-7.4/ext/reflection/tests/
H A DReflectionProperty_setValue_error.phpt96 Cannot access non-public member TestClass::$prot
H A DReflectionProperty_isInitialized.phpt106 Cannot access non-public member A::$p
/PHP-7.4/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.4/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation1.phpt25 …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.4/ext/ffi/
H A Dffi.c1003 if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING) in zend_ffi_cdata_get()
1004 || UNEXPECTED(!zend_string_equals_literal(Z_STR_P(member), "cdata"))) { in zend_ffi_cdata_get()
1014 static zval *zend_ffi_cdata_set(zval *object, zval *member, zval *value, void **cache_slot) /* {{{ … in zend_ffi_cdata_set() argument
1026 if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING) in zend_ffi_cdata_set()
1027 || UNEXPECTED(!zend_string_equals_literal(Z_STR_P(member), "cdata"))) { in zend_ffi_cdata_set()
1123 zend_string *field_name = zval_get_tmp_string(member, &tmp_field_name); in zend_ffi_cdata_read_field()
1201 zend_string *field_name = zval_get_tmp_string(member, &tmp_field_name); in zend_ffi_cdata_write_field()
1253 zend_string *field_name = zval_get_tmp_string(member, &tmp_field_name); in zend_ffi_cdata_write_field()
2365 zend_string *var_name = zval_get_tmp_string(member, &tmp_var_name); in zend_ffi_read_var()
2410 static zval *zend_ffi_write_var(zval *object, zval *member, zval *value, void **cache_slot) /* {{{ … in zend_ffi_write_var() argument
[all …]
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1406 #define SLJIT_OFFSETOF(base, member) ((sljit_sw)(&((base*)0x10)->member) - 0x10) argument
/PHP-7.4/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt52 /* class with member as object of other class */
H A Dis_callable_basic2.phpt57 /* class with no member */
61 /* class with member as object of other class */
H A Dprint_r.phpt170 /* class with no member */
175 /* class with member as object of other class */
H A Dprint_r_64bit.phpt174 /* class with no member */
179 /* class with member as object of other class */
H A Dvar_dump.phpt168 /* class with no member */
173 /* class with member as object of other class */
/PHP-7.4/build/
H A Dphp_cxx_compile_stdcxx.m4387 using member = typename T::member_type;
393 void func(member<T>*) {}
/PHP-7.4/Zend/tests/
H A D019.phpt221 // check the object and member that is not set
227 //set the member variable lable and check
236 //unset a member and check
258 // try isset/unset/empty on a member function
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c66 #define SQLITE3_CHECK_INITIALIZED(db_obj, member, class_name) \ argument
67 if (!(db_obj) || !(member)) { \
72 #define SQLITE3_CHECK_INITIALIZED_STMT(member, class_name) \ argument
73 if (!(member)) { \

Completed in 64 milliseconds

1234567