IS_STRING         227 Zend/zend.c    	if (Z_TYPE_P(expr)==IS_STRING) {
IS_STRING         258 Zend/zend.c    				if (zend_std_cast_object_tostring(expr, expr_copy, IS_STRING TSRMLS_CC) == SUCCESS) {
IS_STRING         267 Zend/zend.c    					if (Z_OBJ_HANDLER_P(expr, cast_object)(val, expr_copy, IS_STRING TSRMLS_CC) == SUCCESS) {
IS_STRING         305 Zend/zend.c    	Z_TYPE_P(expr_copy) = IS_STRING;
IS_STRING        1143 Zend/zend.c    			Z_TYPE_P(z_error_message) = IS_STRING;
IS_STRING         211 Zend/zend_API.c 		case IS_STRING:
IS_STRING         335 Zend/zend_API.c 					case IS_STRING:
IS_STRING         394 Zend/zend_API.c 					case IS_STRING:
IS_STRING         438 Zend/zend_API.c 					case IS_STRING:
IS_STRING         457 Zend/zend_API.c 						if (parse_arg_object_to_string(arg, p, pl, IS_STRING TSRMLS_CC) == SUCCESS) {
IS_STRING         483 Zend/zend_API.c 					case IS_STRING:
IS_STRING        1545 Zend/zend_API.c 		case IS_STRING:
IS_STRING        3040 Zend/zend_API.c 		case IS_STRING:
IS_STRING        3090 Zend/zend_API.c 					Z_TYPE_PP(obj) == IS_STRING) &&
IS_STRING        3091 Zend/zend_API.c 					Z_TYPE_PP(method) == IS_STRING) {
IS_STRING        3093 Zend/zend_API.c 					if (Z_TYPE_PP(obj) == IS_STRING) {
IS_STRING        3158 Zend/zend_API.c 						if (!obj || (Z_TYPE_PP(obj) != IS_STRING && Z_TYPE_PP(obj) != IS_OBJECT)) {
IS_STRING        3216 Zend/zend_API.c 		if (Z_TYPE_P(callable) == IS_STRING && fcc.calling_scope) {
IS_STRING         579 Zend/zend_API.h 		Z_TYPE_P(__z) = IS_STRING;			\
IS_STRING         587 Zend/zend_API.h 		Z_TYPE_P(__z) = IS_STRING;				\
IS_STRING         594 Zend/zend_API.h 		Z_TYPE_P(__z) = IS_STRING;	\
IS_STRING         676 Zend/zend_builtin_functions.c 		case IS_STRING:
IS_STRING         688 Zend/zend_builtin_functions.c 					if (Z_OBJ_HT_P(val)->cast_object(val, val_free, IS_STRING TSRMLS_CC) == SUCCESS) {
IS_STRING         822 Zend/zend_builtin_functions.c 	} else if (Z_TYPE_P(arg) == IS_STRING) {
IS_STRING         859 Zend/zend_builtin_functions.c 	if (allow_string && Z_TYPE_P(obj) == IS_STRING) {
IS_STRING        1056 Zend/zend_builtin_functions.c 	} else if (Z_TYPE_P(klass) == IS_STRING) {
IS_STRING        1125 Zend/zend_builtin_functions.c 	} else if (Z_TYPE_P(klass) == IS_STRING) {
IS_STRING        1187 Zend/zend_builtin_functions.c 	if (Z_TYPE_P(object) == IS_STRING) {
IS_STRING         108 Zend/zend_closures.c 			if (Z_TYPE_P(scope_arg) == IS_STRING) {
IS_STRING         163 Zend/zend_compile.c 	result->type = IS_STRING;
IS_STRING         337 Zend/zend_compile.c 	if (Z_TYPE_P(zv) == IS_STRING || Z_TYPE_P(zv) == IS_CONSTANT) {
IS_STRING         662 Zend/zend_compile.c 		if (Z_TYPE(varname->u.constant) != IS_STRING) {
IS_STRING         826 Zend/zend_compile.c 	if (opline.op2_type == IS_CONST && Z_TYPE(CONSTANT(opline.op2.constant)) == IS_STRING) {
IS_STRING         910 Zend/zend_compile.c 		&& (Z_TYPE(CONSTANT(opline->op1.constant)) == IS_STRING)
IS_STRING        1844 Zend/zend_compile.c 	    Z_TYPE(class_type->u.constant) == IS_STRING &&
IS_STRING        1984 Zend/zend_compile.c 	if ((last_op->op2_type == IS_CONST) && (Z_TYPE(CONSTANT(last_op->op2.constant)) == IS_STRING) && (Z_STRLEN(CONSTANT(last_op->op2.constant)) == sizeof(ZEND_CLONE_FUNC_NAME)-1)
IS_STRING        1993 Zend/zend_compile.c 			if (Z_TYPE(name) != IS_STRING) {
IS_STRING        2257 Zend/zend_compile.c 	    Z_TYPE(class_name->u.constant) == IS_STRING &&
IS_STRING        2447 Zend/zend_compile.c 		if (Z_TYPE(method_name->u.constant) != IS_STRING) {
IS_STRING        3351 Zend/zend_compile.c 						} else if (Z_TYPE_P(zv) == IS_STRING) {
IS_STRING        5391 Zend/zend_compile.c 			if (opline_ptr->op2_type == IS_CONST && Z_TYPE(CONSTANT(opline_ptr->op2.constant)) == IS_STRING) {
IS_STRING        5416 Zend/zend_compile.c 	if (opline.op2_type == IS_CONST && Z_TYPE(CONSTANT(opline.op2.constant)) == IS_STRING) {
IS_STRING        5719 Zend/zend_compile.c 			if (opline->op2_type == IS_CONST && Z_TYPE(CONSTANT(opline->op2.constant)) == IS_STRING) {
IS_STRING        5751 Zend/zend_compile.c 		if (opline->op2_type == IS_CONST && Z_TYPE(CONSTANT(opline->op2.constant)) == IS_STRING) {
IS_STRING        5787 Zend/zend_compile.c 			case IS_STRING:
IS_STRING        5968 Zend/zend_compile.c 		if (Z_TYPE(varname->u.constant) != IS_STRING) {
IS_STRING        6030 Zend/zend_compile.c 		if (Z_TYPE(varname->u.constant) != IS_STRING) {
IS_STRING        6879 Zend/zend_compile.c 		if (Z_TYPE(result->u.constant) == IS_STRING &&
IS_STRING        6894 Zend/zend_compile.c 		Z_TYPE(result->u.constant) = IS_STRING;
IS_STRING         211 Zend/zend_constants.c 	c.value.type = IS_STRING;
IS_STRING         253 Zend/zend_constants.c 				Z_TYPE((**c).value) = IS_STRING;
IS_STRING         262 Zend/zend_constants.c 				Z_TYPE((**c).value) = IS_STRING;
IS_STRING         355 Zend/zend_exceptions.c 		if (Z_TYPE_PP(tmp) != IS_STRING) {                              \
IS_STRING         383 Zend/zend_exceptions.c 		case IS_STRING: {
IS_STRING         483 Zend/zend_exceptions.c 		if (Z_TYPE_PP(file) != IS_STRING) {
IS_STRING         614 Zend/zend_exceptions.c 		if (Z_TYPE_P(trace) != IS_STRING) {
IS_STRING         807 Zend/zend_exceptions.c 			if (Z_TYPE_P(str) != IS_STRING) {
IS_STRING         557 Zend/zend_execute.c 		|| (Z_TYPE_PP(object_ptr) == IS_STRING && Z_STRLEN_PP(object_ptr) == 0)
IS_STRING         675 Zend/zend_execute.c 		    (Z_TYPE_P(object) == IS_STRING && Z_STRLEN_P(object) == 0)) {
IS_STRING         758 Zend/zend_execute.c 	if (Z_TYPE_P(T->str_offset.str) == IS_STRING) {
IS_STRING         786 Zend/zend_execute.c 		if (Z_TYPE_P(value) != IS_STRING) {
IS_STRING        1007 Zend/zend_execute.c 		case IS_STRING:
IS_STRING        1137 Zend/zend_execute.c 		case IS_STRING: {
IS_STRING        1155 Zend/zend_execute.c 						case IS_STRING:
IS_STRING        1267 Zend/zend_execute.c 		case IS_STRING: {
IS_STRING        1274 Zend/zend_execute.c 						case IS_STRING:
IS_STRING        1302 Zend/zend_execute.c 				Z_TYPE_P(ptr) = IS_STRING;
IS_STRING        1369 Zend/zend_execute.c 		     (Z_TYPE_P(container) == IS_STRING && Z_STRLEN_P(container)==0)))) {
IS_STRING         110 Zend/zend_execute.h 		case IS_STRING:
IS_STRING         545 Zend/zend_execute_API.c 				p->type = IS_STRING;
IS_STRING         638 Zend/zend_execute_API.c 				case IS_STRING:
IS_STRING        1163 Zend/zend_execute_API.c 	Z_TYPE(pv) = IS_STRING;
IS_STRING        1184 Zend/zend_hash.c 		Z_TYPE_P(key) = IS_STRING;
IS_STRING         143 Zend/zend_highlight.c 		if (token.type == IS_STRING) {
IS_STRING         203 Zend/zend_highlight.c 		if (token.type == IS_STRING) {
IS_STRING         135 Zend/zend_indent.c 		if (token.type == IS_STRING) {
IS_STRING         165 Zend/zend_ini_parser.c 	Z_TYPE_P(result) = IS_STRING;
IS_STRING         176 Zend/zend_ini_parser.c 	Z_TYPE_P(result) = IS_STRING;
IS_STRING         190 Zend/zend_ini_parser.c 	Z_TYPE_P(result) = IS_STRING;
IS_STRING          88 Zend/zend_ini_parser.y 	Z_TYPE_P(result) = IS_STRING;
IS_STRING          99 Zend/zend_ini_parser.y 	Z_TYPE_P(result) = IS_STRING;
IS_STRING         113 Zend/zend_ini_parser.y 	Z_TYPE_P(result) = IS_STRING;
IS_STRING         139 Zend/zend_ini_scanner.c 	Z_TYPE_P(retval) = IS_STRING;                \
IS_STRING         417 Zend/zend_interfaces.c 		case IS_STRING:
IS_STRING        4899 Zend/zend_language_parser.c     { zend_do_cast(&(yyval), &(yyvsp[(2) - (2)]), IS_STRING TSRMLS_CC); }
IS_STRING         799 Zend/zend_language_parser.y 	|	T_STRING_CAST expr	{ zend_do_cast(&$$, &$2, IS_STRING TSRMLS_CC); }
IS_STRING         621 Zend/zend_language_scanner.c 	if (filename->type != IS_STRING) {
IS_STRING        1164 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        1191 Zend/zend_language_scanner.c 		zendlval->type = IS_STRING;
IS_STRING        1210 Zend/zend_language_scanner.c 		zendlval->type = IS_STRING;
IS_STRING        1416 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        1452 Zend/zend_language_scanner.c 		zendlval->type = IS_STRING;
IS_STRING        1469 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        1504 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        1673 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        1706 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        1732 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        1904 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        1937 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        1963 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        2166 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        2199 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        2225 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        2414 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        2666 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        3078 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        3392 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        3433 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        3531 Zend/zend_language_scanner.c 		zendlval->type = IS_STRING;
IS_STRING        4250 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        4337 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        4404 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        4436 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        4485 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        4542 Zend/zend_language_scanner.c 		zendlval->type = IS_STRING;
IS_STRING        7325 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        7356 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        7505 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        7574 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        7693 Zend/zend_language_scanner.c 		zendlval->type = IS_STRING;
IS_STRING        7762 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        7819 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING        7866 Zend/zend_language_scanner.c 	zendlval->type = IS_STRING;
IS_STRING         434 Zend/zend_object_handlers.c 	if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) {
IS_STRING         532 Zend/zend_object_handlers.c  	if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) {
IS_STRING         726 Zend/zend_object_handlers.c  	if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) {
IS_STRING         799 Zend/zend_object_handlers.c  	if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) {
IS_STRING        1414 Zend/zend_object_handlers.c 	if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) {
IS_STRING        1534 Zend/zend_object_handlers.c 		case IS_STRING:
IS_STRING        1546 Zend/zend_object_handlers.c 				if (EXPECTED(Z_TYPE_P(retval) == IS_STRING)) {
IS_STRING         187 Zend/zend_operators.c 		case IS_STRING:
IS_STRING         223 Zend/zend_operators.c 			case IS_STRING:											\
IS_STRING         265 Zend/zend_operators.c 			case IS_STRING:											\
IS_STRING         307 Zend/zend_operators.c 			case IS_STRING:											\
IS_STRING         389 Zend/zend_operators.c 		case IS_STRING:
IS_STRING         449 Zend/zend_operators.c 		case IS_STRING:
IS_STRING         533 Zend/zend_operators.c 		case IS_STRING:
IS_STRING         589 Zend/zend_operators.c 	Z_TYPE_P(op) = IS_STRING;
IS_STRING         603 Zend/zend_operators.c 		case IS_STRING:
IS_STRING         643 Zend/zend_operators.c 			convert_object_to_type(op, IS_STRING, convert_to_string);
IS_STRING         645 Zend/zend_operators.c 			if (Z_TYPE_P(op) == IS_STRING) {
IS_STRING         660 Zend/zend_operators.c 	Z_TYPE_P(op) = IS_STRING;
IS_STRING        1086 Zend/zend_operators.c 	} else if (Z_TYPE_P(op1) == IS_STRING) {
IS_STRING        1089 Zend/zend_operators.c 		Z_TYPE_P(result) = IS_STRING;
IS_STRING        1107 Zend/zend_operators.c 	if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) {
IS_STRING        1120 Zend/zend_operators.c 		Z_TYPE_P(result) = IS_STRING;
IS_STRING        1147 Zend/zend_operators.c 	if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) {
IS_STRING        1160 Zend/zend_operators.c 		Z_TYPE_P(result) = IS_STRING;
IS_STRING        1189 Zend/zend_operators.c 	if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) {
IS_STRING        1202 Zend/zend_operators.c 		Z_TYPE_P(result) = IS_STRING;
IS_STRING        1294 Zend/zend_operators.c 	if (Z_TYPE_P(op1) != IS_STRING) {
IS_STRING        1297 Zend/zend_operators.c 	if (Z_TYPE_P(op2) != IS_STRING) {
IS_STRING        1351 Zend/zend_operators.c 	if (Z_TYPE_P(op1) != IS_STRING) {
IS_STRING        1354 Zend/zend_operators.c 	if (Z_TYPE_P(op2) != IS_STRING) {
IS_STRING        1399 Zend/zend_operators.c 	if (Z_TYPE_P(op1) != IS_STRING) {
IS_STRING        1402 Zend/zend_operators.c 	if (Z_TYPE_P(op2) != IS_STRING) {
IS_STRING        1509 Zend/zend_operators.c 			case TYPE_PAIR(IS_STRING, IS_STRING):
IS_STRING        1513 Zend/zend_operators.c 			case TYPE_PAIR(IS_NULL, IS_STRING):
IS_STRING        1517 Zend/zend_operators.c 			case TYPE_PAIR(IS_STRING, IS_NULL):
IS_STRING        1661 Zend/zend_operators.c 		case IS_STRING:
IS_STRING        1867 Zend/zend_operators.c 		case IS_STRING: {
IS_STRING        1917 Zend/zend_operators.c 		case IS_STRING:		/* Like perl we only support string increment */
IS_STRING         341 Zend/zend_operators.h #define convert_to_cstring(op) if ((op)->type != IS_STRING) { _convert_to_cstring((op) ZEND_FILE_LINE_CC); }
IS_STRING         342 Zend/zend_operators.h #define convert_to_string(op) if ((op)->type != IS_STRING) { _convert_to_string((op) ZEND_FILE_LINE_CC); }
IS_STRING         408 Zend/zend_operators.h 			case IS_STRING:						\
IS_STRING          33 Zend/zend_variables.c 		case IS_STRING:
IS_STRING          79 Zend/zend_variables.c 		case IS_STRING:
IS_STRING         120 Zend/zend_variables.c 		case IS_STRING:
IS_STRING        1013 Zend/zend_vm_def.h  	if (OP1_TYPE != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) {
IS_STRING        2275 Zend/zend_vm_def.h 	tmp->type = IS_STRING;
IS_STRING        2292 Zend/zend_vm_def.h 		Z_TYPE_P(str) = IS_STRING;
IS_STRING        2315 Zend/zend_vm_def.h 		Z_TYPE_P(str) = IS_STRING;
IS_STRING        2343 Zend/zend_vm_def.h 		Z_TYPE_P(str) = IS_STRING;
IS_STRING        2348 Zend/zend_vm_def.h 	if (Z_TYPE_P(var) != IS_STRING) {
IS_STRING        2397 Zend/zend_vm_def.h 		} else if (Z_TYPE_P(class_name) == IS_STRING) {
IS_STRING        2426 Zend/zend_vm_def.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        2546 Zend/zend_vm_def.h 			if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        2646 Zend/zend_vm_def.h 		if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
IS_STRING        2698 Zend/zend_vm_def.h 			if (Z_TYPE_PP(obj) != IS_STRING && Z_TYPE_PP(obj) != IS_OBJECT) {
IS_STRING        2702 Zend/zend_vm_def.h 			if (Z_TYPE_PP(method) != IS_STRING) {
IS_STRING        2706 Zend/zend_vm_def.h 			if (Z_TYPE_PP(obj) == IS_STRING) {
IS_STRING        3625 Zend/zend_vm_def.h 			case IS_STRING:
IS_STRING        3684 Zend/zend_vm_def.h 	if (opline->extended_value != IS_STRING) {
IS_STRING        3703 Zend/zend_vm_def.h 		case IS_STRING: {
IS_STRING        3745 Zend/zend_vm_def.h 	if (inc_filename->type!=IS_STRING) {
IS_STRING        3893 Zend/zend_vm_def.h 	if (OP1_TYPE != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        3976 Zend/zend_vm_def.h 					case IS_STRING:
IS_STRING        4029 Zend/zend_vm_def.h 			case IS_STRING:
IS_STRING        4386 Zend/zend_vm_def.h 		if (OP1_TYPE != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        4479 Zend/zend_vm_def.h 			case IS_STRING:
IS_STRING        4542 Zend/zend_vm_def.h 	} else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */
IS_STRING        4547 Zend/zend_vm_def.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
IS_STRING         676 Zend/zend_vm_execute.h 	tmp->type = IS_STRING;
IS_STRING        1202 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(class_name) == IS_STRING) {
IS_STRING        1246 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
IS_STRING        1298 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(obj) != IS_STRING && Z_TYPE_PP(obj) != IS_OBJECT) {
IS_STRING        1302 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(method) != IS_STRING) {
IS_STRING        1306 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(obj) == IS_STRING) {
IS_STRING        1526 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(class_name) == IS_STRING) {
IS_STRING        1571 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
IS_STRING        1623 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(obj) != IS_STRING && Z_TYPE_PP(obj) != IS_OBJECT) {
IS_STRING        1627 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(method) != IS_STRING) {
IS_STRING        1631 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(obj) == IS_STRING) {
IS_STRING        1713 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(class_name) == IS_STRING) {
IS_STRING        1758 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
IS_STRING        1810 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(obj) != IS_STRING && Z_TYPE_PP(obj) != IS_OBJECT) {
IS_STRING        1814 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(method) != IS_STRING) {
IS_STRING        1818 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(obj) == IS_STRING) {
IS_STRING        1900 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(class_name) == IS_STRING) {
IS_STRING        1939 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(class_name) == IS_STRING) {
IS_STRING        1983 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
IS_STRING        2035 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(obj) != IS_STRING && Z_TYPE_PP(obj) != IS_OBJECT) {
IS_STRING        2039 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(method) != IS_STRING) {
IS_STRING        2043 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(obj) == IS_STRING) {
IS_STRING        2591 Zend/zend_vm_execute.h 	if (opline->extended_value != IS_STRING) {
IS_STRING        2610 Zend/zend_vm_execute.h 		case IS_STRING: {
IS_STRING        2652 Zend/zend_vm_execute.h 	if (inc_filename->type!=IS_STRING) {
IS_STRING        3331 Zend/zend_vm_execute.h  	if (IS_CONST != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) {
IS_STRING        3578 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        3813 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        3888 Zend/zend_vm_execute.h 	if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        3966 Zend/zend_vm_execute.h 		if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        4570 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        4709 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        5204 Zend/zend_vm_execute.h  	if (IS_CONST != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) {
IS_STRING        5427 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        5566 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        5641 Zend/zend_vm_execute.h 	if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        5719 Zend/zend_vm_execute.h 		if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        5949 Zend/zend_vm_execute.h  	if (IS_CONST != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) {
IS_STRING        6153 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        6274 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        6349 Zend/zend_vm_execute.h 	if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        6427 Zend/zend_vm_execute.h 		if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        7009 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        7207 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        7896 Zend/zend_vm_execute.h 	if (opline->extended_value != IS_STRING) {
IS_STRING        7915 Zend/zend_vm_execute.h 		case IS_STRING: {
IS_STRING        7957 Zend/zend_vm_execute.h 	if (inc_filename->type!=IS_STRING) {
IS_STRING        8688 Zend/zend_vm_execute.h  	if (IS_TMP_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) {
IS_STRING        8893 Zend/zend_vm_execute.h 		Z_TYPE_P(str) = IS_STRING;
IS_STRING        8916 Zend/zend_vm_execute.h 		Z_TYPE_P(str) = IS_STRING;
IS_STRING        8942 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        9075 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        9150 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        9228 Zend/zend_vm_execute.h 		if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        9755 Zend/zend_vm_execute.h 		Z_TYPE_P(str) = IS_STRING;
IS_STRING        9760 Zend/zend_vm_execute.h 	if (Z_TYPE_P(var) != IS_STRING) {
IS_STRING        9798 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        9933 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        10428 Zend/zend_vm_execute.h  	if (IS_TMP_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) {
IS_STRING        10614 Zend/zend_vm_execute.h 		Z_TYPE_P(str) = IS_STRING;
IS_STRING        10619 Zend/zend_vm_execute.h 	if (Z_TYPE_P(var) != IS_STRING) {
IS_STRING        10657 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        10792 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        10867 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        10945 Zend/zend_vm_execute.h 		if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        11175 Zend/zend_vm_execute.h  	if (IS_TMP_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) {
IS_STRING        11377 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        11452 Zend/zend_vm_execute.h 	if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        11530 Zend/zend_vm_execute.h 		if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        12057 Zend/zend_vm_execute.h 		Z_TYPE_P(str) = IS_STRING;
IS_STRING        12062 Zend/zend_vm_execute.h 	if (Z_TYPE_P(var) != IS_STRING) {
IS_STRING        12099 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        12232 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        13213 Zend/zend_vm_execute.h 	if (opline->extended_value != IS_STRING) {
IS_STRING        13232 Zend/zend_vm_execute.h 		case IS_STRING: {
IS_STRING        13274 Zend/zend_vm_execute.h 	if (inc_filename->type!=IS_STRING) {
IS_STRING        14571 Zend/zend_vm_execute.h  	if (IS_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) {
IS_STRING        15311 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        15430 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        15665 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        15740 Zend/zend_vm_execute.h 	if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        15823 Zend/zend_vm_execute.h 					case IS_STRING:
IS_STRING        15876 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        15959 Zend/zend_vm_execute.h 		if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        16052 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        16115 Zend/zend_vm_execute.h 	} else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */
IS_STRING        16120 Zend/zend_vm_execute.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
IS_STRING        17658 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        17778 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        17917 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        17997 Zend/zend_vm_execute.h 					case IS_STRING:
IS_STRING        18050 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        18141 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        18204 Zend/zend_vm_execute.h 	} else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */
IS_STRING        18209 Zend/zend_vm_execute.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
IS_STRING        19170 Zend/zend_vm_execute.h  	if (IS_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) {
IS_STRING        19966 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        20086 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        20225 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        20300 Zend/zend_vm_execute.h 	if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        20383 Zend/zend_vm_execute.h 					case IS_STRING:
IS_STRING        20436 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        20519 Zend/zend_vm_execute.h 		if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        20612 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        20675 Zend/zend_vm_execute.h 	} else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */
IS_STRING        20680 Zend/zend_vm_execute.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
IS_STRING        21159 Zend/zend_vm_execute.h  	if (IS_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) {
IS_STRING        21533 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        21654 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        21729 Zend/zend_vm_execute.h 	if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        21807 Zend/zend_vm_execute.h 		if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        23426 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        23545 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        23683 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        23763 Zend/zend_vm_execute.h 					case IS_STRING:
IS_STRING        23816 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        23907 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        23970 Zend/zend_vm_execute.h 	} else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */
IS_STRING        23975 Zend/zend_vm_execute.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
IS_STRING        25015 Zend/zend_vm_execute.h 		Z_TYPE_P(str) = IS_STRING;
IS_STRING        25038 Zend/zend_vm_execute.h 		Z_TYPE_P(str) = IS_STRING;
IS_STRING        25064 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        25271 Zend/zend_vm_execute.h 					case IS_STRING:
IS_STRING        25324 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        25413 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        25476 Zend/zend_vm_execute.h 	} else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */
IS_STRING        25481 Zend/zend_vm_execute.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
IS_STRING        26435 Zend/zend_vm_execute.h 		Z_TYPE_P(str) = IS_STRING;
IS_STRING        26440 Zend/zend_vm_execute.h 	if (Z_TYPE_P(var) != IS_STRING) {
IS_STRING        26478 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        26589 Zend/zend_vm_execute.h 					case IS_STRING:
IS_STRING        26642 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        26731 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        26794 Zend/zend_vm_execute.h 	} else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */
IS_STRING        26799 Zend/zend_vm_execute.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
IS_STRING        27753 Zend/zend_vm_execute.h 		Z_TYPE_P(str) = IS_STRING;
IS_STRING        27758 Zend/zend_vm_execute.h 	if (Z_TYPE_P(var) != IS_STRING) {
IS_STRING        27796 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        27907 Zend/zend_vm_execute.h 					case IS_STRING:
IS_STRING        27960 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        28049 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        28112 Zend/zend_vm_execute.h 	} else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */
IS_STRING        28117 Zend/zend_vm_execute.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
IS_STRING        29497 Zend/zend_vm_execute.h 		Z_TYPE_P(str) = IS_STRING;
IS_STRING        29502 Zend/zend_vm_execute.h 	if (Z_TYPE_P(var) != IS_STRING) {
IS_STRING        29539 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        29649 Zend/zend_vm_execute.h 					case IS_STRING:
IS_STRING        29702 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        29791 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        29854 Zend/zend_vm_execute.h 	} else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */
IS_STRING        29859 Zend/zend_vm_execute.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
IS_STRING        30807 Zend/zend_vm_execute.h 	if (opline->extended_value != IS_STRING) {
IS_STRING        30826 Zend/zend_vm_execute.h 		case IS_STRING: {
IS_STRING        30868 Zend/zend_vm_execute.h 	if (inc_filename->type!=IS_STRING) {
IS_STRING        32029 Zend/zend_vm_execute.h  	if (IS_CV != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) {
IS_STRING        32762 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        32895 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        32970 Zend/zend_vm_execute.h 	if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        33053 Zend/zend_vm_execute.h 					case IS_STRING:
IS_STRING        33106 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        33187 Zend/zend_vm_execute.h 		if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        33280 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        33343 Zend/zend_vm_execute.h 	} else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */
IS_STRING        33348 Zend/zend_vm_execute.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
IS_STRING        34874 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        35009 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        35089 Zend/zend_vm_execute.h 					case IS_STRING:
IS_STRING        35142 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        35231 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        35294 Zend/zend_vm_execute.h 	} else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */
IS_STRING        35299 Zend/zend_vm_execute.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
IS_STRING        36255 Zend/zend_vm_execute.h  	if (IS_CV != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) {
IS_STRING        37043 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        37178 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        37253 Zend/zend_vm_execute.h 	if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        37336 Zend/zend_vm_execute.h 					case IS_STRING:
IS_STRING        37389 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        37470 Zend/zend_vm_execute.h 		if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        37563 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        37626 Zend/zend_vm_execute.h 	} else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */
IS_STRING        37631 Zend/zend_vm_execute.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
IS_STRING        38105 Zend/zend_vm_execute.h  	if (IS_CV != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) {
IS_STRING        38476 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        38551 Zend/zend_vm_execute.h 	if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        38629 Zend/zend_vm_execute.h 		if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
IS_STRING        40216 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
IS_STRING        40349 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        40429 Zend/zend_vm_execute.h 					case IS_STRING:
IS_STRING        40482 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        40571 Zend/zend_vm_execute.h 			case IS_STRING:
IS_STRING        40634 Zend/zend_vm_execute.h 	} else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */
IS_STRING        40639 Zend/zend_vm_execute.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
IS_STRING         235 ext/bcmath/bcmath.c 	Z_TYPE_P(return_value) = IS_STRING;
IS_STRING         274 ext/bcmath/bcmath.c 	Z_TYPE_P(return_value) = IS_STRING;
IS_STRING         313 ext/bcmath/bcmath.c 	Z_TYPE_P(return_value) = IS_STRING;
IS_STRING         352 ext/bcmath/bcmath.c 			Z_TYPE_P(return_value) = IS_STRING;
IS_STRING         388 ext/bcmath/bcmath.c 			Z_TYPE_P(return_value) = IS_STRING;
IS_STRING         432 ext/bcmath/bcmath.c 		Z_TYPE_P(return_value) = IS_STRING;
IS_STRING         476 ext/bcmath/bcmath.c 	Z_TYPE_P(return_value) = IS_STRING;
IS_STRING         511 ext/bcmath/bcmath.c 		Z_TYPE_P(return_value) = IS_STRING;
IS_STRING         355 ext/bz2/bz2.c  	Z_TYPE_P(return_value) = IS_STRING;
IS_STRING         380 ext/bz2/bz2.c  	if (Z_TYPE_PP(file) == IS_STRING) {
IS_STRING         667 ext/com_dotnet/com_com.c 		Z_TYPE_P(return_value) = IS_STRING;
IS_STRING         519 ext/com_dotnet/com_handlers.c 		case IS_STRING:
IS_STRING         350 ext/com_dotnet/com_persist.c 			Z_TYPE_P(return_value) = IS_STRING;
IS_STRING         154 ext/com_dotnet/com_variant.c 		case IS_STRING:
IS_STRING         217 ext/com_dotnet/com_variant.c 				Z_TYPE_P(z) = IS_STRING;
IS_STRING         161 ext/ctype/ctype.c 	if (Z_TYPE(tmp) == IS_STRING) { \
IS_STRING        1543 ext/curl/interface.c 				if (Z_TYPE_P(retval_ptr) == IS_STRING) {
IS_STRING        1682 ext/curl/interface.c 	} else if (Z_TYPE_P(retval) == IS_STRING) {
IS_STRING        2568 ext/curl/interface.c 						if(Z_TYPE_P(prop) != IS_STRING) {
IS_STRING        2579 ext/curl/interface.c 							if(Z_TYPE_P(prop) == IS_STRING && Z_STRLEN_P(prop) > 0) {
IS_STRING        2583 ext/curl/interface.c 							if(Z_TYPE_P(prop) == IS_STRING && Z_STRLEN_P(prop) > 0) {
IS_STRING         956 ext/date/php_date.c 			&& Z_TYPE(ztz) == IS_STRING && Z_STRLEN(ztz) > 0 && timelib_timezone_id_is_valid(Z_STRVAL(ztz), tzdb)) {
IS_STRING        4007 ext/date/php_date.c  	if (member->type != IS_STRING) {
IS_STRING        4072 ext/date/php_date.c  	if (member->type != IS_STRING) {
IS_STRING         186 ext/dom/attr.c 	if (newval->type != IS_STRING) {
IS_STRING         115 ext/dom/characterdata.c 	if (newval->type != IS_STRING) {
IS_STRING         364 ext/dom/document.c 	if (newval->type != IS_STRING) {
IS_STRING         503 ext/dom/document.c 	if (newval->type != IS_STRING) {
IS_STRING         864 ext/dom/document.c 	if (newval->type != IS_STRING) {
IS_STRING         355 ext/dom/node.c 			if (newval->type != IS_STRING) {
IS_STRING         797 ext/dom/node.c 			if (newval->type != IS_STRING) {
IS_STRING        1811 ext/dom/node.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        1825 ext/dom/node.c 				if (Z_TYPE_PP(tmpns) == IS_STRING) {
IS_STRING        1861 ext/dom/node.c 				if (Z_TYPE_PP(tmpns) == IS_STRING) {
IS_STRING         315 ext/dom/php_dom.c  	if (member->type != IS_STRING) {
IS_STRING         349 ext/dom/php_dom.c  	if (member->type != IS_STRING) {
IS_STRING         394 ext/dom/php_dom.c  	if (member->type != IS_STRING) {
IS_STRING         429 ext/dom/php_dom.c  	if (member->type != IS_STRING) {
IS_STRING         159 ext/dom/processinginstruction.c 	if (newval->type != IS_STRING) {
IS_STRING         216 ext/dom/xpath.c 			if (Z_TYPE(handler) == IS_STRING) {
IS_STRING         318 ext/ereg/ereg.c 	if (Z_TYPE_PP(regex) == IS_STRING) {
IS_STRING         564 ext/ereg/ereg.c 	if (Z_TYPE_PP(arg_pattern) == IS_STRING) {
IS_STRING         577 ext/ereg/ereg.c 	if (Z_TYPE_PP(arg_replace) == IS_STRING) {
IS_STRING         432 ext/fileinfo/fileinfo.c 			case IS_STRING:
IS_STRING        2104 ext/fileinfo/libmagic/softmagic.c 								Z_TYPE_P(pattern_match) = IS_STRING; 
IS_STRING         454 ext/filter/filter.c 		Z_TYPE(raw_var) = IS_STRING;
IS_STRING         462 ext/filter/filter.c 		Z_TYPE(new_var) = IS_STRING;
IS_STRING          57 ext/filter/logical_filters.c 			if (Z_TYPE_PP(option_val) == IS_STRING) {                                                                    \
IS_STRING         455 ext/filter/logical_filters.c 	if (Z_TYPE_P(value) != IS_STRING || old_len != Z_STRLEN_P(value)) {
IS_STRING        5126 ext/gd/gd.c    				case IS_STRING:
IS_STRING        5302 ext/gd/gd.c    				case IS_STRING:
IS_STRING        5319 ext/gd/gd.c    				case IS_STRING:
IS_STRING         126 ext/gd/gd_ctx.c 		} else if (Z_TYPE_P(to_zval) == IS_STRING) {
IS_STRING         447 ext/gmp/gmp.c  	case IS_STRING:
IS_STRING        2149 ext/iconv/iconv.c 			if (Z_TYPE_PP(ppval) == IS_STRING && Z_STRLEN_PP(ppval) > 0) {
IS_STRING        2168 ext/iconv/iconv.c 			if (Z_TYPE_PP(ppval) == IS_STRING && Z_STRLEN_PP(ppval) > 0) {
IS_STRING        2180 ext/iconv/iconv.c 			if (Z_TYPE_PP(ppval) == IS_STRING && Z_STRLEN_PP(ppval) > 0) {
IS_STRING        2203 ext/iconv/iconv.c 			if (Z_TYPE_PP(ppval) != IS_STRING) {
IS_STRING        1176 ext/imap/php_imap.c 				case IS_STRING:
IS_STRING        1192 ext/imap/php_imap.c 								if (Z_TYPE_PP(z_auth_method) == IS_STRING) {
IS_STRING         289 ext/interbase/ibase_events.c 	if (Z_TYPE_PP(args[0]) != IS_STRING) {
IS_STRING         655 ext/interbase/ibase_query.c 			case IS_STRING:
IS_STRING         331 ext/interbase/php_ibase_udf.c 			case IS_STRING:
IS_STRING         124 ext/intl/breakiterator/rulebasedbreakiterator_methods.cpp 	Z_TYPE_P(return_value) = IS_STRING;
IS_STRING          58 ext/intl/collator/collator_convert.c 	if( Z_TYPE_P( *hashData ) != IS_STRING )
IS_STRING         102 ext/intl/collator/collator_convert.c 	if( Z_TYPE_P( *hashData ) != IS_STRING )
IS_STRING         271 ext/intl/collator/collator_convert.c 			case IS_STRING:
IS_STRING         284 ext/intl/collator/collator_convert.c 		if( Z_OBJ_HT_P(obj)->cast_object( obj, zstr, IS_STRING CAST_OBJECT_SHOULD_FREE TSRMLS_CC ) == FAILURE )
IS_STRING         380 ext/intl/collator/collator_convert.c 	if( Z_TYPE_P( str ) != IS_STRING )
IS_STRING         419 ext/intl/collator/collator_convert.c 	if( Z_TYPE_P(arg) != IS_STRING )
IS_STRING         455 ext/intl/collator/collator_convert.c 	if( Z_TYPE_P( arg ) != IS_STRING )
IS_STRING          69 ext/intl/collator/collator_sort.c 	if( Z_TYPE_P(str1) == IS_STRING && Z_TYPE_P(str2) == IS_STRING &&
IS_STRING         154 ext/intl/collator/collator_sort.c 	if( Z_TYPE_P(op1) == IS_STRING )
IS_STRING         160 ext/intl/collator/collator_sort.c 	if( Z_TYPE_P(op2) == IS_STRING )
IS_STRING         429 ext/intl/collator/collator_sort.c 		if( Z_TYPE_PP( hashData ) == IS_STRING )
IS_STRING         188 ext/intl/common/common_date.cpp 	case IS_STRING:
IS_STRING         177 ext/intl/converter/converter.c 		case IS_STRING:
IS_STRING         272 ext/intl/converter/converter.c 		case IS_STRING:
IS_STRING         828 ext/intl/converter/converter.c 				Z_TYPE_PP(tmpzval) == IS_STRING) {
IS_STRING         834 ext/intl/converter/converter.c 				Z_TYPE_PP(tmpzval) == IS_STRING) {
IS_STRING          64 ext/intl/dateformat/dateformat_attrcpp.cpp 	Z_TYPE_P(return_value) = IS_STRING;
IS_STRING         214 ext/intl/dateformat/dateformat_format_object.cpp 		Z_TYPE_P(return_value) = IS_STRING;
IS_STRING          56 ext/intl/formatter/formatter_format.c 		if(Z_TYPE_PP(number) == IS_STRING) {
IS_STRING         759 ext/intl/locale/locale_methods.c 		if(Z_TYPE_PP(ele_value)!= IS_STRING ){
IS_STRING         804 ext/intl/locale/locale_methods.c 		if( Z_TYPE_PP(ele_value) == IS_STRING ){
IS_STRING         817 ext/intl/locale/locale_methods.c 				if(Z_TYPE_PP(data) != IS_STRING) {
IS_STRING         849 ext/intl/locale/locale_methods.c 				if( Z_TYPE_PP(ele_value)!= IS_STRING ){
IS_STRING        1430 ext/intl/locale/locale_methods.c 		if(Z_TYPE_PP(ele_value)!= IS_STRING) {
IS_STRING         587 ext/intl/msgformat/msgformat_helpers.cpp 			case IS_STRING:
IS_STRING         177 ext/intl/resourcebundle/resourcebundle_class.c 	} else if(Z_TYPE_P(offset) == IS_STRING) {
IS_STRING          92 ext/intl/timezone/timezone_class.cpp 		Z_TYPE(arg) = IS_STRING;
IS_STRING         123 ext/intl/timezone/timezone_class.cpp 	if (Z_TYPE(arg) == IS_STRING) {
IS_STRING         176 ext/intl/timezone/timezone_methods.cpp 	} else if (Z_TYPE_PP(arg) == IS_OBJECT || Z_TYPE_PP(arg) == IS_STRING) {
IS_STRING         324 ext/intl/timezone/timezone_methods.cpp 	Z_TYPE_P(return_value) = IS_STRING;
IS_STRING         408 ext/intl/timezone/timezone_methods.cpp 	Z_TYPE_P(return_value) = IS_STRING;
IS_STRING         577 ext/intl/timezone/timezone_methods.cpp 	Z_TYPE_P(return_value) = IS_STRING;
IS_STRING         220 ext/intl/transliterator/transliterator_class.c 	if( Z_TYPE_P( member ) != IS_STRING )		\
IS_STRING         231 ext/intl/transliterator/transliterator_class.c 	if( Z_TYPE_P( member ) != IS_STRING )		\
IS_STRING         336 ext/intl/transliterator/transliterator_methods.c 			if(Z_TYPE_PP( arg1 ) != IS_STRING )
IS_STRING         338 ext/json/JSON_parser.c     else if (type == IS_STRING)
IS_STRING         475 ext/json/JSON_parser.c 			if (type == IS_STRING) {
IS_STRING         520 ext/json/JSON_parser.c 	        } else if (type < IS_STRING && next_class == C_QUOTE) {
IS_STRING         521 ext/json/JSON_parser.c 	            type = IS_STRING;
IS_STRING         526 ext/json/JSON_parser.c 	        } else if (type != IS_STRING && next_class > C_WHITE) {
IS_STRING         667 ext/json/JSON_parser.c 					if (type == IS_STRING) {
IS_STRING         640 ext/json/json.c 		case IS_STRING:
IS_STRING         658 ext/ldap/ldap.c 			if (Z_TYPE_P(base_dn) == IS_STRING) {
IS_STRING         696 ext/ldap/ldap.c 				if (Z_TYPE_PP(entry) == IS_STRING) {
IS_STRING         741 ext/ldap/ldap.c 		if (Z_TYPE_P(base_dn) == IS_STRING) {
IS_STRING        2106 ext/ldap/ldap.c 	if (Z_TYPE_P(callback) == IS_STRING && Z_STRLEN_P(callback) == 0) {
IS_STRING         617 ext/libxml/libxml.c 		} else if (Z_TYPE_P(retval_ptr) == IS_STRING) {
IS_STRING        1970 ext/mbstring/mbstring.c 		case IS_STRING:
IS_STRING        2310 ext/mbstring/mbstring.c 		if (Z_TYPE_PP(zoffset) == IS_STRING) {
IS_STRING        3580 ext/mbstring/mbstring.c 							} else if (Z_TYPE_PP(hash_entry) == IS_STRING) {
IS_STRING        3589 ext/mbstring/mbstring.c 				} else if (Z_TYPE_PP(var) == IS_STRING) {
IS_STRING        3662 ext/mbstring/mbstring.c 						} else if (Z_TYPE_PP(hash_entry) == IS_STRING) {
IS_STRING        3678 ext/mbstring/mbstring.c 		} else if (Z_TYPE_PP(var) == IS_STRING) {
IS_STRING         713 ext/mbstring/php_mbregex.c 	if (Z_TYPE_PP(arg_pattern) != IS_STRING) {
IS_STRING         857 ext/mbstring/php_mbregex.c 	if (Z_TYPE_PP(arg_pattern_zval) == IS_STRING) {
IS_STRING        1209 ext/mbstring/php_mbregex.c 	if (MBREX(search_str) != NULL && Z_TYPE_P(MBREX(search_str)) == IS_STRING){
IS_STRING        1368 ext/mbstring/php_mbregex.c 	if (MBREX(search_regs) != NULL && Z_TYPE_P(MBREX(search_str)) == IS_STRING && Z_STRVAL_P(MBREX(search_str)) != NULL) {
IS_STRING        1407 ext/mbstring/php_mbregex.c 	if (position < 0 || (MBREX(search_str) != NULL && Z_TYPE_P(MBREX(search_str)) == IS_STRING && position >= Z_STRLEN_P(MBREX(search_str)))) {
IS_STRING         178 ext/mcrypt/mcrypt_filter.c 		if (Z_TYPE_PP(tmpzval) == IS_STRING) {
IS_STRING         186 ext/mcrypt/mcrypt_filter.c 		if (Z_TYPE_PP(tmpzval) == IS_STRING) {
IS_STRING         194 ext/mcrypt/mcrypt_filter.c 		if (Z_TYPE_PP(tmpzval) == IS_STRING) {
IS_STRING         202 ext/mcrypt/mcrypt_filter.c 		Z_TYPE_PP(tmpzval) == IS_STRING) {
IS_STRING         222 ext/mcrypt/mcrypt_filter.c 		Z_TYPE_PP(tmpzval) != IS_STRING) {
IS_STRING        1536 ext/mssql/php_mssql.c 			if (Z_TYPE(result->data[result->cur_row][i]) == IS_STRING) {
IS_STRING        1864 ext/mssql/php_mssql.c 		case IS_STRING: {
IS_STRING        1848 ext/mysql/php_mysql.c 	Z_TYPE_P(return_value) = IS_STRING;
IS_STRING        1942 ext/mysql/php_mysql.c 			case IS_STRING: {
IS_STRING        1994 ext/mysql/php_mysql.c 		Z_TYPE_P(return_value) = IS_STRING;
IS_STRING        2125 ext/mysql/php_mysql.c 				Z_TYPE_P(data) = IS_STRING;
IS_STRING        2499 ext/mysql/php_mysql.c 			Z_TYPE_P(return_value) = IS_STRING;
IS_STRING        2504 ext/mysql/php_mysql.c 			Z_TYPE_P(return_value) = IS_STRING;
IS_STRING        2514 ext/mysql/php_mysql.c 			Z_TYPE_P(return_value) = IS_STRING;
IS_STRING        2587 ext/mysql/php_mysql.c    			Z_TYPE_P(return_value) = IS_STRING;
IS_STRING         329 ext/mysqli/mysqli.c 	if (member->type != IS_STRING) {
IS_STRING         368 ext/mysqli/mysqli.c 	if (member->type != IS_STRING) {
IS_STRING        1190 ext/mysqli/mysqli.c 					Z_TYPE_P(res) = IS_STRING;
IS_STRING         356 ext/mysqli/mysqli_api.c 				stmt->result.buf[ofs].type = IS_STRING;
IS_STRING         390 ext/mysqli/mysqli_api.c 				stmt->result.buf[ofs].type = IS_STRING;
IS_STRING         871 ext/mysqli/mysqli_api.c 						if (the_var == stmt->param.vars[i] && Z_TYPE_P(stmt->param.vars[i]) != IS_STRING) {
IS_STRING         948 ext/mysqli/mysqli_api.c 		if (stmt->result.buf[i].type == IS_STRING) {
IS_STRING         965 ext/mysqli/mysqli_api.c 			if (Z_TYPE_P(stmt->result.vars[i]) == IS_STRING) {
IS_STRING        1002 ext/mysqli/mysqli_api.c 					case IS_STRING:
IS_STRING        1720 ext/mysqli/mysqli_api.c 			return IS_STRING;
IS_STRING        1758 ext/mysqli/mysqli_api.c 			case IS_STRING:
IS_STRING        1769 ext/mysqli/mysqli_api.c 		case IS_STRING:
IS_STRING          71 ext/mysqlnd/mysqlnd_bt.c 		case IS_STRING: {
IS_STRING         752 ext/mysqlnd/mysqlnd_ps.c 						if (Z_TYPE_P(current_row[i]) >= IS_STRING) {
IS_STRING         874 ext/mysqlnd/mysqlnd_ps.c 						if ((Z_TYPE_P(data) == IS_STRING) && (result->meta->fields[i].max_length < (unsigned long) Z_STRLEN_P(data))) {
IS_STRING        1055 ext/mysqlnd/mysqlnd_ps.c 						if ((Z_TYPE_P(data) == IS_STRING) && (result->meta->fields[i].max_length < (unsigned long) Z_STRLEN_P(data))) {
IS_STRING         408 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_TIME].php_type	= IS_STRING;
IS_STRING         413 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_DATE].php_type	= IS_STRING;
IS_STRING         418 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_NEWDATE].php_type	= IS_STRING;
IS_STRING         423 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_DATETIME].php_type= IS_STRING;
IS_STRING         428 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_TIMESTAMP].php_type= IS_STRING;
IS_STRING         433 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_TINY_BLOB].php_type = IS_STRING;
IS_STRING         439 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_BLOB].php_type	= IS_STRING;
IS_STRING         445 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_MEDIUM_BLOB].php_type	= IS_STRING;
IS_STRING         451 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONG_BLOB].php_type	= IS_STRING;
IS_STRING         462 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_VAR_STRING].php_type = IS_STRING;
IS_STRING         467 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_VARCHAR].php_type	= IS_STRING;
IS_STRING         472 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_STRING].php_type	= IS_STRING;
IS_STRING         477 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_DECIMAL].php_type	= IS_STRING;
IS_STRING         482 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_NEWDECIMAL].php_type	= IS_STRING;
IS_STRING         487 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_ENUM].php_type	= IS_STRING;
IS_STRING         491 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_SET].php_type		= IS_STRING;
IS_STRING         495 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_GEOMETRY].php_type= IS_STRING;
IS_STRING         658 ext/mysqlnd/mysqlnd_ps_codec.c 					if (Z_TYPE_P(tmp_data) == IS_STRING) {
IS_STRING         712 ext/mysqlnd/mysqlnd_ps_codec.c 					if (Z_TYPE_P(tmp_data) == IS_STRING) {
IS_STRING         722 ext/mysqlnd/mysqlnd_ps_codec.c 					if (Z_TYPE_P(tmp_data) == IS_STRING) {
IS_STRING         742 ext/mysqlnd/mysqlnd_ps_codec.c 				if (Z_TYPE_P(the_var) != IS_STRING) {
IS_STRING         796 ext/mysqlnd/mysqlnd_ps_codec.c 					if (Z_TYPE_P(data) == IS_STRING) {
IS_STRING         804 ext/mysqlnd/mysqlnd_ps_codec.c 					if (Z_TYPE_P(data) == IS_STRING) {
IS_STRING          71 ext/mysqlnd/mysqlnd_result.c 				if (Z_TYPE_P(data_cursor[i]) >= IS_STRING) {
IS_STRING         109 ext/mysqlnd/mysqlnd_result.c 		if (Z_TYPE_PP(zv) == IS_STRING) {
IS_STRING         120 ext/mysqlnd/mysqlnd_result.c 		if (Z_TYPE_PP(zv) == IS_STRING) {
IS_STRING         947 ext/mysqlnd/mysqlnd_result.c 				if (Z_TYPE_P(current_row[i]) >= IS_STRING) {
IS_STRING        1019 ext/mysqlnd/mysqlnd_result.c 				if (Z_TYPE_P(current_row[i]) >= IS_STRING) {
IS_STRING        1561 ext/mysqlnd/mysqlnd_wireprotocol.c 										(Z_TYPE_PP(current_field) == IS_STRING)?
IS_STRING        1736 ext/mysqlnd/mysqlnd_wireprotocol.c 				} else if (Z_TYPE_PP(current_field) == IS_STRING){
IS_STRING         878 ext/oci8/oci8_statement.c 		if (Z_TYPE_P(val) == IS_STRING) {
IS_STRING         883 ext/oci8/oci8_statement.c 	} else if (Z_TYPE_P(bind->zval) == IS_STRING
IS_STRING        1067 ext/oci8/oci8_statement.c 				value_sz = (Z_TYPE_P(var) == IS_STRING) ? Z_STRLEN_P(var) : 0;
IS_STRING        1340 ext/oci8/oci8_statement.c 	if (Z_TYPE_P(column_index) == IS_STRING) {
IS_STRING         478 ext/odbc/birdstep.c 	if ( Z_TYPE_PP(col) == IS_STRING ) {
IS_STRING        1284 ext/odbc/php_odbc.c 			if (Z_TYPE_PP(tmp) != IS_STRING) {
IS_STRING        1712 ext/odbc/php_odbc.c 		Z_TYPE_P(tmp) = IS_STRING;
IS_STRING        1768 ext/odbc/php_odbc.c 			if (!*(result->values[i].name) && Z_TYPE_P(tmp) == IS_STRING) {
IS_STRING        1866 ext/odbc/php_odbc.c 		Z_TYPE_P(tmp) = IS_STRING;
IS_STRING        2031 ext/odbc/php_odbc.c 	if (Z_TYPE_PP(pv_field) == IS_STRING) {
IS_STRING         689 ext/opcache/Optimizer/block_pass.c 			VAR_SOURCE(opline->op1)->extended_value == IS_STRING) {
IS_STRING         735 ext/opcache/Optimizer/block_pass.c 			   ZEND_OP1_TYPE(sv) == IS_CONST && Z_TYPE(OPLINE_OP1_LITERAL(sv)) == IS_STRING &&
IS_STRING         912 ext/opcache/Optimizer/block_pass.c 			if (Z_TYPE(ZEND_OP1_LITERAL(opline)) != IS_STRING) {
IS_STRING         915 ext/opcache/Optimizer/block_pass.c 			if (Z_TYPE(ZEND_OP1_LITERAL(last_op)) != IS_STRING) {
IS_STRING         949 ext/opcache/Optimizer/block_pass.c 			if (Z_TYPE(ZEND_OP2_LITERAL(opline)) != IS_STRING) {
IS_STRING         952 ext/opcache/Optimizer/block_pass.c 			if (Z_TYPE(ZEND_OP2_LITERAL(src)) != IS_STRING) {
IS_STRING        1101 ext/opcache/Optimizer/block_pass.c 				  	Z_TYPE(ZEND_OP2_LITERAL(VAR_SOURCE(opline->op1))) == IS_STRING &&
IS_STRING        1125 ext/opcache/Optimizer/block_pass.c 			opline->extended_value = IS_STRING;
IS_STRING        1133 ext/opcache/Optimizer/block_pass.c 					VAR_SOURCE(opline->op1)->extended_value == IS_STRING) {
IS_STRING          90 ext/opcache/Optimizer/pass1_5.c 					case IS_STRING:
IS_STRING         173 ext/opcache/Optimizer/pass1_5.c 					ZEND_OP2_LITERAL(opline).type = IS_STRING;
IS_STRING         211 ext/opcache/Optimizer/pass1_5.c 				Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_STRING &&
IS_STRING         235 ext/opcache/Optimizer/pass1_5.c 				ZEND_OP2_LITERAL(opline).type == IS_STRING) {
IS_STRING         279 ext/opcache/Optimizer/pass1_5.c 			    Z_TYPE(ZEND_OP1_LITERAL(opline)) == IS_STRING &&
IS_STRING          19 ext/opcache/Optimizer/pass2.c 					if (ZEND_OP1_LITERAL(opline).type == IS_STRING) {
IS_STRING          33 ext/opcache/Optimizer/pass2.c 					if (ZEND_OP2_LITERAL(opline).type == IS_STRING) {
IS_STRING          64 ext/opcache/Optimizer/pass2.c 					if (ZEND_OP1_LITERAL(opline).type != IS_STRING) {
IS_STRING          75 ext/opcache/Optimizer/pass2.c 					if (ZEND_OP2_LITERAL(opline).type != IS_STRING) {
IS_STRING         124 ext/opcache/Optimizer/zend_optimizer.c 		if (Z_TYPE_P(val) == IS_STRING) {
IS_STRING         163 ext/opcache/Optimizer/zend_optimizer.c 	if (Z_TYPE_P(val) == IS_STRING) {
IS_STRING        2226 ext/opcache/ZendAccelerator.c 			case IS_STRING:
IS_STRING         336 ext/opcache/zend_accelerator_module.c 	    Z_TYPE_PP(zfilename) != IS_STRING ||
IS_STRING         251 ext/opcache/zend_accelerator_util_funcs.c 			case IS_STRING:
IS_STRING         368 ext/opcache/zend_accelerator_util_funcs.c 				case IS_STRING:
IS_STRING         148 ext/opcache/zend_persist.c 		case IS_STRING:
IS_STRING         103 ext/opcache/zend_persist_calc.c 		case IS_STRING:
IS_STRING         621 ext/openssl/openssl.c 				} else if (Z_TYPE_PP(data) == IS_STRING) {
IS_STRING        1249 ext/openssl/openssl.c 	if (!(Z_TYPE_PP(val) == IS_STRING || Z_TYPE_PP(val) == IS_OBJECT)) {
IS_STRING        2359 ext/openssl/openssl.c 	} else if (Z_TYPE_PP(val) != IS_STRING) {
IS_STRING        2770 ext/openssl/openssl.c 	if (Z_TYPE(tmp) == IS_STRING) {\
IS_STRING        2788 ext/openssl/openssl.c 		if (Z_TYPE_PP(zphrase) == IS_STRING) {
IS_STRING        2834 ext/openssl/openssl.c 				if (Z_TYPE(tmp) == IS_STRING) {
IS_STRING        2849 ext/openssl/openssl.c 		if (!(Z_TYPE_PP(val) == IS_STRING || Z_TYPE_PP(val) == IS_OBJECT)) {
IS_STRING        2908 ext/openssl/openssl.c 	if (Z_TYPE(tmp) == IS_STRING) {
IS_STRING        3050 ext/openssl/openssl.c 				Z_TYPE_PP(bn) == IS_STRING) {							\
IS_STRING        4226 ext/openssl/openssl.c 	} else if (Z_TYPE_P(method) == IS_STRING) {
IS_STRING        4282 ext/openssl/openssl.c 	} else if (Z_TYPE_P(method) == IS_STRING) {
IS_STRING        1806 ext/pcre/php_pcre.c 		if (Z_TYPE_PP(entry) != IS_STRING) {
IS_STRING        1845 ext/pcre/php_pcre.c 		if (Z_TYPE_PP(entry) != IS_STRING) {
IS_STRING         284 ext/pdo/pdo_dbh.c 			if (Z_TYPE_PP(v) == IS_STRING && !is_numeric_string(Z_STRVAL_PP(v), Z_STRLEN_PP(v), NULL, NULL, 0) && Z_STRLEN_PP(v) > 0) {
IS_STRING         530 ext/pdo/pdo_dbh.c 			|| Z_TYPE_PP(item) != IS_STRING
IS_STRING         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_STRING         799 ext/pdo/pdo_dbh.c 				|| Z_TYPE_PP(item) != IS_STRING
IS_STRING        1005 ext/pdo/pdo_dbh.c 			Z_TYPE_P(return_value) = IS_STRING;
IS_STRING        1149 ext/pdo/pdo_stmt.c 						} else if (ce->unserialize(&return_value, ce, (unsigned char *)(Z_TYPE_P(val) == IS_STRING ? Z_STRVAL_P(val) : ""), Z_TYPE_P(val) == IS_STRING ? Z_STRLEN_P(val) : 0, NULL TSRMLS_CC) == FAILURE) {
IS_STRING        1464 ext/pdo/pdo_stmt.c 			if (Z_TYPE_P(arg2) != IS_STRING) {
IS_STRING        1968 ext/pdo/pdo_stmt.c 				} else if (Z_TYPE_PP(args[skip+1]) != IS_STRING) {
IS_STRING         549 ext/pdo_firebird/firebird_statement.c 				case IS_STRING:
IS_STRING         516 ext/pdo_mysql/mysql_statement.c 								Z_TYPE_P(param->parameter) = IS_STRING;
IS_STRING         534 ext/pdo_mysql/mysql_statement.c 					case IS_STRING:
IS_STRING         555 ext/pdo_mysql/mysql_statement.c 					case IS_STRING:
IS_STRING         348 ext/pdo_oci/oci_statement.c 						if (Z_TYPE_P(param->parameter) == IS_STRING
IS_STRING         358 ext/pdo_oci/oci_statement.c 					} else if (Z_TYPE_P(param->parameter) == IS_STRING
IS_STRING         410 ext/pdo_oci/oci_statement.c 						} else if (Z_TYPE_P(param->parameter) == IS_STRING) {
IS_STRING         325 ext/pdo_pgsql/pgsql_statement.c 								Z_TYPE_P(param->parameter) = IS_STRING;
IS_STRING         134 ext/pdo_sqlite/sqlite_statement.c 								Z_TYPE_P(param->parameter) = IS_STRING;
IS_STRING        1522 ext/pgsql/pgsql.c 	Z_TYPE_P(return_value) = IS_STRING;
IS_STRING        1819 ext/pgsql/pgsql.c 				if (Z_TYPE(tmp_val) != IS_STRING) {
IS_STRING        2026 ext/pgsql/pgsql.c 				if (Z_TYPE(tmp_val) != IS_STRING) {
IS_STRING        2360 ext/pgsql/pgsql.c 			Z_TYPE_P(return_value) = IS_STRING;
IS_STRING        2369 ext/pgsql/pgsql.c 			Z_TYPE_P(return_value) = IS_STRING;
IS_STRING        2381 ext/pgsql/pgsql.c 				Z_TYPE_P(return_value) = IS_STRING;
IS_STRING        2491 ext/pgsql/pgsql.c 		case IS_STRING:
IS_STRING        2858 ext/pgsql/pgsql.c 		case IS_STRING:
IS_STRING        3056 ext/pgsql/pgsql.c 		case IS_STRING:
IS_STRING        3456 ext/pgsql/pgsql.c 		case IS_STRING:
IS_STRING        3741 ext/pgsql/pgsql.c 	Z_TYPE_P(return_value) = IS_STRING;
IS_STRING        4760 ext/pgsql/pgsql.c 				if (Z_TYPE(tmp_val) != IS_STRING) {
IS_STRING        4915 ext/pgsql/pgsql.c 				if (Z_TYPE(tmp_val) != IS_STRING) {
IS_STRING        5372 ext/pgsql/pgsql.c 	assert(Z_TYPE_P(src) == IS_STRING);
IS_STRING        5392 ext/pgsql/pgsql.c 				if (!err && Z_TYPE_P(new_val) == IS_STRING && !strcmp(Z_STRVAL_P(new_val), "NULL")) { \
IS_STRING        5497 ext/pgsql/pgsql.c 					case IS_STRING:
IS_STRING        5551 ext/pgsql/pgsql.c 					case IS_STRING:
IS_STRING        5593 ext/pgsql/pgsql.c 					case IS_STRING:
IS_STRING        5633 ext/pgsql/pgsql.c 					case IS_STRING:
IS_STRING        5642 ext/pgsql/pgsql.c 							Z_TYPE_P(new_val) = IS_STRING;
IS_STRING        5684 ext/pgsql/pgsql.c 					case IS_STRING:
IS_STRING        5725 ext/pgsql/pgsql.c 					case IS_STRING:
IS_STRING        5758 ext/pgsql/pgsql.c 					case IS_STRING:
IS_STRING        5789 ext/pgsql/pgsql.c 					case IS_STRING:
IS_STRING        5820 ext/pgsql/pgsql.c 					case IS_STRING:
IS_STRING        5851 ext/pgsql/pgsql.c 					case IS_STRING:
IS_STRING        5930 ext/pgsql/pgsql.c 					case IS_STRING:
IS_STRING        5943 ext/pgsql/pgsql.c 							Z_TYPE_P(new_val) = IS_STRING;
IS_STRING        5983 ext/pgsql/pgsql.c 					case IS_STRING:
IS_STRING        6227 ext/pgsql/pgsql.c 			case IS_STRING:
IS_STRING        6329 ext/pgsql/pgsql.c 		if (where_cond && Z_TYPE_PP(val) == IS_STRING && !strcmp(Z_STRVAL_PP(val), "NULL")) {
IS_STRING        6336 ext/pgsql/pgsql.c 			case IS_STRING:
IS_STRING         616 ext/phar/phar_object.c 				IS_STRING != Z_TYPE_PP(z_script_name) ||
IS_STRING         622 ext/phar/phar_object.c 				IS_STRING == Z_TYPE_PP(z_path_info)) {
IS_STRING         724 ext/phar/phar_object.c 			case IS_STRING:
IS_STRING         853 ext/phar/phar_object.c 					case IS_STRING:
IS_STRING         909 ext/phar/phar_object.c 		if (Z_TYPE_PP(data) != IS_STRING) {
IS_STRING        1445 ext/phar/phar_object.c 		case IS_STRING:
IS_STRING        1463 ext/phar/phar_object.c 				if (Z_TYPE(key) != IS_STRING) {
IS_STRING        1591 ext/phar/phar_object.c 			if (Z_TYPE(key) != IS_STRING) {
IS_STRING        4312 ext/phar/phar_object.c 			case IS_STRING:
IS_STRING        4325 ext/phar/phar_object.c 							case IS_STRING:
IS_STRING        4836 ext/phar/phar_object.c 	Z_TYPE_P(return_value) = IS_STRING;
IS_STRING        1427 ext/phar/util.c 	Z_TYPE_P(zdata) = IS_STRING;
IS_STRING         742 ext/reflection/php_reflection.c 			} else if (Z_TYPE_P(zv) == IS_STRING) {
IS_STRING        2161 ext/reflection/php_reflection.c 		case IS_STRING: {
IS_STRING        2703 ext/reflection/php_reflection.c 		case IS_STRING:
IS_STRING        3108 ext/reflection/php_reflection.c 	if (Z_TYPE_PP(name) == IS_STRING
IS_STRING        3131 ext/reflection/php_reflection.c 	if (Z_TYPE_PP(name) == IS_STRING
IS_STRING        3154 ext/reflection/php_reflection.c 	if (Z_TYPE_PP(name) == IS_STRING
IS_STRING        4533 ext/reflection/php_reflection.c 		case IS_STRING:
IS_STRING        4578 ext/reflection/php_reflection.c 		case IS_STRING:
IS_STRING        4685 ext/reflection/php_reflection.c 	if (Z_TYPE_PP(name) == IS_STRING
IS_STRING        4708 ext/reflection/php_reflection.c 	if (Z_TYPE_PP(name) == IS_STRING
IS_STRING        4731 ext/reflection/php_reflection.c 	if (Z_TYPE_PP(name) == IS_STRING
IS_STRING        4792 ext/reflection/php_reflection.c 		case IS_STRING:
IS_STRING        6069 ext/reflection/php_reflection.c 	if ((Z_TYPE_P(member) == IS_STRING)
IS_STRING         138 ext/session/mod_user.c 		if (Z_TYPE_P(retval) == IS_STRING) {
IS_STRING         196 ext/session/mod_user.c 			if (Z_TYPE_P(retval) == IS_STRING) {
IS_STRING        1503 ext/session/session.c 			Z_TYPE_PP(data) == IS_STRING &&
IS_STRING        1523 ext/session/session.c 			Z_TYPE_PP(data) == IS_STRING &&
IS_STRING        2461 ext/session/session.c 			&& Z_TYPE_PP(ppid) == IS_STRING) {
IS_STRING         272 ext/simplexml/simplexml.c 		if (Z_TYPE_P(member) != IS_STRING) {
IS_STRING         431 ext/simplexml/simplexml.c 		case IS_STRING:
IS_STRING         484 ext/simplexml/simplexml.c 		if (Z_TYPE_P(member) != IS_STRING) {
IS_STRING         545 ext/simplexml/simplexml.c 			case IS_STRING:
IS_STRING         745 ext/simplexml/simplexml.c 	if (Z_TYPE_P(member) != IS_STRING && Z_TYPE_P(member) != IS_LONG) {
IS_STRING         875 ext/simplexml/simplexml.c 	if (Z_TYPE_P(member) != IS_STRING && Z_TYPE_P(member) != IS_LONG) {
IS_STRING        1777 ext/simplexml/simplexml.c 		case IS_STRING:
IS_STRING        1859 ext/simplexml/simplexml.c 	if (sxe_object_cast(getThis(), result, IS_STRING TSRMLS_CC) == SUCCESS) {
IS_STRING        1941 ext/simplexml/simplexml.c 	if (sxe_object_cast(z, retval, IS_STRING TSRMLS_CC)==FAILURE) {
IS_STRING        1007 ext/snmp/snmp.c 	if (Z_TYPE_PP(oid) == IS_STRING) {
IS_STRING        1016 ext/snmp/snmp.c 			if (Z_TYPE_PP(type) == IS_STRING && Z_TYPE_PP(value) == IS_STRING) {
IS_STRING        1051 ext/snmp/snmp.c 				if (Z_TYPE_PP(type) == IS_STRING) {
IS_STRING        1072 ext/snmp/snmp.c 				if (Z_TYPE_PP(value) == IS_STRING) {
IS_STRING        1989 ext/snmp/snmp.c 	if (Z_TYPE_P(member) != IS_STRING) {
IS_STRING        2027 ext/snmp/snmp.c 	if (Z_TYPE_P(member) != IS_STRING) {
IS_STRING         151 ext/soap/php_encoding.c 	{{IS_STRING, XSD_STRING_STRING, XSD_NAMESPACE, NULL}, to_zval_string, to_xml_string},
IS_STRING         478 ext/soap/php_encoding.c 				if (Z_TYPE_PP(tmp) == IS_STRING &&
IS_STRING         631 ext/soap/php_encoding.c 		if (Z_TYPE_P(return_value) == IS_STRING) {		
IS_STRING         872 ext/soap/php_encoding.c 	if (Z_TYPE_P(data) == IS_STRING) {
IS_STRING         960 ext/soap/php_encoding.c 	if (Z_TYPE_P(data) == IS_STRING) {
IS_STRING         995 ext/soap/php_encoding.c 	if (Z_TYPE_P(data) != IS_STRING) {
IS_STRING        1311 ext/soap/php_encoding.c 			if (Z_TYPE_P(val) == IS_STRING && *Z_STRVAL_P(val) == '<') {
IS_STRING        1315 ext/soap/php_encoding.c 					if (Z_TYPE_P(val2) != IS_STRING ||  *Z_STRVAL_P(val) != '<') {
IS_STRING        1488 ext/soap/php_encoding.c 		    Z_TYPE_PP(classname) == IS_STRING &&
IS_STRING        2855 ext/soap/php_encoding.c 			if (Z_TYPE_P(key) == IS_STRING) {
IS_STRING        3028 ext/soap/php_encoding.c 	} else if (Z_TYPE_P(data) == IS_STRING) {
IS_STRING        3134 ext/soap/php_encoding.c 		if (Z_TYPE_P(data) != IS_STRING) {
IS_STRING        3246 ext/soap/php_encoding.c 	if (Z_TYPE_P(data) == IS_STRING) {
IS_STRING         100 ext/soap/php_http.c 		Z_TYPE_PP(tmp) == IS_STRING && Z_STRLEN_PP(tmp)) {
IS_STRING         173 ext/soap/php_http.c 	    Z_TYPE_PP(proxy_host) == IS_STRING &&
IS_STRING         404 ext/soap/php_http.c 			    Z_TYPE(retval) == IS_STRING) {
IS_STRING         435 ext/soap/php_http.c 		if (Z_TYPE_PP(tmp) != IS_STRING || !is_numeric_string(Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp), &redirect_max, NULL, 1)) {
IS_STRING         582 ext/soap/php_http.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING         590 ext/soap/php_http.c 		           Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING         628 ext/soap/php_http.c 		    Z_TYPE_PP(login) == IS_STRING) {
IS_STRING         657 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING         662 ext/soap/php_http.c 					    Z_TYPE_PP(password) == IS_STRING) {
IS_STRING         668 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING &&
IS_STRING         675 ext/soap/php_http.c 						    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING         713 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING         718 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING         734 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING         739 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING         758 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING         769 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING         774 ext/soap/php_http.c 						Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING         788 ext/soap/php_http.c 				    Z_TYPE_PP(password) == IS_STRING) {
IS_STRING         825 ext/soap/php_http.c 						    Z_TYPE_PP(value) == IS_STRING) {
IS_STRING        1137 ext/soap/php_http.c 		    Z_TYPE_PP(login) == IS_STRING &&
IS_STRING        1139 ext/soap/php_http.c 		    Z_TYPE_PP(password) == IS_STRING) {
IS_STRING        1268 ext/soap/php_http.c 		    Z_TYPE(retval) == IS_STRING) {
IS_STRING         194 ext/soap/php_packet_soap.c 				zval *zv = master_to_zval(get_conversion(IS_STRING), tmp TSRMLS_CC);
IS_STRING         201 ext/soap/php_packet_soap.c 				zval *zv = master_to_zval(get_conversion(IS_STRING), tmp TSRMLS_CC);
IS_STRING         224 ext/soap/php_packet_soap.c 					zval *zv = master_to_zval(get_conversion(IS_STRING), tmp TSRMLS_CC);
IS_STRING         295 ext/soap/php_sdl.c 						Z_TYPE(new_header) = IS_STRING;
IS_STRING        3266 ext/soap/php_sdl.c 	    Z_TYPE_PP(tmp) == IS_STRING && Z_STRLEN_PP(tmp) > 0) {	
IS_STRING        3273 ext/soap/php_sdl.c 	    Z_TYPE_PP(proxy_host) == IS_STRING &&
IS_STRING         833 ext/soap/soap.c 	} else if (Z_TYPE_P(actor) == IS_STRING && Z_STRLEN_P(actor) > 0) {
IS_STRING         857 ext/soap/soap.c 	} else if (Z_TYPE_P(code) == IS_STRING) {
IS_STRING         867 ext/soap/soap.c 		if (Z_TYPE_PP(t_ns) == IS_STRING && Z_TYPE_PP(t_code) == IS_STRING) {
IS_STRING        1012 ext/soap/soap.c 					if (Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        1018 ext/soap/soap.c 					if (Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        1115 ext/soap/soap.c 	if (Z_TYPE_P(wsdl) != IS_STRING && Z_TYPE_P(wsdl) != IS_NULL) {
IS_STRING        1139 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        1146 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        1151 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        1414 ext/soap/soap.c 				if (Z_TYPE_PP(tmp_function) != IS_STRING) {
IS_STRING        1436 ext/soap/soap.c 	} else if (function_name->type == IS_STRING) {
IS_STRING        1572 ext/soap/soap.c 			    Z_TYPE_PP(encoding) == IS_STRING) {
IS_STRING        1596 ext/soap/soap.c 				    Z_TYPE(retval) == IS_STRING) {
IS_STRING        2072 ext/soap/soap.c 		Z_TYPE_PP(agent_name) == IS_STRING) {
IS_STRING        2335 ext/soap/soap.c 	if (Z_TYPE_P(wsdl) != IS_STRING && Z_TYPE_P(wsdl) != IS_NULL) {
IS_STRING        2348 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        2374 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        2387 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        2390 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        2400 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        2407 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        2410 ext/soap/soap.c 				    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        2416 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        2422 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        2448 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        2498 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        2592 ext/soap/soap.c 	} else if (Z_TYPE_P(response) != IS_STRING) {
IS_STRING        2656 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        2675 ext/soap/soap.c 	    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        2724 ext/soap/soap.c 				if (ret && Z_TYPE(response) == IS_STRING) {
IS_STRING        2769 ext/soap/soap.c 				if (ret && Z_TYPE(response) == IS_STRING) {
IS_STRING        2870 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        2875 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        2880 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        3111 ext/soap/soap.c 		return_value->type = IS_STRING;
IS_STRING        3211 ext/soap/soap.c 	if (zend_hash_find(Z_OBJPROP_P(this_ptr), "location", sizeof("location"),(void **) &tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        3695 ext/soap/soap.c 		if (Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        3878 ext/soap/soap.c 			      Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        3884 ext/soap/soap.c 				    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        3921 ext/soap/soap.c 		if (zend_hash_find(prop, "faultcodens", sizeof("faultcodens"), (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        3925 ext/soap/soap.c 		if (zend_hash_find(prop, "_name", sizeof("_name"), (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        3988 ext/soap/soap.c 				xmlNodePtr node = master_to_xml(get_conversion(IS_STRING), *tmp, SOAP_LITERAL, param TSRMLS_CC);
IS_STRING        3992 ext/soap/soap.c 				xmlNodePtr node = master_to_xml(get_conversion(IS_STRING), *tmp, SOAP_LITERAL, param TSRMLS_CC);
IS_STRING        4014 ext/soap/soap.c 				node = master_to_xml(get_conversion(IS_STRING), *tmp, SOAP_LITERAL, node TSRMLS_CC);
IS_STRING        4099 ext/soap/soap.c 					      Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        4105 ext/soap/soap.c 						    Z_TYPE_PP(tmp) == IS_STRING) {
IS_STRING        4318 ext/soap/soap.c 			    Z_TYPE_PP(name) == IS_STRING &&
IS_STRING        4320 ext/soap/soap.c 			    Z_TYPE_PP(ns) == IS_STRING) {
IS_STRING         330 ext/sockets/conversions.c 	case IS_STRING: {
IS_STRING         548 ext/sockets/conversions.c 	if (Z_TYPE_P(zaddr_str) != IS_STRING) {
IS_STRING         571 ext/sockets/conversions.c 	Z_TYPE_P(zv) = IS_STRING;
IS_STRING         605 ext/sockets/conversions.c 	if (Z_TYPE_P(zaddr_str) != IS_STRING) {
IS_STRING         629 ext/sockets/conversions.c 	Z_TYPE_P(zv) = IS_STRING;
IS_STRING         663 ext/sockets/conversions.c 	if (Z_TYPE_P(path) != IS_STRING) {
IS_STRING        1271 ext/sockets/conversions.c 		if (Z_TYPE_P(zv) != IS_STRING) {
IS_STRING        1599 ext/sockets/sockets.c 		Z_TYPE_P(buf) = IS_STRING;
IS_STRING        2053 ext/sockets/sockets.c 			if (Z_TYPE_PP(arg4) == IS_STRING) {
IS_STRING         102 ext/spl/php_spl.c 	if (Z_TYPE_P(obj) != IS_OBJECT && Z_TYPE_P(obj) != IS_STRING) {
IS_STRING         107 ext/spl/php_spl.c 	if (Z_TYPE_P(obj) == IS_STRING) {
IS_STRING         135 ext/spl/php_spl.c 	if (Z_TYPE_P(obj) != IS_OBJECT && Z_TYPE_P(obj) != IS_STRING) {
IS_STRING         140 ext/spl/php_spl.c 	if (Z_TYPE_P(obj) == IS_STRING) {
IS_STRING         164 ext/spl/php_spl.c 	if (Z_TYPE_P(obj) != IS_OBJECT && Z_TYPE_P(obj) != IS_STRING) {
IS_STRING         169 ext/spl/php_spl.c 	if (Z_TYPE_P(obj) == IS_STRING) {
IS_STRING         423 ext/spl/php_spl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z", &class_name) == FAILURE || Z_TYPE_P(class_name) != IS_STRING) {
IS_STRING         484 ext/spl/php_spl.c 		if (Z_TYPE_P(zcallable) == IS_STRING) {
IS_STRING         518 ext/spl/php_spl.c 			} else if (Z_TYPE_P(zcallable) == IS_STRING) {
IS_STRING         322 ext/spl/spl_array.c 	case IS_STRING:
IS_STRING         459 ext/spl/spl_array.c 	case IS_STRING:
IS_STRING         519 ext/spl/spl_array.c 	case IS_STRING:
IS_STRING         613 ext/spl/spl_array.c 		case IS_STRING:
IS_STRING        1880 ext/spl/spl_directory.c 	if (type == IS_STRING) {
IS_STRING        2207 ext/spl/spl_directory.c 			if (Z_TYPE_P(retval) == IS_STRING) {
IS_STRING        2230 ext/spl/spl_directory.c 		case IS_STRING:
IS_STRING        2237 ext/spl/spl_directory.c 				return Z_TYPE_PP(first) == IS_STRING && Z_STRLEN_PP(first) == 0;
IS_STRING          49 ext/spl/spl_engine.c 	case IS_STRING:
IS_STRING        1147 ext/spl/spl_iterators.c 	if (Z_TYPE(entry) != IS_STRING) {
IS_STRING        1200 ext/spl/spl_iterators.c 	if (Z_TYPE(key) != IS_STRING) {
IS_STRING        2033 ext/spl/spl_iterators.c 		if (Z_TYPE_P(replacement) != IS_STRING) {
IS_STRING         118 ext/spl/spl_observer.c 			if (Z_TYPE_P(rv) == IS_STRING) {
IS_STRING        1061 ext/spl/spl_observer.c 		if (Z_TYPE_P(info) != IS_LONG && Z_TYPE_P(info) != IS_STRING) {
IS_STRING        1222 ext/spl/spl_observer.c 				case IS_STRING:
IS_STRING         188 ext/standard/array.c 		Z_TYPE(first) = IS_STRING;
IS_STRING         197 ext/standard/array.c 		Z_TYPE(second) = IS_STRING;
IS_STRING         420 ext/standard/array.c 	if (Z_TYPE_P(fval) != IS_STRING) {
IS_STRING         425 ext/standard/array.c 	if (Z_TYPE_P(sval) != IS_STRING) {
IS_STRING         432 ext/standard/array.c 	if (Z_TYPE_P(fval) != IS_STRING) {
IS_STRING         436 ext/standard/array.c 	if (Z_TYPE_P(sval) != IS_STRING) {
IS_STRING         742 ext/standard/array.c 		Z_TYPE_P(key1) = IS_STRING;
IS_STRING         750 ext/standard/array.c 		Z_TYPE_P(key2) = IS_STRING;
IS_STRING        1266 ext/standard/array.c 	Z_TYPE_P(result) = IS_STRING;
IS_STRING        1444 ext/standard/array.c 	if (Z_TYPE_P(entry) == IS_STRING) {
IS_STRING        1567 ext/standard/array.c 			if (Z_TYPE_PP(entry) != IS_STRING) {
IS_STRING        1601 ext/standard/array.c 			(Z_TYPE_P(zstep) == IS_STRING && is_numeric_string(Z_STRVAL_P(zstep), Z_STRLEN_P(zstep), NULL, NULL, 0) == IS_DOUBLE)
IS_STRING        1619 ext/standard/array.c 	if (Z_TYPE_P(zlow) == IS_STRING && Z_TYPE_P(zhigh) == IS_STRING && Z_STRLEN_P(zlow) >= 1 && Z_STRLEN_P(zhigh) >= 1) {
IS_STRING        2520 ext/standard/array.c 		} else if (Z_TYPE_PP(entry) == IS_STRING) {
IS_STRING        2554 ext/standard/array.c 		case IS_STRING:
IS_STRING        2599 ext/standard/array.c 		} else if ((Z_TYPE_PP(zcolumn) == IS_STRING) &&
IS_STRING        2610 ext/standard/array.c 		if (zkey && (Z_TYPE_PP(zkey) == IS_STRING)) {
IS_STRING        2617 ext/standard/array.c 		if (zkeyval && Z_TYPE_PP(zkeyval) == IS_STRING) {
IS_STRING        2765 ext/standard/array.c 		} else if (Z_TYPE_PP(entry) == IS_STRING) {
IS_STRING        4414 ext/standard/array.c 		case IS_STRING:
IS_STRING        4549 ext/standard/array.c 			if (Z_TYPE_PP(entry_keys) != IS_STRING) {
IS_STRING         156 ext/standard/assert.c 	if (Z_TYPE_PP(assertion) == IS_STRING) {
IS_STRING        4279 ext/standard/basic_functions.c 			if (Z_TYPE_PP(entry) != IS_STRING) {
IS_STRING        4326 ext/standard/basic_functions.c 			if (Z_TYPE_PP(entry) != IS_STRING) {
IS_STRING        4578 ext/standard/basic_functions.c 	if (Z_TYPE_P(entry) == IS_STRING) {
IS_STRING        4828 ext/standard/basic_functions.c 		Z_TYPE_P(object) != IS_STRING
IS_STRING        4866 ext/standard/basic_functions.c 		Z_TYPE_P(object) != IS_STRING
IS_STRING        5029 ext/standard/basic_functions.c 			if (Z_TYPE_P(function) == IS_STRING) {
IS_STRING        5035 ext/standard/basic_functions.c 						&& Z_TYPE_PP(method) == IS_STRING) {
IS_STRING        5062 ext/standard/basic_functions.c 	if (Z_TYPE_P(func1) == IS_STRING && Z_TYPE_P(func2) == IS_STRING) {
IS_STRING          63 ext/standard/browscap.c 	} else if (Z_TYPE_PP(zvalue) == IS_STRING) {
IS_STRING          76 ext/standard/browscap.c 	} else if (Z_TYPE_PP(zvalue) == IS_STRING) {
IS_STRING         169 ext/standard/browscap.c 				Z_TYPE_P(new_property) = IS_STRING;
IS_STRING         227 ext/standard/browscap.c 				Z_TYPE_P(processed) = IS_STRING;
IS_STRING         230 ext/standard/browscap.c 				Z_TYPE_P(unprocessed) = IS_STRING;
IS_STRING         636 ext/standard/file.c 		case IS_STRING:
IS_STRING         654 ext/standard/file.c 					if (Z_TYPE_PP(tmp) != IS_STRING) {
IS_STRING         680 ext/standard/file.c 				if (zend_std_cast_object_tostring(data, &out, IS_STRING TSRMLS_CC) == SUCCESS) {
IS_STRING        1758 ext/standard/file.c 	Z_TYPE_P(return_value) = IS_STRING;
IS_STRING        1877 ext/standard/file.c 		if (Z_TYPE_PP(field_tmp) != IS_STRING) {
IS_STRING        1917 ext/standard/file.c 		if (Z_TYPE_PP(field_tmp) != IS_STRING) {
IS_STRING         443 ext/standard/filestat.c 			} else if (Z_TYPE_P(group) == IS_STRING) {
IS_STRING         470 ext/standard/filestat.c 	} else if (Z_TYPE_P(group) == IS_STRING) {
IS_STRING         580 ext/standard/filestat.c 			} else if (Z_TYPE_P(user) == IS_STRING) {
IS_STRING         608 ext/standard/filestat.c 	} else if (Z_TYPE_P(user) == IS_STRING) {
IS_STRING        1229 ext/standard/filters.c 		if (Z_TYPE_PP(tmpval) != IS_STRING) {
IS_STRING         172 ext/standard/http.c 				case IS_STRING:
IS_STRING         157 ext/standard/http_fopen_wrapper.c 			Z_TYPE_PP(tmpzval) != IS_STRING ||
IS_STRING         187 ext/standard/http_fopen_wrapper.c 			Z_TYPE_PP(tmpzval) == IS_STRING &&
IS_STRING         243 ext/standard/http_fopen_wrapper.c 					if (Z_TYPE_PP(tmpheader) == IS_STRING) {
IS_STRING         267 ext/standard/http_fopen_wrapper.c 			} else if (Z_TYPE_PP(tmpzval) == IS_STRING && Z_STRLEN_PP(tmpzval)) {
IS_STRING         348 ext/standard/http_fopen_wrapper.c 		if (Z_TYPE_PP(tmpzval) == IS_STRING && Z_STRLEN_PP(tmpzval) > 0) {
IS_STRING         433 ext/standard/http_fopen_wrapper.c 				if (Z_TYPE_PP(tmpheader) == IS_STRING) {
IS_STRING         445 ext/standard/http_fopen_wrapper.c 		if (Z_TYPE_PP(tmpzval) == IS_STRING && Z_STRLEN_PP(tmpzval)) {
IS_STRING         568 ext/standard/http_fopen_wrapper.c 		Z_TYPE_PP(ua_zval) == IS_STRING) {
IS_STRING         606 ext/standard/http_fopen_wrapper.c 				Z_TYPE_PP(tmpzval) == IS_STRING && Z_STRLEN_PP(tmpzval) > 0
IS_STRING         621 ext/standard/http_fopen_wrapper.c 		Z_TYPE_PP(tmpzval) == IS_STRING && Z_STRLEN_PP(tmpzval) > 0) {
IS_STRING         168 ext/standard/incomplete_class.c 	Z_TYPE_P(val)   = IS_STRING;
IS_STRING         244 ext/standard/info.c 				if (Z_TYPE_PP(tmp) != IS_STRING) {
IS_STRING         800 ext/standard/math.c 	if (Z_TYPE_P(arg) != IS_STRING || base < 2 || base > 36) {
IS_STRING         849 ext/standard/math.c 	if (Z_TYPE_P(arg) != IS_STRING || base < 2 || base > 36) {
IS_STRING        1261 ext/standard/math.c 		Z_TYPE_P(return_value) = IS_STRING;
IS_STRING         360 ext/standard/password.c 			case IS_STRING:
IS_STRING         370 ext/standard/password.c 				if (Z_TYPE(cast_option_buffer) == IS_STRING) {
IS_STRING        1149 ext/standard/string.c 			case IS_STRING:
IS_STRING        1716 ext/standard/string.c 	if (Z_TYPE_P(needle) == IS_STRING) {
IS_STRING        1767 ext/standard/string.c 	if (Z_TYPE_P(needle) == IS_STRING) {
IS_STRING        1819 ext/standard/string.c 	if (Z_TYPE_P(needle) == IS_STRING) {
IS_STRING        1877 ext/standard/string.c 	if (Z_TYPE_P(needle) == IS_STRING) {
IS_STRING        1926 ext/standard/string.c 	if (Z_TYPE_P(zneedle) == IS_STRING) {
IS_STRING        2000 ext/standard/string.c 	if (Z_TYPE_P(zneedle) == IS_STRING) {
IS_STRING        2103 ext/standard/string.c 	if (Z_TYPE_P(needle) == IS_STRING) {
IS_STRING        2337 ext/standard/string.c 	if (Z_TYPE_PP(str) == IS_STRING) {
IS_STRING        2438 ext/standard/string.c 			if(Z_TYPE_PP(tmp_str) != IS_STRING) {
IS_STRING        2522 ext/standard/string.c 					if(Z_TYPE_PP(tmp_repl) != IS_STRING) {
IS_STRING        2533 ext/standard/string.c 						if(Z_TYPE_PP(tmp_repl) != IS_STRING) {
IS_STRING        2546 ext/standard/string.c 					if(Z_TYPE_PP(tmp_repl) != IS_STRING) {
IS_STRING        2573 ext/standard/string.c 			if(Z_TYPE_PP(tmp_str) != IS_STRING) {
IS_STRING        2927 ext/standard/string.c 			if (Z_TYPE_PP(entry) != IS_STRING) {
IS_STRING        3603 ext/standard/string.c 	Z_TYPE_P(result) = IS_STRING;
IS_STRING        3845 ext/standard/string.c 	Z_TYPE_P(result) = IS_STRING;
IS_STRING        4197 ext/standard/string.c 		Z_TYPE_P(return_value) = IS_STRING;
IS_STRING        4999 ext/standard/string.c 	if (Z_TYPE_P(op1) != IS_STRING) {
IS_STRING        5002 ext/standard/string.c 	if (Z_TYPE_P(op2) != IS_STRING) {
IS_STRING          51 ext/standard/type.c 		case IS_STRING:
IS_STRING         292 ext/standard/type.c 	php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_STRING);
IS_STRING         328 ext/standard/type.c 		case IS_STRING:
IS_STRING         357 ext/standard/type.c 		case IS_STRING:
IS_STRING         740 ext/standard/url.c 		if (!hdr || Z_TYPE_PP(hdr) != IS_STRING) {
IS_STRING         461 ext/standard/user_filters.c 	if (SUCCESS == zend_hash_find(Z_OBJPROP_P(zobject), "data", 5, (void**)&pzdata) && (*pzdata)->type == IS_STRING) {
IS_STRING         112 ext/standard/var.c 	case IS_STRING:
IS_STRING         267 ext/standard/var.c 	case IS_STRING:
IS_STRING         443 ext/standard/var.c 	case IS_STRING:
IS_STRING         659 ext/standard/var.c 			if (Z_TYPE_PP(name) != IS_STRING) {
IS_STRING         760 ext/standard/var.c 		case IS_STRING:
IS_STRING         925 ext/standard/var.c 	Z_TYPE_P(return_value) = IS_STRING;
IS_STRING         303 ext/standard/var_unserializer.c 		if (Z_TYPE_P(key) != IS_LONG && Z_TYPE_P(key) != IS_STRING) {
IS_STRING         327 ext/standard/var_unserializer.c 			case IS_STRING:
IS_STRING        1218 ext/sybase_ct/php_sybase_ct.c 			if (!result->store && result->num_rows > 1 && Z_TYPE(result->data[i][j]) == IS_STRING) {
IS_STRING        2063 ext/sybase_ct/php_sybase_ct.c 		case IS_STRING: {
IS_STRING         425 ext/sysvmsg/sysvmsg.c 			case IS_STRING:
IS_STRING         447 ext/sysvmsg/sysvmsg.c 		if (Z_TYPE_P(message) != IS_STRING) {
IS_STRING         510 ext/tidy/tidy.c 			if (Z_TYPE(conv) != IS_STRING) {
IS_STRING         763 ext/tidy/tidy.c 		case IS_STRING:
IS_STRING         796 ext/tidy/tidy.c 		case IS_STRING:
IS_STRING         494 ext/wddx/wddx.c 				if (Z_TYPE_PP(varname) != IS_STRING) {
IS_STRING         644 ext/wddx/wddx.c 		case IS_STRING:
IS_STRING         698 ext/wddx/wddx.c 	if (Z_TYPE_P(name_var) == IS_STRING) {
IS_STRING         755 ext/wddx/wddx.c 		Z_TYPE_P(ent.data) = IS_STRING;
IS_STRING         765 ext/wddx/wddx.c 		Z_TYPE_P(ent.data) = IS_STRING;
IS_STRING         978 ext/wddx/wddx.c 						Z_TYPE_P(ent1->data) == IS_STRING && Z_STRLEN_P(ent1->data)) {
IS_STRING        1077 ext/wddx/wddx.c 				Z_TYPE_P(ent->data) = IS_STRING;
IS_STRING        1107 ext/wddx/wddx.c 					Z_TYPE_P(ent->data) = IS_STRING;
IS_STRING        1333 ext/wddx/wddx.c 	if (Z_TYPE_P(packet) == IS_STRING) {
IS_STRING         397 ext/xml/xml.c  	Z_TYPE_P(ret) = IS_STRING;
IS_STRING         415 ext/xml/xml.c  	Z_TYPE_P(ret) = IS_STRING;
IS_STRING         536 ext/xml/xml.c  			if (Z_TYPE_P(handler) == IS_STRING) {
IS_STRING         541 ext/xml/xml.c  					   Z_TYPE_PP(method) == IS_STRING) {
IS_STRING         721 ext/xml/xml.c  	if (Z_TYPE_P(val) == IS_STRING) {
IS_STRING          94 ext/xmlreader/php_xmlreader.c 		case IS_STRING:
IS_STRING         125 ext/xmlreader/php_xmlreader.c  	if (member->type != IS_STRING) {
IS_STRING         159 ext/xmlreader/php_xmlreader.c  	if (member->type != IS_STRING) {
IS_STRING         201 ext/xmlreader/php_xmlreader.c  	if (member->type != IS_STRING) {
IS_STRING        1329 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "baseURI", NULL, xmlTextReaderConstBaseUri, IS_STRING TSRMLS_CC);
IS_STRING        1335 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "localName", NULL, xmlTextReaderConstLocalName, IS_STRING TSRMLS_CC);
IS_STRING        1336 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "name", NULL, xmlTextReaderConstName, IS_STRING TSRMLS_CC);
IS_STRING        1337 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "namespaceURI", NULL, xmlTextReaderConstNamespaceUri, IS_STRING TSRMLS_CC);
IS_STRING        1339 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "prefix", NULL, xmlTextReaderConstPrefix, IS_STRING TSRMLS_CC);
IS_STRING        1340 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "value", NULL, xmlTextReaderConstValue, IS_STRING TSRMLS_CC);
IS_STRING        1341 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "xmlLang", NULL, xmlTextReaderConstXmlLang, IS_STRING TSRMLS_CC);
IS_STRING         386 ext/xmlrpc/xmlrpc-epi-php.c 				if (Z_TYPE_PP(val) == IS_STRING) {
IS_STRING         397 ext/xmlrpc/xmlrpc-epi-php.c 				if (Z_TYPE_PP(val) == IS_STRING) {
IS_STRING         410 ext/xmlrpc/xmlrpc-epi-php.c 				if (Z_TYPE_PP(val) == IS_STRING) {
IS_STRING         426 ext/xmlrpc/xmlrpc-epi-php.c 				if (Z_TYPE_PP(val) == IS_STRING) {
IS_STRING         442 ext/xmlrpc/xmlrpc-epi-php.c 							if (Z_TYPE_PP(iter_val) == IS_STRING && Z_STRVAL_PP(iter_val)) {
IS_STRING         459 ext/xmlrpc/xmlrpc-epi-php.c 				} else if (Z_TYPE_PP(val) == IS_STRING) {
IS_STRING         649 ext/xmlrpc/xmlrpc-epi-php.c 					Z_TYPE_P(elem) = IS_STRING;
IS_STRING         667 ext/xmlrpc/xmlrpc-epi-php.c 				Z_TYPE_P(elem) = IS_STRING;
IS_STRING         674 ext/xmlrpc/xmlrpc-epi-php.c 					Z_TYPE_P(elem) = IS_STRING;
IS_STRING         796 ext/xmlrpc/xmlrpc-epi-php.c 					Z_TYPE_P(method_name_out) = IS_STRING;
IS_STRING        1355 ext/xmlrpc/xmlrpc-epi-php.c 	if (Z_TYPE_P(value) == IS_STRING) {
IS_STRING        1362 ext/xmlrpc/xmlrpc-epi-php.c 			Z_TYPE_P(type) = IS_STRING;
IS_STRING        1430 ext/xmlrpc/xmlrpc-epi-php.c 			case IS_STRING:
IS_STRING        1443 ext/xmlrpc/xmlrpc-epi-php.c 						if (Z_TYPE_PP(attr) == IS_STRING) {
IS_STRING         157 ext/xsl/xsltprocessor.c 			if (Z_TYPE_PP(value) != IS_STRING) {
IS_STRING         338 ext/xsl/xsltprocessor.c 			if (Z_TYPE(handler) == IS_STRING) {
IS_STRING         367 ext/zip/php_zip.c 		if (Z_TYPE_PP(option) != IS_STRING) {
IS_STRING         387 ext/zip/php_zip.c 		if (Z_TYPE_PP(option) != IS_STRING) {
IS_STRING         851 ext/zip/php_zip.c 		case IS_STRING:
IS_STRING         882 ext/zip/php_zip.c 	if (member->type != IS_STRING) {
IS_STRING         923 ext/zip/php_zip.c 	if (member->type != IS_STRING) {
IS_STRING         970 ext/zip/php_zip.c 	if (member->type != IS_STRING) {
IS_STRING        2452 ext/zip/php_zip.c 			case IS_STRING:
IS_STRING        2467 ext/zip/php_zip.c 							case IS_STRING:
IS_STRING        2792 ext/zip/php_zip.c 	php_zip_register_prop_handler(&zip_prop_handlers, "filename", NULL, NULL, php_zipobj_get_filename, IS_STRING TSRMLS_CC);
IS_STRING        2793 ext/zip/php_zip.c 	php_zip_register_prop_handler(&zip_prop_handlers, "comment", NULL, php_zipobj_get_zip_comment, NULL, IS_STRING TSRMLS_CC);
IS_STRING         398 ext/zlib/zlib_filter.c 				case IS_STRING:
IS_STRING         482 main/output.c  		case IS_STRING:
IS_STRING         197 main/php_ini.c 	} else if (Z_TYPE_P(zvalue) == IS_STRING) {
IS_STRING         603 main/php_ini.c 			Z_TYPE(tmp) = IS_STRING;
IS_STRING         557 main/php_streams.h 		} else (stream) = Z_TYPE_PP((zstream)) == IS_STRING ?  \
IS_STRING          50 main/php_variables.c 	Z_TYPE(new_entry) = IS_STRING;
IS_STRING         470 main/php_variables.c 			Z_TYPE_P(tmp) = IS_STRING;
IS_STRING         475 main/php_variables.c 				if (Z_TYPE_P(tmp) == IS_STRING) {
IS_STRING         489 main/php_variables.c 			Z_TYPE_P(tmp) = IS_STRING;
IS_STRING         495 main/php_variables.c 				if (Z_TYPE_P(tmp) == IS_STRING) {
IS_STRING         408 main/streams/userspace.c 		if (Z_TYPE_P(zopened) == IS_STRING && opened_path) {
IS_STRING         657 main/streams/xp_socket.c 		if (Z_TYPE_PP(tmpzval) != IS_STRING) {
IS_STRING         630 sapi/apache_hooks/php_apache.c 	} else if (Z_TYPE_P(first) == IS_STRING) {
IS_STRING        1515 sapi/cgi/fastcgi.c 	Z_TYPE_P(zvalue) = IS_STRING;
IS_STRING        1061 sapi/cli/php_cli.c 					Z_TYPE_P(argn) = IS_STRING;
IS_STRING        1084 sapi/fpm/fpm/fastcgi.c 	Z_TYPE_P(zvalue) = IS_STRING;
IS_STRING         517 sapi/roxen/roxen.c 	zvalue->type = IS_STRING;										\
IS_STRING         551 sapi/roxen/roxen.c 	zvalue->type = IS_STRING;
IS_STRING          94 win32/registry.c 						Z_TYPE_P(data) = IS_STRING;