Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_object_handlers.h70 typedef int (*zend_object_has_property_t)(zval *object, zval *member, int has_set_exists, const str…
H A Dzend_closures.c222 static int zend_closure_has_property(zval *object, zval *member, int has_set_exists, const zend_lit… in zend_closure_has_property() argument
224 if (has_set_exists != 2) { in zend_closure_has_property()
H A Dzend_object_handlers.c1403 static int zend_std_has_property(zval *object, zval *member, int has_set_exists, const zend_literal… in zend_std_has_property() argument
1440 if ((has_set_exists != 2) && in zend_std_has_property()
1456 if (has_set_exists && result) { in zend_std_has_property()
1477 switch (has_set_exists) { in zend_std_has_property()
/PHP-5.5/ext/mysqli/
H A Dmysqli.c413 static int mysqli_object_has_property(zval *object, zval *member, int has_set_exists, const zend_li… in mysqli_object_has_property() argument
420 switch (has_set_exists) { in mysqli_object_has_property()
450 ret = std_hnd->has_property(object, member, has_set_exists, key TSRMLS_CC); in mysqli_object_has_property()
/PHP-5.5/ext/spl/
H A Dspl_array.c878 static int spl_array_has_property(zval *object, zval *member, int has_set_exists, const zend_litera… in spl_array_has_property() argument
884 return spl_array_has_dimension(object, member, has_set_exists TSRMLS_CC); in spl_array_has_property()
886 return std_object_handlers.has_property(object, member, has_set_exists, key TSRMLS_CC); in spl_array_has_property()
/PHP-5.5/ext/snmp/
H A Dsnmp.c2058 static int php_snmp_has_property(zval *object, zval *member, int has_set_exists, const zend_literal… in php_snmp_has_property() argument
2064 switch (has_set_exists) { in php_snmp_has_property()
2092 ret = std_hnd->has_property(object, member, has_set_exists, key TSRMLS_CC); in php_snmp_has_property()

Completed in 34 milliseconds