Home
last modified time | relevance | path

Searched refs:ZEND_PROPERTY_ISSET (Results 1 – 7 of 7) sorted by relevance

/php-src/Zend/
H A Dzend_object_handlers.h244 #define ZEND_PROPERTY_ISSET 0x0 /* Property exists and is not NULL */ macro
H A Dzend_object_handlers.c2212 ZEND_ASSERT(has_set_exists == ZEND_PROPERTY_ISSET); in zend_std_has_property()
2256 ZEND_ASSERT(has_set_exists == ZEND_PROPERTY_ISSET); in zend_std_has_property()
/php-src/ext/mysqli/
H A Dmysqli.c325 case ZEND_PROPERTY_ISSET: { in mysqli_object_has_property()
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c145 } else if (type == ZEND_PROPERTY_ISSET) { in xmlreader_has_property()
/php-src/ext/snmp/
H A Dsnmp.c1757 case ZEND_PROPERTY_ISSET: { in php_snmp_has_property()
/php-src/ext/date/
H A Dphp_date.c5959 case ZEND_PROPERTY_ISSET: /* Intentional fallthrough */ in date_period_has_property()
5979 } else if (type == ZEND_PROPERTY_ISSET) { in date_period_has_property()
/php-src/ext/standard/
H A Darray.c4600 … || Z_OBJ_HANDLER_P(data, has_property)(Z_OBJ_P(data), tmp_str, ZEND_PROPERTY_ISSET, cache_slot)) {

Completed in 74 milliseconds