Home
last modified time | relevance | path

Searched defs:check_empty (Results 1 – 16 of 16) sorted by relevance

/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()
H A Dnodelist.c298 int dom_modern_nodelist_has_dimension(zend_object *object, zval *member, int check_empty) in dom_modern_nodelist_has_dimension()
H A Dphp_dom.c416 static int dom_property_exists(zend_object *object, zend_string *name, int check_empty, void **cach… in dom_property_exists()
2263 static int dom_nodelist_has_dimension(zend_object *object, zval *member, int check_empty) in dom_nodelist_has_dimension()
2361 static int dom_nodemap_has_dimension(zend_object *object, zval *member, int check_empty) in dom_nodemap_has_dimension()
2406 static int dom_modern_nodemap_has_dimension(zend_object *object, zval *member, int check_empty) in dom_modern_nodemap_has_dimension()
H A Dtoken_list.c331 int dom_token_list_has_dimension(zend_object *object, zval *offset, int check_empty) in dom_token_list_has_dimension()
/php-src/ext/com_dotnet/
H A Dcom_handlers.c185 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 Dcom_saproxy.c283 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-src/ext/standard/
H A Dincomplete_class.c84 static int incomplete_class_has_property(zend_object *object, zend_string *member, int check_empty,… in incomplete_class_has_property()
/php-src/ext/zend_test/
H A Dobject_handlers.c268 …mension_handlers_no_ArrayAccess_has_dimension(zend_object *object, zval *offset, int check_empty) { in dimension_handlers_no_ArrayAccess_has_dimension()
/php-src/ext/spl/
H A Dspl_fixedarray.c477 …xedarray_object_has_dimension_helper(spl_fixedarray_object *intern, zval *offset, bool check_empty) in spl_fixedarray_object_has_dimension_helper()
497 static int spl_fixedarray_object_has_dimension(zend_object *object, zval *offset, int check_empty) in spl_fixedarray_object_has_dimension()
H A Dspl_array.c587 …as_dimension_ex(bool check_inherited, zend_object *object, zval *offset, int check_empty) /* {{{ */ in spl_array_has_dimension_ex()
650 static int spl_array_has_dimension(zend_object *object, zval *offset, int check_empty) /* {{{ */ in spl_array_has_dimension()
H A Dspl_observer.c437 static int spl_object_storage_has_dimension(zend_object *object, zval *offset, int check_empty) in spl_object_storage_has_dimension()
/php-src/ext/simplexml/
H A Dsimplexml.c649 static int sxe_prop_dim_exists(zend_object *object, zval *member, int check_empty, bool elements, b… in sxe_prop_dim_exists()
754 static int sxe_property_exists(zend_object *object, zend_string *name, int check_empty, void **cach… in sxe_property_exists()
763 static int sxe_dimension_exists(zend_object *object, zval *member, int check_empty) in sxe_dimension_exists()
/php-src/ext/pdo/
H A Dpdo_stmt.c2348 static int row_prop_exists(zend_object *object, zend_string *name, int check_empty, void **cache_sl… in row_prop_exists()
2375 static int row_dim_exists(zend_object *object, zval *offset, int check_empty) in row_dim_exists()
/php-src/Zend/
H A Dzend_weakrefs.c410 static int zend_weakmap_has_dimension(zend_object *object, zval *offset, int check_empty) in zend_weakmap_has_dimension()
H A Dzend_object_handlers.c1061 ZEND_API int zend_std_has_dimension(zend_object *object, zval *offset, int check_empty) /* {{{ */ in zend_std_has_dimension()
/php-src/ext/ffi/
H A Dffi.c5091 static ZEND_COLD int zend_fake_has_dimension(zend_object *obj, zval *offset, int check_empty) /* {{… in zend_fake_has_dimension()
5202 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 91 milliseconds