Z_TYPE 718 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 333 Zend/zend_compile.c Z_TYPE(CONSTANT_EX(op_array, n)) = IS_NULL; Z_TYPE 670 Zend/zend_compile.c if (Z_TYPE(varname->u.constant) != IS_STRING) { Z_TYPE 834 Zend/zend_compile.c if (opline.op2_type == IS_CONST && Z_TYPE(CONSTANT(opline.op2.constant)) == IS_STRING) { Z_TYPE 918 Zend/zend_compile.c && (Z_TYPE(CONSTANT(opline->op1.constant)) == IS_STRING) Z_TYPE 1330 Zend/zend_compile.c Z_TYPE(CONSTANT(opline_ptr->op1.constant)) = IS_NULL; Z_TYPE 1934 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 1936 Zend/zend_compile.c } else if (IS_CONSTANT_TYPE(Z_TYPE(initialization->u.constant))) { Z_TYPE 1939 Zend/zend_compile.c } else if (Z_TYPE(initialization->u.constant) != IS_ARRAY) { Z_TYPE 1946 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 1948 Zend/zend_compile.c } else if (IS_CONSTANT_TYPE(Z_TYPE(initialization->u.constant))) { Z_TYPE 1964 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 1966 Zend/zend_compile.c } else if (IS_CONSTANT_TYPE(Z_TYPE(initialization->u.constant))) { Z_TYPE 2028 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 2037 Zend/zend_compile.c if (Z_TYPE(name) != IS_STRING) { Z_TYPE 2523 Zend/zend_compile.c if (Z_TYPE(method_name->u.constant) != IS_STRING) { Z_TYPE 4973 Zend/zend_compile.c } else if (Z_TYPE(expr->u.constant) != IS_LONG || Z_LVAL(expr->u.constant) < 1) { Z_TYPE 5553 Zend/zend_compile.c if (opline_ptr->op2_type == IS_CONST && Z_TYPE(CONSTANT(opline_ptr->op2.constant)) == IS_STRING) { Z_TYPE 5578 Zend/zend_compile.c if (opline.op2_type == IS_CONST && Z_TYPE(CONSTANT(opline.op2.constant)) == IS_STRING) { Z_TYPE 5695 Zend/zend_compile.c !IS_CONSTANT_TYPE(Z_TYPE(c->value))) { Z_TYPE 5879 Zend/zend_compile.c if (opline->op2_type == IS_CONST && Z_TYPE(CONSTANT(opline->op2.constant)) == IS_STRING) { Z_TYPE 5911 Zend/zend_compile.c if (opline->op2_type == IS_CONST && Z_TYPE(CONSTANT(opline->op2.constant)) == IS_STRING) { Z_TYPE 6115 Zend/zend_compile.c if (Z_TYPE(varname->u.constant) != IS_STRING) { Z_TYPE 6162 Zend/zend_compile.c Z_TYPE(value.u.constant) |= is_ref ? IS_LEXICAL_REF : IS_LEXICAL_VAR; Z_TYPE 6177 Zend/zend_compile.c if (Z_TYPE(varname->u.constant) != IS_STRING) { Z_TYPE 6551 Zend/zend_compile.c if ((Z_TYPE(val->u.constant) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { Z_TYPE 6629 Zend/zend_compile.c Z_TYPE(result->u.constant) = IS_BOOL; Z_TYPE 6910 Zend/zend_compile.c Z_TYPE(zendlval->u.constant) = IS_LONG; Z_TYPE 7042 Zend/zend_compile.c if (Z_TYPE(result->u.constant) == IS_STRING && Z_TYPE 7057 Zend/zend_compile.c Z_TYPE(result->u.constant) = IS_STRING; Z_TYPE 7438 Zend/zend_compile.c Z_TYPE(result->u.constant) = IS_CONSTANT_AST; Z_TYPE 240 Zend/zend_constants.c Z_TYPE((**c).value) = IS_STRING; Z_TYPE 249 Zend/zend_constants.c Z_TYPE((**c).value) = IS_STRING; Z_TYPE 618 Zend/zend_execute.c if (Z_TYPE(constant) == IS_NULL) { Z_TYPE 1053 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 145 Zend/zend_ini_parser.y Z_TYPE_P(result) = Z_TYPE(z_constant); Z_TYPE 317 Zend/zend_ini_parser.y if (Z_TYPE($2) == IS_STRING) { Z_TYPE 574 Zend/zend_language_parser.y | T_ARRAY { $$.op_type = IS_CONST; Z_TYPE($$.u.constant)=IS_ARRAY; } Z_TYPE 575 Zend/zend_language_parser.y | T_CALLABLE { $$.op_type = IS_CONST; Z_TYPE($$.u.constant)=IS_CALLABLE; } Z_TYPE 741 Zend/zend_language_parser.y /* empty */ { $$.op_type = IS_CONST; Z_TYPE($$.u.constant) = IS_BOOL; Z_LVAL($$.u.constant) = 1; } Z_TYPE 1058 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 170 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 490 Zend/zend_operators.h #define Z_TYPE_P(zval_p) Z_TYPE(*zval_p) Z_TYPE 491 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 3329 Zend/zend_vm_def.h if (Z_TYPE(key) == IS_STRING) { Z_TYPE 4794 Zend/zend_vm_def.h Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL; Z_TYPE 4845 Zend/zend_vm_def.h Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_LONG; /* shouldn't be necessary */ Z_TYPE 4894 Zend/zend_vm_def.h Z_TYPE(restored_error_reporting) = IS_LONG; Z_TYPE 5301 Zend/zend_vm_def.h Z_TYPE(restored_error_reporting) = IS_LONG; Z_TYPE 5402 Zend/zend_vm_def.h if (Z_TYPE(c.value) == IS_ARRAY) { Z_TYPE 805 Zend/zend_vm_execute.h if (Z_TYPE(key) == IS_STRING) { Z_TYPE 985 Zend/zend_vm_execute.h Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_LONG; /* shouldn't be necessary */ Z_TYPE 1257 Zend/zend_vm_execute.h Z_TYPE(restored_error_reporting) = IS_LONG; Z_TYPE 2537 Zend/zend_vm_execute.h Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL; Z_TYPE 2568 Zend/zend_vm_execute.h Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL; Z_TYPE 4330 Zend/zend_vm_execute.h if (Z_TYPE(c.value) == IS_ARRAY) { Z_TYPE 7914 Zend/zend_vm_execute.h Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL; Z_TYPE 7945 Zend/zend_vm_execute.h Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL; Z_TYPE 8609 Zend/zend_vm_execute.h Z_TYPE(restored_error_reporting) = IS_LONG; Z_TYPE 13171 Zend/zend_vm_execute.h Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL; Z_TYPE 13202 Zend/zend_vm_execute.h Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL; Z_TYPE 16540 Zend/zend_vm_execute.h Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL; Z_TYPE 18640 Zend/zend_vm_execute.h Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL; Z_TYPE 21121 Zend/zend_vm_execute.h Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL; Z_TYPE 24426 Zend/zend_vm_execute.h Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL; Z_TYPE 25945 Zend/zend_vm_execute.h Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL; Z_TYPE 27267 Zend/zend_vm_execute.h Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL; Z_TYPE 28589 Zend/zend_vm_execute.h Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL; Z_TYPE 30340 Zend/zend_vm_execute.h Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL; Z_TYPE 30867 Zend/zend_vm_execute.h Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL; Z_TYPE 30898 Zend/zend_vm_execute.h Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL; Z_TYPE 33849 Zend/zend_vm_execute.h Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL; Z_TYPE 35812 Zend/zend_vm_execute.h Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL; Z_TYPE 38155 Zend/zend_vm_execute.h Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_BOOL; Z_TYPE 41173 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 974 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 241 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 910 ext/mysql/php_mysql.c Z_TYPE(new_le) = le_plink; Z_TYPE 1045 ext/mysql/php_mysql.c Z_TYPE(new_index_ptr) = le_index_ptr; Z_TYPE 1922 ext/mysqlnd/mysqlnd_result.c if (Z_TYPE(row) != IS_ARRAY) { Z_TYPE 727 ext/odbc/php_odbc.c Z_TYPE(odbc_module_entry) = type; Z_TYPE 2610 ext/odbc/php_odbc.c Z_TYPE(new_le) = le_pconn; Z_TYPE 2691 ext/odbc/php_odbc.c Z_TYPE(new_index_ptr) = le_index_ptr; Z_TYPE 739 ext/opcache/Optimizer/block_pass.c ZEND_OP1_TYPE(sv) == IS_CONST && Z_TYPE(OPLINE_OP1_LITERAL(sv)) == IS_STRING && Z_TYPE 796 ext/opcache/Optimizer/block_pass.c Z_TYPE(ZEND_OP1_LITERAL(opline)) == IS_BOOL) { Z_TYPE 803 ext/opcache/Optimizer/block_pass.c Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_BOOL) { Z_TYPE 907 ext/opcache/Optimizer/block_pass.c Z_TYPE(ZEND_OP1_LITERAL(opline)) != IS_DOUBLE && Z_TYPE 909 ext/opcache/Optimizer/block_pass.c Z_TYPE(ZEND_OP1_LITERAL(last_op)) != IS_DOUBLE) { Z_TYPE 916 ext/opcache/Optimizer/block_pass.c if (Z_TYPE(ZEND_OP1_LITERAL(opline)) != IS_STRING) { Z_TYPE 919 ext/opcache/Optimizer/block_pass.c if (Z_TYPE(ZEND_OP1_LITERAL(last_op)) != IS_STRING) { Z_TYPE 935 ext/opcache/Optimizer/block_pass.c Z_TYPE(ZEND_OP1_LITERAL(last_op)) = IS_NULL; Z_TYPE 953 ext/opcache/Optimizer/block_pass.c if (Z_TYPE(ZEND_OP2_LITERAL(opline)) != IS_STRING) { Z_TYPE 956 ext/opcache/Optimizer/block_pass.c if (Z_TYPE(ZEND_OP2_LITERAL(src)) != IS_STRING) { Z_TYPE 981 ext/opcache/Optimizer/block_pass.c Z_TYPE(ZEND_OP2_LITERAL(src)) = IS_NULL; Z_TYPE 1023 ext/opcache/Optimizer/block_pass.c ((Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_LONG && Z_TYPE 1025 ext/opcache/Optimizer/block_pass.c (Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_DOUBLE && Z_TYPE 1064 ext/opcache/Optimizer/block_pass.c Z_TYPE(ZEND_OP1_LITERAL(opline)) = IS_NULL; Z_TYPE 1106 ext/opcache/Optimizer/block_pass.c Z_TYPE(ZEND_OP2_LITERAL(VAR_SOURCE(opline->op1))) == IS_STRING && Z_TYPE 66 ext/opcache/Optimizer/compact_literals.c if (Z_TYPE(op_array->literals[constant].constant) == IS_STRING && Z_TYPE 293 ext/opcache/Optimizer/compact_literals.c switch (Z_TYPE(op_array->literals[i].constant)) { Z_TYPE 379 ext/opcache/Optimizer/compact_literals.c Z_TYPE(op_array->literals[i].constant) == Z_TYPE(op_array->literals[*pos].constant) && Z_TYPE 21 ext/opcache/Optimizer/nop_removal.c Z_TYPE(ZEND_OP2_LITERAL(opline)) != IS_LONG) { Z_TYPE 54 ext/opcache/Optimizer/pass1_5.c Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_LONG && Z_TYPE 222 ext/opcache/Optimizer/pass1_5.c Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_STRING && Z_TYPE 256 ext/opcache/Optimizer/pass1_5.c if (Z_TYPE(c) == IS_CONSTANT_AST) { Z_TYPE 315 ext/opcache/Optimizer/pass1_5.c ZEND_IS_CONSTANT_TYPE(Z_TYPE(t))) { Z_TYPE 344 ext/opcache/Optimizer/pass1_5.c Z_TYPE(ZEND_OP1_LITERAL(opline)) == IS_STRING && Z_TYPE 349 ext/opcache/Optimizer/pass1_5.c (Z_TYPE(ZEND_OP1_LITERAL(opline-1)) <= IS_BOOL || Z_TYPE 350 ext/opcache/Optimizer/pass1_5.c Z_TYPE(ZEND_OP1_LITERAL(opline-1)) == IS_STRING) && Z_TYPE 353 ext/opcache/Optimizer/pass1_5.c Z_TYPE(ZEND_OP1_LITERAL(opline-2)) == IS_STRING) { Z_TYPE 489 ext/opcache/Optimizer/pass1_5.c Z_TYPE(ZEND_OP1_LITERAL(opline)) == IS_STRING && Z_TYPE 490 ext/opcache/Optimizer/pass1_5.c (Z_TYPE(ZEND_OP2_LITERAL(opline)) <= IS_BOOL || Z_TYPE 491 ext/opcache/Optimizer/pass1_5.c Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_STRING)) { Z_TYPE 547 ext/opcache/Optimizer/pass1_5.c Z_TYPE(ZEND_OP1_LITERAL(opline)) == IS_STRING && Z_TYPE 3232 ext/openssl/openssl.c Z_TYPE(tmp) = IS_NULL; Z_TYPE 3235 ext/openssl/openssl.c if (Z_TYPE(tmp) == IS_STRING) {\ Z_TYPE 3299 ext/openssl/openssl.c if (Z_TYPE(tmp) == IS_STRING) { Z_TYPE 3373 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 940 ext/pdo/pdo_stmt.c if (Z_TYPE(val) != IS_NULL) { Z_TYPE 1359 ext/pgsql/pgsql.c Z_TYPE(new_le) = le_plink; Z_TYPE 1475 ext/pgsql/pgsql.c Z_TYPE(new_index_ptr) = le_index_ptr; Z_TYPE 1983 ext/pgsql/pgsql.c if (Z_TYPE(tmp_val) != IS_STRING) { Z_TYPE 2190 ext/pgsql/pgsql.c if (Z_TYPE(tmp_val) != IS_STRING) { Z_TYPE 2384 ext/pgsql/pgsql.c Z_TYPE(new_oid_entry) = le_string; Z_TYPE 2476 ext/pgsql/pgsql.c Z_TYPE(new_field_table) = le_string; Z_TYPE 4944 ext/pgsql/pgsql.c if (Z_TYPE(tmp_val) != IS_STRING) { Z_TYPE 5131 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 2679 ext/session/session.c if (Z_TYPE(progress->sid) && progress->key.c) { Z_TYPE 2714 ext/session/session.c if (!Z_TYPE(progress->sid) || !progress->key.c) { Z_TYPE 2776 ext/session/session.c if (!Z_TYPE(progress->sid) || !progress->key.c) { Z_TYPE 2789 ext/session/session.c if (!Z_TYPE(progress->sid) || !progress->key.c) { Z_TYPE 2807 ext/session/session.c if (Z_TYPE(progress->sid) && progress->key.c) { Z_TYPE 1118 ext/soap/php_encoding.c if (Z_TYPE(tmp) != IS_LONG) { Z_TYPE 1143 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 1279 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 1808 ext/soap/soap.c if (Z_TYPE(h->retval) == IS_OBJECT && Z_TYPE 2733 ext/soap/soap.c if (ret && Z_TYPE(response) == IS_STRING) { Z_TYPE 2778 ext/soap/soap.c if (ret && Z_TYPE(response) == IS_STRING) { Z_TYPE 4121 ext/soap/soap.c if (Z_TYPE(h->retval) != IS_NULL) { Z_TYPE 4129 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 1725 ext/spl/spl_array.c Z_TYPE(members) = IS_ARRAY; Z_TYPE 1215 ext/spl/spl_iterators.c if (Z_TYPE(entry) != IS_STRING) { Z_TYPE 1270 ext/spl/spl_iterators.c if (Z_TYPE(key) != IS_STRING) { Z_TYPE 790 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 1384 ext/standard/array.c if (Z_TYPE(final_name) == IS_NULL && var_name_len != 0) { Z_TYPE 1390 ext/standard/array.c if (Z_TYPE(final_name) == IS_NULL) { Z_TYPE 1406 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 2769 ext/standard/array.c if (Z_TYPE(result) == IS_DOUBLE) { Z_TYPE 3980 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 369 ext/standard/password.c if (Z_TYPE(cast_option_buffer) == IS_STRING) { Z_TYPE 379 ext/standard/password.c if (Z_TYPE(cast_option_buffer) != IS_NULL) { Z_TYPE 387 ext/standard/password.c if (Z_TYPE(cast_option_buffer) != IS_NULL) { Z_TYPE 395 ext/standard/password.c if (Z_TYPE(cast_option_buffer) != IS_NULL) { Z_TYPE 404 ext/standard/password.c if (Z_TYPE(cast_option_buffer) != IS_NULL) { Z_TYPE 415 ext/standard/password.c if (Z_TYPE(cast_option_buffer) != IS_NULL) { Z_TYPE 1701 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 346 ext/xsl/xsltprocessor.c if (Z_TYPE(handler) == IS_STRING) { Z_TYPE 603 main/php_ini.c Z_TYPE(tmp) = IS_STRING; Z_TYPE 54 main/php_variables.c Z_TYPE(new_entry) = IS_STRING; Z_TYPE 649 main/php_variables.c Z_TYPE(request_time_float) = IS_DOUBLE; Z_TYPE 652 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) { Z_TYPE 731 sapi/phpdbg/phpdbg_bp.c Z_TYPE(pv) = IS_STRING; Z_TYPE 232 sapi/phpdbg/phpdbg_info.c if (Z_TYPE(ops->literals[literal].constant) != IS_NULL) { Z_TYPE 184 sapi/phpdbg/phpdbg_watch.c if (Z_TYPE(key) == IS_STRING) { Z_TYPE 238 sapi/phpdbg/phpdbg_watch.c if (Z_TYPE(key) == IS_STRING) {