Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_object_handlers.h74 typedef int (*zend_object_has_property_t)(zval *object, zval *member, int has_set_exists, void **ca…
H A Dzend_closures.c328 static int zend_closure_has_property(zval *object, zval *member, int has_set_exists, void **cache_s… in zend_closure_has_property() argument
330 if (has_set_exists != 2) { in zend_closure_has_property()
H A Dzend_object_handlers.c1479 static int zend_std_has_property(zval *object, zval *member, int has_set_exists, void **cache_slot)… in zend_std_has_property() argument
1507 switch (has_set_exists) { in zend_std_has_property()
1527 if ((has_set_exists != 2) && zobj->ce->__isset) { in zend_std_has_property()
1545 if (has_set_exists && result) { in zend_std_has_property()
/PHP-7.0/ext/mysqli/
H A Dmysqli.c380 static int mysqli_object_has_property(zval *object, zval *member, int has_set_exists, void **cache_… in mysqli_object_has_property() argument
387 switch (has_set_exists) { in mysqli_object_has_property()
414 ret = std_hnd->has_property(object, member, has_set_exists, cache_slot); in mysqli_object_has_property()
/PHP-7.0/ext/spl/
H A Dspl_array.c909 static int spl_array_has_property(zval *object, zval *member, int has_set_exists, void **cache_slot… in spl_array_has_property() argument
915 return spl_array_has_dimension(object, member, has_set_exists); in spl_array_has_property()
917 return std_object_handlers.has_property(object, member, has_set_exists, cache_slot); in spl_array_has_property()
/PHP-7.0/ext/snmp/
H A Dsnmp.c2032 static int php_snmp_has_property(zval *object, zval *member, int has_set_exists, void **cache_slot) in php_snmp_has_property() argument
2039 switch (has_set_exists) { in php_snmp_has_property()
2062 ret = std_hnd->has_property(object, member, has_set_exists, cache_slot); in php_snmp_has_property()

Completed in 30 milliseconds