result_type       423 Zend/zend.c    	EG(exception_op)[0].result_type = IS_UNUSED;
result_type       428 Zend/zend.c    	EG(exception_op)[1].result_type = IS_UNUSED;
result_type       433 Zend/zend.c    	EG(exception_op)[2].result_type = IS_UNUSED;
result_type       444 Zend/zend.c    	EG(call_trampoline_op).result_type = IS_UNUSED;
result_type        64 Zend/zend.h    	 !(EX(prev_execute_data)->opline->result_type & EXT_TYPE_UNUSED))
result_type       626 Zend/zend_compile.c 		if (opline->result_type == IS_VAR
result_type       639 Zend/zend_compile.c 				opline->result_type |= EXT_TYPE_UNUSED;
result_type       653 Zend/zend_compile.c 				if (opline->result_type==IS_VAR
result_type       656 Zend/zend_compile.c 						opline->result_type |= EXT_TYPE_UNUSED;
result_type      1099 Zend/zend_compile.c 						opline->result_type = IS_UNUSED;
result_type      1837 Zend/zend_compile.c 	opline->result_type = IS_VAR;
result_type      1845 Zend/zend_compile.c 	opline->result_type = IS_TMP_VAR;
result_type      2017 Zend/zend_compile.c 			opline->result_type = expr->op_type = IS_TMP_VAR;
result_type      2238 Zend/zend_compile.c 			opline->result_type = IS_VAR;
result_type      2610 Zend/zend_compile.c 		opline->result_type |= EXT_TYPE_UNUSED;
result_type      3374 Zend/zend_compile.c 		class_node.op_type = opline->result_type;
result_type      3539 Zend/zend_compile.c 			opline->result_type = IS_TMP_VAR;
result_type      4198 Zend/zend_compile.c 		opline->result_type = IS_TMP_VAR;
result_type      6073 Zend/zend_compile.c 		opline_jmpz->result_type = IS_TMP_VAR;
result_type      6404 Zend/zend_compile.c 	result->op_type = opline->result_type = IS_TMP_VAR;
result_type      6745 Zend/zend_compile.c 			opline->result_type = IS_TMP_VAR;
result_type      6755 Zend/zend_compile.c 		opline->result_type = IS_TMP_VAR;
result_type        45 Zend/zend_compile.h 	(opline)->result_type = IS_UNUSED; \
result_type       165 Zend/zend_compile.h 	zend_uchar result_type;
result_type        71 Zend/zend_execute.c #define RETURN_VALUE_USED(opline) (!((opline)->result_type & EXT_TYPE_UNUSED))
result_type       698 Zend/zend_opcode.c 		if (opline->result_type & (IS_VAR|IS_TMP_VAR)) {
result_type      6047 Zend/zend_vm_def.h 		if (opline->result_type == IS_TMP_VAR) {
result_type      6091 Zend/zend_vm_def.h 			if (opline->result_type == IS_TMP_VAR) {
result_type      6147 Zend/zend_vm_def.h 			if (opline->result_type == IS_TMP_VAR) {
result_type      6225 Zend/zend_vm_def.h 		if (opline->result_type == IS_TMP_VAR) {
result_type      6283 Zend/zend_vm_def.h 			if (opline->result_type == IS_TMP_VAR) {
result_type      6339 Zend/zend_vm_def.h 			if (opline->result_type == IS_TMP_VAR) {
result_type      15865 Zend/zend_vm_execute.h 		if (opline->result_type == IS_TMP_VAR) {
result_type      15909 Zend/zend_vm_execute.h 			if (opline->result_type == IS_TMP_VAR) {
result_type      15965 Zend/zend_vm_execute.h 			if (opline->result_type == IS_TMP_VAR) {
result_type      16043 Zend/zend_vm_execute.h 		if (opline->result_type == IS_TMP_VAR) {
result_type      16101 Zend/zend_vm_execute.h 			if (opline->result_type == IS_TMP_VAR) {
result_type      16157 Zend/zend_vm_execute.h 			if (opline->result_type == IS_TMP_VAR) {
result_type       237 ext/mysqli/mysqli_fe.c 	ZEND_ARG_INFO(0, result_type)
result_type       241 ext/mysqli/mysqli_fe.c 	ZEND_ARG_INFO(0, result_type)
result_type      1708 ext/odbc/php_odbc.c static void php_odbc_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type)
result_type      1821 ext/odbc/php_odbc.c 		if (result_type & ODBC_NUM) {
result_type      1783 ext/opcache/Optimizer/block_pass.c #define RES_NEVER_USED(opline) (opline->result_type == IS_UNUSED || NEVER_USED(opline->result))
result_type       111 ext/opcache/Optimizer/pass1_5.c 				zend_uchar type = opline->result_type;
result_type       414 ext/opcache/Optimizer/pass1_5.c 						opline->result_type = IS_UNUSED;
result_type       250 ext/opcache/Optimizer/pass3.c 					zend_uchar T_type = opline->result_type;
result_type        88 ext/opcache/Optimizer/zend_optimizer.c 			if (opline->result_type & (IS_TMP_VAR|IS_VAR)) {
result_type        44 ext/opcache/Optimizer/zend_optimizer_internal.h 	(opline)->result_type = IS_UNUSED; \
result_type        48 ext/opcache/Optimizer/zend_optimizer_internal.h #define RESULT_USED(op)	    (((op->result_type & IS_VAR) && !(op->result_type & EXT_TYPE_UNUSED)) || op->result_type == IS_TMP_VAR)
result_type        49 ext/opcache/Optimizer/zend_optimizer_internal.h #define RESULT_UNUSED(op)	((op->result_type & EXT_TYPE_UNUSED) != 0)
result_type       345 ext/opcache/ZendAccelerator.h # define ZEND_RESULT_TYPE(opline)	(opline)->result_type
result_type      1046 ext/pdo_pgsql/pgsql_driver.c 	zend_long result_type = PDO_FETCH_USE_DEFAULT;
result_type      1051 ext/pdo_pgsql/pgsql_driver.c 				&result_type, &ms_timeout)) {
result_type      1058 ext/pdo_pgsql/pgsql_driver.c 	if (result_type == PDO_FETCH_USE_DEFAULT) {
result_type      1059 ext/pdo_pgsql/pgsql_driver.c 		result_type = dbh->default_fetch_type;
result_type      1062 ext/pdo_pgsql/pgsql_driver.c 	if (result_type != PDO_FETCH_BOTH && result_type != PDO_FETCH_ASSOC && result_type != PDO_FETCH_NUM) {
result_type      1094 ext/pdo_pgsql/pgsql_driver.c 	if (result_type == PDO_FETCH_NUM || result_type == PDO_FETCH_BOTH) {
result_type      1101 ext/pdo_pgsql/pgsql_driver.c 	if (result_type == PDO_FETCH_ASSOC || result_type == PDO_FETCH_BOTH) {
result_type       255 ext/pgsql/pgsql.c 	ZEND_ARG_INFO(0, result_type)
result_type       266 ext/pgsql/pgsql.c 	ZEND_ARG_INFO(0, result_type)
result_type       522 ext/pgsql/pgsql.c 	ZEND_ARG_INFO(0, result_type)
result_type      2676 ext/pgsql/pgsql.c static void php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, zend_long result_type, int into_object)
result_type      2702 ext/pgsql/pgsql.c 		result_type = PGSQL_ASSOC;
result_type      2704 ext/pgsql/pgsql.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|z!l", &result, &zrow, &result_type) == FAILURE) {
result_type      2720 ext/pgsql/pgsql.c 	if (!(result_type & PGSQL_BOTH)) {
result_type      2751 ext/pgsql/pgsql.c 			if (result_type & PGSQL_NUM) {
result_type      2754 ext/pgsql/pgsql.c 			if (result_type & PGSQL_ASSOC) {
result_type      2763 ext/pgsql/pgsql.c 				if (result_type & PGSQL_NUM) {
result_type      2767 ext/pgsql/pgsql.c 				if (result_type & PGSQL_ASSOC) {
result_type      5232 ext/pgsql/pgsql.c 	zend_long result_type = PGSQL_STATUS_LONG;
result_type      5238 ext/pgsql/pgsql.c 								 &result, &result_type) == FAILURE) {
result_type      5247 ext/pgsql/pgsql.c 	if (result_type == PGSQL_STATUS_LONG) {
result_type      5251 ext/pgsql/pgsql.c 	else if (result_type == PGSQL_STATUS_STRING) {
result_type      5266 ext/pgsql/pgsql.c 	zend_long result_type = PGSQL_ASSOC;
result_type      5271 ext/pgsql/pgsql.c 								 &pgsql_link, &result_type) == FAILURE) {
result_type      5279 ext/pgsql/pgsql.c 	if (!(result_type & PGSQL_BOTH)) {
result_type      5291 ext/pgsql/pgsql.c 	if (result_type & PGSQL_NUM) {
result_type      5304 ext/pgsql/pgsql.c 	if (result_type & PGSQL_ASSOC) {
result_type       149 sapi/phpdbg/phpdbg_opcode.c 		decode[3] = phpdbg_decode_op(ops, &op->result, op->result_type);