IS_LONG          1171 Zend/zend.c    			Z_TYPE_P(z_error_type) = IS_LONG;
IS_LONG          1178 Zend/zend.c    			Z_TYPE_P(z_error_lineno) = IS_LONG;
IS_LONG           207 Zend/zend_API.c 		case IS_LONG:
IS_LONG           369 Zend/zend_API.c 					case IS_LONG:
IS_LONG           401 Zend/zend_API.c 							} else if (type == IS_LONG) {
IS_LONG           408 Zend/zend_API.c 					case IS_LONG:
IS_LONG           439 Zend/zend_API.c 					case IS_LONG:
IS_LONG           484 Zend/zend_API.c 					case IS_LONG:
IS_LONG          1554 Zend/zend_API.c 		case IS_LONG:
IS_LONG           568 Zend/zend_API.h 		Z_TYPE_P(__z) = IS_LONG;	\
IS_LONG           677 Zend/zend_builtin_functions.c 		case IS_LONG:
IS_LONG           170 Zend/zend_compile.c 	Z_TYPE(CG(declarables).ticks) = IS_LONG;
IS_LONG          4973 Zend/zend_compile.c 		} else if (Z_TYPE(expr->u.constant) != IS_LONG || Z_LVAL(expr->u.constant) < 1) {
IS_LONG          5941 Zend/zend_compile.c 			case IS_LONG:
IS_LONG          6910 Zend/zend_compile.c 	Z_TYPE(zendlval->u.constant) = IS_LONG;
IS_LONG           247 Zend/zend_exceptions.c 	CHECK_EXC_TYPE("code", IS_LONG);
IS_LONG           249 Zend/zend_exceptions.c 	CHECK_EXC_TYPE("line", IS_LONG);
IS_LONG           502 Zend/zend_exceptions.c 		case IS_LONG: {
IS_LONG           577 Zend/zend_exceptions.c 				if (Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG           919 Zend/zend_exceptions.c 				line = (Z_TYPE_P(line) == IS_LONG) ? line : NULL;
IS_LONG          1086 Zend/zend_execute.c 		case IS_LONG:
IS_LONG          1185 Zend/zend_execute.c 				if (Z_TYPE_P(dim) != IS_LONG) {
IS_LONG          1190 Zend/zend_execute.c 							if (IS_LONG == is_numeric_string(Z_STRVAL_P(dim), Z_STRLEN_P(dim), NULL, NULL, -1)) {
IS_LONG          1305 Zend/zend_execute.c 				if (Z_TYPE_P(dim) != IS_LONG) {
IS_LONG          1309 Zend/zend_execute.c 							if (IS_LONG == is_numeric_string(Z_STRVAL_P(dim), Z_STRLEN_P(dim), NULL, NULL, -1)) {
IS_LONG           112 Zend/zend_execute.h 		case IS_LONG:
IS_LONG          1174 Zend/zend_execute_API.c 				if (Z_TYPE_P(opline->op2.zv) != IS_LONG) {
IS_LONG          1109 Zend/zend_hash.c 		Z_TYPE_P(key) = IS_LONG;
IS_LONG           160 Zend/zend_ini_scanner.c 		if (type == IS_LONG) {
IS_LONG           837 Zend/zend_language_parser.y 	|	T_INT_CAST expr 	{ zend_do_cast(&$$, &$2, IS_LONG TSRMLS_CC); }
IS_LONG          2961 Zend/zend_language_scanner.c 	zendlval->type = IS_LONG;
IS_LONG          3314 Zend/zend_language_scanner.c 		zendlval->type = IS_LONG;
IS_LONG          3350 Zend/zend_language_scanner.c 		zendlval->type = IS_LONG;
IS_LONG          1597 Zend/zend_object_handlers.c 		case IS_LONG:
IS_LONG           698 Zend/zend_opcode.c 				if (Z_TYPE(op_array->literals[opline->op2.constant].constant) != IS_LONG) {
IS_LONG           761 Zend/zend_opcode.c 				if (Z_TYPE_P(opline->op2.zv) != IS_LONG) {
IS_LONG           199 Zend/zend_operators.c 			Z_TYPE_P(op) = IS_LONG;
IS_LONG           203 Zend/zend_operators.c 			Z_TYPE_P(op) = IS_LONG;
IS_LONG           218 Zend/zend_operators.c 		if (Z_TYPE_P(op) != IS_LONG) {								\
IS_LONG           244 Zend/zend_operators.c 				if (Z_TYPE(holder) == IS_LONG) {							\
IS_LONG           257 Zend/zend_operators.c 	} else if (Z_TYPE_P(op) != IS_LONG) {							\
IS_LONG           285 Zend/zend_operators.c 		Z_TYPE(holder) = IS_LONG;									\
IS_LONG           301 Zend/zend_operators.c 			case IS_LONG:											\
IS_LONG           363 Zend/zend_operators.c 	if (Z_TYPE_P(op) != IS_LONG) {
IS_LONG           384 Zend/zend_operators.c 		case IS_LONG:
IS_LONG           407 Zend/zend_operators.c 				convert_object_to_type(op, IS_LONG, convert_to_long);
IS_LONG           409 Zend/zend_operators.c 				if (Z_TYPE_P(op) == IS_LONG) {
IS_LONG           425 Zend/zend_operators.c 	Z_TYPE_P(op) = IS_LONG;
IS_LONG           444 Zend/zend_operators.c 		case IS_LONG:
IS_LONG           527 Zend/zend_operators.c 		case IS_LONG:
IS_LONG           622 Zend/zend_operators.c 		case IS_LONG:
IS_LONG           817 Zend/zend_operators.c 			case TYPE_PAIR(IS_LONG, IS_LONG): {
IS_LONG           831 Zend/zend_operators.c 			case TYPE_PAIR(IS_LONG, IS_DOUBLE):
IS_LONG           835 Zend/zend_operators.c 			case TYPE_PAIR(IS_DOUBLE, IS_LONG):
IS_LONG           881 Zend/zend_operators.c 			case TYPE_PAIR(IS_LONG, IS_LONG): {
IS_LONG           895 Zend/zend_operators.c 			case TYPE_PAIR(IS_LONG, IS_DOUBLE):
IS_LONG           899 Zend/zend_operators.c 			case TYPE_PAIR(IS_DOUBLE, IS_LONG):
IS_LONG           930 Zend/zend_operators.c 			case TYPE_PAIR(IS_LONG, IS_LONG): {
IS_LONG           934 Zend/zend_operators.c 				Z_TYPE_P(result) = overflow ? IS_DOUBLE : IS_LONG;
IS_LONG           938 Zend/zend_operators.c 			case TYPE_PAIR(IS_LONG, IS_DOUBLE):
IS_LONG           942 Zend/zend_operators.c 			case TYPE_PAIR(IS_DOUBLE, IS_LONG):
IS_LONG           973 Zend/zend_operators.c 			case TYPE_PAIR(IS_LONG, IS_LONG):
IS_LONG          1012 Zend/zend_operators.c 			case TYPE_PAIR(IS_LONG, IS_DOUBLE):
IS_LONG          1016 Zend/zend_operators.c 			case TYPE_PAIR(IS_DOUBLE, IS_LONG):
IS_LONG          1057 Zend/zend_operators.c 			case TYPE_PAIR(IS_LONG, IS_LONG):
IS_LONG          1074 Zend/zend_operators.c 			case TYPE_PAIR(IS_DOUBLE, IS_LONG):
IS_LONG          1083 Zend/zend_operators.c 			case TYPE_PAIR(IS_LONG, IS_DOUBLE):
IS_LONG          1122 Zend/zend_operators.c 	if (Z_TYPE_P(op1) != IS_LONG || Z_TYPE_P(op2) != IS_LONG) {
IS_LONG          1188 Zend/zend_operators.c 		case IS_LONG:
IS_LONG          1247 Zend/zend_operators.c 	if (Z_TYPE_P(op1) != IS_LONG || Z_TYPE_P(op2) != IS_LONG) {
IS_LONG          1294 Zend/zend_operators.c 	if (Z_TYPE_P(op1) != IS_LONG || Z_TYPE_P(op2) != IS_LONG) {
IS_LONG          1341 Zend/zend_operators.c 	if (Z_TYPE_P(op1) != IS_LONG || Z_TYPE_P(op2) != IS_LONG) {
IS_LONG          1361 Zend/zend_operators.c 	if (Z_TYPE_P(op1) != IS_LONG || Z_TYPE_P(op2) != IS_LONG) {
IS_LONG          1381 Zend/zend_operators.c 	if (Z_TYPE_P(op1) != IS_LONG || Z_TYPE_P(op2) != IS_LONG) {
IS_LONG          1608 Zend/zend_operators.c 			case TYPE_PAIR(IS_LONG, IS_LONG):
IS_LONG          1612 Zend/zend_operators.c 			case TYPE_PAIR(IS_DOUBLE, IS_LONG):
IS_LONG          1617 Zend/zend_operators.c 			case TYPE_PAIR(IS_LONG, IS_DOUBLE):
IS_LONG          1800 Zend/zend_operators.c 		case IS_LONG:
IS_LONG          1996 Zend/zend_operators.c 		case IS_LONG:
IS_LONG          2016 Zend/zend_operators.c 					case IS_LONG:
IS_LONG          2064 Zend/zend_operators.c 		case IS_LONG:
IS_LONG          2082 Zend/zend_operators.c 				case IS_LONG:
IS_LONG          2392 Zend/zend_operators.c 	Z_TYPE_P(result) = IS_LONG;
IS_LONG           175 Zend/zend_operators.h 		for (type = IS_LONG; !(digits >= MAX_LENGTH_OF_LONG && (dval || allow_errors == 1)); digits++, ptr++) {
IS_LONG           239 Zend/zend_operators.h 	if (type == IS_LONG) {
IS_LONG           259 Zend/zend_operators.h 		return IS_LONG;
IS_LONG           394 Zend/zend_operators.h 			case IS_LONG:						\
IS_LONG           433 Zend/zend_operators.h 	if (Z_TYPE_PP(ppzv)!=IS_LONG && Z_TYPE_PP(ppzv)!=IS_DOUBLE) {	\
IS_LONG           512 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
IS_LONG           555 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
IS_LONG           598 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
IS_LONG           599 Zend/zend_operators.h 		if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           619 Zend/zend_operators.h 			  "n"(IS_LONG),
IS_LONG           642 Zend/zend_operators.h 			  "n"(IS_LONG),
IS_LONG           659 Zend/zend_operators.h 				Z_TYPE_P(result) = IS_LONG;
IS_LONG           673 Zend/zend_operators.h 		} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           684 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
IS_LONG           685 Zend/zend_operators.h 		if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           709 Zend/zend_operators.h 			  "n"(IS_LONG),
IS_LONG           736 Zend/zend_operators.h 			  "n"(IS_LONG),
IS_LONG           748 Zend/zend_operators.h 				Z_TYPE_P(result) = IS_LONG;
IS_LONG           762 Zend/zend_operators.h 		} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           773 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
IS_LONG           774 Zend/zend_operators.h 		if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           778 Zend/zend_operators.h 			Z_TYPE_P(result) = overflow ? IS_DOUBLE : IS_LONG;
IS_LONG           790 Zend/zend_operators.h 		} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           802 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG) && 0) {
IS_LONG           803 Zend/zend_operators.h 		if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           816 Zend/zend_operators.h 				Z_TYPE_P(result) = IS_LONG;
IS_LONG           844 Zend/zend_operators.h 		} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           862 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
IS_LONG           863 Zend/zend_operators.h 		if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           872 Zend/zend_operators.h 				Z_TYPE_P(result) = IS_LONG;
IS_LONG           876 Zend/zend_operators.h 			Z_TYPE_P(result) = IS_LONG;
IS_LONG           885 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
IS_LONG           886 Zend/zend_operators.h 		if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           894 Zend/zend_operators.h 		} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           904 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
IS_LONG           905 Zend/zend_operators.h 		if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           913 Zend/zend_operators.h 		} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           923 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
IS_LONG           924 Zend/zend_operators.h 		if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           932 Zend/zend_operators.h 		} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           942 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
IS_LONG           943 Zend/zend_operators.h 		if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           951 Zend/zend_operators.h 		} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG            68 Zend/zend_variables.c 		case IS_LONG:
IS_LONG            93 Zend/zend_variables.c 		case IS_LONG:
IS_LONG           119 Zend/zend_variables.c 		case IS_LONG:
IS_LONG          3836 Zend/zend_vm_def.h 			case IS_LONG:
IS_LONG          3908 Zend/zend_vm_def.h 		case IS_LONG:
IS_LONG          4182 Zend/zend_vm_def.h 					case IS_LONG:
IS_LONG          4696 Zend/zend_vm_def.h 			case IS_LONG:
IS_LONG          4765 Zend/zend_vm_def.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          4768 Zend/zend_vm_def.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          4778 Zend/zend_vm_def.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          4827 Zend/zend_vm_def.h 		if (Z_TYPE_P(ptr) == IS_LONG) {
IS_LONG          4845 Zend/zend_vm_def.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_LONG;  /* shouldn't be necessary */
IS_LONG          4894 Zend/zend_vm_def.h 		Z_TYPE(restored_error_reporting) = IS_LONG;
IS_LONG          5301 Zend/zend_vm_def.h 		Z_TYPE(restored_error_reporting) = IS_LONG;
IS_LONG          5597 Zend/zend_vm_def.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG           985 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_LONG;  /* shouldn't be necessary */
IS_LONG          1257 Zend/zend_vm_execute.h 		Z_TYPE(restored_error_reporting) = IS_LONG;
IS_LONG          2883 Zend/zend_vm_execute.h 		case IS_LONG:
IS_LONG          3224 Zend/zend_vm_execute.h 		if (Z_TYPE_P(ptr) == IS_LONG) {
IS_LONG          4096 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          4478 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          5007 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          5180 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          5871 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          6207 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          6591 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          6951 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          7524 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          7697 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          8249 Zend/zend_vm_execute.h 		case IS_LONG:
IS_LONG          8590 Zend/zend_vm_execute.h 		if (Z_TYPE_P(ptr) == IS_LONG) {
IS_LONG          8609 Zend/zend_vm_execute.h 		Z_TYPE(restored_error_reporting) = IS_LONG;
IS_LONG          9424 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          9760 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          10291 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          10464 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          11157 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          11493 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          11752 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          12088 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          12601 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          12774 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          13618 Zend/zend_vm_execute.h 		case IS_LONG:
IS_LONG          14090 Zend/zend_vm_execute.h 		if (Z_TYPE_P(ptr) == IS_LONG) {
IS_LONG          16067 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          16221 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          16442 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          16511 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          16514 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          16524 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          16688 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          18330 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          18406 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          18542 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          18611 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          18614 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          18624 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          18788 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          20648 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          20802 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          21023 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          21092 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          21095 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          21105 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          21269 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          22081 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          22439 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          24116 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          24192 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          24328 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          24397 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          24400 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          24410 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          24574 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          24705 Zend/zend_vm_execute.h 		if (Z_TYPE_P(ptr) == IS_LONG) {
IS_LONG          25713 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          25847 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          25916 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          25919 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          25929 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          26090 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          27035 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          27169 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          27238 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          27241 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          27251 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          27412 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          28357 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          28491 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          28560 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          28563 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          28573 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          28734 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          29166 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          30108 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          30242 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          30311 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          30314 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          30324 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          30485 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          31287 Zend/zend_vm_execute.h 		case IS_LONG:
IS_LONG          31628 Zend/zend_vm_execute.h 		if (Z_TYPE_P(ptr) == IS_LONG) {
IS_LONG          33378 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          33532 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          33751 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          33820 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          33823 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          33833 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          33994 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          35504 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          35580 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          35714 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          35783 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          35786 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          35796 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          35957 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          37684 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          37838 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          38057 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          38126 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          38129 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          38139 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          38300 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          38985 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          39321 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          40865 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          40941 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          41075 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          41144 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          41147 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          41157 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          41318 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG           545 ext/bcmath/bcmath.c 	Z_TYPE_P(return_value) = IS_LONG;
IS_LONG           120 ext/calendar/easter.c         Z_TYPE_P(return_value) = IS_LONG;
IS_LONG           510 ext/com_dotnet/com_handlers.c 		case IS_LONG:
IS_LONG           209 ext/com_dotnet/com_typeinfo.c 				if (Z_TYPE(value) == IS_LONG) {
IS_LONG           211 ext/com_dotnet/com_typeinfo.c 					c.value.type = IS_LONG;
IS_LONG           144 ext/com_dotnet/com_variant.c 		case IS_LONG:
IS_LONG           149 ext/ctype/ctype.c 	if (Z_TYPE_P(c) == IS_LONG) { \
IS_LONG           164 ext/ctype/ctype.c 			if (Z_TYPE_P(c) == IS_LONG) zval_dtor(&tmp); \
IS_LONG           169 ext/ctype/ctype.c 				if (Z_TYPE_P(c) == IS_LONG) zval_dtor(&tmp); \
IS_LONG           173 ext/ctype/ctype.c 		if (Z_TYPE_P(c) == IS_LONG) zval_dtor(&tmp); \
IS_LONG          1353 ext/curl/interface.c 				if (Z_TYPE_P(retval_ptr) != IS_LONG) {
IS_LONG          1419 ext/curl/interface.c 				if (Z_TYPE_P(retval_ptr) != IS_LONG) {
IS_LONG          1498 ext/curl/interface.c 				if (Z_TYPE_P(retval_ptr) != IS_LONG) {
IS_LONG          1651 ext/curl/interface.c 				if (Z_TYPE_P(retval_ptr) != IS_LONG) {
IS_LONG          2817 ext/date/php_date.c 		if (zend_hash_find(myht, "timezone_type", 14, (void**) &z_timezone_type) == SUCCESS && Z_TYPE_PP(z_timezone_type) == IS_LONG) {
IS_LONG          3755 ext/date/php_date.c 	if (zend_hash_find(myht, "timezone_type", 14, (void**) &z_timezone_type) == SUCCESS && Z_TYPE_PP(z_timezone_type) == IS_LONG) {
IS_LONG          4133 ext/date/php_date.c 		if (value->type != IS_LONG) {         \
IS_LONG          4198 ext/date/php_date.c 		if (zend_hash_find(myht, element, strlen(element) + 1, (void**) &z_arg) == SUCCESS && Z_TYPE_PP(z_arg) == IS_LONG) { \
IS_LONG          4211 ext/date/php_date.c 			} else if (Z_TYPE_PP(z_arg) == IS_LONG || Z_TYPE_PP(z_arg) == IS_BOOL) { \
IS_LONG          5057 ext/date/php_date.c 			Z_TYPE_PP(ht_entry) == IS_LONG && Z_LVAL_PP(ht_entry) >= 0 && Z_LVAL_PP(ht_entry) <= INT_MAX) {
IS_LONG          1684 ext/dom/php_dom.c 	if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          2141 ext/fileinfo/libmagic/softmagic.c 						if (Z_TYPE_PP(match) != IS_STRING || Z_TYPE_PP(offset) != IS_LONG) {
IS_LONG           693 ext/filter/filter.c 	} else if (Z_TYPE_PP(op) == IS_LONG) {
IS_LONG           760 ext/filter/filter.c 			if (Z_TYPE_PP(filter_args) == IS_LONG) {
IS_LONG           830 ext/filter/filter.c 		&& (Z_TYPE_PP(op) == IS_LONG && !PHP_FILTER_ID_EXISTS(Z_LVAL_PP(op)))
IS_LONG           841 ext/filter/filter.c 			if (Z_TYPE_PP(op) == IS_LONG) {
IS_LONG           878 ext/filter/filter.c 		&& (Z_TYPE_PP(op) == IS_LONG && !PHP_FILTER_ID_EXISTS(Z_LVAL_PP(op)))
IS_LONG           121 ext/filter/filter_private.h 	if (Z_TYPE_PP(zv) != IS_LONG) {                                                                      \
IS_LONG           230 ext/filter/logical_filters.c 		Z_TYPE_P(value) = IS_LONG;
IS_LONG           389 ext/filter/logical_filters.c 		case IS_LONG:
IS_LONG          1384 ext/ftp/php_ftp.c 			if (Z_TYPE_P(z_value) != IS_LONG) {
IS_LONG          1561 ext/gd/gd.c    		if (Z_TYPE_PP(item) != IS_LONG) {
IS_LONG          3376 ext/gd/gd.c    			if (Z_TYPE_PP(var) != IS_LONG) {
IS_LONG          3387 ext/gd/gd.c    			if (Z_TYPE_PP(var) != IS_LONG) {
IS_LONG          5002 ext/gd/gd.c    		if (Z_TYPE_PP(tmp) != IS_LONG) {
IS_LONG          5017 ext/gd/gd.c    		if (Z_TYPE_PP(tmp) != IS_LONG) {
IS_LONG          5032 ext/gd/gd.c    		if (Z_TYPE_PP(tmp) != IS_LONG) {
IS_LONG          5047 ext/gd/gd.c    		if (Z_TYPE_PP(tmp) != IS_LONG) {
IS_LONG          5193 ext/gd/gd.c    				case IS_LONG:
IS_LONG          5217 ext/gd/gd.c    			if (Z_TYPE_PP(tmp) != IS_LONG) {
IS_LONG          5232 ext/gd/gd.c    			if (Z_TYPE_PP(tmp) != IS_LONG) {
IS_LONG          5247 ext/gd/gd.c    			if (Z_TYPE_PP(tmp) != IS_LONG) {
IS_LONG          5262 ext/gd/gd.c    			if (Z_TYPE_PP(tmp) != IS_LONG) {
IS_LONG          5419 ext/gd/gd.c    				case IS_LONG:
IS_LONG          5441 ext/gd/gd.c    				case IS_LONG:
IS_LONG           371 ext/gmp/gmp.c  	if (Z_TYPE_P(zv) == IS_LONG) {
IS_LONG           445 ext/gmp/gmp.c  	case IS_LONG:
IS_LONG           501 ext/gmp/gmp.c  	if (Z_TYPE_P(op2) != IS_LONG) {
IS_LONG           754 ext/gmp/gmp.c  	case IS_LONG:
IS_LONG           831 ext/gmp/gmp.c  	if (Z_TYPE_P(b_arg) == IS_LONG) {
IS_LONG           862 ext/gmp/gmp.c  	if (gmp_ui_op && Z_TYPE_P(b_arg) == IS_LONG && Z_LVAL_P(b_arg) >= 0) {
IS_LONG           909 ext/gmp/gmp.c  	if (gmp_ui_op && Z_TYPE_P(b_arg) == IS_LONG && Z_LVAL_P(b_arg) >= 0) {
IS_LONG          1434 ext/gmp/gmp.c  	if (Z_TYPE_P(base_arg) == IS_LONG && Z_LVAL_P(base_arg) >= 0) {
IS_LONG          1461 ext/gmp/gmp.c  	if (Z_TYPE_P(exp_arg) == IS_LONG && Z_LVAL_P(exp_arg) >= 0) {
IS_LONG          1855 ext/gmp/gmp.c  	if (Z_TYPE_P(min_arg) == IS_LONG && Z_LVAL_P(min_arg) >= 0) {
IS_LONG          2283 ext/iconv/iconv.c 			if (Z_TYPE_P(pval) != IS_LONG) {
IS_LONG          1203 ext/imap/php_imap.c 				case IS_LONG:
IS_LONG          2427 ext/imap/php_imap.c 		case IS_LONG:
IS_LONG           692 ext/interbase/ibase_query.c 				if (Z_TYPE_P(b_var) == IS_LONG) {
IS_LONG           310 ext/interbase/php_ibase_udf.c 			case IS_LONG:
IS_LONG           355 ext/intl/collator/collator_convert.c 	if( Z_TYPE_P(num) == IS_LONG )
IS_LONG           389 ext/intl/collator/collator_convert.c 		if( is_numeric == IS_LONG )
IS_LONG           248 ext/intl/collator/collator_is_numeric.c 			return IS_LONG;
IS_LONG           291 ext/intl/collator/collator_is_numeric.c 			return IS_LONG;
IS_LONG            89 ext/intl/collator/collator_sort.c 		result->type = IS_LONG;
IS_LONG           198 ext/intl/collator/collator_sort.c 	result->type = IS_LONG;
IS_LONG           165 ext/intl/converter/converter.c 		case IS_LONG:
IS_LONG           260 ext/intl/converter/converter.c 	if (Z_TYPE_P(zerror) == IS_LONG) {
IS_LONG           277 ext/intl/converter/converter.c 		case IS_LONG:
IS_LONG           357 ext/intl/converter/converter.c 	if (Z_TYPE_P(zerror) == IS_LONG) {
IS_LONG            75 ext/intl/dateformat/dateformat_format.c 		if(Z_TYPE_PP(ele_value) != IS_LONG) {
IS_LONG            60 ext/intl/formatter/formatter_format.c 		if(Z_TYPE_PP(number) == IS_LONG) {
IS_LONG            70 ext/intl/formatter/formatter_format.c 	if(Z_TYPE_PP(number) != IS_DOUBLE && Z_TYPE_PP(number) != IS_LONG) {
IS_LONG           173 ext/intl/resourcebundle/resourcebundle_class.c 	if(Z_TYPE_P(offset) == IS_LONG) {
IS_LONG           298 ext/json/JSON_parser.c     if (type == IS_LONG)
IS_LONG           511 ext/json/JSON_parser.c 	        } else if (type < IS_LONG && (next_class == C_DIGIT || next_class == C_ZERO)) {
IS_LONG           512 ext/json/JSON_parser.c 	            type = IS_LONG;
IS_LONG           514 ext/json/JSON_parser.c 	        } else if (type == IS_LONG && next_state == E1) {
IS_LONG           428 ext/json/json.c 			if (type == IS_LONG) {
IS_LONG           633 ext/json/json.c 		case IS_LONG:
IS_LONG           746 ext/json/json.c 			if (type == IS_LONG) {
IS_LONG          1721 ext/ldap/ldap.c 					if (Z_TYPE_P(modinfo) != IS_LONG) {
IS_LONG          1548 ext/mssql/php_mssql.c 			else if (Z_TYPE(result->data[result->cur_row][i]) == IS_LONG) {
IS_LONG          1827 ext/mysql/php_mysql.c 	Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          1907 ext/mysql/php_mysql.c 	Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          2033 ext/mysql/php_mysql.c 	Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          2051 ext/mysql/php_mysql.c 	Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          2499 ext/mysql/php_mysql.c 			Z_TYPE_P(return_value) = IS_LONG;
IS_LONG           459 ext/mysqli/mysqli_api.c 				stmt->result.buf[ofs].type = IS_LONG;
IS_LONG           956 ext/mysqli/mysqli_api.c 						if (the_var == stmt->param.vars[i] && Z_TYPE_P(stmt->param.vars[i]) != IS_LONG) {
IS_LONG          1037 ext/mysqli/mysqli_api.c 					case IS_LONG:
IS_LONG          1785 ext/mysqli/mysqli_api.c 			return IS_LONG;
IS_LONG          1844 ext/mysqli/mysqli_api.c 			case IS_LONG:
IS_LONG          1855 ext/mysqli/mysqli_api.c 		case IS_LONG:
IS_LONG           101 ext/mysqlnd/mysqlnd_bt.c 		case IS_LONG: {
IS_LONG           377 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_TINY].php_type	= IS_LONG;
IS_LONG           382 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_SHORT].php_type	= IS_LONG;
IS_LONG           387 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_YEAR].php_type	= IS_LONG;
IS_LONG           392 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_INT24].php_type	= IS_LONG;
IS_LONG           397 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONG].php_type	= IS_LONG;
IS_LONG           402 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONGLONG].php_type= IS_LONG;
IS_LONG           472 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_BIT].php_type	= IS_LONG;
IS_LONG           591 ext/mysqlnd/mysqlnd_ps_codec.c 			if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG &&
IS_LONG           602 ext/mysqlnd/mysqlnd_ps_codec.c 			if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG) {
IS_LONG           657 ext/mysqlnd/mysqlnd_ps_codec.c 			if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG) {
IS_LONG          1672 ext/mysqlnd/mysqlnd_wireprotocol.c 			if (as_int_or_float && perm_bind.php_type == IS_LONG) {
IS_LONG          1735 ext/mysqlnd/mysqlnd_wireprotocol.c 				if (Z_TYPE_PP(current_field) == IS_LONG) {
IS_LONG          1023 ext/opcache/Optimizer/block_pass.c                 ((Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_LONG &&
IS_LONG           328 ext/opcache/Optimizer/compact_literals.c 				case IS_LONG:
IS_LONG            21 ext/opcache/Optimizer/nop_removal.c 			Z_TYPE(ZEND_OP2_LITERAL(opline)) != IS_LONG) {
IS_LONG            54 ext/opcache/Optimizer/pass1_5.c 					Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_LONG &&
IS_LONG            95 ext/opcache/Optimizer/pass1_5.c 					case IS_LONG:
IS_LONG            43 ext/opcache/Optimizer/pass2.c 					if (ZEND_OP1_LITERAL(opline).type != IS_LONG) {
IS_LONG            56 ext/opcache/Optimizer/pass2.c 					if (ZEND_OP2_LITERAL(opline).type != IS_LONG) {
IS_LONG          2245 ext/opcache/ZendAccelerator.c 			case IS_LONG:
IS_LONG           851 ext/openssl/openssl.c 	if (optional_args && zend_hash_find(Z_ARRVAL_P(optional_args), key, sizeof(key), (void**)&item) == SUCCESS && Z_TYPE_PP(item) == IS_LONG) \
IS_LONG           912 ext/openssl/openssl.c 		&& Z_TYPE_PP(item) == IS_LONG) {
IS_LONG          1486 ext/openssl/openssl.c 		if (Z_TYPE_P(method) == IS_LONG) {
IS_LONG          4755 ext/openssl/openssl.c 	if (method == NULL || Z_TYPE_P(method) == IS_LONG) {
IS_LONG          4811 ext/openssl/openssl.c 	if (method == NULL || Z_TYPE_P(method) == IS_LONG) {
IS_LONG           871 ext/pcntl/pcntl.c 	if (Z_TYPE_P(handle) == IS_LONG) {
IS_LONG           938 ext/pcntl/pcntl.c 		if (Z_TYPE_PP(user_signo) != IS_LONG) {
IS_LONG          1007 ext/pcntl/pcntl.c 		if (Z_TYPE_PP(user_signo) != IS_LONG) {
IS_LONG           292 ext/pdo/pdo_dbh.c 				if (Z_TYPE_PP(v) != IS_LONG) {
IS_LONG           708 ext/pdo/pdo_dbh.c 	if (Z_TYPE_P(value) != IS_LONG && Z_TYPE_P(value) != IS_STRING && Z_TYPE_P(value) != IS_BOOL) { \
IS_LONG           756 ext/pdo/pdo_dbh.c 				if (zend_hash_index_find(Z_ARRVAL_P(value), 0, (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG           581 ext/pdo/pdo_sql_parser.c 						case IS_LONG:
IS_LONG           330 ext/pdo/pdo_stmt.c 	} else if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_BOOL && Z_TYPE_P(param->parameter) == IS_LONG) {
IS_LONG           676 ext/pdo/pdo_stmt.c 			case IS_LONG:
IS_LONG          1047 ext/pdo/pdo_stmt.c 						if (Z_TYPE_P(val) == IS_LONG) {
IS_LONG          1887 ext/pdo/pdo_stmt.c 		if (Z_TYPE_PP(args[skip]) != IS_LONG) {
IS_LONG          1925 ext/pdo/pdo_stmt.c 			} else	if (Z_TYPE_PP(args[skip+1]) != IS_LONG) {
IS_LONG          2572 ext/pdo/pdo_stmt.c 		if (Z_TYPE_P(member) == IS_LONG) {
IS_LONG          2622 ext/pdo/pdo_stmt.c 		if (Z_TYPE_P(member) == IS_LONG) {
IS_LONG           200 ext/pdo/php_pdo_driver.h 		if (Z_TYPE_PP(v) != IS_LONG) {
IS_LONG           535 ext/pdo_firebird/firebird_statement.c 				case IS_LONG:
IS_LONG           537 ext/pdo_mysql/mysql_statement.c 					case IS_LONG:
IS_LONG           562 ext/pdo_mysql/mysql_statement.c 					case IS_LONG:
IS_LONG           409 ext/pdo_sqlite/sqlite_driver.c 				case IS_LONG:
IS_LONG           513 ext/pdo_sqlite/sqlite_driver.c 		if (Z_TYPE_P(retval) != IS_LONG) {
IS_LONG          1291 ext/pgsql/pgsql.c 		if (i == 1 && ZEND_NUM_ARGS() == 2 && Z_TYPE_PP(args[i]) == IS_LONG) {
IS_LONG          2286 ext/pgsql/pgsql.c 	Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          2526 ext/pgsql/pgsql.c 			Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          2548 ext/pgsql/pgsql.c 				Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          2609 ext/pgsql/pgsql.c 	Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          3031 ext/pgsql/pgsql.c 	Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          3218 ext/pgsql/pgsql.c 		case IS_LONG:
IS_LONG          3422 ext/pgsql/pgsql.c 					Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          3618 ext/pgsql/pgsql.c 		case IS_LONG:
IS_LONG          3870 ext/pgsql/pgsql.c 		Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          3908 ext/pgsql/pgsql.c 	Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          4774 ext/pgsql/pgsql.c 			Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          4778 ext/pgsql/pgsql.c 			Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          5898 ext/pgsql/pgsql.c 					case IS_LONG:
IS_LONG          5946 ext/pgsql/pgsql.c 					case IS_LONG:
IS_LONG          5988 ext/pgsql/pgsql.c 					case IS_LONG:
IS_LONG          6049 ext/pgsql/pgsql.c 					case IS_LONG:
IS_LONG          6097 ext/pgsql/pgsql.c 					case IS_LONG:
IS_LONG          6349 ext/pgsql/pgsql.c 					case IS_LONG:
IS_LONG          6617 ext/pgsql/pgsql.c 			case IS_LONG:
IS_LONG          6792 ext/pgsql/pgsql.c 			case IS_LONG:
IS_LONG           842 ext/phar/phar_object.c 					case IS_LONG:
IS_LONG           216 ext/phar/stream.c 				&& Z_TYPE_PP(pzoption) == IS_LONG
IS_LONG          1494 ext/phar/util.c 		case IS_LONG:
IS_LONG           486 ext/readline/readline.c 	Z_TYPE_P(ret) = IS_LONG;
IS_LONG          2282 ext/reflection/php_reflection.c 	if (Z_TYPE_PP(parameter) == IS_LONG) {
IS_LONG           261 ext/simplexml/simplexml.c 	if (!member || Z_TYPE_P(member) == IS_LONG) {
IS_LONG           306 ext/simplexml/simplexml.c 			if (Z_TYPE_P(member) != IS_LONG || sxe->iter.type == SXE_ITER_ATTRLIST) {
IS_LONG           307 ext/simplexml/simplexml.c 				if (Z_TYPE_P(member) == IS_LONG) {
IS_LONG           334 ext/simplexml/simplexml.c 			if (!member || Z_TYPE_P(member) == IS_LONG) {
IS_LONG           420 ext/simplexml/simplexml.c 		case IS_LONG:
IS_LONG           471 ext/simplexml/simplexml.c 	if (!member || Z_TYPE_P(member) == IS_LONG) {
IS_LONG           534 ext/simplexml/simplexml.c 			case IS_LONG:
IS_LONG           566 ext/simplexml/simplexml.c 			if (Z_TYPE_P(member) == IS_LONG) {
IS_LONG           592 ext/simplexml/simplexml.c 			if (!member || Z_TYPE_P(member) == IS_LONG) {
IS_LONG           643 ext/simplexml/simplexml.c 				if (!member || Z_TYPE_P(member) == IS_LONG) {
IS_LONG           648 ext/simplexml/simplexml.c 			} else if (!member || Z_TYPE_P(member) == IS_LONG) {
IS_LONG           656 ext/simplexml/simplexml.c 			if (Z_TYPE_P(member) == IS_LONG) {
IS_LONG           745 ext/simplexml/simplexml.c 	if (Z_TYPE_P(member) != IS_STRING && Z_TYPE_P(member) != IS_LONG) {
IS_LONG           756 ext/simplexml/simplexml.c 	if (Z_TYPE_P(member) == IS_LONG) {
IS_LONG           780 ext/simplexml/simplexml.c 			if (Z_TYPE_P(member) == IS_LONG) {
IS_LONG           811 ext/simplexml/simplexml.c 			if (Z_TYPE_P(member) == IS_LONG) {
IS_LONG           875 ext/simplexml/simplexml.c 	if (Z_TYPE_P(member) != IS_STRING && Z_TYPE_P(member) != IS_LONG) {
IS_LONG           886 ext/simplexml/simplexml.c 	if (Z_TYPE_P(member) == IS_LONG) {
IS_LONG           910 ext/simplexml/simplexml.c 			if (Z_TYPE_P(member) == IS_LONG) {
IS_LONG           938 ext/simplexml/simplexml.c 			if (Z_TYPE_P(member) == IS_LONG) {
IS_LONG          1789 ext/simplexml/simplexml.c 		case IS_LONG:
IS_LONG          2215 ext/snmp/snmp.c 	if (Z_TYPE_P(newval) != IS_LONG) {
IS_LONG          2242 ext/snmp/snmp.c 	if (Z_TYPE_P(newval) != IS_LONG) {
IS_LONG          2292 ext/snmp/snmp.c 	if (Z_TYPE_P(newval) != IS_LONG) {
IS_LONG          2326 ext/snmp/snmp.c 	if (Z_TYPE_P(newval) != IS_LONG) {
IS_LONG           152 ext/soap/php_encoding.c 	{{IS_LONG, XSD_INT_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long},
IS_LONG           406 ext/soap/php_encoding.c 		    Z_TYPE_PP(ztype) != IS_LONG) {
IS_LONG          1040 ext/soap/php_encoding.c 				case IS_LONG:
IS_LONG          1083 ext/soap/php_encoding.c 				case IS_LONG:
IS_LONG          1118 ext/soap/php_encoding.c 		if (Z_TYPE(tmp) != IS_LONG) {
IS_LONG          2862 ext/soap/php_encoding.c 			} else if (Z_TYPE_P(key) == IS_LONG) {
IS_LONG          2995 ext/soap/php_encoding.c 	if (Z_TYPE_P(data) == IS_LONG) {
IS_LONG          3649 ext/soap/php_encoding.c 			    Z_TYPE_PP(ztype) != IS_LONG) {
IS_LONG           179 ext/soap/php_http.c 	    Z_TYPE_PP(proxy_port) == IS_LONG) {
IS_LONG           188 ext/soap/php_http.c 	    Z_TYPE_PP(tmp) == IS_LONG && Z_LVAL_PP(tmp) > 0) {
IS_LONG           200 ext/soap/php_http.c 			Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG           283 ext/soap/php_http.c 				Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG           373 ext/soap/php_http.c 	if (zend_hash_find(Z_OBJPROP_P(this_ptr), "compression", sizeof("compression"), (void **)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG           421 ext/soap/php_http.c 		if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_use_proxy", sizeof("_use_proxy"), (void **)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG           440 ext/soap/php_http.c 			if (Z_TYPE_PP(tmp) == IS_LONG)
IS_LONG           578 ext/soap/php_http.c 			 (Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG) &&
IS_LONG           650 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG           860 ext/soap/php_http.c 		    (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) {
IS_LONG           905 ext/soap/php_http.c 		    (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) {
IS_LONG          3277 ext/soap/php_sdl.c 	    Z_TYPE_PP(proxy_port) == IS_LONG) {
IS_LONG           835 ext/soap/soap.c 	} else if (Z_TYPE_P(actor) == IS_LONG &&
IS_LONG          1143 ext/soap/soap.c 			if (Z_TYPE_PP(tmp) == IS_LONG &&
IS_LONG          1191 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG          1196 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG          1201 ext/soap/soap.c 		    (Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG)) {
IS_LONG          1472 ext/soap/soap.c 	} else if (function_name->type == IS_LONG) {
IS_LONG          2364 ext/soap/soap.c 					Z_TYPE_PP(tmp) == IS_LONG &&
IS_LONG          2370 ext/soap/soap.c 					Z_TYPE_PP(tmp) == IS_LONG &&
IS_LONG          2390 ext/soap/soap.c 			if (Z_TYPE_PP(tmp) == IS_LONG ||
IS_LONG          2403 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_LONG &&
IS_LONG          2436 ext/soap/soap.c 		    (Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG) &&
IS_LONG          2442 ext/soap/soap.c 		    (Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG) &&
IS_LONG          2448 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_LONG &&
IS_LONG          2486 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG          2502 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG          2512 ext/soap/soap.c 				(Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG) && Z_LVAL_PP(tmp) == 0) {
IS_LONG          2517 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG          2572 ext/soap/soap.c 	    (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) {
IS_LONG          2607 ext/soap/soap.c 	           (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) {
IS_LONG          2652 ext/soap/soap.c 	    (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) {
IS_LONG          2657 ext/soap/soap.c 		Z_TYPE_PP(tmp) == IS_LONG && Z_LVAL_PP(tmp) == SOAP_1_2) {
IS_LONG          2700 ext/soap/soap.c 	    Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG          3737 ext/soap/soap.c 		} else if (Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG          4276 ext/soap/soap.c 		    Z_TYPE_PP(zstyle) == IS_LONG) {
IS_LONG          4299 ext/soap/soap.c 		    Z_TYPE_PP(zuse) == IS_LONG && Z_LVAL_PP(zuse) == SOAP_LITERAL) {
IS_LONG           311 ext/sockets/conversions.c 	if (Z_TYPE_P(arr_value) != IS_LONG) {
IS_LONG           318 ext/sockets/conversions.c 	case IS_LONG:
IS_LONG           343 ext/sockets/conversions.c 		case IS_LONG:
IS_LONG           345 ext/sockets/conversions.c 			Z_TYPE(lzval) = IS_LONG;
IS_LONG          1263 ext/sockets/conversions.c 	if (Z_TYPE_P(zv) == IS_LONG) {
IS_LONG            92 ext/sockets/multicast.c 	if (Z_TYPE_P(val) == IS_LONG) {
IS_LONG            68 ext/sockets/sockaddr_conv.c 		if (IS_LONG == is_numeric_string(scope, strlen(scope), &lval, &dval, 0)) {
IS_LONG           875 ext/sockets/sockets.c 		if (Z_TYPE_P(sec) != IS_LONG) {
IS_LONG           351 ext/spl/spl_array.c 	case IS_LONG:
IS_LONG           477 ext/spl/spl_array.c 	case IS_LONG:
IS_LONG           571 ext/spl/spl_array.c 	case IS_LONG:
IS_LONG           642 ext/spl/spl_array.c 			case IS_LONG:
IS_LONG          1778 ext/spl/spl_array.c 	if (!php_var_unserialize(&pflags, &p, s + buf_len, &var_hash TSRMLS_CC) || Z_TYPE_P(pflags) != IS_LONG) {
IS_LONG          1206 ext/spl/spl_dllist.c 	if (!php_var_unserialize(&flags, &p, s + buf_len, &var_hash TSRMLS_CC) || Z_TYPE_P(flags) != IS_LONG) {
IS_LONG            56 ext/spl/spl_engine.c 	case IS_LONG:
IS_LONG           355 ext/spl/spl_fixedarray.c 	if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG           415 ext/spl/spl_fixedarray.c 	if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG           461 ext/spl/spl_fixedarray.c 	if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG           502 ext/spl/spl_fixedarray.c 	if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG           837 ext/spl/spl_observer.c 	if (!php_var_unserialize(&pcount, &p, s + buf_len, &var_hash TSRMLS_CC) || Z_TYPE_P(pcount) != IS_LONG) {
IS_LONG          1071 ext/spl/spl_observer.c 		if (Z_TYPE_P(info) != IS_LONG && Z_TYPE_P(info) != IS_STRING) {
IS_LONG          1229 ext/spl/spl_observer.c 				case IS_LONG:
IS_LONG           797 ext/sqlite3/sqlite3.c 				case IS_LONG:
IS_LONG           921 ext/sqlite3/sqlite3.c 	} else if (Z_TYPE_P(retval) != IS_LONG) {
IS_LONG           185 ext/standard/array.c 		Z_TYPE(first) = IS_LONG;
IS_LONG           194 ext/standard/array.c 		Z_TYPE(second) = IS_LONG;
IS_LONG           738 ext/standard/array.c 		Z_TYPE_P(key1) = IS_LONG;
IS_LONG           746 ext/standard/array.c 		Z_TYPE_P(key2) = IS_LONG;
IS_LONG          1566 ext/standard/array.c 		if (Z_TYPE_PP(entry) == IS_LONG) {
IS_LONG          1634 ext/standard/array.c 		} else if (type1 == IS_LONG || type2 == IS_LONG) {
IS_LONG          2391 ext/standard/array.c 		if (Z_TYPE_PP(entry) == IS_LONG) {
IS_LONG          2428 ext/standard/array.c 		case IS_LONG:
IS_LONG          2482 ext/standard/array.c 		} else if ((Z_TYPE_PP(zcolumn) == IS_LONG) &&
IS_LONG          2492 ext/standard/array.c 		} else if (zkey && (Z_TYPE_PP(zkey) == IS_LONG)) {
IS_LONG          2499 ext/standard/array.c 		} else if (zkeyval && Z_TYPE_PP(zkeyval) == IS_LONG) {
IS_LONG          2632 ext/standard/array.c 		if (Z_TYPE_PP(entry) == IS_LONG) {
IS_LONG          3737 ext/standard/array.c 		} else if (Z_TYPE_PP(args[i]) == IS_LONG) {
IS_LONG          3980 ext/standard/array.c 		if (Z_TYPE(entry_n) == IS_LONG && Z_TYPE_P(return_value) == IS_LONG) {
IS_LONG          4117 ext/standard/array.c 						Z_TYPE_P(key) = IS_LONG;
IS_LONG          4313 ext/standard/array.c 		case IS_LONG:
IS_LONG          4437 ext/standard/array.c 		if (Z_TYPE_PP(entry_keys) == IS_LONG) {
IS_LONG          4377 ext/standard/basic_functions.c 		if (!(optname_len > 1 && optname[0] == '0') && is_numeric_string(optname, optname_len, NULL, NULL, 0) == IS_LONG) {
IS_LONG          5876 ext/standard/basic_functions.c 			if (!(Z_STRLEN_P(arg1) > 1 && Z_STRVAL_P(arg1)[0] == '0') && is_numeric_string(Z_STRVAL_P(arg1), Z_STRLEN_P(arg1), NULL, NULL, 0) == IS_LONG) {
IS_LONG           646 ext/standard/file.c 		case IS_LONG:
IS_LONG           440 ext/standard/filestat.c 			if (Z_TYPE_P(group) == IS_LONG) {
IS_LONG           468 ext/standard/filestat.c 	if (Z_TYPE_P(group) == IS_LONG) {
IS_LONG           577 ext/standard/filestat.c 			if (Z_TYPE_P(user) == IS_LONG) {
IS_LONG           606 ext/standard/filestat.c 	if (Z_TYPE_P(user) == IS_LONG) {
IS_LONG          1264 ext/standard/filters.c 		if (Z_TYPE_PP(tmpval) != IS_LONG) {
IS_LONG          1287 ext/standard/filters.c 		if (Z_TYPE_PP(tmpval) != IS_LONG) {
IS_LONG           532 ext/standard/ftp_fopen_wrapper.c 			Z_TYPE_PP(tmpzval) == IS_LONG &&
IS_LONG           179 ext/standard/http.c 				case IS_LONG:
IS_LONG           294 ext/standard/math.c 	} else if (Z_TYPE_PP(value) == IS_LONG) {
IS_LONG           318 ext/standard/math.c 	} else if (Z_TYPE_PP(value) == IS_LONG) {
IS_LONG           339 ext/standard/math.c 	} else if (Z_TYPE_PP(value) == IS_LONG) {
IS_LONG           375 ext/standard/math.c 		case IS_LONG:
IS_LONG           383 ext/standard/math.c 			return_val = (Z_TYPE_PP(value) == IS_LONG) ? (double)Z_LVAL_PP(value) : Z_DVAL_PP(value);
IS_LONG           888 ext/standard/math.c 	if (Z_TYPE_P(arg) != IS_LONG || base < 2 || base > 36) {
IS_LONG           915 ext/standard/math.c 	if ((Z_TYPE_P(arg) != IS_LONG && Z_TYPE_P(arg) != IS_DOUBLE) || base < 2 || base > 36) {
IS_LONG           247 ext/standard/password.c 					if (Z_TYPE_PP(option_buffer) != IS_LONG) {
IS_LONG           327 ext/standard/password.c 				if (Z_TYPE_PP(option_buffer) != IS_LONG) {
IS_LONG           364 ext/standard/password.c 			case IS_LONG:
IS_LONG           508 ext/standard/proc_open.c 			if ((Z_TYPE_PP(item) == IS_BOOL || Z_TYPE_PP(item) == IS_LONG) &&
IS_LONG           514 ext/standard/proc_open.c 			if ((Z_TYPE_PP(item) == IS_BOOL || Z_TYPE_PP(item) == IS_LONG) &&
IS_LONG          1217 ext/standard/scanf.c 		Z_TYPE_PP(return_value) = IS_LONG;
IS_LONG          1158 ext/standard/string.c 			case IS_LONG: {
IS_LONG          1686 ext/standard/string.c 		case IS_LONG:
IS_LONG          1701 ext/standard/string.c 				if(Z_TYPE(holder) != IS_LONG) {
IS_LONG          2470 ext/standard/string.c 					if(Z_TYPE_PP(tmp_from) != IS_LONG) {
IS_LONG          2505 ext/standard/string.c 					if(Z_TYPE_PP(tmp_len) != IS_LONG) {
IS_LONG          4366 ext/standard/string.c 	if (Z_TYPE_PP(pcategory) == IS_LONG) {
IS_LONG            43 ext/standard/type.c 		case IS_LONG:
IS_LONG           276 ext/standard/type.c 	php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_LONG);
IS_LONG           323 ext/standard/type.c 		case IS_LONG:
IS_LONG           356 ext/standard/type.c 		case IS_LONG:
IS_LONG           106 ext/standard/var.c 	case IS_LONG:
IS_LONG           261 ext/standard/var.c 	case IS_LONG:
IS_LONG           435 ext/standard/var.c 	case IS_LONG:
IS_LONG           741 ext/standard/var.c 		case IS_LONG:
IS_LONG           317 ext/standard/var_unserializer.c 		if (Z_TYPE_P(key) != IS_LONG && Z_TYPE_P(key) != IS_STRING) {
IS_LONG           332 ext/standard/var_unserializer.c 			case IS_LONG:
IS_LONG          1248 ext/sybase_ct/php_sybase_ct.c 						Z_TYPE(result->data[i][j]) = IS_LONG;
IS_LONG          1731 ext/sybase_ct/php_sybase_ct.c 	Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          1749 ext/sybase_ct/php_sybase_ct.c 	Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          2114 ext/sybase_ct/php_sybase_ct.c 	Z_TYPE_P(return_value) = IS_LONG;
IS_LONG           430 ext/sysvmsg/sysvmsg.c 			case IS_LONG:
IS_LONG           526 ext/tidy/tidy.c 			if (Z_TYPE(conv) != IS_LONG) {
IS_LONG           536 ext/tidy/tidy.c 			if (Z_TYPE(conv) != IS_LONG) {
IS_LONG           751 ext/tidy/tidy.c 		case IS_LONG:
IS_LONG           784 ext/tidy/tidy.c 		case IS_LONG:
IS_LONG           649 ext/wddx/wddx.c 		case IS_LONG:
IS_LONG           788 ext/wddx/wddx.c 		Z_TYPE_P(ent.data) = IS_LONG;
IS_LONG           907 ext/wddx/wddx.c 		Z_TYPE_P(ent.data) = IS_LONG;
IS_LONG           104 ext/xmlreader/php_xmlreader.c 		case IS_LONG:
IS_LONG          1322 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "attributeCount", xmlTextReaderAttributeCount, NULL, IS_LONG TSRMLS_CC);
IS_LONG          1324 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "depth", xmlTextReaderDepth, NULL, IS_LONG TSRMLS_CC);
IS_LONG          1332 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "nodeType", xmlTextReaderNodeType, NULL, IS_LONG TSRMLS_CC);
IS_LONG           346 ext/xmlrpc/xmlrpc-epi-php.c 			if (!(id_len > 1 && id[0] == '0') && is_numeric_string((char *)id, id_len, NULL, NULL, 0) == IS_LONG) {
IS_LONG           663 ext/xmlrpc/xmlrpc-epi-php.c 				Z_TYPE_P(elem) = IS_LONG;
IS_LONG          1384 ext/xmlrpc/xmlrpc-epi-php.c 						ztimestamp->type = IS_LONG;
IS_LONG          1429 ext/xmlrpc/xmlrpc-epi-php.c 			case IS_LONG:
IS_LONG           364 ext/zip/php_zip.c 		if (Z_TYPE_PP(option) != IS_LONG) {
IS_LONG           875 ext/zip/php_zip.c 		case IS_LONG:
IS_LONG          2688 ext/zip/php_zip.c 							case IS_LONG:
IS_LONG          2699 ext/zip/php_zip.c 			case IS_LONG:
IS_LONG          3051 ext/zip/php_zip.c 	php_zip_register_prop_handler(&zip_prop_handlers, "status",    php_zip_status, NULL, NULL, IS_LONG TSRMLS_CC);
IS_LONG          3052 ext/zip/php_zip.c 	php_zip_register_prop_handler(&zip_prop_handlers, "statusSys", php_zip_status_sys, NULL, NULL, IS_LONG TSRMLS_CC);
IS_LONG          3053 ext/zip/php_zip.c 	php_zip_register_prop_handler(&zip_prop_handlers, "numFiles",  php_zip_get_num_files, NULL, NULL, IS_LONG TSRMLS_CC);
IS_LONG           400 ext/zlib/zlib_filter.c 				case IS_LONG:
IS_LONG           598 main/php_variables.c 	Z_TYPE_P(argc) = IS_LONG;
IS_LONG           652 main/php_variables.c 		Z_TYPE(request_time_long) = IS_LONG;
IS_LONG           873 main/streams/userspace.c 	if (call_result == SUCCESS && retval != NULL && Z_TYPE_P(retval) == IS_LONG) {
IS_LONG           169 sapi/apache_hooks/php_apache.c 	Z_TYPE_P(addr) = IS_LONG;
IS_LONG          1051 sapi/cli/php_cli.c 				Z_TYPE_P(argi) = IS_LONG;
IS_LONG           161 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
IS_LONG           231 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
IS_LONG           266 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
IS_LONG           306 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
IS_LONG           347 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
IS_LONG           387 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
IS_LONG           416 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
IS_LONG           452 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
IS_LONG           481 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
IS_LONG           510 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
IS_LONG           544 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
IS_LONG           162 sapi/phpdbg/phpdbg_info.c 					case IS_LONG: 		phpdbg_write("(integer)\t"); 	break;
IS_LONG           141 sapi/phpdbg/phpdbg_utils.h 		Z_TYPE_P(key) = IS_LONG;