IS_LONG          1146 Zend/zend.c    			Z_TYPE_P(z_error_type) = IS_LONG;
IS_LONG          1153 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          1555 Zend/zend_API.c 		case IS_LONG:
IS_LONG           565 Zend/zend_API.h 		Z_TYPE_P(__z) = IS_LONG;	\
IS_LONG           674 Zend/zend_builtin_functions.c 		case IS_LONG:
IS_LONG           170 Zend/zend_compile.c 	Z_TYPE(CG(declarables).ticks) = IS_LONG;
IS_LONG          4802 Zend/zend_compile.c 		} else if (Z_TYPE(expr->u.constant) != IS_LONG || Z_LVAL(expr->u.constant) < 1) {
IS_LONG          5794 Zend/zend_compile.c 			case IS_LONG:
IS_LONG          6748 Zend/zend_compile.c 	Z_TYPE(zendlval->u.constant) = IS_LONG;
IS_LONG           183 Zend/zend_constants.c 	c.value.type = IS_LONG;
IS_LONG           413 Zend/zend_exceptions.c 		case IS_LONG: {
IS_LONG           488 Zend/zend_exceptions.c 				if (Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG           823 Zend/zend_exceptions.c 				line = (Z_TYPE_P(line) == IS_LONG) ? line : NULL;
IS_LONG          1052 Zend/zend_execute.c 		case IS_LONG:
IS_LONG          1151 Zend/zend_execute.c 				if (Z_TYPE_P(dim) != IS_LONG) {
IS_LONG          1156 Zend/zend_execute.c 							if (IS_LONG == is_numeric_string(Z_STRVAL_P(dim), Z_STRLEN_P(dim), NULL, NULL, -1)) {
IS_LONG          1271 Zend/zend_execute.c 				if (Z_TYPE_P(dim) != IS_LONG) {
IS_LONG          1275 Zend/zend_execute.c 							if (IS_LONG == is_numeric_string(Z_STRVAL_P(dim), Z_STRLEN_P(dim), NULL, NULL, -1)) {
IS_LONG           102 Zend/zend_execute.h 		case IS_LONG:
IS_LONG           642 Zend/zend_execute_API.c 				case IS_LONG:
IS_LONG          1284 Zend/zend_execute_API.c 				if (Z_TYPE_P(opline->op2.zv) != IS_LONG) {
IS_LONG          1188 Zend/zend_hash.c 		Z_TYPE_P(key) = IS_LONG;
IS_LONG          4889 Zend/zend_language_parser.c     { zend_do_cast(&(yyval), &(yyvsp[(2) - (2)]), IS_LONG TSRMLS_CC); }
IS_LONG           797 Zend/zend_language_parser.y 	|	T_INT_CAST expr 	{ zend_do_cast(&$$, &$2, IS_LONG TSRMLS_CC); }
IS_LONG           567 Zend/zend_language_scanner.c 	retval_znode.u.constant.type = IS_LONG;
IS_LONG          2978 Zend/zend_language_scanner.c 	zendlval->type = IS_LONG;
IS_LONG          3334 Zend/zend_language_scanner.c 		zendlval->type = IS_LONG;
IS_LONG          3371 Zend/zend_language_scanner.c 		zendlval->type = IS_LONG;
IS_LONG          4281 Zend/zend_language_scanner.c 	zendlval->type = IS_LONG;
IS_LONG          7689 Zend/zend_language_scanner.c 		zendlval->type = IS_LONG;
IS_LONG          1572 Zend/zend_object_handlers.c 		case IS_LONG:
IS_LONG           637 Zend/zend_opcode.c 				if (Z_TYPE(op_array->literals[opline->op2.constant].constant) != IS_LONG) {
IS_LONG           697 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           879 Zend/zend_operators.c 			case TYPE_PAIR(IS_LONG, IS_LONG): {
IS_LONG           893 Zend/zend_operators.c 			case TYPE_PAIR(IS_LONG, IS_DOUBLE):
IS_LONG           897 Zend/zend_operators.c 			case TYPE_PAIR(IS_DOUBLE, IS_LONG):
IS_LONG           926 Zend/zend_operators.c 			case TYPE_PAIR(IS_LONG, IS_LONG): {
IS_LONG           930 Zend/zend_operators.c 				Z_TYPE_P(result) = overflow ? IS_DOUBLE : IS_LONG;
IS_LONG           934 Zend/zend_operators.c 			case TYPE_PAIR(IS_LONG, IS_DOUBLE):
IS_LONG           938 Zend/zend_operators.c 			case TYPE_PAIR(IS_DOUBLE, IS_LONG):
IS_LONG           967 Zend/zend_operators.c 			case TYPE_PAIR(IS_LONG, IS_LONG):
IS_LONG           984 Zend/zend_operators.c 			case TYPE_PAIR(IS_DOUBLE, IS_LONG):
IS_LONG           993 Zend/zend_operators.c 			case TYPE_PAIR(IS_LONG, IS_DOUBLE):
IS_LONG          1080 Zend/zend_operators.c 	if (Z_TYPE_P(op1) == IS_LONG) {
IS_LONG          1466 Zend/zend_operators.c 			case TYPE_PAIR(IS_LONG, IS_LONG):
IS_LONG          1470 Zend/zend_operators.c 			case TYPE_PAIR(IS_DOUBLE, IS_LONG):
IS_LONG          1475 Zend/zend_operators.c 			case TYPE_PAIR(IS_LONG, IS_DOUBLE):
IS_LONG          1654 Zend/zend_operators.c 		case IS_LONG:
IS_LONG          1852 Zend/zend_operators.c 		case IS_LONG:
IS_LONG          1872 Zend/zend_operators.c 					case IS_LONG:
IS_LONG          1906 Zend/zend_operators.c 		case IS_LONG:
IS_LONG          1924 Zend/zend_operators.c 				case IS_LONG:
IS_LONG          2220 Zend/zend_operators.c 	Z_TYPE_P(result) = IS_LONG;
IS_LONG           174 Zend/zend_operators.h 		for (type = IS_LONG; !(digits >= MAX_LENGTH_OF_LONG && (dval || allow_errors == 1)); digits++, ptr++) {
IS_LONG           238 Zend/zend_operators.h 	if (type == IS_LONG) {
IS_LONG           258 Zend/zend_operators.h 		return IS_LONG;
IS_LONG           393 Zend/zend_operators.h 			case IS_LONG:						\
IS_LONG           432 Zend/zend_operators.h 	if (Z_TYPE_PP(ppzv)!=IS_LONG && Z_TYPE_PP(ppzv)!=IS_DOUBLE) {	\
IS_LONG           508 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
IS_LONG           551 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
IS_LONG           594 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
IS_LONG           595 Zend/zend_operators.h 		if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           615 Zend/zend_operators.h 			  "n"(IS_LONG),
IS_LONG           638 Zend/zend_operators.h 			  "n"(IS_LONG),
IS_LONG           655 Zend/zend_operators.h 				Z_TYPE_P(result) = IS_LONG;
IS_LONG           669 Zend/zend_operators.h 		} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           680 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
IS_LONG           681 Zend/zend_operators.h 		if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           705 Zend/zend_operators.h 			  "n"(IS_LONG),
IS_LONG           732 Zend/zend_operators.h 			  "n"(IS_LONG),
IS_LONG           744 Zend/zend_operators.h 				Z_TYPE_P(result) = IS_LONG;
IS_LONG           758 Zend/zend_operators.h 		} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           769 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
IS_LONG           770 Zend/zend_operators.h 		if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           774 Zend/zend_operators.h 			Z_TYPE_P(result) = overflow ? IS_DOUBLE : IS_LONG;
IS_LONG           786 Zend/zend_operators.h 		} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           798 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG) && 0) {
IS_LONG           799 Zend/zend_operators.h 		if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           812 Zend/zend_operators.h 				Z_TYPE_P(result) = IS_LONG;
IS_LONG           840 Zend/zend_operators.h 		} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           858 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
IS_LONG           859 Zend/zend_operators.h 		if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           868 Zend/zend_operators.h 				Z_TYPE_P(result) = IS_LONG;
IS_LONG           872 Zend/zend_operators.h 			Z_TYPE_P(result) = IS_LONG;
IS_LONG           881 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
IS_LONG           882 Zend/zend_operators.h 		if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           890 Zend/zend_operators.h 		} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           900 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
IS_LONG           901 Zend/zend_operators.h 		if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           909 Zend/zend_operators.h 		} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           919 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
IS_LONG           920 Zend/zend_operators.h 		if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           928 Zend/zend_operators.h 		} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           938 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
IS_LONG           939 Zend/zend_operators.h 		if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG           947 Zend/zend_operators.h 		} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
IS_LONG            65 Zend/zend_variables.c 		case IS_LONG:
IS_LONG            90 Zend/zend_variables.c 		case IS_LONG:
IS_LONG           116 Zend/zend_variables.c 		case IS_LONG:
IS_LONG          3619 Zend/zend_vm_def.h 			case IS_LONG:
IS_LONG          3697 Zend/zend_vm_def.h 		case IS_LONG:
IS_LONG          3972 Zend/zend_vm_def.h 					case IS_LONG:
IS_LONG          4472 Zend/zend_vm_def.h 			case IS_LONG:
IS_LONG          4545 Zend/zend_vm_def.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          4548 Zend/zend_vm_def.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          4558 Zend/zend_vm_def.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          4607 Zend/zend_vm_def.h 		if (Z_TYPE_P(ptr) == IS_LONG) {
IS_LONG          4625 Zend/zend_vm_def.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_LONG;  /* shouldn't be necessary */
IS_LONG          4674 Zend/zend_vm_def.h 		Z_TYPE(restored_error_reporting) = IS_LONG;
IS_LONG          5073 Zend/zend_vm_def.h 		Z_TYPE(restored_error_reporting) = IS_LONG;
IS_LONG          5341 Zend/zend_vm_def.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG           797 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_LONG;  /* shouldn't be necessary */
IS_LONG          1061 Zend/zend_vm_execute.h 		Z_TYPE(restored_error_reporting) = IS_LONG;
IS_LONG          2604 Zend/zend_vm_execute.h 		case IS_LONG:
IS_LONG          2926 Zend/zend_vm_execute.h 		if (Z_TYPE_P(ptr) == IS_LONG) {
IS_LONG          3807 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          4187 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          4703 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          4880 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          5560 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          5900 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          6268 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          6626 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          7201 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          7378 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          7909 Zend/zend_vm_execute.h 		case IS_LONG:
IS_LONG          8231 Zend/zend_vm_execute.h 		if (Z_TYPE_P(ptr) == IS_LONG) {
IS_LONG          8250 Zend/zend_vm_execute.h 		Z_TYPE(restored_error_reporting) = IS_LONG;
IS_LONG          9069 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          9409 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          9927 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          10104 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          10786 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          11126 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          11371 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          11711 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          12226 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          12403 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          13226 Zend/zend_vm_execute.h 		case IS_LONG:
IS_LONG          13680 Zend/zend_vm_execute.h 		if (Z_TYPE_P(ptr) == IS_LONG) {
IS_LONG          15659 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          15819 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          16045 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          16118 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          16121 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          16131 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          16294 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          17911 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          17993 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          18134 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          18207 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          18210 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          18220 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          18383 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          20219 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          20379 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          20605 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          20678 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          20681 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          20691 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          20854 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          21648 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          22011 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          23677 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          23759 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          23900 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          23973 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          23976 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          23986 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          24149 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          24260 Zend/zend_vm_execute.h 		if (Z_TYPE_P(ptr) == IS_LONG) {
IS_LONG          25267 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          25406 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          25479 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          25482 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          25492 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          25651 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          26585 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          26724 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          26797 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          26800 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          26810 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          26969 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          27903 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          28042 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          28115 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          28118 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          28128 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          28287 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          28714 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          29645 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          29784 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          29857 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          29860 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          29870 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          30029 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          30820 Zend/zend_vm_execute.h 		case IS_LONG:
IS_LONG          31142 Zend/zend_vm_execute.h 		if (Z_TYPE_P(ptr) == IS_LONG) {
IS_LONG          32889 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          33049 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          33273 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          33346 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          33349 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          33359 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          33518 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          35003 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          35085 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          35224 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          35297 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          35300 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          35310 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          35469 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          37172 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          37332 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          37556 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          37629 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          37632 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          37642 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          37801 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          38470 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          38810 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          40343 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          40425 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          40564 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          40637 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          40640 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          40650 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          40809 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          1323 ext/curl/interface.c 				if (Z_TYPE_P(retval_ptr) != IS_LONG) {
IS_LONG          1388 ext/curl/interface.c 				if (Z_TYPE_P(retval_ptr) != IS_LONG) {
IS_LONG          1466 ext/curl/interface.c 				if (Z_TYPE_P(retval_ptr) != IS_LONG) {
IS_LONG          1617 ext/curl/interface.c 				if (Z_TYPE_P(retval_ptr) != IS_LONG) {
IS_LONG          4092 ext/date/php_date.c 		if (value->type != IS_LONG) {         \
IS_LONG          4931 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          2122 ext/fileinfo/libmagic/softmagic.c 								Z_TYPE_P(pattern_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          1377 ext/ftp/php_ftp.c 			if (Z_TYPE_P(z_value) != IS_LONG) {
IS_LONG          5120 ext/gd/gd.c    				case IS_LONG:
IS_LONG          5296 ext/gd/gd.c    				case IS_LONG:
IS_LONG          5313 ext/gd/gd.c    				case IS_LONG:
IS_LONG           439 ext/gmp/gmp.c  	case IS_LONG:
IS_LONG           520 ext/gmp/gmp.c  	if (gmp_ui_op && Z_TYPE_PP(b_arg) == IS_LONG && Z_LVAL_PP(b_arg) >= 0) {
IS_LONG           583 ext/gmp/gmp.c  	if (gmp_ui_op && Z_TYPE_PP(b_arg) == IS_LONG && Z_LVAL_PP(b_arg) >= 0) {
IS_LONG          1043 ext/gmp/gmp.c  	if (Z_TYPE_PP(base_arg) == IS_LONG && Z_LVAL_PP(base_arg) >= 0) {
IS_LONG          1080 ext/gmp/gmp.c  	if (Z_TYPE_PP(exp_arg) == IS_LONG && Z_LVAL_PP(exp_arg) >= 0) {
IS_LONG          1326 ext/gmp/gmp.c  	if (Z_TYPE_PP(b_arg) == IS_LONG) {
IS_LONG          2188 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           694 ext/interbase/ibase_query.c 				if (Z_TYPE_P(b_var) == IS_LONG) {
IS_LONG           312 ext/interbase/php_ibase_udf.c 			case IS_LONG:
IS_LONG          1184 ext/intl/calendar/calendar_methods.cpp 	if (!zv_timestamp || Z_TYPE_P(zv_timestamp) != 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           132 ext/intl/common/common_date.cpp 				!= SUCCESS || Z_TYPE(retval) != IS_LONG) {
IS_LONG           192 ext/intl/common/common_date.cpp 		} else if (type == IS_LONG) {
IS_LONG           203 ext/intl/common/common_date.cpp 	case IS_LONG:
IS_LONG           155 ext/intl/converter/converter.c 		case IS_LONG:
IS_LONG           250 ext/intl/converter/converter.c 	if (Z_TYPE_P(zerror) == IS_LONG) {
IS_LONG           267 ext/intl/converter/converter.c 		case IS_LONG:
IS_LONG           347 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            49 ext/intl/dateformat/dateformat_format_object.cpp 	if (Z_TYPE_PP(z) == IS_LONG) {
IS_LONG           117 ext/intl/dateformat/dateformat_format_object.cpp 	} else if (Z_TYPE_PP(format) == IS_LONG) {
IS_LONG            50 ext/intl/dateformat/dateformat_helpers.cpp 	} else if (Z_TYPE_P(calendar_zv) == 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           479 ext/intl/msgformat/msgformat_helpers.cpp 					} else if (Z_TYPE_PP(elem) == IS_LONG) {
IS_LONG           504 ext/intl/msgformat/msgformat_helpers.cpp 					} else if (Z_TYPE_PP(elem) == IS_LONG) {
IS_LONG           534 ext/intl/msgformat/msgformat_helpers.cpp 					} else if (Z_TYPE_PP(elem) == IS_LONG) {
IS_LONG           581 ext/intl/msgformat/msgformat_helpers.cpp 			case IS_LONG:
IS_LONG           173 ext/intl/resourcebundle/resourcebundle_class.c 	if(Z_TYPE_P(offset) == IS_LONG) {
IS_LONG           162 ext/intl/timezone/timezone_methods.cpp 	} else if (Z_TYPE_PP(arg) == IS_LONG) {
IS_LONG           187 ext/intl/timezone/timezone_methods.cpp 		case IS_LONG:
IS_LONG           190 ext/intl/timezone/timezone_methods.cpp 			Z_TYPE_PP(arg) = 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           417 ext/json/json.c 			if (type == IS_LONG) {
IS_LONG           619 ext/json/json.c 		case IS_LONG:
IS_LONG           727 ext/json/json.c 			if (type == IS_LONG) {
IS_LONG          1548 ext/mssql/php_mssql.c 			else if (Z_TYPE(result->data[result->cur_row][i]) == IS_LONG) {
IS_LONG          1825 ext/mysql/php_mysql.c 	Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          1905 ext/mysql/php_mysql.c 	Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          2031 ext/mysql/php_mysql.c 	Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          2049 ext/mysql/php_mysql.c 	Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          2508 ext/mysql/php_mysql.c 			Z_TYPE_P(return_value) = IS_LONG;
IS_LONG           343 ext/mysqli/mysqli_api.c 				stmt->result.buf[ofs].type = IS_LONG;
IS_LONG           889 ext/mysqli/mysqli_api.c 						if (the_var == stmt->param.vars[i] && Z_TYPE_P(stmt->param.vars[i]) != IS_LONG) {
IS_LONG           970 ext/mysqli/mysqli_api.c 					case IS_LONG:
IS_LONG          1704 ext/mysqli/mysqli_api.c 			return IS_LONG;
IS_LONG          1761 ext/mysqli/mysqli_api.c 			case IS_LONG:
IS_LONG          1772 ext/mysqli/mysqli_api.c 		case IS_LONG:
IS_LONG           101 ext/mysqlnd/mysqlnd_bt.c 		case IS_LONG: {
IS_LONG           368 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_TINY].php_type	= IS_LONG;
IS_LONG           373 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_SHORT].php_type	= IS_LONG;
IS_LONG           378 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_YEAR].php_type	= IS_LONG;
IS_LONG           383 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_INT24].php_type	= IS_LONG;
IS_LONG           388 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONG].php_type	= IS_LONG;
IS_LONG           393 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONGLONG].php_type= IS_LONG;
IS_LONG           457 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_BIT].php_type	= IS_LONG;
IS_LONG           575 ext/mysqlnd/mysqlnd_ps_codec.c 			if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG &&
IS_LONG           585 ext/mysqlnd/mysqlnd_ps_codec.c 			if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG) {
IS_LONG           652 ext/mysqlnd/mysqlnd_ps_codec.c 				if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG) {
IS_LONG          1670 ext/mysqlnd/mysqlnd_wireprotocol.c 			if (as_int_or_float && perm_bind.php_type == IS_LONG) {
IS_LONG          1733 ext/mysqlnd/mysqlnd_wireprotocol.c 				if (Z_TYPE_PP(current_field) == IS_LONG) {
IS_LONG          1019 ext/opcache/Optimizer/block_pass.c                 ((Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_LONG &&
IS_LONG            21 ext/opcache/Optimizer/nop_removal.c 			Z_TYPE(ZEND_OP2_LITERAL(opline)) != IS_LONG) {
IS_LONG            43 ext/opcache/Optimizer/pass1_5.c 					Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_LONG &&
IS_LONG            84 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          2222 ext/opcache/ZendAccelerator.c 			case IS_LONG:
IS_LONG          4221 ext/openssl/openssl.c 	if (method == NULL || Z_TYPE_P(method) == IS_LONG) {
IS_LONG          4277 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           937 ext/pcntl/pcntl.c 		if (Z_TYPE_PP(user_signo) != IS_LONG) {
IS_LONG          1006 ext/pcntl/pcntl.c 		if (Z_TYPE_PP(user_signo) != IS_LONG) {
IS_LONG           714 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           762 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          1059 ext/pdo/pdo_stmt.c 						if (Z_TYPE_P(val) == IS_LONG) {
IS_LONG          1908 ext/pdo/pdo_stmt.c 		if (Z_TYPE_PP(args[skip]) != IS_LONG) {
IS_LONG          1946 ext/pdo/pdo_stmt.c 			} else	if (Z_TYPE_PP(args[skip+1]) != IS_LONG) {
IS_LONG          2593 ext/pdo/pdo_stmt.c 		if (Z_TYPE_P(member) == IS_LONG) {
IS_LONG          2643 ext/pdo/pdo_stmt.c 		if (Z_TYPE_P(member) == IS_LONG) {
IS_LONG           537 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          1193 ext/pgsql/pgsql.c 		if (i == 1 && ZEND_NUM_ARGS() == 2 && Z_TYPE_PP(args[i]) == IS_LONG) {
IS_LONG          2122 ext/pgsql/pgsql.c 	Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          2364 ext/pgsql/pgsql.c 			Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          2386 ext/pgsql/pgsql.c 				Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          2447 ext/pgsql/pgsql.c 	Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          2880 ext/pgsql/pgsql.c 	Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          3067 ext/pgsql/pgsql.c 		case IS_LONG:
IS_LONG          3271 ext/pgsql/pgsql.c 					Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          3467 ext/pgsql/pgsql.c 		case IS_LONG:
IS_LONG          3667 ext/pgsql/pgsql.c 		Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          3705 ext/pgsql/pgsql.c 	Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          4614 ext/pgsql/pgsql.c 			Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          4618 ext/pgsql/pgsql.c 			Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          5523 ext/pgsql/pgsql.c 					case IS_LONG:
IS_LONG          5571 ext/pgsql/pgsql.c 					case IS_LONG:
IS_LONG          5608 ext/pgsql/pgsql.c 					case IS_LONG:
IS_LONG          5657 ext/pgsql/pgsql.c 					case IS_LONG:
IS_LONG          5705 ext/pgsql/pgsql.c 					case IS_LONG:
IS_LONG          5957 ext/pgsql/pgsql.c 					case IS_LONG:
IS_LONG          6230 ext/pgsql/pgsql.c 			case IS_LONG:
IS_LONG          6339 ext/pgsql/pgsql.c 			case IS_LONG:
IS_LONG           841 ext/phar/phar_object.c 					case IS_LONG:
IS_LONG           216 ext/phar/stream.c 				&& Z_TYPE_PP(pzoption) == IS_LONG
IS_LONG          1496 ext/phar/util.c 		case IS_LONG:
IS_LONG           480 ext/readline/readline.c 	Z_TYPE_P(ret) = IS_LONG;
IS_LONG          2246 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          1783 ext/simplexml/simplexml.c 		case IS_LONG:
IS_LONG          2217 ext/snmp/snmp.c 	if (Z_TYPE_P(newval) != IS_LONG) {
IS_LONG          2244 ext/snmp/snmp.c 	if (Z_TYPE_P(newval) != IS_LONG) {
IS_LONG          2294 ext/snmp/snmp.c 	if (Z_TYPE_P(newval) != IS_LONG) {
IS_LONG          2328 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          1035 ext/soap/php_encoding.c 				case IS_LONG:
IS_LONG          1078 ext/soap/php_encoding.c 				case IS_LONG:
IS_LONG          1113 ext/soap/php_encoding.c 		if (Z_TYPE(tmp) != IS_LONG) {
IS_LONG          2857 ext/soap/php_encoding.c 			} else if (Z_TYPE_P(key) == IS_LONG) {
IS_LONG          2990 ext/soap/php_encoding.c 	if (Z_TYPE_P(data) == IS_LONG) {
IS_LONG           175 ext/soap/php_http.c 	    Z_TYPE_PP(proxy_port) == IS_LONG) {
IS_LONG           184 ext/soap/php_http.c 	    Z_TYPE_PP(tmp) == IS_LONG && Z_LVAL_PP(tmp) > 0) {
IS_LONG           196 ext/soap/php_http.c 			Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG           279 ext/soap/php_http.c 				Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG           369 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           417 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           436 ext/soap/php_http.c 			if (Z_TYPE_PP(tmp) == IS_LONG)
IS_LONG           645 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG          3275 ext/soap/php_sdl.c 	    Z_TYPE_PP(proxy_port) == IS_LONG) {
IS_LONG           828 ext/soap/soap.c 	} else if (Z_TYPE_P(actor) == IS_LONG &&
IS_LONG          1130 ext/soap/soap.c 			if (Z_TYPE_PP(tmp) == IS_LONG &&
IS_LONG          1178 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG          1183 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG          1188 ext/soap/soap.c 		    (Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG)) {
IS_LONG          1459 ext/soap/soap.c 	} else if (function_name->type == IS_LONG) {
IS_LONG          2355 ext/soap/soap.c 					Z_TYPE_PP(tmp) == IS_LONG &&
IS_LONG          2361 ext/soap/soap.c 					Z_TYPE_PP(tmp) == IS_LONG &&
IS_LONG          2381 ext/soap/soap.c 			if (Z_TYPE_PP(tmp) == IS_LONG ||
IS_LONG          2394 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_LONG &&
IS_LONG          2427 ext/soap/soap.c 		    (Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG) &&
IS_LONG          2433 ext/soap/soap.c 		    (Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG) &&
IS_LONG          2439 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_LONG &&
IS_LONG          2477 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG          2493 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG          2503 ext/soap/soap.c 				(Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG) && Z_LVAL_PP(tmp) == 0) {
IS_LONG          2508 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG          2691 ext/soap/soap.c 	    Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG          3701 ext/soap/soap.c 		} else if (Z_TYPE_PP(tmp) == IS_LONG) {
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           878 ext/sockets/sockets.c 		if (Z_TYPE_P(sec) != IS_LONG) {
IS_LONG           345 ext/spl/spl_array.c 	case IS_LONG:
IS_LONG           471 ext/spl/spl_array.c 	case IS_LONG:
IS_LONG           565 ext/spl/spl_array.c 	case IS_LONG:
IS_LONG           631 ext/spl/spl_array.c 		case IS_LONG:
IS_LONG          1750 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          1204 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           831 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          1061 ext/spl/spl_observer.c 		if (Z_TYPE_P(info) != IS_LONG && Z_TYPE_P(info) != IS_STRING) {
IS_LONG          1219 ext/spl/spl_observer.c 				case IS_LONG:
IS_LONG           780 ext/sqlite3/sqlite3.c 				case IS_LONG:
IS_LONG           904 ext/sqlite3/sqlite3.c 	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          1561 ext/standard/array.c 		if (Z_TYPE_PP(entry) == IS_LONG) {
IS_LONG          1629 ext/standard/array.c 		} else if (type1 == IS_LONG || type2 == IS_LONG) {
IS_LONG          2511 ext/standard/array.c 		if (Z_TYPE_PP(entry) == IS_LONG) {
IS_LONG          2548 ext/standard/array.c 		case IS_LONG:
IS_LONG          2602 ext/standard/array.c 		} else if ((Z_TYPE_PP(zcolumn) == IS_LONG) &&
IS_LONG          2612 ext/standard/array.c 		} else if (zkey && (Z_TYPE_PP(zkey) == IS_LONG)) {
IS_LONG          2619 ext/standard/array.c 		} else if (zkeyval && Z_TYPE_PP(zkeyval) == IS_LONG) {
IS_LONG          2763 ext/standard/array.c 		if (Z_TYPE_PP(entry) == IS_LONG) {
IS_LONG          3868 ext/standard/array.c 		} else if (Z_TYPE_PP(args[i]) == IS_LONG) {
IS_LONG          4119 ext/standard/array.c 		if (Z_TYPE(entry_n) == IS_LONG && Z_TYPE_P(return_value) == IS_LONG) {
IS_LONG          4419 ext/standard/array.c 		case IS_LONG:
IS_LONG          4543 ext/standard/array.c 		if (Z_TYPE_PP(entry_keys) == IS_LONG) {
IS_LONG          4397 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          5896 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           630 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           530 ext/standard/ftp_fopen_wrapper.c 			Z_TYPE_PP(tmpzval) == IS_LONG &&
IS_LONG           179 ext/standard/http.c 				case IS_LONG:
IS_LONG           288 ext/standard/math.c 	} else if (Z_TYPE_PP(value) == IS_LONG) {
IS_LONG           312 ext/standard/math.c 	} else if (Z_TYPE_PP(value) == IS_LONG) {
IS_LONG           333 ext/standard/math.c 	} else if (Z_TYPE_PP(value) == IS_LONG) {
IS_LONG           361 ext/standard/math.c 		case IS_LONG:
IS_LONG           369 ext/standard/math.c 			return_val = (Z_TYPE_PP(value) == IS_LONG) ? (double)Z_LVAL_PP(value) : Z_DVAL_PP(value);
IS_LONG           612 ext/standard/math.c 	if (Z_TYPE_P(zbase) == IS_LONG && Z_TYPE_P(zexp) == IS_LONG && Z_LVAL_P(zexp) >= 0) {
IS_LONG           910 ext/standard/math.c 	if (Z_TYPE_P(arg) != IS_LONG || base < 2 || base > 36) {
IS_LONG           937 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           486 ext/standard/proc_open.c 			if ((Z_TYPE_PP(item) == IS_BOOL || Z_TYPE_PP(item) == IS_LONG) &&
IS_LONG           492 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          1153 ext/standard/string.c 			case IS_LONG: {
IS_LONG          1668 ext/standard/string.c 		case IS_LONG:
IS_LONG          1683 ext/standard/string.c 				if(Z_TYPE(holder) != IS_LONG) {
IS_LONG          2452 ext/standard/string.c 					if(Z_TYPE_PP(tmp_from) != IS_LONG) {
IS_LONG          2487 ext/standard/string.c 					if(Z_TYPE_PP(tmp_len) != IS_LONG) {
IS_LONG          4341 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           744 ext/standard/var.c 		case IS_LONG:
IS_LONG           303 ext/standard/var_unserializer.c 		if (Z_TYPE_P(key) != IS_LONG && Z_TYPE_P(key) != IS_STRING) {
IS_LONG           321 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           648 ext/wddx/wddx.c 		case IS_LONG:
IS_LONG           787 ext/wddx/wddx.c 		Z_TYPE_P(ent.data) = IS_LONG;
IS_LONG           906 ext/wddx/wddx.c 		Z_TYPE_P(ent.data) = IS_LONG;
IS_LONG           104 ext/xmlreader/php_xmlreader.c 		case IS_LONG:
IS_LONG          1328 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "attributeCount", xmlTextReaderAttributeCount, NULL, IS_LONG TSRMLS_CC);
IS_LONG          1330 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "depth", xmlTextReaderDepth, NULL, IS_LONG TSRMLS_CC);
IS_LONG          1338 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           654 ext/xmlrpc/xmlrpc-epi-php.c 				Z_TYPE_P(elem) = IS_LONG;
IS_LONG          1375 ext/xmlrpc/xmlrpc-epi-php.c 						ztimestamp->type = IS_LONG;
IS_LONG          1420 ext/xmlrpc/xmlrpc-epi-php.c 			case IS_LONG:
IS_LONG           354 ext/zip/php_zip.c 		if (Z_TYPE_PP(option) != IS_LONG) {
IS_LONG           861 ext/zip/php_zip.c 		case IS_LONG:
IS_LONG          2465 ext/zip/php_zip.c 							case IS_LONG:
IS_LONG          2476 ext/zip/php_zip.c 			case IS_LONG:
IS_LONG          2789 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          2790 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          2791 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           515 main/php_variables.c 	Z_TYPE_P(argc) = IS_LONG;
IS_LONG           569 main/php_variables.c 		Z_TYPE(request_time_long) = IS_LONG;
IS_LONG          1215 main/rfc1867.c 				error_type.type = IS_LONG;
IS_LONG          1220 main/rfc1867.c 					file_size.type = IS_LONG;
IS_LONG          1223 main/rfc1867.c 					file_size.type = IS_LONG;
IS_LONG           862 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           540 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {