Z_TYPE            121 Zend/zend_compile.c 	Z_TYPE(CG(declarables).ticks) = IS_LONG;
Z_TYPE           1312 Zend/zend_compile.c 		(Z_TYPE(varname->u.constant) == IS_STRING) &&
Z_TYPE           1343 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           1354 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           1356 Zend/zend_compile.c 				} else if (Z_TYPE(initialization->u.constant) != IS_ARRAY && Z_TYPE(initialization->u.constant) != IS_CONSTANT_ARRAY) {
Z_TYPE           2671 Zend/zend_compile.c 		Z_TYPE(opline->op2.u.constant) = IS_LONG;
Z_TYPE           3080 Zend/zend_compile.c 	if(Z_TYPE(value->u.constant) == IS_CONSTANT_ARRAY) {
Z_TYPE           3331 Zend/zend_compile.c 	Z_TYPE(opline->op1.u.constant) = IS_STRING;
Z_TYPE           3492 Zend/zend_compile.c 			Z_TYPE(opline->op2.u.constant) = IS_LONG;
Z_TYPE           3926 Zend/zend_compile.c 		if (Z_TYPE(val->u.constant) == IS_CONSTANT) {
Z_TYPE           3975 Zend/zend_compile.c 	Z_TYPE(result->u.constant) = IS_BOOL;
Z_TYPE           4160 Zend/zend_compile.c 	Z_TYPE(zendlval->u.constant) = IS_LONG;
Z_TYPE            569 Zend/zend_execute_API.c 			switch (Z_TYPE(const_value)) {
Z_TYPE            224 Zend/zend_ini_parser.c 		Z_TYPE_P(result) = Z_TYPE(z_constant);
Z_TYPE            125 Zend/zend_ini_parser.y 		Z_TYPE_P(result) = Z_TYPE(z_constant);
Z_TYPE           3528 Zend/zend_language_parser.c     { znode tmp;  fetch_simple_variable(&tmp, &(yyvsp[(2) - (2)]), 0 TSRMLS_CC); (yyval).op_type = IS_CONST; Z_LVAL((yyval).u.constant)=1; Z_TYPE((yyval).u.constant)=IS_LONG; INIT_PZVAL(&(yyval).u.constant); zend_do_receive_arg(ZEND_RECV, &tmp, &(yyval), NULL, &(yyvsp[(1) - (2)]), &(yyvsp[(2) - (2)]), 0 TSRMLS_CC); }
Z_TYPE           3533 Zend/zend_language_parser.c     { znode tmp;  fetch_simple_variable(&tmp, &(yyvsp[(3) - (3)]), 0 TSRMLS_CC); (yyval).op_type = IS_CONST; Z_LVAL((yyval).u.constant)=1; Z_TYPE((yyval).u.constant)=IS_LONG; INIT_PZVAL(&(yyval).u.constant); zend_do_receive_arg(ZEND_RECV, &tmp, &(yyval), NULL, &(yyvsp[(1) - (3)]), &(yyvsp[(3) - (3)]), 1 TSRMLS_CC); }
Z_TYPE           3538 Zend/zend_language_parser.c     { znode tmp;  fetch_simple_variable(&tmp, &(yyvsp[(3) - (5)]), 0 TSRMLS_CC); (yyval).op_type = IS_CONST; Z_LVAL((yyval).u.constant)=1; Z_TYPE((yyval).u.constant)=IS_LONG; INIT_PZVAL(&(yyval).u.constant); zend_do_receive_arg(ZEND_RECV_INIT, &tmp, &(yyval), &(yyvsp[(5) - (5)]), &(yyvsp[(1) - (5)]), &(yyvsp[(3) - (5)]), 1 TSRMLS_CC); }
Z_TYPE           3543 Zend/zend_language_parser.c     { znode tmp;  fetch_simple_variable(&tmp, &(yyvsp[(2) - (4)]), 0 TSRMLS_CC); (yyval).op_type = IS_CONST; Z_LVAL((yyval).u.constant)=1; Z_TYPE((yyval).u.constant)=IS_LONG; INIT_PZVAL(&(yyval).u.constant); zend_do_receive_arg(ZEND_RECV_INIT, &tmp, &(yyval), &(yyvsp[(4) - (4)]), &(yyvsp[(1) - (4)]), &(yyvsp[(2) - (4)]), 0 TSRMLS_CC); }
Z_TYPE           3578 Zend/zend_language_parser.c     { (yyval).op_type = IS_CONST; Z_TYPE((yyval).u.constant)=IS_NULL;}
Z_TYPE           3798 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           4043 Zend/zend_language_parser.c     { Z_LVAL((yyvsp[(1) - (2)]).u.constant)=0; Z_TYPE((yyvsp[(1) - (2)]).u.constant)=IS_LONG; (yyvsp[(1) - (2)]).op_type = IS_CONST; INIT_PZVAL(&(yyvsp[(1) - (2)]).u.constant); zend_do_binary_op(ZEND_ADD, &(yyval), &(yyvsp[(1) - (2)]), &(yyvsp[(2) - (2)]) TSRMLS_CC); }
Z_TYPE           4048 Zend/zend_language_parser.c     { Z_LVAL((yyvsp[(1) - (2)]).u.constant)=0; Z_TYPE((yyvsp[(1) - (2)]).u.constant)=IS_LONG; (yyvsp[(1) - (2)]).op_type = IS_CONST; INIT_PZVAL(&(yyvsp[(1) - (2)]).u.constant); zend_do_binary_op(ZEND_SUB, &(yyval), &(yyvsp[(1) - (2)]), &(yyvsp[(2) - (2)]) TSRMLS_CC); }
Z_TYPE           4363 Zend/zend_language_parser.c     { zval minus_one;  Z_TYPE(minus_one) = IS_LONG; Z_LVAL(minus_one) = -1;  mul_function(&(yyvsp[(2) - (2)]).u.constant, &(yyvsp[(2) - (2)]).u.constant, &minus_one TSRMLS_CC);  (yyval) = (yyvsp[(2) - (2)]); }
Z_TYPE           4368 Zend/zend_language_parser.c     { (yyval) = (yyvsp[(3) - (4)]); Z_TYPE((yyval).u.constant) = IS_CONSTANT_ARRAY; }
Z_TYPE            426 Zend/zend_language_parser.y 		optional_class_type T_VARIABLE				{ znode tmp;  fetch_simple_variable(&tmp, &$2, 0 TSRMLS_CC); $$.op_type = IS_CONST; Z_LVAL($$.u.constant)=1; Z_TYPE($$.u.constant)=IS_LONG; INIT_PZVAL(&$$.u.constant); zend_do_receive_arg(ZEND_RECV, &tmp, &$$, NULL, &$1, &$2, 0 TSRMLS_CC); }
Z_TYPE            427 Zend/zend_language_parser.y 	|	optional_class_type '&' T_VARIABLE			{ znode tmp;  fetch_simple_variable(&tmp, &$3, 0 TSRMLS_CC); $$.op_type = IS_CONST; Z_LVAL($$.u.constant)=1; Z_TYPE($$.u.constant)=IS_LONG; INIT_PZVAL(&$$.u.constant); zend_do_receive_arg(ZEND_RECV, &tmp, &$$, NULL, &$1, &$3, 1 TSRMLS_CC); }
Z_TYPE            428 Zend/zend_language_parser.y 	|	optional_class_type '&' T_VARIABLE '=' static_scalar			{ znode tmp;  fetch_simple_variable(&tmp, &$3, 0 TSRMLS_CC); $$.op_type = IS_CONST; Z_LVAL($$.u.constant)=1; Z_TYPE($$.u.constant)=IS_LONG; INIT_PZVAL(&$$.u.constant); zend_do_receive_arg(ZEND_RECV_INIT, &tmp, &$$, &$5, &$1, &$3, 1 TSRMLS_CC); }
Z_TYPE            429 Zend/zend_language_parser.y 	|	optional_class_type T_VARIABLE '=' static_scalar				{ znode tmp;  fetch_simple_variable(&tmp, &$2, 0 TSRMLS_CC); $$.op_type = IS_CONST; Z_LVAL($$.u.constant)=1; Z_TYPE($$.u.constant)=IS_LONG; INIT_PZVAL(&$$.u.constant); zend_do_receive_arg(ZEND_RECV_INIT, &tmp, &$$, &$4, &$1, &$2, 0 TSRMLS_CC); }
Z_TYPE            440 Zend/zend_language_parser.y 	|	T_ARRAY		{ $$.op_type = IS_CONST; Z_TYPE($$.u.constant)=IS_NULL;}
Z_TYPE            543 Zend/zend_language_parser.y 		/* empty */			{ $$.op_type = IS_CONST;  Z_TYPE($$.u.constant) = IS_BOOL;  Z_LVAL($$.u.constant) = 1; }
Z_TYPE            590 Zend/zend_language_parser.y 	|	'+' expr %prec T_INC { Z_LVAL($1.u.constant)=0; Z_TYPE($1.u.constant)=IS_LONG; $1.op_type = IS_CONST; INIT_PZVAL(&$1.u.constant); zend_do_binary_op(ZEND_ADD, &$$, &$1, &$2 TSRMLS_CC); }
Z_TYPE            591 Zend/zend_language_parser.y 	|	'-' expr %prec T_INC { Z_LVAL($1.u.constant)=0; Z_TYPE($1.u.constant)=IS_LONG; $1.op_type = IS_CONST; INIT_PZVAL(&$1.u.constant); zend_do_binary_op(ZEND_SUB, &$$, &$1, &$2 TSRMLS_CC); }
Z_TYPE            695 Zend/zend_language_parser.y 	|	'-' static_scalar	{ zval minus_one;  Z_TYPE(minus_one) = IS_LONG; Z_LVAL(minus_one) = -1;  mul_function(&$2.u.constant, &$2.u.constant, &minus_one TSRMLS_CC);  $$ = $2; }
Z_TYPE            696 Zend/zend_language_parser.y 	|	T_ARRAY '(' static_array_pair_list ')' { $$ = $3; Z_TYPE($$.u.constant) = IS_CONSTANT_ARRAY; }
Z_TYPE            149 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            420 Zend/zend_operators.h #define Z_TYPE_P(zval_p)	Z_TYPE(*zval_p)
Z_TYPE            421 Zend/zend_operators.h #define Z_TYPE_PP(zval_pp)	Z_TYPE(**zval_pp)
Z_TYPE            907 Zend/zend_vm_def.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_LONG;
Z_TYPE           1577 Zend/zend_vm_def.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           1595 Zend/zend_vm_def.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           2401 Zend/zend_vm_def.h 		if (Z_TYPE(opline->op2.u.constant) == IS_CONSTANT || Z_TYPE(opline->op2.u.constant)==IS_CONSTANT_ARRAY) {
Z_TYPE           2440 Zend/zend_vm_def.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           3446 Zend/zend_vm_def.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           3583 Zend/zend_vm_def.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           3634 Zend/zend_vm_def.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_LONG;  /* shouldn't be necessary */
Z_TYPE           3657 Zend/zend_vm_def.h 		Z_TYPE(restored_error_reporting) = IS_LONG;
Z_TYPE           3850 Zend/zend_vm_def.h 		Z_TYPE(restored_error_reporting) = IS_LONG;
Z_TYPE            439 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_LONG;  /* shouldn't be necessary */
Z_TYPE            593 Zend/zend_vm_execute.h 		Z_TYPE(restored_error_reporting) = IS_LONG;
Z_TYPE            775 Zend/zend_vm_execute.h 		if (Z_TYPE(opline->op2.u.constant) == IS_CONSTANT || Z_TYPE(opline->op2.u.constant)==IS_CONSTANT_ARRAY) {
Z_TYPE           1451 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_LONG;
Z_TYPE           1639 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           1656 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           1823 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           2310 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           4024 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_LONG;
Z_TYPE           4216 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           4234 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           4391 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           4885 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           4938 Zend/zend_vm_execute.h 		Z_TYPE(restored_error_reporting) = IS_LONG;
Z_TYPE           7072 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_LONG;
Z_TYPE           7264 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           7282 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           7538 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           8179 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           9747 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           11267 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           12825 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           14824 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           15930 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           16910 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           17890 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           19134 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           19361 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_LONG;
Z_TYPE           19549 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           19566 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           19821 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           20308 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           21869 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           23381 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           24930 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE           26919 Zend/zend_vm_execute.h 	Z_TYPE(EX_T(opline->result.u.var).tmp_var) = IS_BOOL;
Z_TYPE            205 ext/com_dotnet/com_typeinfo.c 				if (Z_TYPE(value) == IS_LONG) {
Z_TYPE            172 ext/ctype/ctype.c 	if (Z_TYPE(tmp) == IS_STRING) { \
Z_TYPE            947 ext/dba/dba.c  		Z_TYPE(new_le) = le_pdb;
Z_TYPE            783 ext/fbsql/php_fbsql.c 	Z_TYPE(fbsql_module_entry) = type;
Z_TYPE            958 ext/fbsql/php_fbsql.c 			Z_TYPE(le) = le_plink;
Z_TYPE           1020 ext/fbsql/php_fbsql.c 		Z_TYPE(le) = le_index_ptr;
Z_TYPE            394 ext/filter/filter.c 		Z_TYPE(raw_var) = IS_STRING;
Z_TYPE            404 ext/filter/filter.c 		Z_TYPE(new_var) = IS_STRING;
Z_TYPE            237 ext/interbase/ibase_events.c 			if (Z_TYPE(return_value) == IS_BOOL && !Z_BVAL(return_value)) {
Z_TYPE            732 ext/interbase/interbase.c 			Z_TYPE(new_le) = le_plink;
Z_TYPE            752 ext/interbase/interbase.c 	Z_TYPE(new_index_ptr) = le_index_ptr;
Z_TYPE            306 ext/interbase/php_ibase_udf.c 		switch (Z_TYPE(return_value)) {
Z_TYPE            298 ext/ldap/ldap.c 	Z_TYPE(ldap_module_entry) = type;
Z_TYPE            179 ext/msql/php_msql.c 	Z_TYPE(msql_module_entry) = type;
Z_TYPE            289 ext/msql/php_msql.c 			Z_TYPE(new_le) = msql_globals.le_plink;
Z_TYPE            358 ext/msql/php_msql.c 		Z_TYPE(new_index_ptr) = le_index_ptr;
Z_TYPE            302 ext/mssql/php_mssql.c 	Z_TYPE(mssql_module_entry) = type;
Z_TYPE            569 ext/mssql/php_mssql.c 			Z_TYPE(new_le) = le_plink;
Z_TYPE            700 ext/mssql/php_mssql.c 		Z_TYPE(new_index_ptr) = le_index_ptr;
Z_TYPE           1411 ext/mssql/php_mssql.c 		if (Z_TYPE(result->data[result->cur_row][i]) != IS_NULL) {
Z_TYPE           1416 ext/mssql/php_mssql.c 			if (Z_TYPE(result->data[result->cur_row][i]) == IS_STRING) {
Z_TYPE           1437 ext/mssql/php_mssql.c 			else if (Z_TYPE(result->data[result->cur_row][i]) == IS_LONG) {
Z_TYPE           1444 ext/mssql/php_mssql.c 			else if (Z_TYPE(result->data[result->cur_row][i]) == IS_DOUBLE) {
Z_TYPE           1630 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           1769 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            392 ext/mysql/php_mysql.c 	Z_TYPE(mysql_module_entry) = type;
Z_TYPE            664 ext/mysql/php_mysql.c 			Z_TYPE(new_le) = le_plink;
Z_TYPE            775 ext/mysql/php_mysql.c 		Z_TYPE(new_index_ptr) = le_index_ptr;
Z_TYPE            424 ext/odbc/php_odbc.c 	Z_TYPE(odbc_module_entry) = type;
Z_TYPE           2292 ext/odbc/php_odbc.c 			Z_TYPE(new_le) = le_pconn;
Z_TYPE           2372 ext/odbc/php_odbc.c 		Z_TYPE(new_index_ptr) = le_index_ptr;
Z_TYPE           2251 ext/openssl/openssl.c 	Z_TYPE(tmp) = IS_NULL;
Z_TYPE           2254 ext/openssl/openssl.c 	if (Z_TYPE(tmp) == IS_STRING) {\
Z_TYPE           2318 ext/openssl/openssl.c 				if (Z_TYPE(tmp) == IS_STRING) {
Z_TYPE           2392 ext/openssl/openssl.c 	if (Z_TYPE(tmp) == IS_STRING) {
Z_TYPE            251 ext/pdo/pdo_stmt.c 	if (Z_TYPE(stmt->lazy_object_ref) == IS_NULL) {
Z_TYPE            252 ext/pdo/pdo_stmt.c 		Z_TYPE(stmt->lazy_object_ref) = IS_OBJECT;
Z_TYPE            989 ext/pdo/pdo_stmt.c 					if (Z_TYPE(val) != IS_NULL) {
Z_TYPE            707 ext/pgsql/pgsql.c 			Z_TYPE(new_le) = le_plink;
Z_TYPE            804 ext/pgsql/pgsql.c 		Z_TYPE(new_index_ptr) = le_index_ptr;
Z_TYPE           1703 ext/pgsql/pgsql.c 			Z_TYPE(new_oid_entry) = le_string;
Z_TYPE           1796 ext/pgsql/pgsql.c 		Z_TYPE(new_field_table) = le_string;
Z_TYPE            426 ext/readline/readline.c 		if (Z_TYPE(_readline_array) == IS_ARRAY) {
Z_TYPE           1078 ext/soap/php_encoding.c 		if (Z_TYPE(tmp) != IS_LONG) {
Z_TYPE           1104 ext/soap/php_encoding.c 	if (Z_TYPE(tmp) != IS_DOUBLE) {
Z_TYPE            286 ext/soap/php_http.c 			    Z_TYPE(retval) == IS_STRING) {
Z_TYPE           1083 ext/soap/php_http.c 		    Z_TYPE(retval) == IS_STRING) {
Z_TYPE           1524 ext/soap/soap.c 				    Z_TYPE(retval) == IS_STRING) {
Z_TYPE           1728 ext/soap/soap.c 				if (Z_TYPE(h->retval) == IS_OBJECT &&
Z_TYPE           1813 ext/soap/soap.c 		if (Z_TYPE(retval) == IS_OBJECT &&
Z_TYPE           1889 ext/soap/soap.c 			    Z_TYPE(result) == IS_STRING &&
Z_TYPE           2058 ext/soap/soap.c 		    Z_TYPE(result) == IS_STRING &&
Z_TYPE           2697 ext/soap/soap.c 			if (ret && Z_TYPE(response) == IS_STRING) {
Z_TYPE           2742 ext/soap/soap.c 			if (ret && Z_TYPE(response) == IS_STRING) {
Z_TYPE           4034 ext/soap/soap.c 				if (Z_TYPE(h->retval) != IS_NULL) {
Z_TYPE           4042 ext/soap/soap.c 					if (Z_TYPE(h->retval) == IS_OBJECT &&
Z_TYPE           1185 ext/spl/spl_array.c 	Z_TYPE(tmp) = IS_ARRAY;
Z_TYPE            304 ext/spl/spl_observer.c 	Z_TYPE(members) = IS_ARRAY;
Z_TYPE           1200 ext/sqlite/sqlite.c 		Z_TYPE(le) = le_sqlite_pdb;
Z_TYPE            187 ext/standard/array.c 		Z_TYPE(first) = IS_LONG;
Z_TYPE            190 ext/standard/array.c 		Z_TYPE(first) = IS_STRING;
Z_TYPE            196 ext/standard/array.c 		Z_TYPE(second) = IS_LONG;
Z_TYPE            199 ext/standard/array.c 		Z_TYPE(second) = IS_STRING;
Z_TYPE            208 ext/standard/array.c 	if (Z_TYPE(result) == IS_DOUBLE) {
Z_TYPE            380 ext/standard/array.c 	if (Z_TYPE(result) == IS_DOUBLE) {
Z_TYPE           2902 ext/standard/array.c 	if (Z_TYPE(result) == IS_DOUBLE) {
Z_TYPE           4235 ext/standard/array.c 		if (Z_TYPE(entry_n) == IS_LONG && Z_TYPE_P(return_value) == IS_LONG) {
Z_TYPE           4285 ext/standard/array.c 		if (Z_TYPE(entry_n) == IS_LONG && Z_TYPE_P(return_value) == IS_LONG) {
Z_TYPE           6305 ext/standard/basic_functions.c 	Z_TYPE(fh) = ZEND_HANDLE_FILENAME;
Z_TYPE            173 ext/standard/browscap.c 		Z_TYPE(fh) = ZEND_HANDLE_FP;
Z_TYPE           2730 ext/standard/string.c 				Z_TYPE(ctmp) = IS_LONG;
Z_TYPE            458 ext/sybase/php_sybase_db.c 			Z_TYPE(new_le) = php_sybase_module.le_plink;
Z_TYPE            537 ext/sybase/php_sybase_db.c 		Z_TYPE(new_index_ptr) = le_index_ptr;
Z_TYPE            885 ext/sybase/php_sybase_db.c 		Z_TYPE(result->fields[i]) = column_types[i];
Z_TYPE           1255 ext/sybase/php_sybase_db.c 	add_property_string(return_value, "type", php_sybase_get_field_name(Z_TYPE(result->fields[field_offset])), 1);
Z_TYPE            722 ext/sybase_ct/php_sybase_ct.c 			Z_TYPE(new_le) = le_plink;
Z_TYPE            824 ext/sybase_ct/php_sybase_ct.c 		Z_TYPE(new_index_ptr) = le_index_ptr;
Z_TYPE           1126 ext/sybase_ct/php_sybase_ct.c 			Z_TYPE(result) = IS_DOUBLE;                 \
Z_TYPE           1159 ext/sybase_ct/php_sybase_ct.c 			if (!result->store && result->num_rows > 1 && Z_TYPE(result->data[i][j]) == IS_STRING) {
Z_TYPE           1189 ext/sybase_ct/php_sybase_ct.c 						Z_TYPE(result->data[i][j]) = IS_LONG;
Z_TYPE           1341 ext/sybase_ct/php_sybase_ct.c 		Z_TYPE(result->fields[i]) = result->types[i];
Z_TYPE           2001 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            413 ext/tidy/tidy.c 			if (Z_TYPE(conv) != IS_STRING) {
Z_TYPE            418 ext/tidy/tidy.c 				if (Z_TYPE(conv) != Z_TYPE_P(value)) {
Z_TYPE            423 ext/tidy/tidy.c 			if (Z_TYPE(conv) != Z_TYPE_P(value)) {
Z_TYPE            429 ext/tidy/tidy.c 			if (Z_TYPE(conv) != IS_LONG) {
Z_TYPE            439 ext/tidy/tidy.c 			if (Z_TYPE(conv) != IS_LONG) {
Z_TYPE            196 ext/tokenizer/tokenizer.c 		if (destroy && Z_TYPE(token) != IS_NULL) {
Z_TYPE            325 ext/xsl/xsltprocessor.c 			if (Z_TYPE(handler) == IS_STRING) {
Z_TYPE            503 main/php_ini.c 			Z_TYPE(tmp) = IS_STRING;
Z_TYPE             55 main/php_variables.c 	Z_TYPE(new_entry) = IS_STRING;
Z_TYPE            586 main/php_variables.c 		Z_TYPE(new_entry) = IS_LONG;
Z_TYPE            250 main/streams/streams.c 		Z_TYPE(le) = le_pstream;
Z_TYPE            155 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
Z_TYPE            220 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
Z_TYPE            255 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
Z_TYPE            295 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
Z_TYPE            336 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
Z_TYPE            376 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
Z_TYPE            405 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
Z_TYPE            441 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
Z_TYPE            470 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
Z_TYPE            499 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {
Z_TYPE            529 sapi/milter/php_milter.c 	if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) {