Z_TYPE_P 227 Zend/zend.c if (Z_TYPE_P(expr)==IS_STRING) { Z_TYPE_P 231 Zend/zend.c switch (Z_TYPE_P(expr)) { Z_TYPE_P 277 Zend/zend.c if (Z_TYPE_P(z) != IS_OBJECT) { Z_TYPE_P 305 Zend/zend.c Z_TYPE_P(expr_copy) = IS_STRING; Z_TYPE_P 341 Zend/zend.c switch (Z_TYPE_P(expr)) { Z_TYPE_P 400 Zend/zend.c switch (Z_TYPE_P(expr)) { Z_TYPE_P 630 Zend/zend.c Z_TYPE_P(globals) = IS_ARRAY; Z_TYPE_P 1154 Zend/zend.c Z_TYPE_P(z_error_message) = IS_STRING; Z_TYPE_P 1157 Zend/zend.c Z_TYPE_P(z_error_type) = IS_LONG; Z_TYPE_P 1164 Zend/zend.c Z_TYPE_P(z_error_lineno) = IS_LONG; Z_TYPE_P 1172 Zend/zend.c Z_TYPE_P(z_context) = IS_NULL; Z_TYPE_P 1175 Zend/zend.c Z_TYPE_P(z_context) = IS_ARRAY; Z_TYPE_P 1211 Zend/zend.c if (Z_TYPE_P(retval) == IS_BOOL && Z_LVAL_P(retval) == 0) { Z_TYPE_P 760 Zend/zend.h Z_TYPE_P(z) = Z_TYPE_P(v); \ Z_TYPE_P 834 Zend/zend.h (Z_TYPE_P(zv) != IS_OBJECT || \ Z_TYPE_P 231 Zend/zend_API.c return zend_get_type_by_const(Z_TYPE_P(arg)); Z_TYPE_P 288 Zend/zend_API.c if(Z_TYPE_P(z) != IS_OBJECT) { Z_TYPE_P 290 Zend/zend_API.c Z_TYPE_P(*arg) = IS_NULL; Z_TYPE_P 1014 Zend/zend_API.c Z_TYPE_P(arg) = IS_ARRAY; Z_TYPE_P 1190 Zend/zend_API.c Z_TYPE_P(arg) = IS_OBJECT; Z_TYPE_P 1544 Zend/zend_API.c switch (Z_TYPE_P(key)) { Z_TYPE_P 3030 Zend/zend_API.c if (object_ptr && Z_TYPE_P(object_ptr) != IS_OBJECT) { Z_TYPE_P 3039 Zend/zend_API.c switch (Z_TYPE_P(callable)) { Z_TYPE_P 3216 Zend/zend_API.c if (Z_TYPE_P(callable) == IS_STRING && fcc.calling_scope) { Z_TYPE_P 3298 Zend/zend_API.c if (Z_TYPE_P(args) != IS_ARRAY) { Z_TYPE_P 3450 Zend/zend_API.c switch(Z_TYPE_P(property)) { Z_TYPE_P 3810 Zend/zend_API.c Z_TYPE_PP(property) = Z_TYPE_P(value); Z_TYPE_P 549 Zend/zend_API.h Z_TYPE_P(__z) = IS_RESOURCE;\ Z_TYPE_P 555 Zend/zend_API.h Z_TYPE_P(__z) = IS_BOOL; \ Z_TYPE_P 559 Zend/zend_API.h Z_TYPE_P(z) = IS_NULL; \ Z_TYPE_P 565 Zend/zend_API.h Z_TYPE_P(__z) = IS_LONG; \ Z_TYPE_P 571 Zend/zend_API.h Z_TYPE_P(__z) = IS_DOUBLE; \ Z_TYPE_P 579 Zend/zend_API.h Z_TYPE_P(__z) = IS_STRING; \ Z_TYPE_P 587 Zend/zend_API.h Z_TYPE_P(__z) = IS_STRING; \ Z_TYPE_P 594 Zend/zend_API.h Z_TYPE_P(__z) = IS_STRING; \ Z_TYPE_P 723 Zend/zend_API.h #define HASH_OF(p) (Z_TYPE_P(p)==IS_ARRAY ? Z_ARRVAL_P(p) : ((Z_TYPE_P(p)==IS_OBJECT ? Z_OBJ_HT_P(p)->get_properties((p) TSRMLS_CC) : NULL))) Z_TYPE_P 724 Zend/zend_API.h #define ZVAL_IS_NULL(z) (Z_TYPE_P(z)==IS_NULL) Z_TYPE_P 673 Zend/zend_builtin_functions.c switch (Z_TYPE_P(val)) { Z_TYPE_P 815 Zend/zend_builtin_functions.c if (Z_TYPE_P(arg) == IS_OBJECT) { Z_TYPE_P 822 Zend/zend_builtin_functions.c } else if (Z_TYPE_P(arg) == IS_STRING) { Z_TYPE_P 859 Zend/zend_builtin_functions.c if (allow_string && Z_TYPE_P(obj) == IS_STRING) { Z_TYPE_P 865 Zend/zend_builtin_functions.c } else if (Z_TYPE_P(obj) == IS_OBJECT && HAS_CLASS_ENTRY(*obj)) { Z_TYPE_P 946 Zend/zend_builtin_functions.c if (Z_TYPE_P(prop_copy) == IS_CONSTANT_ARRAY || (Z_TYPE_P(prop_copy) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { Z_TYPE_P 1050 Zend/zend_builtin_functions.c if (Z_TYPE_P(klass) == IS_OBJECT) { Z_TYPE_P 1056 Zend/zend_builtin_functions.c } else if (Z_TYPE_P(klass) == IS_STRING) { Z_TYPE_P 1123 Zend/zend_builtin_functions.c if (Z_TYPE_P(klass) == IS_OBJECT) { Z_TYPE_P 1125 Zend/zend_builtin_functions.c } else if (Z_TYPE_P(klass) == IS_STRING) { Z_TYPE_P 1141 Zend/zend_builtin_functions.c if (Z_TYPE_P(klass) == IS_OBJECT Z_TYPE_P 1187 Zend/zend_builtin_functions.c if (Z_TYPE_P(object) == IS_STRING) { Z_TYPE_P 1192 Zend/zend_builtin_functions.c } else if (Z_TYPE_P(object) == IS_OBJECT) { Z_TYPE_P 1207 Zend/zend_builtin_functions.c if (Z_TYPE_P(object) == IS_OBJECT && Z_TYPE_P 1450 Zend/zend_builtin_functions.c } else if (Z_TYPE_P(zv) == IS_RESOURCE) { Z_TYPE_P 1452 Zend/zend_builtin_functions.c } else if (Z_TYPE_P(zv) == IS_OBJECT) { Z_TYPE_P 1534 Zend/zend_builtin_functions.c if (Z_TYPE_P(error_handler) != IS_NULL) { /* NULL == unset */ Z_TYPE_P 1551 Zend/zend_builtin_functions.c if (Z_TYPE_P(error_handler) == IS_NULL) { /* unset user-defined handler */ Z_TYPE_P 1597 Zend/zend_builtin_functions.c if (Z_TYPE_P(exception_handler) != IS_NULL) { /* NULL == unset */ Z_TYPE_P 1613 Zend/zend_builtin_functions.c if (Z_TYPE_P(exception_handler) == IS_NULL) { /* unset user-defined handler */ Z_TYPE_P 2309 Zend/zend_builtin_functions.c if (ptr->object && Z_TYPE_P(ptr->object) == IS_OBJECT) { Z_TYPE_P 100 Zend/zend_closures.c } else if (Z_TYPE_P(scope_arg) == IS_NULL) { Z_TYPE_P 108 Zend/zend_closures.c if (Z_TYPE_P(scope_arg) == IS_STRING) { Z_TYPE_P 298 Zend/zend_closures.c if (Z_TYPE_P(obj) != IS_OBJECT) { Z_TYPE_P 337 Zend/zend_compile.c if (Z_TYPE_P(zv) == IS_STRING || Z_TYPE_P(zv) == IS_CONSTANT) { Z_TYPE_P 2356 Zend/zend_compile.c Z_TYPE_P(label) = IS_NULL; Z_TYPE_P 3345 Zend/zend_compile.c if ((Z_TYPE_P(zv) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { Z_TYPE_P 3349 Zend/zend_compile.c } else if (Z_TYPE_P(zv) == IS_BOOL) { Z_TYPE_P 3357 Zend/zend_compile.c } else if (Z_TYPE_P(zv) == IS_NULL) { Z_TYPE_P 3360 Zend/zend_compile.c } else if (Z_TYPE_P(zv) == IS_STRING) { Z_TYPE_P 3371 Zend/zend_compile.c } else if (Z_TYPE_P(zv) == IS_ARRAY || (Z_TYPE_P(zv) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT_ARRAY) { Z_TYPE_P 5327 Zend/zend_compile.c Z_TYPE_P(property) = IS_NULL; Z_TYPE_P 5810 Zend/zend_compile.c Z_TYPE_P(element) |= IS_CONSTANT_INDEX; Z_TYPE_P 44 Zend/zend_exceptions.c if (Z_TYPE_P(add_previous) != IS_OBJECT || !instanceof_function(Z_OBJCE_P(add_previous), default_exception_ce TSRMLS_CC)) { Z_TYPE_P 50 Zend/zend_exceptions.c if (Z_TYPE_P(previous) == IS_NULL) { Z_TYPE_P 225 Zend/zend_exceptions.c if(value && Z_TYPE_P(value) != type) { \ Z_TYPE_P 618 Zend/zend_exceptions.c if (Z_TYPE_P(trace) != IS_ARRAY) { Z_TYPE_P 678 Zend/zend_exceptions.c while (exception && Z_TYPE_P(exception) == IS_OBJECT && instanceof_function(Z_OBJCE_P(exception), default_exception_ce TSRMLS_CC)) { Z_TYPE_P 701 Zend/zend_exceptions.c if (trace && Z_TYPE_P(trace) != IS_STRING) { Z_TYPE_P 895 Zend/zend_exceptions.c if (Z_TYPE_P(str) != IS_STRING) { Z_TYPE_P 911 Zend/zend_exceptions.c line = (Z_TYPE_P(line) == IS_LONG) ? line : NULL; Z_TYPE_P 938 Zend/zend_exceptions.c if (exception == NULL || Z_TYPE_P(exception) != IS_OBJECT) { Z_TYPE_P 621 Zend/zend_execute.c if (Z_TYPE_P(arg) == IS_OBJECT) { Z_TYPE_P 626 Zend/zend_execute.c } else if (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null) { Z_TYPE_P 637 Zend/zend_execute.c if (Z_TYPE_P(arg) != IS_ARRAY && (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null)) { Z_TYPE_P 646 Zend/zend_execute.c if (!zend_is_callable(arg, IS_CALLABLE_CHECK_SILENT, NULL TSRMLS_CC) && (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null)) { Z_TYPE_P 664 Zend/zend_execute.c if (Z_TYPE_P(object) != IS_OBJECT) { Z_TYPE_P 673 Zend/zend_execute.c if (Z_TYPE_P(object) == IS_NULL || Z_TYPE_P 674 Zend/zend_execute.c (Z_TYPE_P(object) == IS_BOOL && Z_LVAL_P(object) == 0) || Z_TYPE_P 675 Zend/zend_execute.c (Z_TYPE_P(object) == IS_STRING && Z_STRLEN_P(object) == 0)) { Z_TYPE_P 758 Zend/zend_execute.c if (Z_TYPE_P(T->str_offset.str) == IS_STRING) { Z_TYPE_P 786 Zend/zend_execute.c if (Z_TYPE_P(value) != IS_STRING) { Z_TYPE_P 819 Zend/zend_execute.c if (Z_TYPE_P(variable_ptr) == IS_OBJECT && Z_TYPE_P 835 Zend/zend_execute.c if (EXPECTED(Z_TYPE_P(variable_ptr) <= IS_BOOL)) { Z_TYPE_P 852 Zend/zend_execute.c if (Z_TYPE_P(variable_ptr) == IS_OBJECT && Z_TYPE_P 869 Zend/zend_execute.c if (EXPECTED(Z_TYPE_P(variable_ptr) <= IS_BOOL)) { Z_TYPE_P 888 Zend/zend_execute.c if (Z_TYPE_P(variable_ptr) == IS_OBJECT && Z_TYPE_P 928 Zend/zend_execute.c if (EXPECTED(Z_TYPE_P(variable_ptr) <= IS_BOOL)) { Z_TYPE_P 1091 Zend/zend_execute.c switch (Z_TYPE_P(container)) { Z_TYPE_P 1151 Zend/zend_execute.c if (Z_TYPE_P(dim) != IS_LONG) { Z_TYPE_P 1153 Zend/zend_execute.c switch(Z_TYPE_P(dim)) { Z_TYPE_P 1212 Zend/zend_execute.c if (Z_TYPE_P(overloaded_result) != IS_OBJECT) { Z_TYPE_P 1254 Zend/zend_execute.c switch (Z_TYPE_P(container)) { Z_TYPE_P 1271 Zend/zend_execute.c if (Z_TYPE_P(dim) != IS_LONG) { Z_TYPE_P 1272 Zend/zend_execute.c switch(Z_TYPE_P(dim)) { Z_TYPE_P 1302 Zend/zend_execute.c Z_TYPE_P(ptr) = IS_STRING; Z_TYPE_P 1358 Zend/zend_execute.c if (Z_TYPE_P(container) != IS_OBJECT) { Z_TYPE_P 1367 Zend/zend_execute.c ((Z_TYPE_P(container) == IS_NULL || Z_TYPE_P 1368 Zend/zend_execute.c (Z_TYPE_P(container) == IS_BOOL && Z_LVAL_P(container)==0) || Z_TYPE_P 1369 Zend/zend_execute.c (Z_TYPE_P(container) == IS_STRING && Z_STRLEN_P(container)==0)))) { Z_TYPE_P 98 Zend/zend_execute.h switch (Z_TYPE_P(op)) { Z_TYPE_P 133 Zend/zend_execute.h if(Z_TYPE_P(tmp) != IS_OBJECT) { Z_TYPE_P 363 Zend/zend_execute.h #define Z_OBJ_CLASS_NAME_P(zval) ((zval) && Z_TYPE_P(zval) == IS_OBJECT && Z_OBJ_HT_P(zval)->get_class_entry != NULL && Z_OBJ_HT_P(zval)->get_class_entry(zval TSRMLS_CC) ? Z_OBJ_HT_P(zval)->get_class_entry(zval TSRMLS_CC)->name : "") Z_TYPE_P 449 Zend/zend_execute_API.c #define IS_CONSTANT_VISITED(p) (Z_TYPE_P(p) & IS_VISITED_CONSTANT) Z_TYPE_P 450 Zend/zend_execute_API.c #define Z_REAL_TYPE_P(p) (Z_TYPE_P(p) & ~IS_VISITED_CONSTANT) Z_TYPE_P 451 Zend/zend_execute_API.c #define MARK_CONSTANT_VISITED(p) Z_TYPE_P(p) |= IS_VISITED_CONSTANT Z_TYPE_P 459 Zend/zend_execute_API.c Z_TYPE_P(value) &= ~IS_CONSTANT_INDEX; Z_TYPE_P 461 Zend/zend_execute_API.c Z_TYPE_P(value) = Z_TYPE_PP(p); Z_TYPE_P 475 Zend/zend_execute_API.c } else if ((Z_TYPE_P(p) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { Z_TYPE_P 503 Zend/zend_execute_API.c if ((Z_TYPE_P(p) & IS_CONSTANT_UNQUALIFIED) && (slash = (char *)zend_memrchr(actual, '\\', actual_len))) { Z_TYPE_P 521 Zend/zend_execute_API.c if ((Z_TYPE_P(p) & IS_CONSTANT_UNQUALIFIED) == 0) { Z_TYPE_P 556 Zend/zend_execute_API.c } else if (Z_TYPE_P(p) == IS_CONSTANT_ARRAY) { Z_TYPE_P 565 Zend/zend_execute_API.c Z_TYPE_P(p) = IS_ARRAY; Z_TYPE_P 806 Zend/zend_execute_API.c if (fci->object_ptr && Z_TYPE_P(fci->object_ptr) == IS_OBJECT && Z_TYPE_P 1279 Zend/zend_execute_API.c if (Z_TYPE_P(opline->op2.zv) != IS_LONG) { Z_TYPE_P 272 Zend/zend_gc.c if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { Z_TYPE_P 289 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 307 Zend/zend_gc.c } else if (Z_TYPE_P(pz) == IS_ARRAY) { Z_TYPE_P 314 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 343 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 357 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 378 Zend/zend_gc.c if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { Z_TYPE_P 396 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 412 Zend/zend_gc.c } else if (Z_TYPE_P(pz) == IS_ARRAY) { Z_TYPE_P 421 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 451 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 463 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 517 Zend/zend_gc.c if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { Z_TYPE_P 550 Zend/zend_gc.c } else if (Z_TYPE_P(pz) == IS_ARRAY) { Z_TYPE_P 637 Zend/zend_gc.c if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { Z_TYPE_P 662 Zend/zend_gc.c if (Z_TYPE_P(zv) != IS_ARRAY || Z_ARRVAL_P(zv) != &EG(symbol_table)) { Z_TYPE_P 680 Zend/zend_gc.c if (Z_TYPE_P(pz) == IS_ARRAY) { Z_TYPE_P 692 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 726 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 738 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 1182 Zend/zend_hash.c Z_TYPE_P(key) = IS_NULL; Z_TYPE_P 1184 Zend/zend_hash.c Z_TYPE_P(key) = IS_STRING; Z_TYPE_P 1188 Zend/zend_hash.c Z_TYPE_P(key) = IS_LONG; Z_TYPE_P 164 Zend/zend_ini_parser.c Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 175 Zend/zend_ini_parser.c Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 189 Zend/zend_ini_parser.c Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 206 Zend/zend_ini_parser.c Z_TYPE_P(result) = Z_TYPE(z_constant); Z_TYPE_P 92 Zend/zend_ini_parser.y Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 103 Zend/zend_ini_parser.y Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 117 Zend/zend_ini_parser.y Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 134 Zend/zend_ini_parser.y Z_TYPE_P(result) = Z_TYPE(z_constant); Z_TYPE_P 139 Zend/zend_ini_scanner.c Z_TYPE_P(retval) = IS_STRING; \ Z_TYPE_P 275 Zend/zend_interfaces.c zend_class_entry *ce_it = iterator && Z_TYPE_P(iterator) == IS_OBJECT ? Z_OBJCE_P(iterator) : NULL; Z_TYPE_P 412 Zend/zend_interfaces.c switch(Z_TYPE_P(retval)) { Z_TYPE_P 69 Zend/zend_iterators.c Z_TYPE_P(wrapped) = IS_OBJECT; Z_TYPE_P 79 Zend/zend_iterators.c switch (Z_TYPE_P(array_ptr)) { Z_TYPE_P 434 Zend/zend_object_handlers.c if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) { Z_TYPE_P 486 Zend/zend_object_handlers.c if (UNEXPECTED(Z_TYPE_P(rv) != IS_OBJECT)) { Z_TYPE_P 532 Zend/zend_object_handlers.c if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) { Z_TYPE_P 560 Zend/zend_object_handlers.c Z_TYPE_PP(variable_ptr) = Z_TYPE_P(value); Z_TYPE_P 726 Zend/zend_object_handlers.c if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) { Z_TYPE_P 802 Zend/zend_object_handlers.c if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) { Z_TYPE_P 1413 Zend/zend_object_handlers.c if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) { Z_TYPE_P 1545 Zend/zend_object_handlers.c if (EXPECTED(Z_TYPE_P(retval) == IS_STRING)) { Z_TYPE_P 1551 Zend/zend_object_handlers.c if (Z_TYPE_P(writeobj) != type) { Z_TYPE_P 1591 Zend/zend_object_handlers.c Z_TYPE_P(writeobj) = IS_NULL; Z_TYPE_P 1601 Zend/zend_object_handlers.c if (Z_TYPE_P(obj) != IS_OBJECT) { Z_TYPE_P 101 Zend/zend_objects.c Z_TYPE_P(obj) = IS_OBJECT; Z_TYPE_P 355 Zend/zend_objects_API.c Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 761 Zend/zend_opcode.c if (Z_TYPE_P(opline->op2.zv) != IS_LONG) { Z_TYPE_P 780 Zend/zend_opcode.c if (opline->op1_type != IS_CONST || Z_TYPE_P(opline->op1.zv) != IS_NULL) { Z_TYPE_P 186 Zend/zend_operators.c switch (Z_TYPE_P(op)) { Z_TYPE_P 192 Zend/zend_operators.c if ((Z_TYPE_P(op)=is_numeric_string(strval, Z_STRLEN_P(op), &Z_LVAL_P(op), &Z_DVAL_P(op), 1)) == 0) { Z_TYPE_P 199 Zend/zend_operators.c Z_TYPE_P(op) = IS_LONG; Z_TYPE_P 203 Zend/zend_operators.c Z_TYPE_P(op) = IS_LONG; Z_TYPE_P 218 Zend/zend_operators.c if (Z_TYPE_P(op) != IS_LONG) { \ Z_TYPE_P 222 Zend/zend_operators.c switch (Z_TYPE_P(op)) { \ Z_TYPE_P 257 Zend/zend_operators.c } else if (Z_TYPE_P(op) != IS_LONG) { \ Z_TYPE_P 258 Zend/zend_operators.c switch (Z_TYPE_P(op)) { \ Z_TYPE_P 295 Zend/zend_operators.c } else if (Z_TYPE_P(op) != IS_BOOL) { \ Z_TYPE_P 296 Zend/zend_operators.c switch (Z_TYPE_P(op)) { \ Z_TYPE_P 343 Zend/zend_operators.c Z_TYPE_P(op) = ctype; \ Z_TYPE_P 349 Zend/zend_operators.c if (Z_TYPE_P(newop) != IS_OBJECT) { \ Z_TYPE_P 363 Zend/zend_operators.c if (Z_TYPE_P(op) != IS_LONG) { Z_TYPE_P 373 Zend/zend_operators.c switch (Z_TYPE_P(op)) { Z_TYPE_P 409 Zend/zend_operators.c if (Z_TYPE_P(op) == IS_LONG) { Z_TYPE_P 425 Zend/zend_operators.c Z_TYPE_P(op) = IS_LONG; Z_TYPE_P 433 Zend/zend_operators.c switch (Z_TYPE_P(op)) { Z_TYPE_P 469 Zend/zend_operators.c if (Z_TYPE_P(op) == IS_DOUBLE) { Z_TYPE_P 479 Zend/zend_operators.c zend_error(E_WARNING, "Cannot convert to real value (type=%d)", Z_TYPE_P(op)); Z_TYPE_P 484 Zend/zend_operators.c Z_TYPE_P(op) = IS_DOUBLE; Z_TYPE_P 490 Zend/zend_operators.c if (Z_TYPE_P(op) == IS_OBJECT) { Z_TYPE_P 507 Zend/zend_operators.c Z_TYPE_P(op) = IS_NULL; Z_TYPE_P 515 Zend/zend_operators.c switch (Z_TYPE_P(op)) { Z_TYPE_P 558 Zend/zend_operators.c if (Z_TYPE_P(op) == IS_BOOL) { Z_TYPE_P 571 Zend/zend_operators.c Z_TYPE_P(op) = IS_BOOL; Z_TYPE_P 578 Zend/zend_operators.c switch (Z_TYPE_P(op)) { Z_TYPE_P 589 Zend/zend_operators.c Z_TYPE_P(op) = IS_STRING; Z_TYPE_P 598 Zend/zend_operators.c switch (Z_TYPE_P(op)) { Z_TYPE_P 645 Zend/zend_operators.c if (Z_TYPE_P(op) == IS_STRING) { Z_TYPE_P 660 Zend/zend_operators.c Z_TYPE_P(op) = IS_STRING; Z_TYPE_P 677 Zend/zend_operators.c Z_TYPE_P(op) = IS_ARRAY; Z_TYPE_P 691 Zend/zend_operators.c switch (Z_TYPE_P(op)) { Z_TYPE_P 704 Zend/zend_operators.c if (Z_TYPE_P(op) == IS_ARRAY) { Z_TYPE_P 717 Zend/zend_operators.c if (Z_TYPE_P(op) == IS_ARRAY) { Z_TYPE_P 724 Zend/zend_operators.c Z_TYPE_P(op) = IS_ARRAY; Z_TYPE_P 731 Zend/zend_operators.c Z_TYPE_P(op) = IS_ARRAY; Z_TYPE_P 744 Zend/zend_operators.c switch (Z_TYPE_P(op)) { Z_TYPE_P 816 Zend/zend_operators.c switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { Z_TYPE_P 878 Zend/zend_operators.c switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { Z_TYPE_P 925 Zend/zend_operators.c switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { Z_TYPE_P 930 Zend/zend_operators.c Z_TYPE_P(result) = overflow ? IS_DOUBLE : IS_LONG; Z_TYPE_P 966 Zend/zend_operators.c switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { Z_TYPE_P 1080 Zend/zend_operators.c if (Z_TYPE_P(op1) == IS_LONG) { Z_TYPE_P 1083 Zend/zend_operators.c } else if (Z_TYPE_P(op1) == IS_DOUBLE) { Z_TYPE_P 1086 Zend/zend_operators.c } else if (Z_TYPE_P(op1) == IS_STRING) { Z_TYPE_P 1089 Zend/zend_operators.c Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 1107 Zend/zend_operators.c if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) { Z_TYPE_P 1120 Zend/zend_operators.c Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 1147 Zend/zend_operators.c if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) { Z_TYPE_P 1160 Zend/zend_operators.c Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 1189 Zend/zend_operators.c if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) { Z_TYPE_P 1202 Zend/zend_operators.c Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 1294 Zend/zend_operators.c if (Z_TYPE_P(op1) != IS_STRING) { Z_TYPE_P 1297 Zend/zend_operators.c if (Z_TYPE_P(op2) != IS_STRING) { Z_TYPE_P 1356 Zend/zend_operators.c if (Z_TYPE_P(op1) != IS_STRING) { Z_TYPE_P 1359 Zend/zend_operators.c if (Z_TYPE_P(op2) != IS_STRING) { Z_TYPE_P 1404 Zend/zend_operators.c if (Z_TYPE_P(op1) != IS_STRING) { Z_TYPE_P 1407 Zend/zend_operators.c if (Z_TYPE_P(op2) != IS_STRING) { Z_TYPE_P 1470 Zend/zend_operators.c switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { Z_TYPE_P 1548 Zend/zend_operators.c if (Z_TYPE_P(op1) == IS_OBJECT) { Z_TYPE_P 1554 Zend/zend_operators.c } else if (Z_TYPE_P(op2) != IS_OBJECT && Z_OBJ_HT_P(op1)->cast_object) { Z_TYPE_P 1556 Zend/zend_operators.c if (Z_OBJ_HT_P(op1)->cast_object(op1, op_free, Z_TYPE_P(op2) TSRMLS_CC) == FAILURE) { Z_TYPE_P 1566 Zend/zend_operators.c if (Z_TYPE_P(op2) == IS_OBJECT) { Z_TYPE_P 1572 Zend/zend_operators.c } else if (Z_TYPE_P(op1) != IS_OBJECT && Z_OBJ_HT_P(op2)->cast_object) { Z_TYPE_P 1574 Zend/zend_operators.c if (Z_OBJ_HT_P(op2)->cast_object(op2, op_free, Z_TYPE_P(op1) TSRMLS_CC) == FAILURE) { Z_TYPE_P 1582 Zend/zend_operators.c } else if (Z_TYPE_P(op1) == IS_OBJECT) { Z_TYPE_P 1588 Zend/zend_operators.c if (Z_TYPE_P(op1) == IS_NULL) { Z_TYPE_P 1592 Zend/zend_operators.c } else if (Z_TYPE_P(op2) == IS_NULL) { Z_TYPE_P 1596 Zend/zend_operators.c } else if (Z_TYPE_P(op1) == IS_BOOL) { Z_TYPE_P 1600 Zend/zend_operators.c } else if (Z_TYPE_P(op2) == IS_BOOL) { Z_TYPE_P 1609 Zend/zend_operators.c } else if (Z_TYPE_P(op1)==IS_ARRAY) { Z_TYPE_P 1612 Zend/zend_operators.c } else if (Z_TYPE_P(op2)==IS_ARRAY) { Z_TYPE_P 1615 Zend/zend_operators.c } else if (Z_TYPE_P(op1)==IS_OBJECT) { Z_TYPE_P 1618 Zend/zend_operators.c } else if (Z_TYPE_P(op2)==IS_OBJECT) { Z_TYPE_P 1649 Zend/zend_operators.c Z_TYPE_P(result) = IS_BOOL; Z_TYPE_P 1650 Zend/zend_operators.c if (Z_TYPE_P(op1) != Z_TYPE_P(op2)) { Z_TYPE_P 1654 Zend/zend_operators.c switch (Z_TYPE_P(op1)) { Z_TYPE_P 1856 Zend/zend_operators.c switch (Z_TYPE_P(op1)) { Z_TYPE_P 1910 Zend/zend_operators.c switch (Z_TYPE_P(op1)) { Z_TYPE_P 2225 Zend/zend_operators.c Z_TYPE_P(result) = IS_LONG; Z_TYPE_P 508 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { Z_TYPE_P 539 Zend/zend_operators.h Z_TYPE_P(op1) = IS_DOUBLE; Z_TYPE_P 551 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { Z_TYPE_P 582 Zend/zend_operators.h Z_TYPE_P(op1) = IS_DOUBLE; Z_TYPE_P 594 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { Z_TYPE_P 595 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 652 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 655 Zend/zend_operators.h Z_TYPE_P(result) = IS_LONG; Z_TYPE_P 659 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 661 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 664 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) { Z_TYPE_P 665 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 667 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 669 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 671 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 680 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { Z_TYPE_P 681 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 742 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 744 Zend/zend_operators.h Z_TYPE_P(result) = IS_LONG; Z_TYPE_P 748 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 750 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 753 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) { Z_TYPE_P 754 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 756 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 758 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 760 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 769 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { Z_TYPE_P 770 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 774 Zend/zend_operators.h Z_TYPE_P(result) = overflow ? IS_DOUBLE : IS_LONG; Z_TYPE_P 776 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 778 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 781 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) { Z_TYPE_P 782 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 784 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 786 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 788 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 798 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op1) == IS_LONG) && 0) { Z_TYPE_P 799 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 803 Zend/zend_operators.h Z_TYPE_P(result) = IS_BOOL; Z_TYPE_P 808 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 812 Zend/zend_operators.h Z_TYPE_P(result) = IS_LONG; Z_TYPE_P 815 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 818 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 822 Zend/zend_operators.h Z_TYPE_P(result) = IS_BOOL; Z_TYPE_P 826 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 829 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE) && 0) { Z_TYPE_P 830 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 834 Zend/zend_operators.h Z_TYPE_P(result) = IS_BOOL; Z_TYPE_P 838 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 840 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 844 Zend/zend_operators.h Z_TYPE_P(result) = IS_BOOL; Z_TYPE_P 848 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 858 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { Z_TYPE_P 859 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 863 Zend/zend_operators.h Z_TYPE_P(result) = IS_BOOL; Z_TYPE_P 868 Zend/zend_operators.h Z_TYPE_P(result) = IS_LONG; Z_TYPE_P 872 Zend/zend_operators.h Z_TYPE_P(result) = IS_LONG; Z_TYPE_P 881 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { Z_TYPE_P 882 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 884 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 887 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) { Z_TYPE_P 888 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 890 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 900 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { Z_TYPE_P 901 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 903 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 906 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) { Z_TYPE_P 907 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 909 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 919 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { Z_TYPE_P 920 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 922 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 925 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) { Z_TYPE_P 926 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 928 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 938 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { Z_TYPE_P 939 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 941 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 944 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) { Z_TYPE_P 945 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 947 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 32 Zend/zend_variables.c switch (Z_TYPE_P(zvalue) & IS_CONSTANT_TYPE_MASK) { Z_TYPE_P 44 Zend/zend_variables.c Z_TYPE_P(zvalue) = IS_NULL; Z_TYPE_P 78 Zend/zend_variables.c switch (Z_TYPE_P(zvalue) & IS_CONSTANT_TYPE_MASK) { Z_TYPE_P 108 Zend/zend_variables.c switch (Z_TYPE_P(zvalue) & IS_CONSTANT_TYPE_MASK) { Z_TYPE_P 347 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 394 Zend/zend_vm_def.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 611 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 650 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 719 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 754 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 990 Zend/zend_vm_def.h if (OP1_TYPE == IS_TMP_VAR && Z_TYPE_P(z) == IS_OBJECT) { Z_TYPE_P 1021 Zend/zend_vm_def.h if (OP1_TYPE != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 1350 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 1473 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 1592 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { Z_TYPE_P 2115 Zend/zend_vm_def.h if (OP1_TYPE == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2145 Zend/zend_vm_def.h if (OP1_TYPE == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2175 Zend/zend_vm_def.h if (OP1_TYPE == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2209 Zend/zend_vm_def.h if (OP1_TYPE == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2240 Zend/zend_vm_def.h if (OP1_TYPE == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2302 Zend/zend_vm_def.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 2325 Zend/zend_vm_def.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 2353 Zend/zend_vm_def.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 2358 Zend/zend_vm_def.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 2405 Zend/zend_vm_def.h } else if (Z_TYPE_P(class_name) == IS_OBJECT) { Z_TYPE_P 2407 Zend/zend_vm_def.h } else if (Z_TYPE_P(class_name) == IS_STRING) { Z_TYPE_P 2436 Zend/zend_vm_def.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 2449 Zend/zend_vm_def.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 2556 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 2656 Zend/zend_vm_def.h if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) { Z_TYPE_P 2677 Zend/zend_vm_def.h EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) && Z_TYPE_P 2695 Zend/zend_vm_def.h EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) && Z_TYPE_P 2966 Zend/zend_vm_def.h if (OP1_TYPE == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) { Z_TYPE_P 3257 Zend/zend_vm_def.h if ((Z_TYPE_P(assignment_value) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT || Z_TYPE_P 3258 Zend/zend_vm_def.h Z_TYPE_P(assignment_value)==IS_CONSTANT_ARRAY) { Z_TYPE_P 3434 Zend/zend_vm_def.h UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT)) { Z_TYPE_P 3473 Zend/zend_vm_def.h Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 3625 Zend/zend_vm_def.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 3903 Zend/zend_vm_def.h if (OP1_TYPE != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 3975 Zend/zend_vm_def.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 4144 Zend/zend_vm_def.h if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 4150 Zend/zend_vm_def.h } else if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 4396 Zend/zend_vm_def.h if (OP1_TYPE != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 4470 Zend/zend_vm_def.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 4476 Zend/zend_vm_def.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 4528 Zend/zend_vm_def.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 4552 Zend/zend_vm_def.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 4555 Zend/zend_vm_def.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 4556 Zend/zend_vm_def.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 4557 Zend/zend_vm_def.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 4568 Zend/zend_vm_def.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 4617 Zend/zend_vm_def.h if (Z_TYPE_P(ptr) == IS_LONG) { Z_TYPE_P 4913 Zend/zend_vm_def.h if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->get_class_entry) { Z_TYPE_P 5163 Zend/zend_vm_def.h if ((Z_TYPE_P(val) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT || Z_TYPE_P(val) == IS_CONSTANT_ARRAY) { Z_TYPE_P 5168 Zend/zend_vm_def.h if (Z_TYPE_P(val) == IS_CONSTANT_ARRAY) { Z_TYPE_P 5223 Zend/zend_vm_def.h if (Z_TYPE_P(var_ptr) != IS_OBJECT && Z_TYPE_P 5361 Zend/zend_vm_def.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 1207 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_OBJECT) { Z_TYPE_P 1209 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_STRING) { Z_TYPE_P 1253 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) { Z_TYPE_P 1274 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) && Z_TYPE_P 1292 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) && Z_TYPE_P 1410 Zend/zend_vm_execute.h if ((Z_TYPE_P(assignment_value) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT || Z_TYPE_P 1411 Zend/zend_vm_execute.h Z_TYPE_P(assignment_value)==IS_CONSTANT_ARRAY) { Z_TYPE_P 1531 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_OBJECT) { Z_TYPE_P 1533 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_STRING) { Z_TYPE_P 1578 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) { Z_TYPE_P 1599 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) && Z_TYPE_P 1617 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) && Z_TYPE_P 1718 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_OBJECT) { Z_TYPE_P 1720 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_STRING) { Z_TYPE_P 1765 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) { Z_TYPE_P 1786 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) && Z_TYPE_P 1804 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) && Z_TYPE_P 1905 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_OBJECT) { Z_TYPE_P 1907 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_STRING) { Z_TYPE_P 1944 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_OBJECT) { Z_TYPE_P 1946 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_STRING) { Z_TYPE_P 1990 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) { Z_TYPE_P 2011 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) && Z_TYPE_P 2029 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) && Z_TYPE_P 2142 Zend/zend_vm_execute.h if (IS_CONST == IS_TMP_VAR && Z_TYPE_P(z) == IS_OBJECT) { Z_TYPE_P 2169 Zend/zend_vm_execute.h if (IS_CONST == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2199 Zend/zend_vm_execute.h if (IS_CONST == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2229 Zend/zend_vm_execute.h if (IS_CONST == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2263 Zend/zend_vm_execute.h if (IS_CONST == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2294 Zend/zend_vm_execute.h if (IS_CONST == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2459 Zend/zend_vm_execute.h if (IS_CONST == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) { Z_TYPE_P 2535 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT)) { Z_TYPE_P 2574 Zend/zend_vm_execute.h Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 2829 Zend/zend_vm_execute.h if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 2835 Zend/zend_vm_execute.h } else if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 2933 Zend/zend_vm_execute.h if (Z_TYPE_P(ptr) == IS_LONG) { Z_TYPE_P 3338 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 3517 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { Z_TYPE_P 3585 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 3810 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 3895 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 3973 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 4044 Zend/zend_vm_execute.h if ((Z_TYPE_P(val) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT || Z_TYPE_P(val) == IS_CONSTANT_ARRAY) { Z_TYPE_P 4049 Zend/zend_vm_execute.h if (Z_TYPE_P(val) == IS_CONSTANT_ARRAY) { Z_TYPE_P 4194 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 4577 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 4706 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 4887 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 5211 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 5434 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 5563 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 5648 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 5726 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 5907 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 5956 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 6160 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 6271 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 6356 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 6434 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 6639 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 7022 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 7210 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 7391 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 7461 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_TMP_VAR && Z_TYPE_P(z) == IS_OBJECT) { Z_TYPE_P 7489 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 7519 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 7549 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 7583 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 7614 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 7769 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) { Z_TYPE_P 7846 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT)) { Z_TYPE_P 7885 Zend/zend_vm_execute.h Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 8140 Zend/zend_vm_execute.h if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 8146 Zend/zend_vm_execute.h } else if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 8244 Zend/zend_vm_execute.h if (Z_TYPE_P(ptr) == IS_LONG) { Z_TYPE_P 8401 Zend/zend_vm_execute.h if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->get_class_entry) { Z_TYPE_P 8701 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 8880 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { Z_TYPE_P 8906 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 8929 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 8955 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 8968 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 9078 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 9163 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 9241 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 9422 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 9768 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 9773 Zend/zend_vm_execute.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 9811 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 9824 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 9936 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 10117 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 10441 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 10627 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 10632 Zend/zend_vm_execute.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 10670 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 10683 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 10795 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 10880 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 10958 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 11139 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 11188 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 11380 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 11465 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 11543 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 11724 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 12070 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 12075 Zend/zend_vm_execute.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 12112 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 12125 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 12235 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 12416 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 12666 Zend/zend_vm_execute.h if (IS_VAR == IS_TMP_VAR && Z_TYPE_P(z) == IS_OBJECT) { Z_TYPE_P 12694 Zend/zend_vm_execute.h if (IS_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 12724 Zend/zend_vm_execute.h if (IS_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 12754 Zend/zend_vm_execute.h if (IS_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 12788 Zend/zend_vm_execute.h if (IS_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 12819 Zend/zend_vm_execute.h if (IS_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 12975 Zend/zend_vm_execute.h if (IS_VAR == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) { Z_TYPE_P 13163 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT)) { Z_TYPE_P 13202 Zend/zend_vm_execute.h Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 13457 Zend/zend_vm_execute.h if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 13463 Zend/zend_vm_execute.h } else if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 13693 Zend/zend_vm_execute.h if (Z_TYPE_P(ptr) == IS_LONG) { Z_TYPE_P 13822 Zend/zend_vm_execute.h if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->get_class_entry) { Z_TYPE_P 14126 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 14173 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 14389 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 14428 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 14497 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 14532 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 14592 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 14920 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 15043 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 15334 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 15347 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 15453 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 15678 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 15763 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 15835 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 15982 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 16056 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 16062 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 16114 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 16138 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 16141 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 16142 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 16143 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 16154 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 16317 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 16645 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 16692 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 16909 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 16948 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 17017 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 17052 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 17276 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 17399 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 17691 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 17704 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 17811 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 17940 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 18019 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 18155 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 18161 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 18213 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 18237 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 18240 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 18241 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 18242 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 18253 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 18416 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 18744 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 18791 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 19008 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 19047 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 19116 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 19151 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 19211 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 19539 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 19662 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 20009 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 20022 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 20129 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 20258 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 20343 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 20415 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 20562 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 20636 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 20642 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 20694 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 20718 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 20721 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 20722 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 20723 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 20734 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 20897 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 20950 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 20997 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 21204 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 21578 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 21689 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 21774 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 21852 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 21918 Zend/zend_vm_execute.h if (Z_TYPE_P(var_ptr) != IS_OBJECT && Z_TYPE_P 22056 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 22384 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 22431 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 22647 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 22686 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 22755 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 22790 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 23014 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 23137 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 23481 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 23494 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 23600 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 23728 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 23807 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 23943 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 23949 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 24001 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 24025 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 24028 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 24029 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 24030 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 24041 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 24204 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 24252 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT)) { Z_TYPE_P 24291 Zend/zend_vm_execute.h Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 24315 Zend/zend_vm_execute.h if (Z_TYPE_P(ptr) == IS_LONG) { Z_TYPE_P 24344 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 24391 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 24606 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 24645 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 24714 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 24749 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 24808 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 24929 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 25078 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 25101 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 25127 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 25140 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 25323 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 25457 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 25463 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 25515 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 25539 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 25542 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 25543 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 25544 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 25555 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 25714 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 25766 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 25813 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 26029 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 26068 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 26137 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 26172 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 26231 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 26352 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 26506 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 26511 Zend/zend_vm_execute.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 26549 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 26562 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 26649 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 26783 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 26789 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 26841 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 26865 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 26868 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 26869 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 26870 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 26881 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 27040 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 27092 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 27139 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 27355 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 27394 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 27463 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 27498 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 27557 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 27678 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 27832 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 27837 Zend/zend_vm_execute.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 27875 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 27888 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 27975 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 28109 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 28115 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 28167 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 28191 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 28194 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 28195 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 28196 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 28207 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 28366 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 28419 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 28466 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 28795 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 28847 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 28894 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 29109 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 29148 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 29217 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 29252 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 29311 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 29432 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 29586 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 29591 Zend/zend_vm_execute.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 29628 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 29641 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 29727 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 29861 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 29867 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 29919 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 29943 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 29946 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 29947 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 29948 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 29959 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 30118 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 30364 Zend/zend_vm_execute.h if (IS_CV == IS_TMP_VAR && Z_TYPE_P(z) == IS_OBJECT) { Z_TYPE_P 30391 Zend/zend_vm_execute.h if (IS_CV == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 30421 Zend/zend_vm_execute.h if (IS_CV == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 30451 Zend/zend_vm_execute.h if (IS_CV == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 30485 Zend/zend_vm_execute.h if (IS_CV == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 30516 Zend/zend_vm_execute.h if (IS_CV == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 30657 Zend/zend_vm_execute.h if (IS_CV == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) { Z_TYPE_P 30833 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT)) { Z_TYPE_P 30872 Zend/zend_vm_execute.h Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 31127 Zend/zend_vm_execute.h if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 31133 Zend/zend_vm_execute.h } else if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 31231 Zend/zend_vm_execute.h if (Z_TYPE_P(ptr) == IS_LONG) { Z_TYPE_P 31357 Zend/zend_vm_execute.h if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->get_class_entry) { Z_TYPE_P 31661 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 31708 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 31923 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 31962 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 32031 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 32066 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 32126 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 32453 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 32574 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 32863 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 32876 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 32986 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 33071 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 33143 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 33288 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 33362 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 33368 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 33420 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 33444 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 33447 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 33448 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 33449 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 33460 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 33619 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 33947 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 33994 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 34210 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 34249 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 34318 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 34353 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 34576 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 34697 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 34987 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 35000 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 35112 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 35191 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 35325 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 35331 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 35383 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 35407 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 35410 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 35411 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 35412 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 35423 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 35582 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 35910 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 35957 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 36173 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 36212 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 36281 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 36316 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 36376 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 36703 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 36824 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 37168 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 37181 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 37293 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 37378 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 37450 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 37595 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 37669 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 37675 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 37727 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 37751 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 37754 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 37755 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 37756 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 37767 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 37926 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 37979 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 38026 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 38232 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 38593 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 38678 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 38756 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 38937 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 39265 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 39312 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 39527 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 39566 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 39635 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 39670 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 39893 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 40014 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 40355 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 40368 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 40478 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 40557 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 40691 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 40697 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 40749 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 40773 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 40776 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 40777 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 40778 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 40789 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 40948 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 235 ext/bcmath/bcmath.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 274 ext/bcmath/bcmath.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 313 ext/bcmath/bcmath.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 352 ext/bcmath/bcmath.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 388 ext/bcmath/bcmath.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 432 ext/bcmath/bcmath.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 476 ext/bcmath/bcmath.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 511 ext/bcmath/bcmath.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 545 ext/bcmath/bcmath.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 361 ext/bz2/bz2.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 352 ext/bz2/bz2_filter.c if (Z_TYPE_P(filterparams) == IS_ARRAY || Z_TYPE_P(filterparams) == IS_OBJECT) { Z_TYPE_P 390 ext/bz2/bz2_filter.c if (Z_TYPE_P(filterparams) == IS_ARRAY || Z_TYPE_P(filterparams) == IS_OBJECT) { Z_TYPE_P 120 ext/calendar/easter.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 667 ext/com_dotnet/com_com.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 697 ext/com_dotnet/com_com.c if (sink && Z_TYPE_P(sink) == IS_ARRAY) { Z_TYPE_P 756 ext/com_dotnet/com_com.c if (Z_TYPE_P(arg1) == IS_OBJECT) { Z_TYPE_P 63 ext/com_dotnet/com_misc.c Z_TYPE_P(z) = IS_OBJECT; Z_TYPE_P 87 ext/com_dotnet/com_misc.c Z_TYPE_P(z) = IS_OBJECT; Z_TYPE_P 350 ext/com_dotnet/com_persist.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 463 ext/com_dotnet/com_saproxy.c Z_TYPE_P(proxy_out) = IS_OBJECT; Z_TYPE_P 105 ext/com_dotnet/com_variant.c zend_uchar ztype = (z == NULL ? IS_NULL : Z_TYPE_P(z)); Z_TYPE_P 221 ext/com_dotnet/com_variant.c Z_TYPE_P(z) = IS_STRING; Z_TYPE_P 624 ext/com_dotnet/com_wrapper.c if (Z_TYPE_P(val) != IS_OBJECT) { Z_TYPE_P 149 ext/ctype/ctype.c if (Z_TYPE_P(c) == IS_LONG) { \ Z_TYPE_P 164 ext/ctype/ctype.c if (Z_TYPE_P(c) == IS_LONG) zval_dtor(&tmp); \ Z_TYPE_P 169 ext/ctype/ctype.c if (Z_TYPE_P(c) == IS_LONG) zval_dtor(&tmp); \ Z_TYPE_P 173 ext/ctype/ctype.c if (Z_TYPE_P(c) == IS_LONG) zval_dtor(&tmp); \ Z_TYPE_P 1358 ext/curl/interface.c if (Z_TYPE_P(retval_ptr) != IS_LONG) { Z_TYPE_P 1424 ext/curl/interface.c if (Z_TYPE_P(retval_ptr) != IS_LONG) { Z_TYPE_P 1503 ext/curl/interface.c if (Z_TYPE_P(retval_ptr) != IS_LONG) { Z_TYPE_P 1581 ext/curl/interface.c if (Z_TYPE_P(retval_ptr) == IS_STRING) { Z_TYPE_P 1656 ext/curl/interface.c if (Z_TYPE_P(retval_ptr) != IS_LONG) { Z_TYPE_P 1721 ext/curl/interface.c } else if (Z_TYPE_P(retval) == IS_STRING) { Z_TYPE_P 2624 ext/curl/interface.c if(Z_TYPE_P(prop) != IS_STRING) { Z_TYPE_P 2634 ext/curl/interface.c if(Z_TYPE_P(prop) == IS_STRING && Z_STRLEN_P(prop) > 0) { Z_TYPE_P 2638 ext/curl/interface.c if(Z_TYPE_P(prop) == IS_STRING && Z_STRLEN_P(prop) > 0) { Z_TYPE_P 122 ext/curl/multi.c return (Z_TYPE_P( z1 ) == Z_TYPE_PP( z2 ) && Z_TYPE_P 123 ext/curl/multi.c Z_TYPE_P( z1 ) == IS_RESOURCE && Z_TYPE_P 2170 ext/date/php_date.c Z_TYPE_P(new_object) = IS_OBJECT; Z_TYPE_P 5013 ext/date/php_date.c if (Z_TYPE_P(zv) == IS_OBJECT && Z_OBJ_HANDLER_P(zv, clone_obj)) { Z_TYPE_P 5017 ext/date/php_date.c Z_TYPE_P(zv) = IS_OBJECT; Z_TYPE_P 205 ext/dba/dba.c if (Z_TYPE_P(key) == IS_ARRAY) { Z_TYPE_P 600 ext/dba/dba.c if (Z_TYPE_P(le) == le_db || Z_TYPE_P(le) == le_pdb) { Z_TYPE_P 665 ext/dba/dba.c if (Z_TYPE_P(le) != le_pdb) { Z_TYPE_P 1056 ext/dba/dba.c if (Z_TYPE_P(zkey) == IS_NULL || (Z_TYPE_P(zkey) == IS_BOOL && !Z_LVAL_P(zkey))) { Z_TYPE_P 1245 ext/dba/dba.c if (Z_TYPE_P(le) == le_db || Z_TYPE_P(le) == le_pdb) { Z_TYPE_P 453 ext/dom/php_dom.c retval = (Z_TYPE_P(tmp) != IS_NULL); Z_TYPE_P 519 ext/dom/php_dom.c } else if (Z_TYPE_P(value) == IS_OBJECT) { Z_TYPE_P 1417 ext/dom/php_dom.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported node type: %d", Z_TYPE_P(obj)); Z_TYPE_P 193 ext/enchant/enchant.c if (Z_TYPE_P(zdesc)!=IS_ARRAY) { Z_TYPE_P 231 ext/enchant/enchant.c if (Z_TYPE_P(zdesc) != IS_ARRAY) { Z_TYPE_P 431 ext/fileinfo/fileinfo.c switch (Z_TYPE_P(what)) { Z_TYPE_P 2091 ext/fileinfo/libmagic/softmagic.c } else if ((Z_LVAL_P(retval) > 0) && (Z_TYPE_P(subpats) == IS_ARRAY)) { Z_TYPE_P 2139 ext/fileinfo/libmagic/softmagic.c Z_TYPE_P(pattern_match) = IS_STRING; Z_TYPE_P 2157 ext/fileinfo/libmagic/softmagic.c Z_TYPE_P(pattern_offset) = IS_LONG; Z_TYPE_P 32 ext/filter/callback_filter.c Z_TYPE_P(value) = IS_NULL; Z_TYPE_P 50 ext/filter/callback_filter.c Z_TYPE_P(value) = IS_NULL; Z_TYPE_P 394 ext/filter/filter.c options && (Z_TYPE_P(options) == IS_ARRAY || Z_TYPE_P(options) == IS_OBJECT) && Z_TYPE_P 230 ext/filter/logical_filters.c Z_TYPE_P(value) = IS_LONG; Z_TYPE_P 391 ext/filter/logical_filters.c Z_TYPE_P(value) = IS_DOUBLE; Z_TYPE_P 399 ext/filter/logical_filters.c Z_TYPE_P(value) = IS_DOUBLE; Z_TYPE_P 455 ext/filter/logical_filters.c if (Z_TYPE_P(value) != IS_STRING || old_len != Z_STRLEN_P(value)) { Z_TYPE_P 1381 ext/ftp/php_ftp.c if (Z_TYPE_P(z_value) != IS_LONG) { Z_TYPE_P 1394 ext/ftp/php_ftp.c if (Z_TYPE_P(z_value) != IS_BOOL) { Z_TYPE_P 5296 ext/gd/gd.c if (!options || Z_TYPE_P(options) != IS_ARRAY) { Z_TYPE_P 121 ext/gd/gd_ctx.c if (Z_TYPE_P(to_zval) == IS_RESOURCE) { Z_TYPE_P 126 ext/gd/gd_ctx.c } else if (Z_TYPE_P(to_zval) == IS_STRING) { Z_TYPE_P 2218 ext/iconv/iconv.c if (Z_TYPE_P(pval) != IS_LONG) { Z_TYPE_P 629 ext/imap/php_imap.c if (Z_TYPE_P(arg) == IS_OBJECT) { Z_TYPE_P 644 ext/imap/php_imap.c if (Z_TYPE_P(arg) == IS_OBJECT) { Z_TYPE_P 448 ext/interbase/ibase_query.c if (Z_TYPE_P(val) == IS_ARRAY) { Z_TYPE_P 454 ext/interbase/ibase_query.c if (Z_TYPE_P(val) == IS_ARRAY && Z_TYPE_P 466 ext/interbase/ibase_query.c if (Z_TYPE_P(val) == IS_ARRAY) { Z_TYPE_P 471 ext/interbase/ibase_query.c if (Z_TYPE_P(val) == IS_ARRAY) { Z_TYPE_P 477 ext/interbase/ibase_query.c if (Z_TYPE_P(val) == IS_NULL) { Z_TYPE_P 650 ext/interbase/ibase_query.c switch (Z_TYPE_P(b_var)) { Z_TYPE_P 692 ext/interbase/ibase_query.c if (Z_TYPE_P(b_var) == IS_LONG) { Z_TYPE_P 762 ext/interbase/ibase_query.c if (Z_TYPE_P(b_var) != IS_ARRAY) { Z_TYPE_P 1677 ext/interbase/ibase_query.c if (Z_TYPE_P(return_value) == IS_ARRAY) { Z_TYPE_P 945 ext/interbase/interbase.c if (Z_TYPE_P(le) != le_index_ptr) { Z_TYPE_P 968 ext/interbase/interbase.c if (Z_TYPE_P(le) != le_plink) { Z_TYPE_P 103 ext/intl/breakiterator/rulebasedbreakiterator_methods.cpp if (Z_TYPE_P(return_value) == IS_NULL) { Z_TYPE_P 124 ext/intl/breakiterator/rulebasedbreakiterator_methods.cpp Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 184 ext/intl/calendar/calendar_class.cpp Z_TYPE_P(ztz_debug) = IS_ARRAY; Z_TYPE_P 1184 ext/intl/calendar/calendar_methods.cpp if (!zv_timestamp || Z_TYPE_P(zv_timestamp) != IS_LONG) { Z_TYPE_P 1297 ext/intl/calendar/calendar_methods.cpp if (retval == NULL || Z_TYPE_P(retval) == IS_BOOL) { Z_TYPE_P 176 ext/intl/calendar/gregoriancalendar_methods.cpp if (Z_TYPE_P(return_value) == IS_NULL) { Z_TYPE_P 191 ext/intl/calendar/gregoriancalendar_methods.cpp if (Z_TYPE_P(return_value) == IS_NULL) { Z_TYPE_P 58 ext/intl/collator/collator_convert.c if( Z_TYPE_P( *hashData ) != IS_STRING ) Z_TYPE_P 102 ext/intl/collator/collator_convert.c if( Z_TYPE_P( *hashData ) != IS_STRING ) Z_TYPE_P 252 ext/intl/collator/collator_convert.c if( Z_TYPE_P( obj ) != IS_OBJECT ) Z_TYPE_P 262 ext/intl/collator/collator_convert.c switch( Z_TYPE_P( zstr ) ) Z_TYPE_P 355 ext/intl/collator/collator_convert.c if( Z_TYPE_P(num) == IS_LONG ) Z_TYPE_P 380 ext/intl/collator/collator_convert.c if( Z_TYPE_P( str ) != IS_STRING ) Z_TYPE_P 394 ext/intl/collator/collator_convert.c Z_TYPE_P(num) = is_numeric; Z_TYPE_P 419 ext/intl/collator/collator_convert.c if( Z_TYPE_P(arg) != IS_STRING ) Z_TYPE_P 455 ext/intl/collator/collator_convert.c if( Z_TYPE_P( arg ) != IS_STRING ) Z_TYPE_P 69 ext/intl/collator/collator_sort.c if( Z_TYPE_P(str1) == IS_STRING && Z_TYPE_P(str2) == IS_STRING && Z_TYPE_P 154 ext/intl/collator/collator_sort.c if( Z_TYPE_P(op1) == IS_STRING ) Z_TYPE_P 160 ext/intl/collator/collator_sort.c if( Z_TYPE_P(op2) == IS_STRING ) Z_TYPE_P 187 ext/intl/common/common_date.cpp switch (Z_TYPE_P(z)) { Z_TYPE_P 161 ext/intl/converter/converter.c switch (Z_TYPE_P(val)) { Z_TYPE_P 260 ext/intl/converter/converter.c if (Z_TYPE_P(zerror) == IS_LONG) { Z_TYPE_P 273 ext/intl/converter/converter.c switch (Z_TYPE_P(val)) { Z_TYPE_P 357 ext/intl/converter/converter.c if (Z_TYPE_P(zerror) == IS_LONG) { Z_TYPE_P 64 ext/intl/dateformat/dateformat_attrcpp.cpp Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 171 ext/intl/dateformat/dateformat_format.c if (Z_TYPE_P(zarg) == IS_ARRAY) { Z_TYPE_P 214 ext/intl/dateformat/dateformat_format_object.cpp Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 42 ext/intl/dateformat/dateformat_helpers.cpp if (calendar_zv == NULL || Z_TYPE_P(calendar_zv) == IS_NULL) { Z_TYPE_P 50 ext/intl/dateformat/dateformat_helpers.cpp } else if (Z_TYPE_P(calendar_zv) == IS_LONG) { Z_TYPE_P 71 ext/intl/dateformat/dateformat_helpers.cpp } else if (Z_TYPE_P(calendar_zv) == IS_OBJECT && Z_TYPE_P 173 ext/intl/resourcebundle/resourcebundle_class.c if(Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 177 ext/intl/resourcebundle/resourcebundle_class.c } else if(Z_TYPE_P(offset) == IS_STRING) { Z_TYPE_P 324 ext/intl/timezone/timezone_methods.cpp Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 408 ext/intl/timezone/timezone_methods.cpp Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 577 ext/intl/timezone/timezone_methods.cpp Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 220 ext/intl/transliterator/transliterator_class.c if( Z_TYPE_P( member ) != IS_STRING ) \ Z_TYPE_P 231 ext/intl/transliterator/transliterator_class.c if( Z_TYPE_P( member ) != IS_STRING ) \ Z_TYPE_P 561 ext/json/json.c if (Z_TYPE_P(val) == IS_ARRAY) { Z_TYPE_P 588 ext/json/json.c if ((Z_TYPE_P(retval) == IS_OBJECT) && Z_TYPE_P 603 ext/json/json.c switch (Z_TYPE_P(val)) Z_TYPE_P 757 ext/json/json.c if (Z_TYPE_P(return_value) != IS_NULL) { Z_TYPE_P 673 ext/ldap/ldap.c if (Z_TYPE_P(link) == IS_ARRAY) { Z_TYPE_P 685 ext/ldap/ldap.c if (Z_TYPE_P(base_dn) == IS_ARRAY) { Z_TYPE_P 696 ext/ldap/ldap.c if (Z_TYPE_P(base_dn) == IS_STRING) { Z_TYPE_P 779 ext/ldap/ldap.c if (Z_TYPE_P(base_dn) == IS_STRING) { Z_TYPE_P 1600 ext/ldap/ldap.c if (Z_TYPE_P(mod) != IS_ARRAY) { Z_TYPE_P 1634 ext/ldap/ldap.c if (Z_TYPE_P(modinfo) != IS_STRING) { Z_TYPE_P 1645 ext/ldap/ldap.c if (Z_TYPE_P(modinfo) != IS_LONG) { Z_TYPE_P 1677 ext/ldap/ldap.c if (Z_TYPE_P(modinfo) != IS_ARRAY) { Z_TYPE_P 1705 ext/ldap/ldap.c if (Z_TYPE_P(modval) != IS_STRING) { Z_TYPE_P 2054 ext/ldap/ldap.c if (Z_TYPE_P(link) == IS_NULL) { Z_TYPE_P 2493 ext/ldap/ldap.c if (Z_TYPE_P(callback) == IS_STRING && Z_STRLEN_P(callback) == 0) { Z_TYPE_P 2597 ext/ldap/ldap.c if (Z_TYPE_P(link) == IS_NULL) { Z_TYPE_P 632 ext/libxml/libxml.c } else if (Z_TYPE_P(retval_ptr) == IS_STRING) { Z_TYPE_P 635 ext/libxml/libxml.c } else if (Z_TYPE_P(retval_ptr) == IS_RESOURCE) { Z_TYPE_P 663 ext/libxml/libxml.c } else if (Z_TYPE_P(retval_ptr) != IS_NULL) { Z_TYPE_P 792 ext/mbstring/mbstring.c if (Z_TYPE_P(array) == IS_ARRAY) { Z_TYPE_P 3053 ext/mbstring/mbstring.c switch (Z_TYPE_P(arg_old)) { Z_TYPE_P 3202 ext/mbstring/mbstring.c switch (Z_TYPE_P(encoding_list)) { Z_TYPE_P 3748 ext/mbstring/mbstring.c if (Z_TYPE_P(zconvmap) == IS_ARRAY) { Z_TYPE_P 1209 ext/mbstring/php_mbregex.c if (MBREX(search_str) != NULL && Z_TYPE_P(MBREX(search_str)) == IS_STRING){ Z_TYPE_P 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) { Z_TYPE_P 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)))) { Z_TYPE_P 172 ext/mcrypt/mcrypt_filter.c if (!filterparams || Z_TYPE_P(filterparams) != IS_ARRAY) { Z_TYPE_P 300 ext/mssql/php_mssql.c if (Z_TYPE_P(le) == le_result) { Z_TYPE_P 713 ext/mssql/php_mssql.c if (Z_TYPE_P(le) != le_plink) { Z_TYPE_P 767 ext/mssql/php_mssql.c if (Z_TYPE_P(index_ptr) != le_index_ptr) { Z_TYPE_P 778 ext/mssql/php_mssql.c Z_TYPE_P(return_value) = IS_RESOURCE; Z_TYPE_P 1588 ext/mssql/php_mssql.c if (Z_TYPE_P(return_value)==IS_ARRAY) { Z_TYPE_P 538 ext/mysql/php_mysql.c if (Z_TYPE_P(zv) != IS_RESOURCE) { Z_TYPE_P 918 ext/mysql/php_mysql.c if (Z_TYPE_P(le) != le_plink) { Z_TYPE_P 967 ext/mysql/php_mysql.c if (Z_TYPE_P(index_ptr) != le_index_ptr) { Z_TYPE_P 976 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_RESOURCE; Z_TYPE_P 1825 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 1848 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 1905 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 1941 ext/mysql/php_mysql.c switch(Z_TYPE_P(field)) { Z_TYPE_P 1994 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 2007 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_NULL; Z_TYPE_P 2031 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 2049 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 2125 ext/mysql/php_mysql.c Z_TYPE_P(data) = IS_STRING; Z_TYPE_P 2160 ext/mysql/php_mysql.c if (into_object && Z_TYPE_P(return_value) != IS_BOOL) { Z_TYPE_P 2176 ext/mysql/php_mysql.c if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) { Z_TYPE_P 2177 ext/mysql/php_mysql.c if (Z_TYPE_P(ctor_params) == IS_ARRAY) { Z_TYPE_P 2244 ext/mysql/php_mysql.c if (Z_TYPE_P(return_value) == IS_ARRAY) { Z_TYPE_P 2431 ext/mysql/php_mysql.c add_property_long(return_value, "numeric", IS_NUM(Z_TYPE_P(mysql_field))?1:0); Z_TYPE_P 2433 ext/mysql/php_mysql.c add_property_string(return_value, "type", php_mysql_get_field_name(Z_TYPE_P(mysql_field)), 1); Z_TYPE_P 2499 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 2504 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 2508 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 2511 ext/mysql/php_mysql.c Z_STRVAL_P(return_value) = php_mysql_get_field_name(Z_TYPE_P(mysql_field)); Z_TYPE_P 2514 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 2587 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 438 ext/mysqli/mysqli.c ret = Z_TYPE_P(value) != IS_NULL? 1:0; Z_TYPE_P 537 ext/mysqli/mysqli.c if (Z_TYPE_P(zv) == IS_OBJECT && instanceof_function(Z_OBJCE_P(zv), mysqli_link_class_entry TSRMLS_CC)) { Z_TYPE_P 1197 ext/mysqli/mysqli.c Z_TYPE_P(res) = IS_STRING; Z_TYPE_P 1281 ext/mysqli/mysqli.c if (into_object && Z_TYPE_P(return_value) == IS_ARRAY) { Z_TYPE_P 1297 ext/mysqli/mysqli.c if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) { Z_TYPE_P 1298 ext/mysqli/mysqli.c if (Z_TYPE_P(ctor_params) == IS_ARRAY) { Z_TYPE_P 713 ext/mysqli/mysqli_api.c if (Z_TYPE_P(le) == php_le_pmysqli()) { Z_TYPE_P 930 ext/mysqli/mysqli_api.c if (the_var == stmt->param.vars[i] && Z_TYPE_P(stmt->param.vars[i]) != IS_STRING) { Z_TYPE_P 939 ext/mysqli/mysqli_api.c if (the_var == stmt->param.vars[i] && Z_TYPE_P(stmt->param.vars[i]) != IS_DOUBLE) { Z_TYPE_P 948 ext/mysqli/mysqli_api.c if (the_var == stmt->param.vars[i] && Z_TYPE_P(stmt->param.vars[i]) != IS_LONG) { Z_TYPE_P 1024 ext/mysqli/mysqli_api.c if (Z_TYPE_P(stmt->result.vars[i]) == IS_STRING) { Z_TYPE_P 167 ext/mysqli/mysqli_nonapi.c if (Z_TYPE_P(le) == php_le_pmysqli()) { Z_TYPE_P 646 ext/mysqli/mysqli_nonapi.c if (Z_TYPE_P(in_array) != IS_ARRAY) { Z_TYPE_P 89 ext/mysqli/mysqli_result_iterator.c return iterator->current_row && Z_TYPE_P(iterator->current_row) == IS_ARRAY ? SUCCESS : FAILURE; Z_TYPE_P 118 ext/mysqli/mysqli_result_iterator.c if (Z_TYPE_P(iterator->current_row) == IS_ARRAY) { Z_TYPE_P 144 ext/mysqli/mysqli_warning.c if (Z_TYPE_P(row) != IS_ARRAY) { Z_TYPE_P 239 ext/mysqli/php_mysqli_structs.h Z_TYPE_P(return_value) = IS_OBJECT; \ Z_TYPE_P 248 ext/mysqli/php_mysqli_structs.h Z_TYPE_P(object) = IS_OBJECT;\ Z_TYPE_P 48 ext/mysqlnd/mysqlnd_priv.h Z_TYPE_P(arg) = IS_ARRAY;\ Z_TYPE_P 753 ext/mysqlnd/mysqlnd_ps.c if (Z_TYPE_P(current_row[i]) >= IS_STRING) { Z_TYPE_P 772 ext/mysqlnd/mysqlnd_ps.c DBG_INF_FMT("i=%u type=%u", i, Z_TYPE_P(current_row[i])); Z_TYPE_P 773 ext/mysqlnd/mysqlnd_ps.c if (Z_TYPE_P(current_row[i]) != IS_NULL) { Z_TYPE_P 782 ext/mysqlnd/mysqlnd_ps.c Z_TYPE_P(stmt->result_bind[i].zv) = Z_TYPE_P(current_row[i]); Z_TYPE_P 874 ext/mysqlnd/mysqlnd_ps.c if (IS_NULL != (Z_TYPE_P(stmt->result_bind[i].zv) = Z_TYPE_P(data)) ) { Z_TYPE_P 875 ext/mysqlnd/mysqlnd_ps.c if ((Z_TYPE_P(data) == IS_STRING) && (result->meta->fields[i].max_length < (unsigned long) Z_STRLEN_P(data))) { Z_TYPE_P 1054 ext/mysqlnd/mysqlnd_ps.c Z_TYPE_P(data), Z_REFCOUNT_P(stmt->result_bind[i].zv)); Z_TYPE_P 1055 ext/mysqlnd/mysqlnd_ps.c if (IS_NULL != (Z_TYPE_P(stmt->result_bind[i].zv) = Z_TYPE_P(data))) { Z_TYPE_P 1056 ext/mysqlnd/mysqlnd_ps.c if ((Z_TYPE_P(data) == IS_STRING) && (result->meta->fields[i].max_length < (unsigned long) Z_STRLEN_P(data))) { Z_TYPE_P 582 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_NULL && (current_type == MYSQL_TYPE_LONG || current_type == MYSQL_TYPE_LONGLONG)) { Z_TYPE_P 584 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG && Z_TYPE_P 594 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG) { Z_TYPE_P 656 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_NULL && (current_type == MYSQL_TYPE_LONG || current_type == MYSQL_TYPE_LONGLONG)) { Z_TYPE_P 661 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG) { Z_TYPE_P 667 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(tmp_data) == IS_STRING) { Z_TYPE_P 690 ext/mysqlnd/mysqlnd_ps_codec.c if (!the_var || (stmt->param_bind[i].type != MYSQL_TYPE_LONG_BLOB && Z_TYPE_P(the_var) == IS_NULL)) { Z_TYPE_P 709 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(the_var) != IS_DOUBLE) { Z_TYPE_P 721 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(tmp_data) == IS_STRING) { Z_TYPE_P 731 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(tmp_data) == IS_STRING) { Z_TYPE_P 751 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(the_var) != IS_STRING) { Z_TYPE_P 795 ext/mysqlnd/mysqlnd_ps_codec.c if (stmt->param_bind[i].zv && Z_TYPE_P(data) == IS_NULL) { Z_TYPE_P 805 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(data) == IS_STRING) { Z_TYPE_P 813 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(data) == IS_STRING) { Z_TYPE_P 71 ext/mysqlnd/mysqlnd_result.c if (Z_TYPE_P(data_cursor[i]) >= IS_STRING) { Z_TYPE_P 584 ext/mysqlnd/mysqlnd_result.c result->lengths[i] = (Z_TYPE_P(previous_row[i]) == IS_NULL)? 0:Z_STRLEN_P(previous_row[i]); Z_TYPE_P 675 ext/mysqlnd/mysqlnd_result.c if (Z_TYPE_P(data) != IS_NULL) { Z_TYPE_P 785 ext/mysqlnd/mysqlnd_result.c unsigned int len = (Z_TYPE_P(data) == IS_NULL)? 0:Z_STRLEN_P(data); Z_TYPE_P 948 ext/mysqlnd/mysqlnd_result.c if (Z_TYPE_P(current_row[i]) >= IS_STRING) { Z_TYPE_P 965 ext/mysqlnd/mysqlnd_result.c if (Z_TYPE_P(data) != IS_NULL) { Z_TYPE_P 1020 ext/mysqlnd/mysqlnd_result.c if (Z_TYPE_P(current_row[i]) >= IS_STRING) { Z_TYPE_P 1556 ext/mysqlnd/mysqlnd_result.c if (Z_TYPE_P(row) != IS_ARRAY) { Z_TYPE_P 1514 ext/oci8/oci8_interface.c if (Z_TYPE_P(return_value) == IS_ARRAY) { Z_TYPE_P 815 ext/oci8/oci8_statement.c if (Z_TYPE_P(bind->zval) == IS_ARRAY) { Z_TYPE_P 829 ext/oci8/oci8_statement.c if (Z_TYPE_P(bind->zval) != IS_OBJECT) { Z_TYPE_P 837 ext/oci8/oci8_statement.c if (Z_TYPE_P(bind->zval) == IS_RESOURCE || Z_TYPE_P(bind->zval) == IS_OBJECT) { Z_TYPE_P 848 ext/oci8/oci8_statement.c if (Z_TYPE_P(bind->zval) == IS_RESOURCE || Z_TYPE_P(bind->zval) == IS_OBJECT) { Z_TYPE_P 855 ext/oci8/oci8_statement.c if (Z_TYPE_P(bind->zval) != IS_RESOURCE) { Z_TYPE_P 878 ext/oci8/oci8_statement.c if (Z_TYPE_P(val) == IS_STRING) { Z_TYPE_P 883 ext/oci8/oci8_statement.c } else if (Z_TYPE_P(bind->zval) == IS_STRING Z_TYPE_P 894 ext/oci8/oci8_statement.c } else if (Z_TYPE_P(bind->zval) == IS_ARRAY) { Z_TYPE_P 1003 ext/oci8/oci8_statement.c if (Z_TYPE_P(var) != IS_OBJECT || zend_hash_find(Z_OBJPROP_P(var), "collection", sizeof("collection"), (void **)&tmp) == FAILURE) { Z_TYPE_P 1025 ext/oci8/oci8_statement.c if (Z_TYPE_P(var) != IS_OBJECT || zend_hash_find(Z_OBJPROP_P(var), "descriptor", sizeof("descriptor"), (void **)&tmp) == FAILURE) { Z_TYPE_P 1044 ext/oci8/oci8_statement.c if (Z_TYPE_P(var) == IS_RESOURCE || Z_TYPE_P(var) == IS_OBJECT) { Z_TYPE_P 1059 ext/oci8/oci8_statement.c if (Z_TYPE_P(var) == IS_RESOURCE || Z_TYPE_P(var) == IS_OBJECT) { Z_TYPE_P 1063 ext/oci8/oci8_statement.c if (Z_TYPE_P(var) != IS_NULL) { Z_TYPE_P 1067 ext/oci8/oci8_statement.c value_sz = (Z_TYPE_P(var) == IS_STRING) ? Z_STRLEN_P(var) : 0; Z_TYPE_P 1074 ext/oci8/oci8_statement.c if (Z_TYPE_P(var) != IS_RESOURCE) { Z_TYPE_P 1263 ext/oci8/oci8_statement.c if (Z_TYPE_P(val) == IS_RESOURCE) { Z_TYPE_P 1273 ext/oci8/oci8_statement.c } else if (Z_TYPE_P(val) == IS_OBJECT) { Z_TYPE_P 1340 ext/oci8/oci8_statement.c if (Z_TYPE_P(column_index) == IS_STRING) { Z_TYPE_P 1056 ext/odbc/php_odbc.c if(Z_TYPE_P(le) == le_pconn && (((odbc_connection *)(le->ptr))->id == *id)){ Z_TYPE_P 1744 ext/odbc/php_odbc.c Z_TYPE_P(tmp) = IS_STRING; Z_TYPE_P 1803 ext/odbc/php_odbc.c if (!*(result->values[i].name) && Z_TYPE_P(tmp) == IS_STRING) { Z_TYPE_P 1822 ext/odbc/php_odbc.c if (Z_TYPE_P(return_value) == IS_ARRAY) { Z_TYPE_P 1901 ext/odbc/php_odbc.c Z_TYPE_P(tmp) = IS_STRING; Z_TYPE_P 2611 ext/odbc/php_odbc.c if (Z_TYPE_P(le) != le_pconn) { Z_TYPE_P 2652 ext/odbc/php_odbc.c if (Z_TYPE_P(index_ptr) != le_index_ptr) { Z_TYPE_P 2661 ext/odbc/php_odbc.c Z_TYPE_P(return_value) = IS_RESOURCE; Z_TYPE_P 555 ext/opcache/Optimizer/block_pass.c if (Z_TYPE_P((v)) == IS_NULL) { \ Z_TYPE_P 92 ext/opcache/Optimizer/zend_optimizer.c Z_TYPE_P(zv) = IS_NULL; \ Z_TYPE_P 124 ext/opcache/Optimizer/zend_optimizer.c if (Z_TYPE_P(val) == IS_STRING) { Z_TYPE_P 163 ext/opcache/Optimizer/zend_optimizer.c if (Z_TYPE_P(val) == IS_STRING) { Z_TYPE_P 2171 ext/opcache/ZendAccelerator.c switch (Z_TYPE_P(zvalue) & IS_CONSTANT_TYPE_MASK) { Z_TYPE_P 2173 ext/opcache/ZendAccelerator.c switch (Z_TYPE_P(zvalue) & ~IS_CONSTANT_INDEX) { Z_TYPE_P 2184 ext/opcache/ZendAccelerator.c Z_TYPE_P(zvalue) = IS_NULL; Z_TYPE_P 245 ext/opcache/zend_accelerator_util_funcs.c if ((Z_TYPE_P(ret) & IS_CONSTANT_TYPE_MASK) >= IS_ARRAY) { Z_TYPE_P 246 ext/opcache/zend_accelerator_util_funcs.c switch ((Z_TYPE_P(ret) & IS_CONSTANT_TYPE_MASK)) { Z_TYPE_P 248 ext/opcache/zend_accelerator_util_funcs.c if ((Z_TYPE_P(ret) & ~IS_CONSTANT_INDEX) >= IS_ARRAY) { Z_TYPE_P 249 ext/opcache/zend_accelerator_util_funcs.c switch ((Z_TYPE_P(ret) & ~IS_CONSTANT_INDEX)) { Z_TYPE_P 362 ext/opcache/zend_accelerator_util_funcs.c if ((Z_TYPE_P((zval*)p->pDataPtr) & IS_CONSTANT_TYPE_MASK) >= IS_ARRAY) { Z_TYPE_P 363 ext/opcache/zend_accelerator_util_funcs.c switch ((Z_TYPE_P((zval*)p->pDataPtr) & IS_CONSTANT_TYPE_MASK)) { Z_TYPE_P 365 ext/opcache/zend_accelerator_util_funcs.c if ((Z_TYPE_P((zval*)p->pDataPtr) & ~IS_CONSTANT_INDEX) >= IS_ARRAY) { Z_TYPE_P 366 ext/opcache/zend_accelerator_util_funcs.c switch ((Z_TYPE_P((zval*)p->pDataPtr) & ~IS_CONSTANT_INDEX)) { Z_TYPE_P 1785 ext/openssl/openssl.c if (calist && (Z_TYPE_P(calist) == IS_ARRAY)) { Z_TYPE_P 1846 ext/openssl/openssl.c Z_TYPE_P(return_value) = IS_RESOURCE; Z_TYPE_P 2645 ext/openssl/openssl.c if (Z_TYPE_P(out_pkey) != IS_NULL) { Z_TYPE_P 3100 ext/openssl/openssl.c if (args && Z_TYPE_P(args) == IS_ARRAY) { Z_TYPE_P 3324 ext/openssl/openssl.c Z_TYPE_P(return_value) = IS_RESOURCE; Z_TYPE_P 3361 ext/openssl/openssl.c Z_TYPE_P(return_value) = IS_RESOURCE; Z_TYPE_P 4250 ext/openssl/openssl.c if (method == NULL || Z_TYPE_P(method) == IS_LONG) { Z_TYPE_P 4255 ext/openssl/openssl.c } else if (Z_TYPE_P(method) == IS_STRING) { Z_TYPE_P 4306 ext/openssl/openssl.c if (method == NULL || Z_TYPE_P(method) == IS_LONG) { Z_TYPE_P 4311 ext/openssl/openssl.c } else if (Z_TYPE_P(method) == IS_STRING) { Z_TYPE_P 871 ext/pcntl/pcntl.c if (Z_TYPE_P(handle) == IS_LONG) { Z_TYPE_P 958 ext/pcntl/pcntl.c if (Z_TYPE_P(user_oldset) != IS_ARRAY) { Z_TYPE_P 1041 ext/pcntl/pcntl.c if (Z_TYPE_P(user_siginfo) != IS_ARRAY) { Z_TYPE_P 1293 ext/pcre/php_pcre.c if (Z_TYPE_P(regex) == IS_ARRAY) { Z_TYPE_P 1302 ext/pcre/php_pcre.c if (Z_TYPE_P(replace) == IS_ARRAY && !is_callable_replace) Z_TYPE_P 1311 ext/pcre/php_pcre.c if (Z_TYPE_P(replace) == IS_ARRAY && !is_callable_replace) { Z_TYPE_P 303 ext/pdo/pdo_dbh.c if (Z_TYPE_P(le) == php_pdo_list_entry()) { Z_TYPE_P 431 ext/pdo/pdo_dbh.c if (Z_TYPE_P(ctor_args) != IS_ARRAY) { Z_TYPE_P 441 ext/pdo/pdo_dbh.c Z_TYPE_P(object) = IS_OBJECT; Z_TYPE_P 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) { \ Z_TYPE_P 760 ext/pdo/pdo_dbh.c if (Z_TYPE_P(value) == IS_ARRAY) { Z_TYPE_P 797 ext/pdo/pdo_dbh.c if (Z_TYPE_P(value) != IS_ARRAY Z_TYPE_P 1005 ext/pdo/pdo_dbh.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 540 ext/pdo/pdo_sql_parser.c if (param->param_type == PDO_PARAM_LOB && Z_TYPE_P(param->parameter) == IS_RESOURCE) { Z_TYPE_P 271 ext/pdo/pdo_stmt.c Z_TYPE_P(return_value) = IS_OBJECT; Z_TYPE_P 321 ext/pdo/pdo_stmt.c if (Z_TYPE_P(param->parameter) == IS_DOUBLE) { Z_TYPE_P 328 ext/pdo/pdo_stmt.c } else if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_INT && Z_TYPE_P(param->parameter) == IS_BOOL) { Z_TYPE_P 330 ext/pdo/pdo_stmt.c } else if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_BOOL && Z_TYPE_P(param->parameter) == IS_LONG) { Z_TYPE_P 573 ext/pdo/pdo_stmt.c if (Z_TYPE_P(dest) == IS_NULL) { Z_TYPE_P 675 ext/pdo/pdo_stmt.c switch (Z_TYPE_P(dest)) { Z_TYPE_P 683 ext/pdo/pdo_stmt.c if (Z_TYPE_P(dest) == IS_NULL && stmt->dbh->oracle_nulls == PDO_NULL_TO_STRING) { Z_TYPE_P 901 ext/pdo/pdo_stmt.c Z_TYPE_P(return_value) = IS_ARRAY; Z_TYPE_P 999 ext/pdo/pdo_stmt.c Z_TYPE_P(return_value) = IS_OBJECT; Z_TYPE_P 1059 ext/pdo/pdo_stmt.c if (Z_TYPE_P(val) == IS_LONG) { Z_TYPE_P 1148 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) { Z_TYPE_P 1352 ext/pdo/pdo_stmt.c if (Z_TYPE_P(ctor_args) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) { Z_TYPE_P 1444 ext/pdo/pdo_stmt.c if (Z_TYPE_P(ctor_args) != IS_NULL && Z_TYPE_P(ctor_args) != IS_ARRAY) { Z_TYPE_P 1449 ext/pdo/pdo_stmt.c if (Z_TYPE_P(ctor_args) != IS_ARRAY || !zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) { Z_TYPE_P 1455 ext/pdo/pdo_stmt.c if (Z_TYPE_P(arg2) != IS_STRING) { Z_TYPE_P 1564 ext/pdo/pdo_stmt.c if (Z_TYPE_P(return_value) != IS_ARRAY) { Z_TYPE_P 2013 ext/pdo/pdo_stmt.c Z_TYPE_P(stmt->fetch.into) = IS_OBJECT; Z_TYPE_P 2584 ext/pdo/pdo_stmt.c if (Z_TYPE_P(member) == IS_LONG) { Z_TYPE_P 2634 ext/pdo/pdo_stmt.c if (Z_TYPE_P(member) == IS_LONG) { Z_TYPE_P 532 ext/pdo_firebird/firebird_statement.c switch (Z_TYPE_P(param->parameter)) { Z_TYPE_P 488 ext/pdo_mysql/mysql_statement.c Z_TYPE_P(param->parameter) == IS_NULL) { Z_TYPE_P 496 ext/pdo_mysql/mysql_statement.c Z_TYPE_P(param->parameter) == IS_NULL) { Z_TYPE_P 511 ext/pdo_mysql/mysql_statement.c if (Z_TYPE_P(param->parameter) == IS_RESOURCE) { Z_TYPE_P 516 ext/pdo_mysql/mysql_statement.c Z_TYPE_P(param->parameter) = IS_STRING; Z_TYPE_P 532 ext/pdo_mysql/mysql_statement.c PDO_DBG_INF_FMT("param->parameter->type=%d", Z_TYPE_P(param->parameter)); Z_TYPE_P 533 ext/pdo_mysql/mysql_statement.c switch (Z_TYPE_P(param->parameter)) { Z_TYPE_P 553 ext/pdo_mysql/mysql_statement.c PDO_DBG_INF_FMT("param->parameter->type=%d", Z_TYPE_P(param->parameter)); Z_TYPE_P 554 ext/pdo_mysql/mysql_statement.c switch (Z_TYPE_P(param->parameter)) { Z_TYPE_P 64 ext/pdo_mysql/pdo_mysql.c if (Z_TYPE_P(zv) == IS_OBJECT && instanceof_function(Z_OBJCE_P(zv), php_pdo_get_dbh_ce() TSRMLS_CC)) { Z_TYPE_P 240 ext/pdo_oci/oci_statement.c if (Z_TYPE_P(param->parameter) == IS_OBJECT || Z_TYPE_P(param->parameter) == IS_RESOURCE) { Z_TYPE_P 348 ext/pdo_oci/oci_statement.c if (Z_TYPE_P(param->parameter) == IS_STRING Z_TYPE_P 358 ext/pdo_oci/oci_statement.c } else if (Z_TYPE_P(param->parameter) == IS_STRING Z_TYPE_P 370 ext/pdo_oci/oci_statement.c if (Z_TYPE_P(param->parameter) == IS_NULL) { Z_TYPE_P 410 ext/pdo_oci/oci_statement.c } else if (Z_TYPE_P(param->parameter) == IS_STRING) { Z_TYPE_P 185 ext/pdo_odbc/odbc_stmt.c if (Z_TYPE_P(param->parameter) != IS_RESOURCE) { Z_TYPE_P 392 ext/pdo_odbc/odbc_stmt.c if (Z_TYPE_P(param->parameter) == IS_RESOURCE) { Z_TYPE_P 443 ext/pdo_odbc/odbc_stmt.c } else if (Z_TYPE_P(param->parameter) == IS_NULL || PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_NULL) { Z_TYPE_P 303 ext/pdo_pgsql/pgsql_statement.c Z_TYPE_P(param->parameter) == IS_RESOURCE) { Z_TYPE_P 325 ext/pdo_pgsql/pgsql_statement.c Z_TYPE_P(param->parameter) = IS_STRING; Z_TYPE_P 341 ext/pdo_pgsql/pgsql_statement.c Z_TYPE_P(param->parameter) == IS_NULL) { Z_TYPE_P 344 ext/pdo_pgsql/pgsql_statement.c } else if (Z_TYPE_P(param->parameter) == IS_BOOL) { Z_TYPE_P 408 ext/pdo_sqlite/sqlite_driver.c switch (Z_TYPE_P(retval)) { Z_TYPE_P 513 ext/pdo_sqlite/sqlite_driver.c if (Z_TYPE_P(retval) != IS_LONG) { Z_TYPE_P 109 ext/pdo_sqlite/sqlite_statement.c if (Z_TYPE_P(param->parameter) == IS_NULL) { Z_TYPE_P 129 ext/pdo_sqlite/sqlite_statement.c if (Z_TYPE_P(param->parameter) == IS_RESOURCE) { Z_TYPE_P 134 ext/pdo_sqlite/sqlite_statement.c Z_TYPE_P(param->parameter) = IS_STRING; Z_TYPE_P 141 ext/pdo_sqlite/sqlite_statement.c } else if (Z_TYPE_P(param->parameter) == IS_NULL) { Z_TYPE_P 162 ext/pdo_sqlite/sqlite_statement.c if (Z_TYPE_P(param->parameter) == IS_NULL) { Z_TYPE_P 968 ext/pgsql/pgsql.c if (Z_TYPE_P(rsrc) != le_plink) Z_TYPE_P 1321 ext/pgsql/pgsql.c if (Z_TYPE_P(le) != le_plink) { Z_TYPE_P 1374 ext/pgsql/pgsql.c if (Z_TYPE_P(index_ptr) != le_index_ptr) { Z_TYPE_P 1383 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_RESOURCE; Z_TYPE_P 1418 ext/pgsql/pgsql.c if (! PGG(ignore_notices) && Z_TYPE_P(return_value) == IS_RESOURCE) { Z_TYPE_P 1575 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 2175 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 2411 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 2415 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 2420 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 2432 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 2437 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 2498 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 2556 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_NULL; Z_TYPE_P 2687 ext/pgsql/pgsql.c if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) { Z_TYPE_P 2688 ext/pgsql/pgsql.c if (Z_TYPE_P(ctor_params) == IS_ARRAY) { Z_TYPE_P 2931 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 3087 ext/pgsql/pgsql.c if ((argc == 1) && (Z_TYPE_P(pgsql_link) != IS_RESOURCE)) { Z_TYPE_P 3106 ext/pgsql/pgsql.c switch (Z_TYPE_P(oid)) { Z_TYPE_P 3322 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 3506 ext/pgsql/pgsql.c switch (Z_TYPE_P(oid)) { Z_TYPE_P 3718 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 3756 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 3788 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 4622 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 4626 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 5384 ext/pgsql/pgsql.c assert(Z_TYPE_P(src) == IS_STRING); Z_TYPE_P 5404 ext/pgsql/pgsql.c if (!err && Z_TYPE_P(new_val) == IS_STRING && !strcmp(Z_STRVAL_P(new_val), "NULL")) { \ Z_TYPE_P 5432 ext/pgsql/pgsql.c assert(Z_TYPE_P(values) == IS_ARRAY); Z_TYPE_P 5433 ext/pgsql/pgsql.c assert(Z_TYPE_P(result) == IS_ARRAY); Z_TYPE_P 5660 ext/pgsql/pgsql.c Z_TYPE_P(new_val) = IS_STRING; Z_TYPE_P 5954 ext/pgsql/pgsql.c Z_TYPE_P(new_val) = IS_STRING; Z_TYPE_P 6186 ext/pgsql/pgsql.c assert(Z_TYPE_P(var_array) == IS_ARRAY); Z_TYPE_P 6371 ext/pgsql/pgsql.c assert(Z_TYPE_P(var_array) == IS_ARRAY); Z_TYPE_P 6372 ext/pgsql/pgsql.c assert(Z_TYPE_P(ids_array) == IS_ARRAY); Z_TYPE_P 6480 ext/pgsql/pgsql.c assert(Z_TYPE_P(ids_array) == IS_ARRAY); Z_TYPE_P 6571 ext/pgsql/pgsql.c assert(Z_TYPE_P(ret_array) == IS_ARRAY); Z_TYPE_P 6615 ext/pgsql/pgsql.c assert(Z_TYPE_P(ids_array) == IS_ARRAY); Z_TYPE_P 6616 ext/pgsql/pgsql.c assert(Z_TYPE_P(ret_array) == IS_ARRAY); Z_TYPE_P 724 ext/phar/phar_object.c switch (Z_TYPE_P(retval_ptr)) { Z_TYPE_P 4359 ext/phar/phar_object.c switch (Z_TYPE_P(zval_files)) { Z_TYPE_P 4886 ext/phar/phar_object.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 1427 ext/phar/util.c Z_TYPE_P(zdata) = IS_STRING; Z_TYPE_P 1494 ext/phar/util.c switch (Z_TYPE_P(retval_ptr)) { Z_TYPE_P 922 ext/posix/posix.c if (array_group == NULL || Z_TYPE_P(array_group) != IS_ARRAY) Z_TYPE_P 1094 ext/posix/posix.c if (NULL == return_value || Z_TYPE_P(return_value) != IS_ARRAY) Z_TYPE_P 486 ext/readline/readline.c Z_TYPE_P(ret) = IS_LONG; Z_TYPE_P 341 ext/reflection/php_reflection.c Z_TYPE_P(object) = IS_OBJECT; Z_TYPE_P 734 ext/reflection/php_reflection.c if (Z_TYPE_P(zv) == IS_BOOL) { Z_TYPE_P 740 ext/reflection/php_reflection.c } else if (Z_TYPE_P(zv) == IS_NULL) { Z_TYPE_P 742 ext/reflection/php_reflection.c } else if (Z_TYPE_P(zv) == IS_STRING) { Z_TYPE_P 749 ext/reflection/php_reflection.c } else if (Z_TYPE_P(zv) == IS_ARRAY) { Z_TYPE_P 2163 ext/reflection/php_reflection.c switch (Z_TYPE_P(reference)) { Z_TYPE_P 2599 ext/reflection/php_reflection.c if ((Z_TYPE_P(return_value) & IS_CONSTANT_TYPE_MASK) != IS_CONSTANT Z_TYPE_P 2600 ext/reflection/php_reflection.c && (Z_TYPE_P(return_value) & IS_CONSTANT_TYPE_MASK) != IS_CONSTANT_ARRAY) { Z_TYPE_P 2624 ext/reflection/php_reflection.c if (precv && (Z_TYPE_P(precv->op2.zv) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { Z_TYPE_P 2649 ext/reflection/php_reflection.c if (precv && (Z_TYPE_P(precv->op2.zv) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { Z_TYPE_P 2692 ext/reflection/php_reflection.c } else if (Z_TYPE_P(classname) == IS_OBJECT) { Z_TYPE_P 2705 ext/reflection/php_reflection.c switch (Z_TYPE_P(classname)) { Z_TYPE_P 3312 ext/reflection/php_reflection.c if (Z_TYPE_P(argument) == IS_OBJECT) { Z_TYPE_P 3390 ext/reflection/php_reflection.c if (Z_TYPE_P(prop_copy) == IS_CONSTANT_ARRAY || (Z_TYPE_P(prop_copy) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { Z_TYPE_P 4794 ext/reflection/php_reflection.c switch (Z_TYPE_P(classname)) { Z_TYPE_P 4815 ext/reflection/php_reflection.c if (property_info == NULL && Z_TYPE_P(classname) == IS_OBJECT && Z_OBJ_HT_P(classname)->get_properties) { Z_TYPE_P 5055 ext/reflection/php_reflection.c Z_TYPE_PP(variable_ptr) = Z_TYPE_P(value); Z_TYPE_P 6084 ext/reflection/php_reflection.c if ((Z_TYPE_P(member) == IS_STRING) Z_TYPE_P 138 ext/session/mod_user.c if (Z_TYPE_P(retval) == IS_STRING) { Z_TYPE_P 196 ext/session/mod_user.c if (Z_TYPE_P(retval) == IS_STRING) { Z_TYPE_P 869 ext/session/session.c if (Z_TYPE_P(session_vars) == IS_NULL) { Z_TYPE_P 261 ext/simplexml/simplexml.c if (!member || Z_TYPE_P(member) == IS_LONG) { Z_TYPE_P 272 ext/simplexml/simplexml.c if (Z_TYPE_P(member) != IS_STRING) { Z_TYPE_P 306 ext/simplexml/simplexml.c if (Z_TYPE_P(member) != IS_LONG || sxe->iter.type == SXE_ITER_ATTRLIST) { Z_TYPE_P 307 ext/simplexml/simplexml.c if (Z_TYPE_P(member) == IS_LONG) { Z_TYPE_P 334 ext/simplexml/simplexml.c if (!member || Z_TYPE_P(member) == IS_LONG) { Z_TYPE_P 381 ext/simplexml/simplexml.c if (Z_TYPE_P(return_value) == IS_NULL) { Z_TYPE_P 419 ext/simplexml/simplexml.c switch (Z_TYPE_P(value)) { Z_TYPE_P 471 ext/simplexml/simplexml.c if (!member || Z_TYPE_P(member) == IS_LONG) { Z_TYPE_P 484 ext/simplexml/simplexml.c if (Z_TYPE_P(member) != IS_STRING) { Z_TYPE_P 533 ext/simplexml/simplexml.c switch (Z_TYPE_P(value)) { Z_TYPE_P 566 ext/simplexml/simplexml.c if (Z_TYPE_P(member) == IS_LONG) { Z_TYPE_P 592 ext/simplexml/simplexml.c if (!member || Z_TYPE_P(member) == IS_LONG) { Z_TYPE_P 643 ext/simplexml/simplexml.c if (!member || Z_TYPE_P(member) == IS_LONG) { Z_TYPE_P 648 ext/simplexml/simplexml.c } else if (!member || Z_TYPE_P(member) == IS_LONG) { Z_TYPE_P 656 ext/simplexml/simplexml.c if (Z_TYPE_P(member) == IS_LONG) { Z_TYPE_P 745 ext/simplexml/simplexml.c if (Z_TYPE_P(member) != IS_STRING && Z_TYPE_P(member) != IS_LONG) { Z_TYPE_P 756 ext/simplexml/simplexml.c if (Z_TYPE_P(member) == IS_LONG) { Z_TYPE_P 780 ext/simplexml/simplexml.c if (Z_TYPE_P(member) == IS_LONG) { Z_TYPE_P 811 ext/simplexml/simplexml.c if (Z_TYPE_P(member) == IS_LONG) { Z_TYPE_P 875 ext/simplexml/simplexml.c if (Z_TYPE_P(member) != IS_STRING && Z_TYPE_P(member) != IS_LONG) { Z_TYPE_P 886 ext/simplexml/simplexml.c if (Z_TYPE_P(member) == IS_LONG) { Z_TYPE_P 910 ext/simplexml/simplexml.c if (Z_TYPE_P(member) == IS_LONG) { Z_TYPE_P 938 ext/simplexml/simplexml.c if (Z_TYPE_P(member) == IS_LONG) { Z_TYPE_P 811 ext/snmp/snmp.c if ((st & SNMP_CMD_WALK) && Z_TYPE_P(return_value) == IS_ARRAY) { Z_TYPE_P 822 ext/snmp/snmp.c if (Z_TYPE_P(return_value) == IS_ARRAY) { /* some records are fetched already, shut down further lookup */ Z_TYPE_P 838 ext/snmp/snmp.c if (Z_TYPE_P(return_value) == IS_BOOL) { Z_TYPE_P 905 ext/snmp/snmp.c if (!(st & SNMP_CMD_WALK) || response->errstat != SNMP_ERR_NOSUCHNAME || Z_TYPE_P(return_value) == IS_BOOL) { Z_TYPE_P 1989 ext/snmp/snmp.c if (Z_TYPE_P(member) != IS_STRING) { Z_TYPE_P 2027 ext/snmp/snmp.c if (Z_TYPE_P(member) != IS_STRING) { Z_TYPE_P 2071 ext/snmp/snmp.c ret = Z_TYPE_P(value) != IS_NULL? 1:0; Z_TYPE_P 2212 ext/snmp/snmp.c if (Z_TYPE_P(newval) == IS_NULL) { Z_TYPE_P 2217 ext/snmp/snmp.c if (Z_TYPE_P(newval) != IS_LONG) { Z_TYPE_P 2244 ext/snmp/snmp.c if (Z_TYPE_P(newval) != IS_LONG) { Z_TYPE_P 2270 ext/snmp/snmp.c if (Z_TYPE_P(newval) != IS_BOOL) { \ Z_TYPE_P 2294 ext/snmp/snmp.c if (Z_TYPE_P(newval) != IS_LONG) { Z_TYPE_P 2328 ext/snmp/snmp.c if (Z_TYPE_P(newval) != IS_LONG) { Z_TYPE_P 139 ext/soap/php_encoding.c if (!zval || Z_TYPE_P(zval) == IS_NULL) { \ Z_TYPE_P 298 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_OBJECT) { Z_TYPE_P 401 ext/soap/php_encoding.c Z_TYPE_P(data) == IS_OBJECT && Z_TYPE_P 473 ext/soap/php_encoding.c Z_TYPE_P(data) == IS_OBJECT && Z_TYPE_P 638 ext/soap/php_encoding.c if (Z_TYPE_P(return_value) == IS_STRING) { Z_TYPE_P 879 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_STRING) { Z_TYPE_P 967 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_STRING) { Z_TYPE_P 1002 ext/soap/php_encoding.c if (Z_TYPE_P(data) != IS_STRING) { Z_TYPE_P 1043 ext/soap/php_encoding.c Z_TYPE_P(ret) = IS_DOUBLE; Z_TYPE_P 1047 ext/soap/php_encoding.c Z_TYPE_P(ret) = IS_DOUBLE; Z_TYPE_P 1084 ext/soap/php_encoding.c switch ((Z_TYPE_P(ret) = is_numeric_string((char*)data->children->content, strlen((char*)data->children->content), &lval, &dval, 0))) { Z_TYPE_P 1111 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_DOUBLE) { Z_TYPE_P 1245 ext/soap/php_encoding.c if (Z_TYPE_P(object) == IS_OBJECT) { Z_TYPE_P 1268 ext/soap/php_encoding.c } else if (Z_TYPE_P(object) == IS_ARRAY) { Z_TYPE_P 1280 ext/soap/php_encoding.c if (Z_TYPE_P(object) == IS_OBJECT) { Z_TYPE_P 1290 ext/soap/php_encoding.c } else if (Z_TYPE_P(object) == IS_ARRAY) { Z_TYPE_P 1304 ext/soap/php_encoding.c if (any && Z_TYPE_P(any) != IS_ARRAY) { Z_TYPE_P 1318 ext/soap/php_encoding.c if (Z_TYPE_P(val) == IS_STRING && *Z_STRVAL_P(val) == '<') { Z_TYPE_P 1322 ext/soap/php_encoding.c if (Z_TYPE_P(val2) != IS_STRING || *Z_STRVAL_P(val) != '<') { Z_TYPE_P 1435 ext/soap/php_encoding.c } else if ((Z_TYPE_P(val) != IS_NULL || !model->u.element->nillable) && Z_TYPE_P 1562 ext/soap/php_encoding.c if (Z_TYPE_P(ret) == IS_OBJECT && ce != ZEND_STANDARD_CLASS_DEF_PTR) { Z_TYPE_P 1671 ext/soap/php_encoding.c if (Z_TYPE_P(prop) != IS_ARRAY) { Z_TYPE_P 1708 ext/soap/php_encoding.c Z_TYPE_P(data) == IS_NULL && Z_TYPE_P 1717 ext/soap/php_encoding.c Z_TYPE_P(data) == IS_ARRAY && Z_TYPE_P 1745 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_NULL && model->u.element->nillable) { Z_TYPE_P 1749 ext/soap/php_encoding.c } else if (Z_TYPE_P(data) == IS_NULL && model->min_occurs == 0) { Z_TYPE_P 1797 ext/soap/php_encoding.c Z_TYPE_P(data) == IS_ARRAY && Z_TYPE_P 1903 ext/soap/php_encoding.c if (!data || Z_TYPE_P(data) == IS_NULL) { Z_TYPE_P 1913 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_OBJECT) { Z_TYPE_P 1915 ext/soap/php_encoding.c } else if (Z_TYPE_P(data) == IS_ARRAY) { Z_TYPE_P 1978 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_ARRAY && Z_TYPE_P 2075 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_OBJECT) { Z_TYPE_P 2101 ext/soap/php_encoding.c if (data && Z_TYPE_P(data) == IS_ARRAY) { Z_TYPE_P 2220 ext/soap/php_encoding.c if (data && Z_TYPE_P(data) == IS_ARRAY) { Z_TYPE_P 2307 ext/soap/php_encoding.c if (!data || Z_TYPE_P(data) == IS_NULL) { Z_TYPE_P 2319 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_OBJECT && instanceof_function(Z_OBJCE_P(data), zend_ce_traversable TSRMLS_CC)) { Z_TYPE_P 2379 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_ARRAY) { Z_TYPE_P 2789 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_ARRAY) { Z_TYPE_P 2862 ext/soap/php_encoding.c if (Z_TYPE_P(key) == IS_STRING) { Z_TYPE_P 2864 ext/soap/php_encoding.c } else if (Z_TYPE_P(key) == IS_LONG) { Z_TYPE_P 2997 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_LONG) { Z_TYPE_P 3035 ext/soap/php_encoding.c } else if (Z_TYPE_P(data) == IS_STRING) { Z_TYPE_P 3113 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_ARRAY) { Z_TYPE_P 3141 ext/soap/php_encoding.c if (Z_TYPE_P(data) != IS_STRING) { Z_TYPE_P 3233 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_ARRAY) { Z_TYPE_P 3253 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_STRING) { Z_TYPE_P 3632 ext/soap/php_encoding.c if (!array || Z_TYPE_P(array) != IS_ARRAY) { Z_TYPE_P 366 ext/soap/php_http.c if (this_ptr == NULL || Z_TYPE_P(this_ptr) != IS_OBJECT) { Z_TYPE_P 378 ext/soap/php_packet_soap.c if (Z_TYPE_P(return_value) == IS_ARRAY) { Z_TYPE_P 109 ext/soap/soap.c Z_TYPE_P(EG(exception)) != IS_OBJECT || \ Z_TYPE_P 833 ext/soap/soap.c } else if (Z_TYPE_P(actor) == IS_LONG && Z_TYPE_P 838 ext/soap/soap.c } else if (Z_TYPE_P(actor) == IS_STRING && Z_STRLEN_P(actor) > 0) { Z_TYPE_P 861 ext/soap/soap.c if (Z_TYPE_P(code) == IS_NULL) { Z_TYPE_P 862 ext/soap/soap.c } else if (Z_TYPE_P(code) == IS_STRING) { Z_TYPE_P 865 ext/soap/soap.c } else if (Z_TYPE_P(code) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL_P(code)) == 2) { Z_TYPE_P 961 ext/soap/soap.c if (Z_TYPE_P(type) == IS_NULL) { Z_TYPE_P 1126 ext/soap/soap.c if (Z_TYPE_P(wsdl) != IS_STRING && Z_TYPE_P(wsdl) != IS_NULL) { Z_TYPE_P 1152 ext/soap/soap.c } else if (Z_TYPE_P(wsdl) == IS_NULL) { Z_TYPE_P 1203 ext/soap/soap.c } else if (Z_TYPE_P(wsdl) == IS_NULL) { Z_TYPE_P 1213 ext/soap/soap.c if (Z_TYPE_P(wsdl) != IS_NULL) { Z_TYPE_P 1657 ext/soap/soap.c if (Z_TYPE_P(EG(exception)) == IS_OBJECT && Z_TYPE_P 1709 ext/soap/soap.c if (Z_TYPE_P(EG(exception)) == IS_OBJECT && Z_TYPE_P 1738 ext/soap/soap.c if (Z_TYPE_P(EG(exception)) == IS_OBJECT && Z_TYPE_P 1824 ext/soap/soap.c if (Z_TYPE_P(EG(exception)) == IS_OBJECT && Z_TYPE_P 1872 ext/soap/soap.c if (Z_TYPE_P(EG(exception)) == IS_OBJECT && Z_TYPE_P 1891 ext/soap/soap.c if (Z_TYPE_P(retval) == IS_OBJECT && Z_TYPE_P 1914 ext/soap/soap.c if (Z_TYPE_P(EG(exception)) == IS_OBJECT && Z_TYPE_P 2145 ext/soap/soap.c Z_TYPE_P(SOAP_GLOBAL(error_object)) == IS_OBJECT && Z_TYPE_P 2243 ext/soap/soap.c Z_TYPE_P(SOAP_GLOBAL(error_object)) == IS_OBJECT && Z_TYPE_P 2318 ext/soap/soap.c Z_TYPE_P(fault) == IS_OBJECT && Z_TYPE_P 2345 ext/soap/soap.c if (Z_TYPE_P(wsdl) != IS_STRING && Z_TYPE_P(wsdl) != IS_NULL) { Z_TYPE_P 2355 ext/soap/soap.c if (Z_TYPE_P(wsdl) == IS_NULL) { Z_TYPE_P 2386 ext/soap/soap.c } else if (Z_TYPE_P(wsdl) == IS_NULL) { Z_TYPE_P 2521 ext/soap/soap.c } else if (Z_TYPE_P(wsdl) == IS_NULL) { Z_TYPE_P 2527 ext/soap/soap.c if (Z_TYPE_P(wsdl) != IS_NULL) { Z_TYPE_P 2602 ext/soap/soap.c } else if (Z_TYPE_P(response) != IS_STRING) { Z_TYPE_P 2807 ext/soap/soap.c Z_TYPE_P(return_value) == IS_OBJECT && Z_TYPE_P 2895 ext/soap/soap.c if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) { Z_TYPE_P 2896 ext/soap/soap.c } else if (Z_TYPE_P(headers) == IS_ARRAY) { Z_TYPE_P 2900 ext/soap/soap.c } else if (Z_TYPE_P(headers) == IS_OBJECT && Z_TYPE_P 3203 ext/soap/soap.c if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) { Z_TYPE_P 3205 ext/soap/soap.c } else if (Z_TYPE_P(headers) == IS_ARRAY) { Z_TYPE_P 3212 ext/soap/soap.c } else if (Z_TYPE_P(headers) == IS_OBJECT && Z_TYPE_P 3280 ext/soap/soap.c if (Z_TYPE_P(obj) != IS_OBJECT) { Z_TYPE_P 3821 ext/soap/soap.c } else if (param_count > 1 && Z_TYPE_P(ret) == IS_ARRAY) { Z_TYPE_P 3887 ext/soap/soap.c if (Z_TYPE_P(ret) == IS_OBJECT && Z_TYPE_P 3906 ext/soap/soap.c if (Z_TYPE_P(hdr_ret) == IS_OBJECT && Z_TYPE_P 4075 ext/soap/soap.c Z_TYPE_P(detail) == IS_OBJECT && Z_TYPE_P 4422 ext/soap/soap.c Z_TYPE_P(param_val) == IS_OBJECT && Z_TYPE_P 253 ext/sockets/conversions.c if (Z_TYPE_P(container) != IS_ARRAY) { Z_TYPE_P 284 ext/sockets/conversions.c assert(Z_TYPE_P(zarr) == IS_ARRAY); Z_TYPE_P 311 ext/sockets/conversions.c if (Z_TYPE_P(arr_value) != IS_LONG) { Z_TYPE_P 317 ext/sockets/conversions.c switch (Z_TYPE_P(arr_value)) { Z_TYPE_P 548 ext/sockets/conversions.c if (Z_TYPE_P(zaddr_str) != IS_STRING) { Z_TYPE_P 571 ext/sockets/conversions.c Z_TYPE_P(zv) = IS_STRING; Z_TYPE_P 605 ext/sockets/conversions.c if (Z_TYPE_P(zaddr_str) != IS_STRING) { Z_TYPE_P 629 ext/sockets/conversions.c Z_TYPE_P(zv) = IS_STRING; Z_TYPE_P 663 ext/sockets/conversions.c if (Z_TYPE_P(path) != IS_STRING) { Z_TYPE_P 722 ext/sockets/conversions.c if (Z_TYPE_P(container) != IS_ARRAY) { Z_TYPE_P 941 ext/sockets/conversions.c if (Z_TYPE_P(arr) != IS_ARRAY) { Z_TYPE_P 1118 ext/sockets/conversions.c if (Z_TYPE_P(arr) != IS_ARRAY) { Z_TYPE_P 1263 ext/sockets/conversions.c if (Z_TYPE_P(zv) == IS_LONG) { Z_TYPE_P 1271 ext/sockets/conversions.c if (Z_TYPE_P(zv) != IS_STRING) { Z_TYPE_P 1364 ext/sockets/conversions.c if (Z_TYPE_P(arr) != IS_ARRAY) { Z_TYPE_P 1411 ext/sockets/conversions.c if (Z_TYPE_P(arr) != IS_ARRAY) { Z_TYPE_P 92 ext/sockets/multicast.c if (Z_TYPE_P(val) == IS_LONG) { Z_TYPE_P 772 ext/sockets/sockets.c if (Z_TYPE_P(sock_array) != IS_ARRAY) return 0; Z_TYPE_P 803 ext/sockets/sockets.c if (Z_TYPE_P(sock_array) != IS_ARRAY) return 0; Z_TYPE_P 875 ext/sockets/sockets.c if (Z_TYPE_P(sec) != IS_LONG) { Z_TYPE_P 1587 ext/sockets/sockets.c Z_TYPE_P(buf) = IS_NULL; Z_TYPE_P 1596 ext/sockets/sockets.c Z_TYPE_P(buf) = IS_STRING; Z_TYPE_P 102 ext/spl/php_spl.c if (Z_TYPE_P(obj) != IS_OBJECT && Z_TYPE_P(obj) != IS_STRING) { Z_TYPE_P 107 ext/spl/php_spl.c if (Z_TYPE_P(obj) == IS_STRING) { Z_TYPE_P 135 ext/spl/php_spl.c if (Z_TYPE_P(obj) != IS_OBJECT && Z_TYPE_P(obj) != IS_STRING) { Z_TYPE_P 140 ext/spl/php_spl.c if (Z_TYPE_P(obj) == IS_STRING) { Z_TYPE_P 164 ext/spl/php_spl.c if (Z_TYPE_P(obj) != IS_OBJECT && Z_TYPE_P(obj) != IS_STRING) { Z_TYPE_P 169 ext/spl/php_spl.c if (Z_TYPE_P(obj) == IS_STRING) { Z_TYPE_P 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) { Z_TYPE_P 484 ext/spl/php_spl.c if (Z_TYPE_P(zcallable) == IS_STRING) { Z_TYPE_P 499 ext/spl/php_spl.c if (Z_TYPE_P(zcallable) == IS_ARRAY) { Z_TYPE_P 518 ext/spl/php_spl.c } else if (Z_TYPE_P(zcallable) == IS_STRING) { Z_TYPE_P 550 ext/spl/php_spl.c if (Z_TYPE_P(zcallable) == IS_OBJECT) { Z_TYPE_P 661 ext/spl/php_spl.c if (Z_TYPE_P(zcallable) == IS_OBJECT) { Z_TYPE_P 89 ext/spl/spl_array.c } else if ((intern->ar_flags & SPL_ARRAY_USE_OTHER) && (check_std_props == 0 || (intern->ar_flags & SPL_ARRAY_STD_PROP_LIST) == 0) && Z_TYPE_P(intern->array) == IS_OBJECT) { Z_TYPE_P 318 ext/spl/spl_array.c switch(Z_TYPE_P(offset)) { Z_TYPE_P 458 ext/spl/spl_array.c switch(Z_TYPE_P(offset)) { Z_TYPE_P 518 ext/spl/spl_array.c switch(Z_TYPE_P(offset)) { Z_TYPE_P 538 ext/spl/spl_array.c } else if (Z_TYPE_P(obj->array) == IS_OBJECT) { Z_TYPE_P 612 ext/spl/spl_array.c switch(Z_TYPE_P(offset)) { Z_TYPE_P 731 ext/spl/spl_array.c if (Z_TYPE_P(intern->array) == IS_OBJECT) { Z_TYPE_P 922 ext/spl/spl_array.c if (Z_TYPE_P(intern->array) == IS_OBJECT) { Z_TYPE_P 952 ext/spl/spl_array.c if (Z_TYPE_P(intern->array) == IS_OBJECT) { Z_TYPE_P 1385 ext/spl/spl_array.c if (Z_TYPE_P(intern->array) == IS_OBJECT) { Z_TYPE_P 1448 ext/spl/spl_array.c Z_TYPE_P(tmp) = IS_ARRAY; Z_TYPE_P 1457 ext/spl/spl_array.c Z_TYPE_P(tmp) = IS_NULL; Z_TYPE_P 1467 ext/spl/spl_array.c Z_TYPE_P(tmp) = IS_NULL; Z_TYPE_P 1476 ext/spl/spl_array.c Z_TYPE_P(tmp) = IS_NULL; /* we want to destroy the zval, not the hashtable */ Z_TYPE_P 1764 ext/spl/spl_array.c if (!php_var_unserialize(&pflags, &p, s + buf_len, &var_hash TSRMLS_CC) || Z_TYPE_P(pflags) != IS_LONG) { Z_TYPE_P 1806 ext/spl/spl_array.c if (!php_var_unserialize(&pmembers, &p, s + buf_len, &var_hash TSRMLS_CC) || Z_TYPE_P(pmembers) != IS_ARRAY) { Z_TYPE_P 452 ext/spl/spl_directory.c Z_TYPE_P(return_value) = IS_OBJECT; Z_TYPE_P 495 ext/spl/spl_directory.c Z_TYPE_P(return_value) = IS_OBJECT; Z_TYPE_P 516 ext/spl/spl_directory.c Z_TYPE_P(return_value) = IS_OBJECT; Z_TYPE_P 544 ext/spl/spl_directory.c Z_TYPE_P(return_value) = IS_NULL; Z_TYPE_P 551 ext/spl/spl_directory.c Z_TYPE_P(return_value) = IS_NULL; Z_TYPE_P 2178 ext/spl/spl_directory.c if (Z_TYPE_P(return_value) != IS_NULL) { Z_TYPE_P 2211 ext/spl/spl_directory.c if (Z_TYPE_P(retval) == IS_STRING) { Z_TYPE_P 2233 ext/spl/spl_directory.c switch(Z_TYPE_P(intern->u.file.current_zval)) { Z_TYPE_P 2881 ext/spl/spl_directory.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 825 ext/spl/spl_dllist.c if (Z_TYPE_P(zindex) == IS_NULL) { Z_TYPE_P 1207 ext/spl/spl_dllist.c if (!php_var_unserialize(&flags, &p, s + buf_len, &var_hash TSRMLS_CC) || Z_TYPE_P(flags) != IS_LONG) { Z_TYPE_P 48 ext/spl/spl_engine.c switch (Z_TYPE_P(offset)) { Z_TYPE_P 355 ext/spl/spl_fixedarray.c if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 415 ext/spl/spl_fixedarray.c if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 461 ext/spl/spl_fixedarray.c if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 502 ext/spl/spl_fixedarray.c if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 766 ext/spl/spl_fixedarray.c Z_TYPE_P(return_value) = IS_OBJECT; Z_TYPE_P 319 ext/spl/spl_iterators.c ce = child && Z_TYPE_P(child) == IS_OBJECT ? Z_OBJCE_P(child) : NULL; Z_TYPE_P 1023 ext/spl/spl_iterators.c if (Z_TYPE_P(return_value) == IS_ARRAY) { Z_TYPE_P 1457 ext/spl/spl_iterators.c if (!retval || Z_TYPE_P(retval) != IS_OBJECT || !instanceof_function(Z_OBJCE_P(retval), zend_ce_traversable TSRMLS_CC)) { Z_TYPE_P 1982 ext/spl/spl_iterators.c } else if (Z_TYPE_P(intern->current.data) == IS_ARRAY) { Z_TYPE_P 2036 ext/spl/spl_iterators.c if (Z_TYPE_P(replacement) != IS_STRING) { Z_TYPE_P 2253 ext/spl/spl_iterators.c } else if (Z_TYPE_P(intern->current.data) == IS_ARRAY) { Z_TYPE_P 124 ext/spl/spl_observer.c if (Z_TYPE_P(rv) == IS_STRING) { Z_TYPE_P 821 ext/spl/spl_observer.c if (!php_var_unserialize(&pcount, &p, s + buf_len, &var_hash TSRMLS_CC) || Z_TYPE_P(pcount) != IS_LONG) { Z_TYPE_P 846 ext/spl/spl_observer.c if(Z_TYPE_P(pentry) != IS_OBJECT) { Z_TYPE_P 892 ext/spl/spl_observer.c if (!php_var_unserialize(&pmembers, &p, s + buf_len, &var_hash TSRMLS_CC) || Z_TYPE_P(pmembers) != IS_ARRAY) { Z_TYPE_P 1053 ext/spl/spl_observer.c if (Z_TYPE_P(info) != IS_LONG && Z_TYPE_P(info) != IS_STRING) { Z_TYPE_P 1210 ext/spl/spl_observer.c switch (Z_TYPE_P(element->inf)) { Z_TYPE_P 779 ext/sqlite3/sqlite3.c switch (Z_TYPE_P(retval)) { Z_TYPE_P 904 ext/sqlite3/sqlite3.c } else if (Z_TYPE_P(retval) != IS_LONG) { Z_TYPE_P 1516 ext/sqlite3/sqlite3.c if (Z_TYPE_P(param->parameter) == IS_NULL) { Z_TYPE_P 1542 ext/sqlite3/sqlite3.c if (Z_TYPE_P(param->parameter) == IS_RESOURCE) { Z_TYPE_P 279 ext/standard/array.c if (Z_TYPE_P(array) == IS_ARRAY) { Z_TYPE_P 315 ext/standard/array.c switch (Z_TYPE_P(array)) { Z_TYPE_P 420 ext/standard/array.c if (Z_TYPE_P(fval) != IS_STRING) { Z_TYPE_P 425 ext/standard/array.c if (Z_TYPE_P(sval) != IS_STRING) { Z_TYPE_P 432 ext/standard/array.c if (Z_TYPE_P(fval) != IS_STRING) { Z_TYPE_P 436 ext/standard/array.c if (Z_TYPE_P(sval) != IS_STRING) { Z_TYPE_P 738 ext/standard/array.c Z_TYPE_P(key1) = IS_LONG; Z_TYPE_P 742 ext/standard/array.c Z_TYPE_P(key1) = IS_STRING; Z_TYPE_P 746 ext/standard/array.c Z_TYPE_P(key2) = IS_LONG; Z_TYPE_P 750 ext/standard/array.c Z_TYPE_P(key2) = IS_STRING; Z_TYPE_P 1266 ext/standard/array.c Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 1444 ext/standard/array.c if (Z_TYPE_P(entry) == IS_STRING) { Z_TYPE_P 1453 ext/standard/array.c else if (Z_TYPE_P(entry) == IS_ARRAY) { Z_TYPE_P 1600 ext/standard/array.c if (Z_TYPE_P(zstep) == IS_DOUBLE || Z_TYPE_P 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) Z_TYPE_P 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) { Z_TYPE_P 1668 ext/standard/array.c } else if (Z_TYPE_P(zlow) == IS_DOUBLE || Z_TYPE_P(zhigh) == IS_DOUBLE || is_step_double) { Z_TYPE_P 2249 ext/standard/array.c if (Z_TYPE_P(src_zval) == IS_ARRAY) { Z_TYPE_P 4037 ext/standard/array.c if (Z_TYPE_P(return_value) != IS_ARRAY) { Z_TYPE_P 4119 ext/standard/array.c if (Z_TYPE(entry_n) == IS_LONG && Z_TYPE_P(return_value) == IS_LONG) { Z_TYPE_P 4413 ext/standard/array.c switch (Z_TYPE_P(key)) { Z_TYPE_P 4584 ext/standard/basic_functions.c if (Z_TYPE_P(entry) == IS_STRING) { Z_TYPE_P 4590 ext/standard/basic_functions.c } else if (Z_TYPE_P(entry) == IS_ARRAY) { Z_TYPE_P 4615 ext/standard/basic_functions.c if (Z_TYPE_P(retval) == IS_ARRAY) { Z_TYPE_P 4833 ext/standard/basic_functions.c if (Z_TYPE_P(object) != IS_OBJECT && Z_TYPE_P 4834 ext/standard/basic_functions.c Z_TYPE_P(object) != IS_STRING Z_TYPE_P 4871 ext/standard/basic_functions.c if (Z_TYPE_P(object) != IS_OBJECT && Z_TYPE_P 4872 ext/standard/basic_functions.c Z_TYPE_P(object) != IS_STRING Z_TYPE_P 5035 ext/standard/basic_functions.c if (Z_TYPE_P(function) == IS_STRING) { Z_TYPE_P 5037 ext/standard/basic_functions.c } else if ( Z_TYPE_P(function) == IS_ARRAY Z_TYPE_P 5068 ext/standard/basic_functions.c if (Z_TYPE_P(func1) == IS_STRING && Z_TYPE_P(func2) == IS_STRING) { Z_TYPE_P 5070 ext/standard/basic_functions.c } else if (Z_TYPE_P(func1) == IS_ARRAY && Z_TYPE_P(func2) == IS_ARRAY) { Z_TYPE_P 5074 ext/standard/basic_functions.c } else if (Z_TYPE_P(func1) == IS_OBJECT && Z_TYPE_P(func2) == IS_OBJECT) { Z_TYPE_P 5748 ext/standard/basic_functions.c if (Z_TYPE_P(tick_fe.arguments[0]) != IS_ARRAY && Z_TYPE_P(tick_fe.arguments[0]) != IS_OBJECT) { Z_TYPE_P 5785 ext/standard/basic_functions.c if (Z_TYPE_P(function) != IS_ARRAY && Z_TYPE_P(function) != IS_OBJECT) { Z_TYPE_P 5925 ext/standard/basic_functions.c if (Z_TYPE_P(hash) != IS_ARRAY) { Z_TYPE_P 169 ext/standard/browscap.c Z_TYPE_P(new_property) = IS_STRING; Z_TYPE_P 216 ext/standard/browscap.c Z_TYPE_P(bdata->current_section) = IS_ARRAY; Z_TYPE_P 227 ext/standard/browscap.c Z_TYPE_P(processed) = IS_STRING; Z_TYPE_P 230 ext/standard/browscap.c Z_TYPE_P(unprocessed) = IS_STRING; Z_TYPE_P 199 ext/standard/exec.c if (Z_TYPE_P(ret_array) != IS_ARRAY) { Z_TYPE_P 588 ext/standard/file.c if (Z_TYPE_P(data) == IS_RESOURCE) { Z_TYPE_P 623 ext/standard/file.c switch (Z_TYPE_P(data)) { Z_TYPE_P 1766 ext/standard/file.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 440 ext/standard/filestat.c if (Z_TYPE_P(group) == IS_LONG) { Z_TYPE_P 443 ext/standard/filestat.c } else if (Z_TYPE_P(group) == IS_STRING) { Z_TYPE_P 468 ext/standard/filestat.c if (Z_TYPE_P(group) == IS_LONG) { Z_TYPE_P 470 ext/standard/filestat.c } else if (Z_TYPE_P(group) == IS_STRING) { Z_TYPE_P 577 ext/standard/filestat.c if (Z_TYPE_P(user) == IS_LONG) { Z_TYPE_P 580 ext/standard/filestat.c } else if (Z_TYPE_P(user) == IS_STRING) { Z_TYPE_P 606 ext/standard/filestat.c if (Z_TYPE_P(user) == IS_LONG) { Z_TYPE_P 608 ext/standard/filestat.c } else if (Z_TYPE_P(user) == IS_STRING) { Z_TYPE_P 260 ext/standard/filters.c if (Z_TYPE_P(filterparams) == IS_ARRAY) { Z_TYPE_P 1811 ext/standard/filters.c if (filterparams != NULL && Z_TYPE_P(filterparams) != IS_ARRAY) { Z_TYPE_P 222 ext/standard/http.c if (Z_TYPE_P(formdata) != IS_ARRAY && Z_TYPE_P(formdata) != IS_OBJECT) { Z_TYPE_P 227 ext/standard/http.c if (php_url_encode_hash_ex(HASH_OF(formdata), &formstr, prefix, prefix_len, NULL, 0, NULL, 0, (Z_TYPE_P(formdata) == IS_OBJECT ? formdata : NULL), arg_sep, enc_type TSRMLS_CC) == FAILURE) { Z_TYPE_P 168 ext/standard/incomplete_class.c Z_TYPE_P(val) = IS_STRING; Z_TYPE_P 612 ext/standard/math.c if (Z_TYPE_P(zbase) == IS_LONG && Z_TYPE_P(zexp) == IS_LONG && Z_LVAL_P(zexp) >= 0) { Z_TYPE_P 800 ext/standard/math.c if (Z_TYPE_P(arg) != IS_STRING || base < 2 || base > 36) { Z_TYPE_P 849 ext/standard/math.c if (Z_TYPE_P(arg) != IS_STRING || base < 2 || base > 36) { Z_TYPE_P 910 ext/standard/math.c if (Z_TYPE_P(arg) != IS_LONG || base < 2 || base > 36) { Z_TYPE_P 937 ext/standard/math.c if ((Z_TYPE_P(arg) != IS_LONG && Z_TYPE_P(arg) != IS_DOUBLE) || base < 2 || base > 36) { Z_TYPE_P 941 ext/standard/math.c if (Z_TYPE_P(arg) == IS_DOUBLE) { Z_TYPE_P 1261 ext/standard/math.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 610 ext/standard/streamsfuncs.c if (Z_TYPE_P(stream_array) != IS_ARRAY) { Z_TYPE_P 653 ext/standard/streamsfuncs.c if (Z_TYPE_P(stream_array) != IS_ARRAY) { Z_TYPE_P 726 ext/standard/streamsfuncs.c if (Z_TYPE_P(stream_array) != IS_ARRAY) { Z_TYPE_P 1690 ext/standard/string.c switch (Z_TYPE_P(needle)) { Z_TYPE_P 1739 ext/standard/string.c if (Z_TYPE_P(needle) == IS_STRING) { Z_TYPE_P 1790 ext/standard/string.c if (Z_TYPE_P(needle) == IS_STRING) { Z_TYPE_P 1842 ext/standard/string.c if (Z_TYPE_P(needle) == IS_STRING) { Z_TYPE_P 1900 ext/standard/string.c if (Z_TYPE_P(needle) == IS_STRING) { Z_TYPE_P 1949 ext/standard/string.c if (Z_TYPE_P(zneedle) == IS_STRING) { Z_TYPE_P 2023 ext/standard/string.c if (Z_TYPE_P(zneedle) == IS_STRING) { Z_TYPE_P 2126 ext/standard/string.c if (Z_TYPE_P(needle) == IS_STRING) { Z_TYPE_P 3633 ext/standard/string.c Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 3875 ext/standard/string.c Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 3882 ext/standard/string.c if (Z_TYPE_P(search) == IS_ARRAY) { Z_TYPE_P 3888 ext/standard/string.c if (Z_TYPE_P(replace) == IS_ARRAY) { Z_TYPE_P 3903 ext/standard/string.c if (Z_TYPE_P(replace) == IS_ARRAY) { Z_TYPE_P 3910 ext/standard/string.c if (Z_TYPE_P(replace) == IS_ARRAY) { Z_TYPE_P 4227 ext/standard/string.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 5033 ext/standard/string.c if (Z_TYPE_P(op1) != IS_STRING) { Z_TYPE_P 5036 ext/standard/string.c if (Z_TYPE_P(op2) != IS_STRING) { Z_TYPE_P 718 ext/standard/url.c if (!stream->wrapperdata || Z_TYPE_P(stream->wrapperdata) != IS_ARRAY) { Z_TYPE_P 381 ext/standard/user_filters.c if (Z_TYPE_P(retval) == IS_BOOL && Z_LVAL_P(retval) == 0) { Z_TYPE_P 552 ext/standard/var.c if ((Z_TYPE_P(var) == IS_OBJECT) && Z_OBJ_HT_P(var)->get_class_entry) { Z_TYPE_P 570 ext/standard/var.c fprintf(stderr, "- had var (%d): %lu\n", Z_TYPE_P(var), **(ulong**)var_old); Z_TYPE_P 579 ext/standard/var.c fprintf(stderr, "+ add var (%d): %lu\n", Z_TYPE_P(var), var_no); Z_TYPE_P 725 ext/standard/var.c } else if (Z_TYPE_P(struc) == IS_OBJECT) { Z_TYPE_P 733 ext/standard/var.c switch (Z_TYPE_P(struc)) { Z_TYPE_P 836 ext/standard/var.c if (Z_TYPE_P(struc) == IS_ARRAY) { Z_TYPE_P 925 ext/standard/var.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 310 ext/standard/var_unserializer.c if (Z_TYPE_P(key) != IS_LONG && Z_TYPE_P(key) != IS_STRING) { Z_TYPE_P 326 ext/standard/var_unserializer.c switch (Z_TYPE_P(key)) { Z_TYPE_P 240 ext/sybase_ct/php_sybase_ct.c if (Z_TYPE_P(le) == le_result) { Z_TYPE_P 451 ext/sybase_ct/php_sybase_ct.c handled = ((Z_TYPE_P(retval) != IS_BOOL) || (Z_BVAL_P(retval) != 0)); Z_TYPE_P 805 ext/sybase_ct/php_sybase_ct.c if (Z_TYPE_P(le) != le_plink) { Z_TYPE_P 859 ext/sybase_ct/php_sybase_ct.c if (Z_TYPE_P(index_ptr) != le_index_ptr) { Z_TYPE_P 868 ext/sybase_ct/php_sybase_ct.c Z_TYPE_P(return_value) = IS_RESOURCE; Z_TYPE_P 1473 ext/sybase_ct/php_sybase_ct.c Z_TYPE_P(tmp)= IS_RESOURCE; Z_TYPE_P 1731 ext/sybase_ct/php_sybase_ct.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 1749 ext/sybase_ct/php_sybase_ct.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 1855 ext/sybase_ct/php_sybase_ct.c switch (Z_TYPE_P(object)) { Z_TYPE_P 1883 ext/sybase_ct/php_sybase_ct.c if (Z_TYPE_P(return_value) == IS_ARRAY) { Z_TYPE_P 2062 ext/sybase_ct/php_sybase_ct.c switch(Z_TYPE_P(field)) { Z_TYPE_P 2114 ext/sybase_ct/php_sybase_ct.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 424 ext/sysvmsg/sysvmsg.c switch (Z_TYPE_P(message)) { Z_TYPE_P 447 ext/sysvmsg/sysvmsg.c if (Z_TYPE_P(message) != IS_STRING) { Z_TYPE_P 515 ext/tidy/tidy.c if (Z_TYPE(conv) != Z_TYPE_P(value)) { Z_TYPE_P 520 ext/tidy/tidy.c if (Z_TYPE(conv) != Z_TYPE_P(value)) { Z_TYPE_P 738 ext/tidy/tidy.c Z_TYPE_P(object) = IS_OBJECT; Z_TYPE_P 643 ext/wddx/wddx.c switch(Z_TYPE_P(var)) { Z_TYPE_P 698 ext/wddx/wddx.c if (Z_TYPE_P(name_var) == IS_STRING) { Z_TYPE_P 706 ext/wddx/wddx.c } else if (Z_TYPE_P(name_var) == IS_ARRAY || Z_TYPE_P(name_var) == IS_OBJECT) { Z_TYPE_P 707 ext/wddx/wddx.c int is_array = Z_TYPE_P(name_var) == IS_ARRAY; Z_TYPE_P 755 ext/wddx/wddx.c Z_TYPE_P(ent.data) = IS_STRING; Z_TYPE_P 765 ext/wddx/wddx.c Z_TYPE_P(ent.data) = IS_STRING; Z_TYPE_P 787 ext/wddx/wddx.c Z_TYPE_P(ent.data) = IS_LONG; Z_TYPE_P 800 ext/wddx/wddx.c Z_TYPE_P(ent.data) = IS_BOOL; Z_TYPE_P 906 ext/wddx/wddx.c Z_TYPE_P(ent.data) = IS_LONG; Z_TYPE_P 947 ext/wddx/wddx.c if (Z_TYPE_P(ent1->data) == IS_OBJECT) { Z_TYPE_P 973 ext/wddx/wddx.c if (Z_TYPE_P(ent2->data) == IS_ARRAY || Z_TYPE_P(ent2->data) == IS_OBJECT) { Z_TYPE_P 978 ext/wddx/wddx.c Z_TYPE_P(ent1->data) == IS_STRING && Z_STRLEN_P(ent1->data)) { Z_TYPE_P 1010 ext/wddx/wddx.c } else if (Z_TYPE_P(ent2->data) == IS_OBJECT) { Z_TYPE_P 1050 ext/wddx/wddx.c switch (Z_TYPE_P(ent)) { Z_TYPE_P 1077 ext/wddx/wddx.c Z_TYPE_P(ent->data) = IS_STRING; Z_TYPE_P 1107 ext/wddx/wddx.c Z_TYPE_P(ent->data) = IS_STRING; Z_TYPE_P 1333 ext/wddx/wddx.c if (Z_TYPE_P(packet) == IS_STRING) { Z_TYPE_P 1336 ext/wddx/wddx.c } else if (Z_TYPE_P(packet) == IS_RESOURCE) { Z_TYPE_P 383 ext/xml/xml.c Z_TYPE_P(ret) = IS_RESOURCE; Z_TYPE_P 397 ext/xml/xml.c Z_TYPE_P(ret) = IS_STRING; Z_TYPE_P 415 ext/xml/xml.c Z_TYPE_P(ret) = IS_STRING; Z_TYPE_P 536 ext/xml/xml.c if (Z_TYPE_P(handler) == IS_STRING) { Z_TYPE_P 721 ext/xml/xml.c if (Z_TYPE_P(val) == IS_STRING) { Z_TYPE_P 381 ext/xmlrpc/xmlrpc-epi-php.c if (output_opts && Z_TYPE_P(output_opts) == IS_ARRAY) { Z_TYPE_P 531 ext/xmlrpc/xmlrpc-epi-php.c if (Z_TYPE_P(val) == IS_NULL) { Z_TYPE_P 642 ext/xmlrpc/xmlrpc-epi-php.c Z_TYPE_P(elem) = IS_NULL; Z_TYPE_P 649 ext/xmlrpc/xmlrpc-epi-php.c Z_TYPE_P(elem) = IS_STRING; Z_TYPE_P 654 ext/xmlrpc/xmlrpc-epi-php.c Z_TYPE_P(elem) = IS_LONG; Z_TYPE_P 658 ext/xmlrpc/xmlrpc-epi-php.c Z_TYPE_P(elem) = IS_BOOL; Z_TYPE_P 662 ext/xmlrpc/xmlrpc-epi-php.c Z_TYPE_P(elem) = IS_DOUBLE; Z_TYPE_P 667 ext/xmlrpc/xmlrpc-epi-php.c Z_TYPE_P(elem) = IS_STRING; Z_TYPE_P 674 ext/xmlrpc/xmlrpc-epi-php.c Z_TYPE_P(elem) = IS_STRING; Z_TYPE_P 727 ext/xmlrpc/xmlrpc-epi-php.c if (Z_TYPE_P(vals) != IS_NULL) { Z_TYPE_P 796 ext/xmlrpc/xmlrpc-epi-php.c Z_TYPE_P(method_name_out) = IS_STRING; Z_TYPE_P 1127 ext/xmlrpc/xmlrpc-epi-php.c Z_TYPE_P(data.return_data) = IS_NULL; /* in case value is never init'd, we don't dtor to think it is a string or something */ Z_TYPE_P 1128 ext/xmlrpc/xmlrpc-epi-php.c Z_TYPE_P(data.xmlrpc_method) = IS_NULL; Z_TYPE_P 1355 ext/xmlrpc/xmlrpc-epi-php.c if (Z_TYPE_P(value) == IS_STRING) { Z_TYPE_P 1362 ext/xmlrpc/xmlrpc-epi-php.c Z_TYPE_P(type) = IS_STRING; Z_TYPE_P 1407 ext/xmlrpc/xmlrpc-epi-php.c switch (Z_TYPE_P(value)) { Z_TYPE_P 1455 ext/xmlrpc/xmlrpc-epi-php.c if ((type == xmlrpc_base64 && Z_TYPE_P(value) != IS_NULL) || type == xmlrpc_datetime) { Z_TYPE_P 445 ext/xsl/xsltprocessor.c if (Z_TYPE_P(cloneDocu) != IS_NULL) { Z_TYPE_P 545 ext/xsl/xsltprocessor.c if (Z_TYPE_P(doXInclude) != IS_NULL) { Z_TYPE_P 1001 ext/zip/php_zip.c retval = (Z_TYPE_P(tmp) != IS_NULL); Z_TYPE_P 2450 ext/zip/php_zip.c if (zval_files && (Z_TYPE_P(zval_files) != IS_NULL)) { Z_TYPE_P 2451 ext/zip/php_zip.c switch (Z_TYPE_P(zval_files)) { Z_TYPE_P 329 ext/zlib/zlib_filter.c if ((Z_TYPE_P(filterparams) == IS_ARRAY || Z_TYPE_P(filterparams) == IS_OBJECT) && Z_TYPE_P 362 ext/zlib/zlib_filter.c switch (Z_TYPE_P(filterparams)) { Z_TYPE_P 493 main/output.c switch (Z_TYPE_P(output_handler)) { Z_TYPE_P 976 main/output.c #define PHP_OUTPUT_USER_SUCCESS(retval) (retval && !(Z_TYPE_P(retval) == IS_BOOL && Z_BVAL_P(retval)==0)) Z_TYPE_P 980 main/output.c if (Z_TYPE_P(retval) != IS_BOOL) { Z_TYPE_P 194 main/php_ini.c if (Z_TYPE_P(zvalue) == IS_ARRAY) { Z_TYPE_P 197 main/php_ini.c } else if (Z_TYPE_P(zvalue) == IS_STRING) { Z_TYPE_P 258 main/php_ini.c if (zend_hash_find(active_hash, Z_STRVAL_P(arg1), Z_STRLEN_P(arg1) + 1, (void **) &find_arr) == FAILURE || Z_TYPE_P(find_arr) != IS_ARRAY) { Z_TYPE_P 261 main/php_ini.c Z_TYPE_P(option_arr) = IS_ARRAY; Z_TYPE_P 332 main/php_ini.c Z_TYPE_P(section_arr) = IS_ARRAY; Z_TYPE_P 207 main/php_variables.c Z_TYPE_P(gpc_element) = Z_TYPE_P(val); Z_TYPE_P 470 main/php_variables.c Z_TYPE_P(tmp) = IS_STRING; Z_TYPE_P 475 main/php_variables.c if (Z_TYPE_P(tmp) == IS_STRING) { Z_TYPE_P 489 main/php_variables.c Z_TYPE_P(tmp) = IS_STRING; Z_TYPE_P 495 main/php_variables.c if (Z_TYPE_P(tmp) == IS_STRING) { Z_TYPE_P 515 main/php_variables.c Z_TYPE_P(argc) = IS_LONG; Z_TYPE_P 80 main/streams/streams.c if (Z_TYPE_P(rsrc) != le_pstream) { Z_TYPE_P 122 main/streams/streams.c if (Z_TYPE_P(le) == le_pstream) { Z_TYPE_P 408 main/streams/userspace.c if (Z_TYPE_P(zopened) == IS_STRING && opened_path) { Z_TYPE_P 872 main/streams/userspace.c if (call_result == SUCCESS && retval != NULL && Z_TYPE_P(retval) == IS_LONG) { Z_TYPE_P 951 main/streams/userspace.c if (call_result == SUCCESS && retval != NULL && Z_TYPE_P(retval) == IS_ARRAY) { Z_TYPE_P 981 main/streams/userspace.c if (call_result == SUCCESS && retval != NULL && Z_TYPE_P(retval) == IS_BOOL) { Z_TYPE_P 1021 main/streams/userspace.c if (call_result == SUCCESS && retval != NULL && Z_TYPE_P(retval) == IS_BOOL) { Z_TYPE_P 1060 main/streams/userspace.c if (Z_TYPE_P(retval) == IS_BOOL) { Z_TYPE_P 1194 main/streams/userspace.c if (call_result == SUCCESS && zretval && Z_TYPE_P(zretval) == IS_BOOL) { Z_TYPE_P 1245 main/streams/userspace.c if (call_result == SUCCESS && zretval && Z_TYPE_P(zretval) == IS_BOOL) { Z_TYPE_P 1301 main/streams/userspace.c if (call_result == SUCCESS && zretval && Z_TYPE_P(zretval) == IS_BOOL) { Z_TYPE_P 1355 main/streams/userspace.c if (call_result == SUCCESS && zretval && Z_TYPE_P(zretval) == IS_BOOL) { Z_TYPE_P 1436 main/streams/userspace.c if (call_result == SUCCESS && zretval && Z_TYPE_P(zretval) == IS_BOOL) { Z_TYPE_P 1491 main/streams/userspace.c if (call_result == SUCCESS && zretval != NULL && Z_TYPE_P(zretval) == IS_ARRAY) { Z_TYPE_P 1537 main/streams/userspace.c if (call_result == SUCCESS && retval != NULL && Z_TYPE_P(retval) != IS_BOOL) { Z_TYPE_P 139 sapi/apache_hooks/php_apache.c if (Z_TYPE_P(z) != IS_OBJECT) { Z_TYPE_P 169 sapi/apache_hooks/php_apache.c Z_TYPE_P(addr) = IS_LONG; Z_TYPE_P 593 sapi/apache_hooks/php_apache.c if (Z_TYPE_P(first) == IS_ARRAY) { Z_TYPE_P 630 sapi/apache_hooks/php_apache.c } else if (Z_TYPE_P(first) == IS_STRING) { Z_TYPE_P 631 sapi/cgi/cgi_main.c Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && Z_TYPE_P 641 sapi/cgi/cgi_main.c Z_TYPE_P(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY && Z_TYPE_P 1526 sapi/cgi/fastcgi.c Z_TYPE_P(zvalue) = IS_STRING; Z_TYPE_P 1051 sapi/cli/php_cli.c Z_TYPE_P(argi) = IS_LONG; Z_TYPE_P 1061 sapi/cli/php_cli.c Z_TYPE_P(argn) = IS_STRING; Z_TYPE_P 2143 sapi/cli/php_cli_server.c decline = Z_TYPE_P(retval) == IS_BOOL && !Z_LVAL_P(retval); Z_TYPE_P 1116 sapi/fpm/fpm/fastcgi.c Z_TYPE_P(zvalue) = IS_STRING; Z_TYPE_P 576 sapi/fpm/fpm/fpm_main.c Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && Z_TYPE_P 586 sapi/fpm/fpm/fpm_main.c Z_TYPE_P(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY && Z_TYPE_P 265 sapi/litespeed/lsapi_main.c Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && Z_TYPE_P 275 sapi/litespeed/lsapi_main.c Z_TYPE_P(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY && Z_TYPE_P 317 sapi/litespeed/lsapi_main.c Z_TYPE_P( gpc_element ) = IS_STRING; Z_TYPE_P 94 win32/registry.c Z_TYPE_P(data) = IS_STRING;