Z_TYPE            715 Zend/zend.c    	Z_TYPE(zval_used_for_init) = IS_NULL;
Z_TYPE            170 Zend/zend_compile.c 	Z_TYPE(CG(declarables).ticks) = IS_LONG;
Z_TYPE            329 Zend/zend_compile.c 		Z_TYPE(CONSTANT_EX(op_array, n)) = IS_NULL;
Z_TYPE            662 Zend/zend_compile.c 		if (Z_TYPE(varname->u.constant) != IS_STRING) {
Z_TYPE            826 Zend/zend_compile.c 	if (opline.op2_type == IS_CONST && Z_TYPE(CONSTANT(opline.op2.constant)) == IS_STRING) {
Z_TYPE            910 Zend/zend_compile.c 		&& (Z_TYPE(CONSTANT(opline->op1.constant)) == IS_STRING)
Z_TYPE           1322 Zend/zend_compile.c 					Z_TYPE(CONSTANT(opline_ptr->op1.constant)) = IS_NULL;
Z_TYPE           1844 Zend/zend_compile.c 	    Z_TYPE(class_type->u.constant) == IS_STRING &&
Z_TYPE           1898 Zend/zend_compile.c 					if (Z_TYPE(initialization->u.constant) == IS_NULL || (Z_TYPE(initialization->u.constant) == IS_CONSTANT && !strcasecmp(Z_STRVAL(initialization->u.constant), "NULL"))) {
Z_TYPE           1900 Zend/zend_compile.c 					} else if (Z_TYPE(initialization->u.constant) != IS_ARRAY && Z_TYPE(initialization->u.constant) != IS_CONSTANT_ARRAY) {
Z_TYPE           1907 Zend/zend_compile.c 					if (Z_TYPE(initialization->u.constant) == IS_NULL || (Z_TYPE(initialization->u.constant) == IS_CONSTANT && !strcasecmp(Z_STRVAL(initialization->u.constant), "NULL"))) {
Z_TYPE           1922 Zend/zend_compile.c 					if (Z_TYPE(initialization->u.constant) == IS_NULL || (Z_TYPE(initialization->u.constant) == IS_CONSTANT && !strcasecmp(Z_STRVAL(initialization->u.constant), "NULL"))) {
Z_TYPE           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)
Z_TYPE           1993 Zend/zend_compile.c 			if (Z_TYPE(name) != IS_STRING) {
Z_TYPE           2263 Zend/zend_compile.c 	    Z_TYPE(class_name->u.constant) == IS_STRING &&
Z_TYPE           2453 Zend/zend_compile.c 		if (Z_TYPE(method_name->u.constant) != IS_STRING) {
Z_TYPE           4832 Zend/zend_compile.c 		} else if (Z_TYPE(expr->u.constant) != IS_LONG || Z_LVAL(expr->u.constant) < 1) {
Z_TYPE           5348 Zend/zend_compile.c 	if(Z_TYPE(value->u.constant) == IS_CONSTANT_ARRAY) {
Z_TYPE           5421 Zend/zend_compile.c 			if (opline_ptr->op2_type == IS_CONST && Z_TYPE(CONSTANT(opline_ptr->op2.constant)) == IS_STRING) {
Z_TYPE           5446 Zend/zend_compile.c 	if (opline.op2_type == IS_CONST && Z_TYPE(CONSTANT(opline.op2.constant)) == IS_STRING) {
Z_TYPE           5564 Zend/zend_compile.c 	    Z_TYPE(c->value) != IS_CONSTANT &&
Z_TYPE           5565 Zend/zend_compile.c 	    Z_TYPE(c->value) != IS_CONSTANT_ARRAY) {
Z_TYPE           5749 Zend/zend_compile.c 			if (opline->op2_type == IS_CONST && Z_TYPE(CONSTANT(opline->op2.constant)) == IS_STRING) {
Z_TYPE           5781 Zend/zend_compile.c 		if (opline->op2_type == IS_CONST && Z_TYPE(CONSTANT(opline->op2.constant)) == IS_STRING) {
Z_TYPE           5812 Zend/zend_compile.c 				Z_STRVAL(offset->u.constant)[Z_STRLEN(offset->u.constant)+1] = Z_TYPE(offset->u.constant);
Z_TYPE           5998 Zend/zend_compile.c 		if (Z_TYPE(varname->u.constant) != IS_STRING) {
Z_TYPE           6045 Zend/zend_compile.c 	Z_TYPE(value.u.constant) |= is_ref ? IS_LEXICAL_REF : IS_LEXICAL_VAR;
Z_TYPE           6060 Zend/zend_compile.c 		if (Z_TYPE(varname->u.constant) != IS_STRING) {
Z_TYPE           6434 Zend/zend_compile.c 		if ((Z_TYPE(val->u.constant) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) {
Z_TYPE           6512 Zend/zend_compile.c 	Z_TYPE(result->u.constant) = IS_BOOL;
Z_TYPE           6787 Zend/zend_compile.c 	Z_TYPE(zendlval->u.constant) = IS_LONG;
Z_TYPE           6918 Zend/zend_compile.c 		if (Z_TYPE(result->u.constant) == IS_STRING &&
Z_TYPE           6933 Zend/zend_compile.c 		Z_TYPE(result->u.constant) = IS_STRING;
Z_TYPE           7107 Zend/zend_compile.c 	if(Z_TYPE(value->u.constant) == IS_CONSTANT_ARRAY) {
Z_TYPE            253 Zend/zend_constants.c 				Z_TYPE((**c).value) = IS_STRING;
Z_TYPE            262 Zend/zend_constants.c 				Z_TYPE((**c).value) = IS_STRING;
Z_TYPE            632 Zend/zend_execute_API.c 			switch (Z_TYPE(const_value)) {
Z_TYPE           1158 Zend/zend_execute_API.c 	Z_TYPE(pv) = IS_STRING;
Z_TYPE            802 Zend/zend_gc.c 			if (Z_TYPE(p->z) == IS_OBJECT) {
Z_TYPE            823 Zend/zend_gc.c 			if (Z_TYPE(p->z) == IS_OBJECT) {
Z_TYPE            828 Zend/zend_gc.c 					Z_TYPE(p->z) = IS_NULL;
Z_TYPE            831 Zend/zend_gc.c 			} else if (Z_TYPE(p->z) == IS_ARRAY) {
Z_TYPE            832 Zend/zend_gc.c 				Z_TYPE(p->z) = IS_NULL;
Z_TYPE            837 Zend/zend_gc.c 				Z_TYPE(p->z) = IS_NULL;
Z_TYPE            206 Zend/zend_ini_parser.c 		Z_TYPE_P(result) = Z_TYPE(z_constant);
Z_TYPE            134 Zend/zend_ini_parser.y 		Z_TYPE_P(result) = Z_TYPE(z_constant);
Z_TYPE           4216 Zend/zend_language_parser.c     { (yyval).op_type = IS_CONST; Z_TYPE((yyval).u.constant)=IS_ARRAY; }
Z_TYPE           4221 Zend/zend_language_parser.c     { (yyval).op_type = IS_CONST; Z_TYPE((yyval).u.constant)=IS_CALLABLE; }
Z_TYPE           4506 Zend/zend_language_parser.c     { (yyval).op_type = IS_CONST;  Z_TYPE((yyval).u.constant) = IS_BOOL;  Z_LVAL((yyval).u.constant) = 1; }
Z_TYPE           5376 Zend/zend_language_parser.c     { (yyval) = (yyvsp[(3) - (4)]); Z_TYPE((yyval).u.constant) = IS_CONSTANT_ARRAY; }
Z_TYPE           5381 Zend/zend_language_parser.c     { (yyval) = (yyvsp[(2) - (3)]); Z_TYPE((yyval).u.constant) = IS_CONSTANT_ARRAY; }
Z_TYPE           5446 Zend/zend_language_parser.c     { if (Z_TYPE((yyvsp[(1) - (1)]).u.constant) == IS_CONSTANT) {zend_do_fetch_constant(&(yyval), NULL, &(yyvsp[(1) - (1)]), ZEND_RT, 1 TSRMLS_CC);} else {(yyval) = (yyvsp[(1) - (1)]);} }
Z_TYPE            539 Zend/zend_language_parser.y 	|	T_ARRAY						{ $$.op_type = IS_CONST; Z_TYPE($$.u.constant)=IS_ARRAY; }
Z_TYPE            540 Zend/zend_language_parser.y 	|	T_CALLABLE					{ $$.op_type = IS_CONST; Z_TYPE($$.u.constant)=IS_CALLABLE; }
Z_TYPE            703 Zend/zend_language_parser.y 		/* empty */			{ $$.op_type = IS_CONST;  Z_TYPE($$.u.constant) = IS_BOOL;  Z_LVAL($$.u.constant) = 1; }
Z_TYPE            953 Zend/zend_language_parser.y 	|	T_ARRAY '(' static_array_pair_list ')' { $$ = $3; Z_TYPE($$.u.constant) = IS_CONSTANT_ARRAY; }
Z_TYPE            954 Zend/zend_language_parser.y 	|	'[' static_array_pair_list ']' { $$ = $2; Z_TYPE($$.u.constant) = IS_CONSTANT_ARRAY; }
Z_TYPE            973 Zend/zend_language_parser.y 	|	T_CLASS_C				{ if (Z_TYPE($1.u.constant) == IS_CONSTANT) {zend_do_fetch_constant(&$$, NULL, &$1, ZEND_RT, 1 TSRMLS_CC);} else {$$ = $1;} }
Z_TYPE            165 Zend/zend_object_handlers.h #define IS_ZEND_STD_OBJECT(z)  (Z_TYPE(z) == IS_OBJECT && (Z_OBJ_HT((z))->get_class_entry != NULL))
Z_TYPE            698 Zend/zend_opcode.c 				if (Z_TYPE(op_array->literals[opline->op2.constant].constant) != IS_LONG) {
Z_TYPE            225 Zend/zend_operators.c 					if ((Z_TYPE(holder)=is_numeric_string(Z_STRVAL_P(op), Z_STRLEN_P(op), &Z_LVAL(holder), &Z_DVAL(holder), 1)) == 0) {	\
Z_TYPE            244 Zend/zend_operators.c 				if (Z_TYPE(holder) == IS_LONG) {							\
Z_TYPE            285 Zend/zend_operators.c 		Z_TYPE(holder) = IS_LONG;									\
Z_TYPE            327 Zend/zend_operators.c 		Z_TYPE(holder) = IS_BOOL;									\
Z_TYPE            486 Zend/zend_operators.h #define Z_TYPE_P(zval_p)	Z_TYPE(*zval_p)
Z_TYPE            487 Zend/zend_operators.h #define Z_TYPE_PP(zval_pp)	Z_TYPE(**zval_pp)
Z_TYPE           2219 Zend/zend_vm_def.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
Z_TYPE           2250 Zend/zend_vm_def.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
Z_TYPE           4584 Zend/zend_vm_def.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
Z_TYPE           4635 Zend/zend_vm_def.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_LONG;  /* shouldn't be necessary */
Z_TYPE           4684 Zend/zend_vm_def.h 		Z_TYPE(restored_error_reporting) = IS_LONG;
Z_TYPE           5087 Zend/zend_vm_def.h 		Z_TYPE(restored_error_reporting) = IS_LONG;
Z_TYPE            797 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_LONG;  /* shouldn't be necessary */
Z_TYPE           1065 Zend/zend_vm_execute.h 		Z_TYPE(restored_error_reporting) = IS_LONG;
Z_TYPE           2273 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
Z_TYPE           2304 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
Z_TYPE           7593 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
Z_TYPE           7624 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
Z_TYPE           8263 Zend/zend_vm_execute.h 		Z_TYPE(restored_error_reporting) = IS_LONG;
Z_TYPE           12798 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
Z_TYPE           12829 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
Z_TYPE           16170 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
Z_TYPE           18269 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
Z_TYPE           20750 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
Z_TYPE           24057 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
Z_TYPE           25571 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
Z_TYPE           26897 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
Z_TYPE           28223 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
Z_TYPE           29975 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
Z_TYPE           30495 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
Z_TYPE           30526 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
Z_TYPE           33476 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
Z_TYPE           35439 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
Z_TYPE           37783 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
Z_TYPE           40805 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL;
Z_TYPE            209 ext/com_dotnet/com_typeinfo.c 				if (Z_TYPE(value) == IS_LONG) {
Z_TYPE            161 ext/ctype/ctype.c 	if (Z_TYPE(tmp) == IS_STRING) { \
Z_TYPE            966 ext/date/php_date.c 			&& Z_TYPE(ztz) == IS_STRING && Z_STRLEN(ztz) > 0 && timelib_timezone_id_is_valid(Z_STRVAL(ztz), tzdb)) {
Z_TYPE            939 ext/dba/dba.c  		Z_TYPE(new_le) = le_pdb;
Z_TYPE            216 ext/dom/xpath.c 			if (Z_TYPE(handler) == IS_STRING) {
Z_TYPE            454 ext/filter/filter.c 		Z_TYPE(raw_var) = IS_STRING;
Z_TYPE            462 ext/filter/filter.c 		Z_TYPE(new_var) = IS_STRING;
Z_TYPE            242 ext/interbase/ibase_events.c 			if (Z_TYPE(return_value) == IS_BOOL && !Z_BVAL(return_value)) {
Z_TYPE           1006 ext/interbase/interbase.c 			Z_TYPE(new_le) = le_plink;
Z_TYPE           1026 ext/interbase/interbase.c 	Z_TYPE(new_index_ptr) = le_index_ptr;
Z_TYPE            308 ext/interbase/php_ibase_udf.c 		switch (Z_TYPE(return_value)) {
Z_TYPE            227 ext/intl/collator/collator_sort.c 	if( Z_TYPE(result) == IS_DOUBLE )
Z_TYPE            132 ext/intl/common/common_date.cpp 				!= SUCCESS || Z_TYPE(retval) != IS_LONG) {
Z_TYPE             92 ext/intl/timezone/timezone_class.cpp 		Z_TYPE(arg) = IS_STRING;
Z_TYPE            123 ext/intl/timezone/timezone_class.cpp 	if (Z_TYPE(arg) == IS_STRING) {
Z_TYPE            211 ext/ldap/ldap.c 	Z_TYPE(ldap_module_entry) = type;
Z_TYPE            445 ext/mssql/php_mssql.c 	Z_TYPE(mssql_module_entry) = type;
Z_TYPE            701 ext/mssql/php_mssql.c 			Z_TYPE(new_le) = le_plink;
Z_TYPE            832 ext/mssql/php_mssql.c 		Z_TYPE(new_index_ptr) = le_index_ptr;
Z_TYPE           1532 ext/mssql/php_mssql.c 		if (Z_TYPE(result->data[result->cur_row][i]) != IS_NULL) {
Z_TYPE           1536 ext/mssql/php_mssql.c 			if (Z_TYPE(result->data[result->cur_row][i]) == IS_STRING) {
Z_TYPE           1548 ext/mssql/php_mssql.c 			else if (Z_TYPE(result->data[result->cur_row][i]) == IS_LONG) {
Z_TYPE           1555 ext/mssql/php_mssql.c 			else if (Z_TYPE(result->data[result->cur_row][i]) == IS_DOUBLE) {
Z_TYPE           1725 ext/mssql/php_mssql.c 	add_property_string(return_value, "type", php_mssql_get_field_name(Z_TYPE(result->fields[field_offset])), 1);
Z_TYPE           1815 ext/mssql/php_mssql.c 	RETURN_STRINGL(php_mssql_get_field_name(Z_TYPE(result->fields[field_offset])), strlen(php_mssql_get_field_name(Z_TYPE(result->fields[field_offset]))), 1);
Z_TYPE            566 ext/mysql/php_mysql.c 	Z_TYPE(mysql_module_entry) = type;
Z_TYPE            908 ext/mysql/php_mysql.c 			Z_TYPE(new_le) = le_plink;
Z_TYPE           1043 ext/mysql/php_mysql.c 		Z_TYPE(new_index_ptr) = le_index_ptr;
Z_TYPE           1589 ext/mysqlnd/mysqlnd_result.c 	if (Z_TYPE(row) != IS_ARRAY) {
Z_TYPE            724 ext/odbc/php_odbc.c 	Z_TYPE(odbc_module_entry) = type;
Z_TYPE           2599 ext/odbc/php_odbc.c 			Z_TYPE(new_le) = le_pconn;
Z_TYPE           2680 ext/odbc/php_odbc.c 		Z_TYPE(new_index_ptr) = le_index_ptr;
Z_TYPE            735 ext/opcache/Optimizer/block_pass.c 			   ZEND_OP1_TYPE(sv) == IS_CONST && Z_TYPE(OPLINE_OP1_LITERAL(sv)) == IS_STRING &&
Z_TYPE            792 ext/opcache/Optimizer/block_pass.c 				Z_TYPE(ZEND_OP1_LITERAL(opline)) == IS_BOOL) {
Z_TYPE            799 ext/opcache/Optimizer/block_pass.c 					   Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_BOOL) {
Z_TYPE            903 ext/opcache/Optimizer/block_pass.c 				  Z_TYPE(ZEND_OP1_LITERAL(opline)) != IS_DOUBLE &&
Z_TYPE            905 ext/opcache/Optimizer/block_pass.c 				  Z_TYPE(ZEND_OP1_LITERAL(last_op)) != IS_DOUBLE) {
Z_TYPE            912 ext/opcache/Optimizer/block_pass.c 			if (Z_TYPE(ZEND_OP1_LITERAL(opline)) != IS_STRING) {
Z_TYPE            915 ext/opcache/Optimizer/block_pass.c 			if (Z_TYPE(ZEND_OP1_LITERAL(last_op)) != IS_STRING) {
Z_TYPE            931 ext/opcache/Optimizer/block_pass.c 			Z_TYPE(ZEND_OP1_LITERAL(last_op)) = IS_NULL;
Z_TYPE            949 ext/opcache/Optimizer/block_pass.c 			if (Z_TYPE(ZEND_OP2_LITERAL(opline)) != IS_STRING) {
Z_TYPE            952 ext/opcache/Optimizer/block_pass.c 			if (Z_TYPE(ZEND_OP2_LITERAL(src)) != IS_STRING) {
Z_TYPE            977 ext/opcache/Optimizer/block_pass.c 			Z_TYPE(ZEND_OP2_LITERAL(src)) = IS_NULL;
Z_TYPE           1019 ext/opcache/Optimizer/block_pass.c                 ((Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_LONG &&
Z_TYPE           1021 ext/opcache/Optimizer/block_pass.c                  (Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_DOUBLE &&
Z_TYPE           1060 ext/opcache/Optimizer/block_pass.c 				Z_TYPE(ZEND_OP1_LITERAL(opline)) = IS_NULL;
Z_TYPE           1102 ext/opcache/Optimizer/block_pass.c 				  	Z_TYPE(ZEND_OP2_LITERAL(VAR_SOURCE(opline->op1))) == IS_STRING &&
Z_TYPE             21 ext/opcache/Optimizer/nop_removal.c 			Z_TYPE(ZEND_OP2_LITERAL(opline)) != IS_LONG) {
Z_TYPE             43 ext/opcache/Optimizer/pass1_5.c 					Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_LONG &&
Z_TYPE            211 ext/opcache/Optimizer/pass1_5.c 				Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_STRING &&
Z_TYPE            279 ext/opcache/Optimizer/pass1_5.c 			    Z_TYPE(ZEND_OP1_LITERAL(opline)) == IS_STRING &&
Z_TYPE           2787 ext/openssl/openssl.c 	Z_TYPE(tmp) = IS_NULL;
Z_TYPE           2790 ext/openssl/openssl.c 	if (Z_TYPE(tmp) == IS_STRING) {\
Z_TYPE           2854 ext/openssl/openssl.c 				if (Z_TYPE(tmp) == IS_STRING) {
Z_TYPE           2928 ext/openssl/openssl.c 	if (Z_TYPE(tmp) == IS_STRING) {
Z_TYPE            571 ext/pdo/pdo_sql_parser.c 					switch (Z_TYPE(tmp_param)) {
Z_TYPE            265 ext/pdo/pdo_stmt.c 	if (Z_TYPE(stmt->lazy_object_ref) == IS_NULL) {
Z_TYPE            266 ext/pdo/pdo_stmt.c 		Z_TYPE(stmt->lazy_object_ref) = IS_OBJECT;
Z_TYPE            952 ext/pdo/pdo_stmt.c 					if (Z_TYPE(val) != IS_NULL) {
Z_TYPE           1313 ext/pgsql/pgsql.c 			Z_TYPE(new_le) = le_plink;
Z_TYPE           1411 ext/pgsql/pgsql.c 		Z_TYPE(new_index_ptr) = le_index_ptr;
Z_TYPE           1872 ext/pgsql/pgsql.c 				if (Z_TYPE(tmp_val) != IS_STRING) {
Z_TYPE           2079 ext/pgsql/pgsql.c 				if (Z_TYPE(tmp_val) != IS_STRING) {
Z_TYPE           2273 ext/pgsql/pgsql.c 			Z_TYPE(new_oid_entry) = le_string;
Z_TYPE           2365 ext/pgsql/pgsql.c 		Z_TYPE(new_field_table) = le_string;
Z_TYPE           4768 ext/pgsql/pgsql.c 				if (Z_TYPE(tmp_val) != IS_STRING) {
Z_TYPE           4923 ext/pgsql/pgsql.c 				if (Z_TYPE(tmp_val) != IS_STRING) {
Z_TYPE           1464 ext/phar/phar_object.c 				if (Z_TYPE(key) != IS_STRING) {
Z_TYPE           1592 ext/phar/phar_object.c 			if (Z_TYPE(key) != IS_STRING) {
Z_TYPE            503 ext/readline/readline.c 		if (Z_TYPE(_readline_array) == IS_ARRAY) {
Z_TYPE           2630 ext/session/session.c 			if (Z_TYPE(progress->sid) && progress->key.c) {
Z_TYPE           2665 ext/session/session.c 			if (!Z_TYPE(progress->sid) || !progress->key.c) {
Z_TYPE           2727 ext/session/session.c 			if (!Z_TYPE(progress->sid) || !progress->key.c) {
Z_TYPE           2740 ext/session/session.c 			if (!Z_TYPE(progress->sid) || !progress->key.c) {
Z_TYPE           2758 ext/session/session.c 			if (Z_TYPE(progress->sid) && progress->key.c) {
Z_TYPE           1120 ext/soap/php_encoding.c 		if (Z_TYPE(tmp) != IS_LONG) {
Z_TYPE           1145 ext/soap/php_encoding.c 	if (Z_TYPE(tmp) != IS_DOUBLE) {
Z_TYPE            408 ext/soap/php_http.c 			    Z_TYPE(retval) == IS_STRING) {
Z_TYPE           1278 ext/soap/php_http.c 		    Z_TYPE(retval) == IS_STRING) {
Z_TYPE            295 ext/soap/php_sdl.c 						Z_TYPE(new_header) = IS_STRING;
Z_TYPE           1607 ext/soap/soap.c 				    Z_TYPE(retval) == IS_STRING) {
Z_TYPE           1809 ext/soap/soap.c 				if (Z_TYPE(h->retval) == IS_OBJECT &&
Z_TYPE           2734 ext/soap/soap.c 				if (ret && Z_TYPE(response) == IS_STRING) {
Z_TYPE           2779 ext/soap/soap.c 				if (ret && Z_TYPE(response) == IS_STRING) {
Z_TYPE           4120 ext/soap/soap.c 				if (Z_TYPE(h->retval) != IS_NULL) {
Z_TYPE           4128 ext/soap/soap.c 					if (Z_TYPE(h->retval) == IS_OBJECT &&
Z_TYPE            339 ext/sockets/conversions.c 			Z_TYPE(lzval) = IS_DOUBLE;
Z_TYPE            345 ext/sockets/conversions.c 			Z_TYPE(lzval) = IS_LONG;
Z_TYPE           1710 ext/spl/spl_array.c 	Z_TYPE(members) = IS_ARRAY;
Z_TYPE           1149 ext/spl/spl_iterators.c 	if (Z_TYPE(entry) != IS_STRING) {
Z_TYPE           1202 ext/spl/spl_iterators.c 	if (Z_TYPE(key) != IS_STRING) {
Z_TYPE            773 ext/spl/spl_observer.c 	Z_TYPE(members) = IS_ARRAY;
Z_TYPE            185 ext/standard/array.c 		Z_TYPE(first) = IS_LONG;
Z_TYPE            188 ext/standard/array.c 		Z_TYPE(first) = IS_STRING;
Z_TYPE            194 ext/standard/array.c 		Z_TYPE(second) = IS_LONG;
Z_TYPE            197 ext/standard/array.c 		Z_TYPE(second) = IS_STRING;
Z_TYPE            206 ext/standard/array.c 	if (Z_TYPE(result) == IS_DOUBLE) {
Z_TYPE            377 ext/standard/array.c 	if (Z_TYPE(result) == IS_DOUBLE) {
Z_TYPE           1383 ext/standard/array.c 				if (Z_TYPE(final_name) == IS_NULL && var_name_len != 0) {
Z_TYPE           1389 ext/standard/array.c 				if (Z_TYPE(final_name) == IS_NULL) {
Z_TYPE           1405 ext/standard/array.c 		if (Z_TYPE(final_name) != IS_NULL && php_valid_var_name(Z_STRVAL(final_name), Z_STRLEN(final_name))) {
Z_TYPE           2900 ext/standard/array.c 	if (Z_TYPE(result) == IS_DOUBLE) {
Z_TYPE           4119 ext/standard/array.c 		if (Z_TYPE(entry_n) == IS_LONG && Z_TYPE_P(return_value) == IS_LONG) {
Z_TYPE            275 ext/standard/browscap.c 	Z_TYPE(fh) = ZEND_HANDLE_FP;
Z_TYPE            370 ext/standard/password.c 				if (Z_TYPE(cast_option_buffer) == IS_STRING) {
Z_TYPE           1706 ext/standard/string.c 				if(Z_TYPE(holder) != IS_LONG) {
Z_TYPE            791 ext/sybase_ct/php_sybase_ct.c 			Z_TYPE(new_le) = le_plink;
Z_TYPE            893 ext/sybase_ct/php_sybase_ct.c 		Z_TYPE(new_index_ptr) = le_index_ptr;
Z_TYPE           1186 ext/sybase_ct/php_sybase_ct.c 			Z_TYPE(result) = IS_DOUBLE;                 \
Z_TYPE           1218 ext/sybase_ct/php_sybase_ct.c 			if (!result->store && result->num_rows > 1 && Z_TYPE(result->data[i][j]) == IS_STRING) {
Z_TYPE           1248 ext/sybase_ct/php_sybase_ct.c 						Z_TYPE(result->data[i][j]) = IS_LONG;
Z_TYPE           1409 ext/sybase_ct/php_sybase_ct.c 		Z_TYPE(result->fields[i]) = result->types[i];
Z_TYPE           2008 ext/sybase_ct/php_sybase_ct.c 	add_property_string(return_value, "type", php_sybase_get_field_name(Z_TYPE(result->fields[field_offset])), 1);
Z_TYPE            510 ext/tidy/tidy.c 			if (Z_TYPE(conv) != IS_STRING) {
Z_TYPE            515 ext/tidy/tidy.c 				if (Z_TYPE(conv) != Z_TYPE_P(value)) {
Z_TYPE            520 ext/tidy/tidy.c 			if (Z_TYPE(conv) != Z_TYPE_P(value)) {
Z_TYPE            526 ext/tidy/tidy.c 			if (Z_TYPE(conv) != IS_LONG) {
Z_TYPE            536 ext/tidy/tidy.c 			if (Z_TYPE(conv) != IS_LONG) {
Z_TYPE            148 ext/tokenizer/tokenizer.c 		if (destroy && Z_TYPE(token) != IS_NULL) {
Z_TYPE            338 ext/xsl/xsltprocessor.c 			if (Z_TYPE(handler) == IS_STRING) {
Z_TYPE            603 main/php_ini.c 			Z_TYPE(tmp) = IS_STRING;
Z_TYPE             50 main/php_variables.c 	Z_TYPE(new_entry) = IS_STRING;
Z_TYPE            566 main/php_variables.c 		Z_TYPE(request_time_float) = IS_DOUBLE;
Z_TYPE            569 main/php_variables.c 		Z_TYPE(request_time_long) = IS_LONG;
Z_TYPE            320 main/streams/streams.c 		Z_TYPE(le) = le_pstream;
Z_TYPE            247 sapi/litespeed/lsapi_main.c     if (Z_TYPE(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY &&
Z_TYPE            254 sapi/litespeed/lsapi_main.c     } else if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY &&
Z_TYPE            161 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
Z_TYPE            231 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
Z_TYPE            266 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
Z_TYPE            306 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
Z_TYPE            347 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
Z_TYPE            387 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
Z_TYPE            416 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
Z_TYPE            452 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
Z_TYPE            481 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
Z_TYPE            510 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
Z_TYPE            544 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {