IS_LONG          1157 Zend/zend.c    			Z_TYPE_P(z_error_type) = IS_LONG;
IS_LONG          1164 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          4832 Zend/zend_compile.c 		} else if (Z_TYPE(expr->u.constant) != IS_LONG || Z_LVAL(expr->u.constant) < 1) {
IS_LONG          5824 Zend/zend_compile.c 			case IS_LONG:
IS_LONG          6787 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           240 Zend/zend_exceptions.c 	CHECK_EXC_TYPE("code", IS_LONG);
IS_LONG           242 Zend/zend_exceptions.c 	CHECK_EXC_TYPE("line", IS_LONG);
IS_LONG           495 Zend/zend_exceptions.c 		case IS_LONG: {
IS_LONG           570 Zend/zend_exceptions.c 				if (Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG           911 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           637 Zend/zend_execute_API.c 				case IS_LONG:
IS_LONG          1279 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          4921 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          1571 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           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          1471 Zend/zend_operators.c 			case TYPE_PAIR(IS_LONG, IS_LONG):
IS_LONG          1475 Zend/zend_operators.c 			case TYPE_PAIR(IS_DOUBLE, IS_LONG):
IS_LONG          1480 Zend/zend_operators.c 			case TYPE_PAIR(IS_LONG, IS_DOUBLE):
IS_LONG          1659 Zend/zend_operators.c 		case IS_LONG:
IS_LONG          1857 Zend/zend_operators.c 		case IS_LONG:
IS_LONG          1877 Zend/zend_operators.c 					case IS_LONG:
IS_LONG          1911 Zend/zend_operators.c 		case IS_LONG:
IS_LONG          1929 Zend/zend_operators.c 				case IS_LONG:
IS_LONG          2225 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          3629 Zend/zend_vm_def.h 			case IS_LONG:
IS_LONG          3707 Zend/zend_vm_def.h 		case IS_LONG:
IS_LONG          3982 Zend/zend_vm_def.h 					case IS_LONG:
IS_LONG          4482 Zend/zend_vm_def.h 			case IS_LONG:
IS_LONG          4555 Zend/zend_vm_def.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          4558 Zend/zend_vm_def.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          4568 Zend/zend_vm_def.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          4617 Zend/zend_vm_def.h 		if (Z_TYPE_P(ptr) == IS_LONG) {
IS_LONG          4635 Zend/zend_vm_def.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_LONG;  /* shouldn't be necessary */
IS_LONG          4684 Zend/zend_vm_def.h 		Z_TYPE(restored_error_reporting) = IS_LONG;
IS_LONG          5087 Zend/zend_vm_def.h 		Z_TYPE(restored_error_reporting) = IS_LONG;
IS_LONG          5361 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          1065 Zend/zend_vm_execute.h 		Z_TYPE(restored_error_reporting) = IS_LONG;
IS_LONG          2611 Zend/zend_vm_execute.h 		case IS_LONG:
IS_LONG          2933 Zend/zend_vm_execute.h 		if (Z_TYPE_P(ptr) == IS_LONG) {
IS_LONG          3814 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          4194 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          4710 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          4887 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          5567 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          5907 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          6275 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          6639 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          7214 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          7391 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          7922 Zend/zend_vm_execute.h 		case IS_LONG:
IS_LONG          8244 Zend/zend_vm_execute.h 		if (Z_TYPE_P(ptr) == IS_LONG) {
IS_LONG          8263 Zend/zend_vm_execute.h 		Z_TYPE(restored_error_reporting) = IS_LONG;
IS_LONG          9082 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          9422 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          9940 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          10117 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          10799 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          11139 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          11384 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          11724 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          12239 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          12416 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          13239 Zend/zend_vm_execute.h 		case IS_LONG:
IS_LONG          13693 Zend/zend_vm_execute.h 		if (Z_TYPE_P(ptr) == IS_LONG) {
IS_LONG          15682 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          15842 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          16068 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          16141 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          16144 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          16154 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          16317 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          17944 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          18026 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          18167 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          18240 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          18243 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          18253 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          18416 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          20262 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          20422 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          20648 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          20721 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          20724 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          20734 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          20897 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          21693 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          22056 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          23732 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          23814 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          23955 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          24028 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          24031 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          24041 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          24204 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          24315 Zend/zend_vm_execute.h 		if (Z_TYPE_P(ptr) == IS_LONG) {
IS_LONG          25330 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          25469 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          25542 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          25545 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          25555 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          25714 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          26656 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          26795 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          26868 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          26871 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          26881 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          27040 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          27982 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          28121 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          28194 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          28197 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          28207 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          28366 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          28795 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          29734 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          29873 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          29946 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          29949 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          29959 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          30118 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          30909 Zend/zend_vm_execute.h 		case IS_LONG:
IS_LONG          31231 Zend/zend_vm_execute.h 		if (Z_TYPE_P(ptr) == IS_LONG) {
IS_LONG          32990 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          33150 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          33374 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          33447 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          33450 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          33460 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          33619 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          35116 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          35198 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          35337 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          35410 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          35413 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          35423 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          35582 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          37297 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          37457 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          37681 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          37754 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          37757 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          37767 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          37926 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          38597 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          38937 Zend/zend_vm_execute.h 		if (Z_TYPE_P(generator->key) == IS_LONG
IS_LONG          40482 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          40564 Zend/zend_vm_execute.h 					case IS_LONG:
IS_LONG          40703 Zend/zend_vm_execute.h 			case IS_LONG:
IS_LONG          40776 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) != IS_LONG) {
IS_LONG          40779 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
IS_LONG          40789 Zend/zend_vm_execute.h 		if (Z_TYPE_P(offset) == IS_LONG) {
IS_LONG          40948 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          1358 ext/curl/interface.c 				if (Z_TYPE_P(retval_ptr) != IS_LONG) {
IS_LONG          1424 ext/curl/interface.c 				if (Z_TYPE_P(retval_ptr) != IS_LONG) {
IS_LONG          1503 ext/curl/interface.c 				if (Z_TYPE_P(retval_ptr) != IS_LONG) {
IS_LONG          1656 ext/curl/interface.c 				if (Z_TYPE_P(retval_ptr) != IS_LONG) {
IS_LONG          2789 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          3721 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          4099 ext/date/php_date.c 		if (value->type != IS_LONG) {         \
IS_LONG          4164 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          4177 ext/date/php_date.c 			} else if (Z_TYPE_PP(z_arg) == IS_LONG || Z_TYPE_PP(z_arg) == IS_BOOL) { \
IS_LONG          4944 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          2157 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          1381 ext/ftp/php_ftp.c 			if (Z_TYPE_P(z_value) != IS_LONG) {
IS_LONG          1541 ext/gd/gd.c    		if (Z_TYPE_PP(item) != IS_LONG) {
IS_LONG          3356 ext/gd/gd.c    			if (Z_TYPE_PP(var) != IS_LONG) {
IS_LONG          3367 ext/gd/gd.c    			if (Z_TYPE_PP(var) != IS_LONG) {
IS_LONG          4982 ext/gd/gd.c    		if (Z_TYPE_PP(tmp) != IS_LONG) {
IS_LONG          4997 ext/gd/gd.c    		if (Z_TYPE_PP(tmp) != IS_LONG) {
IS_LONG          5012 ext/gd/gd.c    		if (Z_TYPE_PP(tmp) != IS_LONG) {
IS_LONG          5027 ext/gd/gd.c    		if (Z_TYPE_PP(tmp) != IS_LONG) {
IS_LONG          5173 ext/gd/gd.c    				case IS_LONG:
IS_LONG          5197 ext/gd/gd.c    			if (Z_TYPE_PP(tmp) != IS_LONG) {
IS_LONG          5212 ext/gd/gd.c    			if (Z_TYPE_PP(tmp) != IS_LONG) {
IS_LONG          5227 ext/gd/gd.c    			if (Z_TYPE_PP(tmp) != IS_LONG) {
IS_LONG          5242 ext/gd/gd.c    			if (Z_TYPE_PP(tmp) != IS_LONG) {
IS_LONG          5401 ext/gd/gd.c    				case IS_LONG:
IS_LONG          5423 ext/gd/gd.c    				case IS_LONG:
IS_LONG           413 ext/gmp/gmp.c  	case IS_LONG:
IS_LONG           494 ext/gmp/gmp.c  	if (gmp_ui_op && Z_TYPE_PP(b_arg) == IS_LONG && Z_LVAL_PP(b_arg) >= 0) {
IS_LONG           557 ext/gmp/gmp.c  	if (gmp_ui_op && Z_TYPE_PP(b_arg) == IS_LONG && Z_LVAL_PP(b_arg) >= 0) {
IS_LONG          1017 ext/gmp/gmp.c  	if (Z_TYPE_PP(base_arg) == IS_LONG && Z_LVAL_PP(base_arg) >= 0) {
IS_LONG          1054 ext/gmp/gmp.c  	if (Z_TYPE_PP(exp_arg) == IS_LONG && Z_LVAL_PP(exp_arg) >= 0) {
IS_LONG          1300 ext/gmp/gmp.c  	if (Z_TYPE_PP(b_arg) == IS_LONG) {
IS_LONG          2218 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          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           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            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           419 ext/json/json.c 			if (type == IS_LONG) {
IS_LONG           617 ext/json/json.c 		case IS_LONG:
IS_LONG           725 ext/json/json.c 			if (type == IS_LONG) {
IS_LONG          1645 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          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           459 ext/mysqli/mysqli_api.c 				stmt->result.buf[ofs].type = IS_LONG;
IS_LONG           948 ext/mysqli/mysqli_api.c 						if (the_var == stmt->param.vars[i] && Z_TYPE_P(stmt->param.vars[i]) != IS_LONG) {
IS_LONG          1029 ext/mysqli/mysqli_api.c 					case IS_LONG:
IS_LONG          1777 ext/mysqli/mysqli_api.c 			return IS_LONG;
IS_LONG          1834 ext/mysqli/mysqli_api.c 			case IS_LONG:
IS_LONG          1845 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           466 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_BIT].php_type	= IS_LONG;
IS_LONG           584 ext/mysqlnd/mysqlnd_ps_codec.c 			if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG &&
IS_LONG           594 ext/mysqlnd/mysqlnd_ps_codec.c 			if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG) {
IS_LONG           661 ext/mysqlnd/mysqlnd_ps_codec.c 				if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG) {
IS_LONG          1671 ext/mysqlnd/mysqlnd_wireprotocol.c 			if (as_int_or_float && perm_bind.php_type == IS_LONG) {
IS_LONG          1734 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          2208 ext/opcache/ZendAccelerator.c 			case IS_LONG:
IS_LONG           803 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           863 ext/openssl/openssl.c 		&& Z_TYPE_PP(item) == IS_LONG) {
IS_LONG          4250 ext/openssl/openssl.c 	if (method == NULL || Z_TYPE_P(method) == IS_LONG) {
IS_LONG          4306 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           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          1899 ext/pdo/pdo_stmt.c 		if (Z_TYPE_PP(args[skip]) != IS_LONG) {
IS_LONG          1937 ext/pdo/pdo_stmt.c 			} else	if (Z_TYPE_PP(args[skip+1]) != IS_LONG) {
IS_LONG          2584 ext/pdo/pdo_stmt.c 		if (Z_TYPE_P(member) == IS_LONG) {
IS_LONG          2634 ext/pdo/pdo_stmt.c 		if (Z_TYPE_P(member) == 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          1245 ext/pgsql/pgsql.c 		if (i == 1 && ZEND_NUM_ARGS() == 2 && Z_TYPE_PP(args[i]) == IS_LONG) {
IS_LONG          2175 ext/pgsql/pgsql.c 	Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          2415 ext/pgsql/pgsql.c 			Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          2437 ext/pgsql/pgsql.c 				Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          2498 ext/pgsql/pgsql.c 	Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          2931 ext/pgsql/pgsql.c 	Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          3118 ext/pgsql/pgsql.c 		case IS_LONG:
IS_LONG          3322 ext/pgsql/pgsql.c 					Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          3518 ext/pgsql/pgsql.c 		case IS_LONG:
IS_LONG          3718 ext/pgsql/pgsql.c 		Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          3756 ext/pgsql/pgsql.c 	Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          4622 ext/pgsql/pgsql.c 			Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          4626 ext/pgsql/pgsql.c 			Z_TYPE_P(return_value) = IS_LONG;
IS_LONG          5535 ext/pgsql/pgsql.c 					case IS_LONG:
IS_LONG          5583 ext/pgsql/pgsql.c 					case IS_LONG:
IS_LONG          5625 ext/pgsql/pgsql.c 					case IS_LONG:
IS_LONG          5668 ext/pgsql/pgsql.c 					case IS_LONG:
IS_LONG          5716 ext/pgsql/pgsql.c 					case IS_LONG:
IS_LONG          5968 ext/pgsql/pgsql.c 					case IS_LONG:
IS_LONG          6234 ext/pgsql/pgsql.c 			case IS_LONG:
IS_LONG          6343 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          1496 ext/phar/util.c 		case IS_LONG:
IS_LONG           486 ext/readline/readline.c 	Z_TYPE_P(ret) = IS_LONG;
IS_LONG          2249 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          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           408 ext/soap/php_encoding.c 		    Z_TYPE_PP(ztype) != IS_LONG) {
IS_LONG          1042 ext/soap/php_encoding.c 				case IS_LONG:
IS_LONG          1085 ext/soap/php_encoding.c 				case IS_LONG:
IS_LONG          1120 ext/soap/php_encoding.c 		if (Z_TYPE(tmp) != IS_LONG) {
IS_LONG          2864 ext/soap/php_encoding.c 			} else if (Z_TYPE_P(key) == IS_LONG) {
IS_LONG          2997 ext/soap/php_encoding.c 	if (Z_TYPE_P(data) == IS_LONG) {
IS_LONG          3651 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           859 ext/soap/php_http.c 		    (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) {
IS_LONG           904 ext/soap/php_http.c 		    (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) {
IS_LONG          3275 ext/soap/php_sdl.c 	    Z_TYPE_PP(proxy_port) == IS_LONG) {
IS_LONG           833 ext/soap/soap.c 	} else if (Z_TYPE_P(actor) == IS_LONG &&
IS_LONG          1141 ext/soap/soap.c 			if (Z_TYPE_PP(tmp) == IS_LONG &&
IS_LONG          1189 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG          1194 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG          1199 ext/soap/soap.c 		    (Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG)) {
IS_LONG          1470 ext/soap/soap.c 	} else if (function_name->type == IS_LONG) {
IS_LONG          2365 ext/soap/soap.c 					Z_TYPE_PP(tmp) == IS_LONG &&
IS_LONG          2371 ext/soap/soap.c 					Z_TYPE_PP(tmp) == IS_LONG &&
IS_LONG          2391 ext/soap/soap.c 			if (Z_TYPE_PP(tmp) == IS_LONG ||
IS_LONG          2404 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_LONG &&
IS_LONG          2437 ext/soap/soap.c 		    (Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG) &&
IS_LONG          2443 ext/soap/soap.c 		    (Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG) &&
IS_LONG          2449 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_LONG &&
IS_LONG          2487 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG          2503 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG          2513 ext/soap/soap.c 				(Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG) && Z_LVAL_PP(tmp) == 0) {
IS_LONG          2518 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG          2573 ext/soap/soap.c 	    (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) {
IS_LONG          2608 ext/soap/soap.c 	           (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) {
IS_LONG          2653 ext/soap/soap.c 	    (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) {
IS_LONG          2658 ext/soap/soap.c 		Z_TYPE_PP(tmp) == IS_LONG && Z_LVAL_PP(tmp) == SOAP_1_2) {
IS_LONG          2701 ext/soap/soap.c 	    Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG          3736 ext/soap/soap.c 		} else if (Z_TYPE_PP(tmp) == IS_LONG) {
IS_LONG          4275 ext/soap/soap.c 		    Z_TYPE_PP(zstyle) == IS_LONG) {
IS_LONG          4298 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           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          1764 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          1207 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           821 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          1053 ext/spl/spl_observer.c 		if (Z_TYPE_P(info) != IS_LONG && Z_TYPE_P(info) != IS_STRING) {
IS_LONG          1211 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 	} 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          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          4403 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          5902 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           638 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           507 ext/standard/proc_open.c 			if ((Z_TYPE_PP(item) == IS_BOOL || Z_TYPE_PP(item) == IS_LONG) &&
IS_LONG           513 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          1163 ext/standard/string.c 			case IS_LONG: {
IS_LONG          1691 ext/standard/string.c 		case IS_LONG:
IS_LONG          1706 ext/standard/string.c 				if(Z_TYPE(holder) != IS_LONG) {
IS_LONG          2475 ext/standard/string.c 					if(Z_TYPE_PP(tmp_from) != IS_LONG) {
IS_LONG          2510 ext/standard/string.c 					if(Z_TYPE_PP(tmp_len) != IS_LONG) {
IS_LONG          4371 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           310 ext/standard/var_unserializer.c 		if (Z_TYPE_P(key) != IS_LONG && Z_TYPE_P(key) != IS_STRING) {
IS_LONG           327 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          1218 main/rfc1867.c 				error_type.type = IS_LONG;
IS_LONG          1223 main/rfc1867.c 					file_size.type = IS_LONG;
IS_LONG          1226 main/rfc1867.c 					file_size.type = IS_LONG;
IS_LONG           872 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) {