instanceof_function_ex  454 Zend/zend_object_handlers.c 	if (instanceof_function_ex(ce, zend_ce_arrayaccess, 1 TSRMLS_CC)) {
instanceof_function_ex  487 Zend/zend_object_handlers.c 	if (instanceof_function_ex(ce, zend_ce_arrayaccess, 1 TSRMLS_CC)) {
instanceof_function_ex  507 Zend/zend_object_handlers.c 	if (instanceof_function_ex(ce, zend_ce_arrayaccess, 1 TSRMLS_CC)) {
instanceof_function_ex  621 Zend/zend_object_handlers.c 	if (instanceof_function_ex(ce, zend_ce_arrayaccess, 1 TSRMLS_CC)) {
instanceof_function_ex 1648 Zend/zend_operators.c 	return instanceof_function_ex(instance_ce, ce, 0 TSRMLS_CC);