is_class          106 sapi/phpdbg/phpdbg_frame.c 	char is_class;
is_class          111 sapi/phpdbg/phpdbg_frame.c 	if ((is_class = zend_hash_find(Z_ARRVAL_PP(tmp),
is_class          113 sapi/phpdbg/phpdbg_frame.c 		is_class = zend_hash_find(Z_ARRVAL_PP(tmp), "class", sizeof("class"),
is_class          120 sapi/phpdbg/phpdbg_frame.c 	if (is_class == SUCCESS) {
is_class          125 sapi/phpdbg/phpdbg_frame.c 		is_class == FAILURE?"":Z_STRVAL_PP(class),
is_class          126 sapi/phpdbg/phpdbg_frame.c 		is_class == FAILURE?"":Z_STRVAL_PP(type),
is_class          134 sapi/phpdbg/phpdbg_frame.c 			Z_STRVAL_PP(funcname), is_class == FAILURE ? NULL : Z_STRVAL_PP(class) TSRMLS_CC);