Searched defs:check_empty (Results 1 – 12 of 12) sorted by relevance
/PHP-8.3/ext/com_dotnet/ |
H A D | com_handlers.c | 185 static int com_property_exists(zend_object *object, zend_string *member, int check_empty, void **ca… in com_property_exists() 204 static int com_dimension_exists(zend_object *object, zval *member, int check_empty) in com_dimension_exists()
|
H A D | com_saproxy.c | 283 static int saproxy_property_exists(zend_object *object, zend_string *member, int check_empty, void … in saproxy_property_exists() 289 static int saproxy_dimension_exists(zend_object *object, zval *member, int check_empty) in saproxy_dimension_exists()
|
/PHP-8.3/ext/standard/ |
H A D | incomplete_class.c | 84 static int incomplete_class_has_property(zend_object *object, zend_string *member, int check_empty,… in incomplete_class_has_property()
|
/PHP-8.3/ext/dom/ |
H A D | php_dom.c | 371 static int dom_property_exists(zend_object *object, zend_string *name, int check_empty, void **cach… in dom_property_exists() 1746 static int dom_nodelist_has_dimension(zend_object *object, zval *member, int check_empty) in dom_nodelist_has_dimension() 1828 static int dom_nodemap_has_dimension(zend_object *object, zval *member, int check_empty) in dom_nodemap_has_dimension()
|
/PHP-8.3/ext/spl/ |
H A D | spl_fixedarray.c | 491 …xedarray_object_has_dimension_helper(spl_fixedarray_object *intern, zval *offset, bool check_empty) in spl_fixedarray_object_has_dimension_helper() 511 static int spl_fixedarray_object_has_dimension(zend_object *object, zval *offset, int check_empty) in spl_fixedarray_object_has_dimension()
|
H A D | spl_array.c | 589 …as_dimension_ex(bool check_inherited, zend_object *object, zval *offset, int check_empty) /* {{{ */ in spl_array_has_dimension_ex() 652 static int spl_array_has_dimension(zend_object *object, zval *offset, int check_empty) /* {{{ */ in spl_array_has_dimension()
|
H A D | spl_observer.c | 446 static int spl_object_storage_has_dimension(zend_object *object, zval *offset, int check_empty) in spl_object_storage_has_dimension()
|
/PHP-8.3/ext/simplexml/ |
H A D | simplexml.c | 656 static int sxe_prop_dim_exists(zend_object *object, zval *member, int check_empty, bool elements, b… in sxe_prop_dim_exists() 761 static int sxe_property_exists(zend_object *object, zend_string *name, int check_empty, void **cach… in sxe_property_exists() 770 static int sxe_dimension_exists(zend_object *object, zval *member, int check_empty) in sxe_dimension_exists()
|
/PHP-8.3/ext/pdo/ |
H A D | pdo_stmt.c | 2369 static int row_prop_exists(zend_object *object, zend_string *name, int check_empty, void **cache_sl… in row_prop_exists() 2393 static int row_dim_exists(zend_object *object, zval *offset, int check_empty) in row_dim_exists()
|
/PHP-8.3/Zend/ |
H A D | zend_weakrefs.c | 390 static int zend_weakmap_has_dimension(zend_object *object, zval *offset, int check_empty) in zend_weakmap_has_dimension()
|
H A D | zend_object_handlers.c | 1067 ZEND_API int zend_std_has_dimension(zend_object *object, zval *offset, int check_empty) /* {{{ */ in zend_std_has_dimension()
|
/PHP-8.3/ext/ffi/ |
H A D | ffi.c | 5096 static ZEND_COLD int zend_fake_has_dimension(zend_object *obj, zval *offset, int check_empty) /* {{… in zend_fake_has_dimension() 5207 static ZEND_COLD int zend_ffi_free_has_dimension(zend_object *obj, zval *offset, int check_empty) /… in zend_ffi_free_has_dimension()
|
Completed in 68 milliseconds