Home
last modified time | relevance | path

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

/PHP-7.1/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.c415 static int zend_closure_has_property(zval *object, zval *member, int has_set_exists, void **cache_s… in zend_closure_has_property() argument
417 if (has_set_exists != 2) { in zend_closure_has_property()
H A Dzend_object_handlers.c1548 static int zend_std_has_property(zval *object, zval *member, int has_set_exists, void **cache_slot)… in zend_std_has_property() argument
1576 switch (has_set_exists) { in zend_std_has_property()
1596 if ((has_set_exists != 2) && zobj->ce->__isset) { in zend_std_has_property()
1614 if (has_set_exists && result) { in zend_std_has_property()
/PHP-7.1/ext/mysqli/
H A Dmysqli.c381 static int mysqli_object_has_property(zval *object, zval *member, int has_set_exists, void **cache_… in mysqli_object_has_property() argument
388 switch (has_set_exists) { in mysqli_object_has_property()
415 ret = std_hnd->has_property(object, member, has_set_exists, cache_slot); in mysqli_object_has_property()
/PHP-7.1/ext/spl/
H A Dspl_array.c914 static int spl_array_has_property(zval *object, zval *member, int has_set_exists, void **cache_slot… in spl_array_has_property() argument
920 return spl_array_has_dimension(object, member, has_set_exists); in spl_array_has_property()
922 return std_object_handlers.has_property(object, member, has_set_exists, cache_slot); in spl_array_has_property()
/PHP-7.1/ext/snmp/
H A Dsnmp.c2029 static int php_snmp_has_property(zval *object, zval *member, int has_set_exists, void **cache_slot) in php_snmp_has_property() argument
2036 switch (has_set_exists) { in php_snmp_has_property()
2059 ret = std_hnd->has_property(object, member, has_set_exists, cache_slot); in php_snmp_has_property()

Completed in 29 milliseconds