Home
last modified time | relevance | path

Searched refs:has_set_exists (Results 1 – 6 of 6) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_object_handlers.h80 typedef int (*zend_object_has_property_t)(zval *object, zval *member, int has_set_exists, void **ca…
191 ZEND_API int zend_std_has_property(zval *object, zval *member, int has_set_exists, void **cache_slo…
H A Dzend_object_handlers.c1589 ZEND_API int zend_std_has_property(zval *object, zval *member, int has_set_exists, void **cache_slo… in zend_std_has_property() argument
1633 if (has_set_exists == ZEND_PROPERTY_NOT_EMPTY) { in zend_std_has_property()
1635 } else if (has_set_exists < ZEND_PROPERTY_NOT_EMPTY) { in zend_std_has_property()
1636 ZEND_ASSERT(has_set_exists == ZEND_PROPERTY_ISSET); in zend_std_has_property()
1640 ZEND_ASSERT(has_set_exists == ZEND_PROPERTY_EXISTS); in zend_std_has_property()
1652 if ((has_set_exists != ZEND_PROPERTY_EXISTS) && zobj->ce->__isset) { in zend_std_has_property()
1667 if (has_set_exists == ZEND_PROPERTY_NOT_EMPTY && result) { in zend_std_has_property()
H A Dzend_closures.c420 static int zend_closure_has_property(zval *object, zval *member, int has_set_exists, void **cache_s… in zend_closure_has_property() argument
422 if (has_set_exists != ZEND_PROPERTY_EXISTS) { in zend_closure_has_property()
/PHP-7.3/ext/mysqli/
H A Dmysqli.c375 static int mysqli_object_has_property(zval *object, zval *member, int has_set_exists, void **cache_… in mysqli_object_has_property() argument
382 switch (has_set_exists) { in mysqli_object_has_property()
408 ret = zend_std_has_property(object, member, has_set_exists, cache_slot); in mysqli_object_has_property()
/PHP-7.3/ext/spl/
H A Dspl_array.c907 static int spl_array_has_property(zval *object, zval *member, int has_set_exists, void **cache_slot… in spl_array_has_property() argument
913 return spl_array_has_dimension(object, member, has_set_exists); in spl_array_has_property()
915 return zend_std_has_property(object, member, has_set_exists, cache_slot); in spl_array_has_property()
/PHP-7.3/ext/snmp/
H A Dsnmp.c1990 static int php_snmp_has_property(zval *object, zval *member, int has_set_exists, void **cache_slot) in php_snmp_has_property() argument
1997 switch (has_set_exists) { in php_snmp_has_property()
2019 ret = zend_std_has_property(object, member, has_set_exists, cache_slot); in php_snmp_has_property()

Completed in 37 milliseconds