Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_object_handlers.h200 #define ZEND_PROPERTY_ISSET 0x0 /* Property exists and is not NULL */ macro
H A Dzend_object_handlers.c1860 ZEND_ASSERT(has_set_exists == ZEND_PROPERTY_ISSET); in zend_std_has_property()
/php-src/ext/mysqli/
H A Dmysqli.c326 case ZEND_PROPERTY_ISSET: { in mysqli_object_has_property()
/php-src/ext/snmp/
H A Dsnmp.c1751 case ZEND_PROPERTY_ISSET: { in php_snmp_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 40 milliseconds