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 1143 Zend/zend.c Z_TYPE_P(z_error_message) = IS_STRING; Z_TYPE_P 1146 Zend/zend.c Z_TYPE_P(z_error_type) = IS_LONG; Z_TYPE_P 1153 Zend/zend.c Z_TYPE_P(z_error_lineno) = IS_LONG; Z_TYPE_P 1161 Zend/zend.c Z_TYPE_P(z_context) = IS_NULL; Z_TYPE_P 1164 Zend/zend.c Z_TYPE_P(z_context) = IS_ARRAY; Z_TYPE_P 1200 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 2350 Zend/zend_compile.c Z_TYPE_P(label) = IS_NULL; Z_TYPE_P 3340 Zend/zend_compile.c if (Z_TYPE_P(zv) == IS_BOOL) { Z_TYPE_P 3348 Zend/zend_compile.c } else if (Z_TYPE_P(zv) == IS_NULL) { Z_TYPE_P 3351 Zend/zend_compile.c } else if (Z_TYPE_P(zv) == IS_STRING) { Z_TYPE_P 3362 Zend/zend_compile.c } else if (Z_TYPE_P(zv) == IS_ARRAY) { Z_TYPE_P 5297 Zend/zend_compile.c Z_TYPE_P(property) = IS_NULL; Z_TYPE_P 5780 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 592 Zend/zend_exceptions.c while (exception && Z_TYPE_P(exception) == IS_OBJECT) { Z_TYPE_P 614 Zend/zend_exceptions.c if (Z_TYPE_P(trace) != IS_STRING) { Z_TYPE_P 807 Zend/zend_exceptions.c if (Z_TYPE_P(str) != IS_STRING) { Z_TYPE_P 823 Zend/zend_exceptions.c line = (Z_TYPE_P(line) == IS_LONG) ? line : NULL; Z_TYPE_P 850 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 370 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 454 Zend/zend_execute_API.c #define IS_CONSTANT_VISITED(p) (Z_TYPE_P(p) & IS_VISITED_CONSTANT) Z_TYPE_P 455 Zend/zend_execute_API.c #define Z_REAL_TYPE_P(p) (Z_TYPE_P(p) & ~IS_VISITED_CONSTANT) Z_TYPE_P 456 Zend/zend_execute_API.c #define MARK_CONSTANT_VISITED(p) Z_TYPE_P(p) |= IS_VISITED_CONSTANT Z_TYPE_P 464 Zend/zend_execute_API.c Z_TYPE_P(value) &= ~IS_CONSTANT_INDEX; Z_TYPE_P 466 Zend/zend_execute_API.c Z_TYPE_P(value) = Z_TYPE_PP(p); Z_TYPE_P 480 Zend/zend_execute_API.c } else if ((Z_TYPE_P(p) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { Z_TYPE_P 508 Zend/zend_execute_API.c if ((Z_TYPE_P(p) & IS_CONSTANT_UNQUALIFIED) && (slash = (char *)zend_memrchr(actual, '\\', actual_len))) { Z_TYPE_P 526 Zend/zend_execute_API.c if ((Z_TYPE_P(p) & IS_CONSTANT_UNQUALIFIED) == 0) { Z_TYPE_P 561 Zend/zend_execute_API.c } else if (Z_TYPE_P(p) == IS_CONSTANT_ARRAY) { Z_TYPE_P 570 Zend/zend_execute_API.c Z_TYPE_P(p) = IS_ARRAY; Z_TYPE_P 811 Zend/zend_execute_API.c if (fci->object_ptr && Z_TYPE_P(fci->object_ptr) == IS_OBJECT && Z_TYPE_P 1284 Zend/zend_execute_API.c if (Z_TYPE_P(opline->op2.zv) != IS_LONG) { Z_TYPE_P 277 Zend/zend_gc.c if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { Z_TYPE_P 294 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 312 Zend/zend_gc.c } else if (Z_TYPE_P(pz) == IS_ARRAY) { Z_TYPE_P 319 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 348 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 362 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 383 Zend/zend_gc.c if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { Z_TYPE_P 401 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 417 Zend/zend_gc.c } else if (Z_TYPE_P(pz) == IS_ARRAY) { Z_TYPE_P 426 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 456 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 468 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 522 Zend/zend_gc.c if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { Z_TYPE_P 555 Zend/zend_gc.c } else if (Z_TYPE_P(pz) == IS_ARRAY) { Z_TYPE_P 642 Zend/zend_gc.c if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { Z_TYPE_P 667 Zend/zend_gc.c if (Z_TYPE_P(zv) != IS_ARRAY || Z_ARRVAL_P(zv) != &EG(symbol_table)) { Z_TYPE_P 685 Zend/zend_gc.c if (Z_TYPE_P(pz) == IS_ARRAY) { Z_TYPE_P 697 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 731 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 743 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 165 Zend/zend_ini_parser.c Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 176 Zend/zend_ini_parser.c Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 190 Zend/zend_ini_parser.c Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 207 Zend/zend_ini_parser.c Z_TYPE_P(result) = Z_TYPE(z_constant); Z_TYPE_P 88 Zend/zend_ini_parser.y Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 99 Zend/zend_ini_parser.y Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 113 Zend/zend_ini_parser.y Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 130 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 799 Zend/zend_object_handlers.c if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) { Z_TYPE_P 1414 Zend/zend_object_handlers.c if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) { Z_TYPE_P 1546 Zend/zend_object_handlers.c if (EXPECTED(Z_TYPE_P(retval) == IS_STRING)) { Z_TYPE_P 1552 Zend/zend_object_handlers.c if (Z_TYPE_P(writeobj) != type) { Z_TYPE_P 1592 Zend/zend_object_handlers.c Z_TYPE_P(writeobj) = IS_NULL; Z_TYPE_P 1602 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 697 Zend/zend_opcode.c if (Z_TYPE_P(opline->op2.zv) != IS_LONG) { Z_TYPE_P 716 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 1351 Zend/zend_operators.c if (Z_TYPE_P(op1) != IS_STRING) { Z_TYPE_P 1354 Zend/zend_operators.c if (Z_TYPE_P(op2) != IS_STRING) { Z_TYPE_P 1399 Zend/zend_operators.c if (Z_TYPE_P(op1) != IS_STRING) { Z_TYPE_P 1402 Zend/zend_operators.c if (Z_TYPE_P(op2) != IS_STRING) { Z_TYPE_P 1465 Zend/zend_operators.c switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { Z_TYPE_P 1543 Zend/zend_operators.c if (Z_TYPE_P(op1) == IS_OBJECT) { Z_TYPE_P 1549 Zend/zend_operators.c } else if (Z_TYPE_P(op2) != IS_OBJECT && Z_OBJ_HT_P(op1)->cast_object) { Z_TYPE_P 1551 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 1561 Zend/zend_operators.c if (Z_TYPE_P(op2) == IS_OBJECT) { Z_TYPE_P 1567 Zend/zend_operators.c } else if (Z_TYPE_P(op1) != IS_OBJECT && Z_OBJ_HT_P(op2)->cast_object) { Z_TYPE_P 1569 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 1577 Zend/zend_operators.c } else if (Z_TYPE_P(op1) == IS_OBJECT) { Z_TYPE_P 1583 Zend/zend_operators.c if (Z_TYPE_P(op1) == IS_NULL) { Z_TYPE_P 1587 Zend/zend_operators.c } else if (Z_TYPE_P(op2) == IS_NULL) { Z_TYPE_P 1591 Zend/zend_operators.c } else if (Z_TYPE_P(op1) == IS_BOOL) { Z_TYPE_P 1595 Zend/zend_operators.c } else if (Z_TYPE_P(op2) == IS_BOOL) { Z_TYPE_P 1604 Zend/zend_operators.c } else if (Z_TYPE_P(op1)==IS_ARRAY) { Z_TYPE_P 1607 Zend/zend_operators.c } else if (Z_TYPE_P(op2)==IS_ARRAY) { Z_TYPE_P 1610 Zend/zend_operators.c } else if (Z_TYPE_P(op1)==IS_OBJECT) { Z_TYPE_P 1613 Zend/zend_operators.c } else if (Z_TYPE_P(op2)==IS_OBJECT) { Z_TYPE_P 1644 Zend/zend_operators.c Z_TYPE_P(result) = IS_BOOL; Z_TYPE_P 1645 Zend/zend_operators.c if (Z_TYPE_P(op1) != Z_TYPE_P(op2)) { Z_TYPE_P 1649 Zend/zend_operators.c switch (Z_TYPE_P(op1)) { Z_TYPE_P 1851 Zend/zend_operators.c switch (Z_TYPE_P(op1)) { Z_TYPE_P 1905 Zend/zend_operators.c switch (Z_TYPE_P(op1)) { Z_TYPE_P 2220 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 393 Zend/zend_vm_def.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 609 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 645 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 713 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 747 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 982 Zend/zend_vm_def.h if (OP1_TYPE == IS_TMP_VAR && Z_TYPE_P(z) == IS_OBJECT) { Z_TYPE_P 1013 Zend/zend_vm_def.h if (OP1_TYPE != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 1342 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 1465 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 1584 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { Z_TYPE_P 2105 Zend/zend_vm_def.h if (OP1_TYPE == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2135 Zend/zend_vm_def.h if (OP1_TYPE == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2165 Zend/zend_vm_def.h if (OP1_TYPE == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2199 Zend/zend_vm_def.h if (OP1_TYPE == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2230 Zend/zend_vm_def.h if (OP1_TYPE == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2292 Zend/zend_vm_def.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 2315 Zend/zend_vm_def.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 2343 Zend/zend_vm_def.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 2348 Zend/zend_vm_def.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 2395 Zend/zend_vm_def.h } else if (Z_TYPE_P(class_name) == IS_OBJECT) { Z_TYPE_P 2397 Zend/zend_vm_def.h } else if (Z_TYPE_P(class_name) == IS_STRING) { Z_TYPE_P 2426 Zend/zend_vm_def.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 2439 Zend/zend_vm_def.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 2546 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 2646 Zend/zend_vm_def.h if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) { Z_TYPE_P 2667 Zend/zend_vm_def.h EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) && Z_TYPE_P 2685 Zend/zend_vm_def.h EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) && Z_TYPE_P 2956 Zend/zend_vm_def.h if (OP1_TYPE == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) { Z_TYPE_P 3247 Zend/zend_vm_def.h if ((Z_TYPE_P(assignment_value) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT || Z_TYPE_P 3248 Zend/zend_vm_def.h Z_TYPE_P(assignment_value)==IS_CONSTANT_ARRAY) { Z_TYPE_P 3424 Zend/zend_vm_def.h UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT)) { Z_TYPE_P 3463 Zend/zend_vm_def.h Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 3615 Zend/zend_vm_def.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 3893 Zend/zend_vm_def.h if (OP1_TYPE != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 3965 Zend/zend_vm_def.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 4134 Zend/zend_vm_def.h if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 4140 Zend/zend_vm_def.h } else if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 4386 Zend/zend_vm_def.h if (OP1_TYPE != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 4460 Zend/zend_vm_def.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 4466 Zend/zend_vm_def.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 4518 Zend/zend_vm_def.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 4542 Zend/zend_vm_def.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 4545 Zend/zend_vm_def.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 4546 Zend/zend_vm_def.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 4547 Zend/zend_vm_def.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 4558 Zend/zend_vm_def.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 4607 Zend/zend_vm_def.h if (Z_TYPE_P(ptr) == IS_LONG) { Z_TYPE_P 4903 Zend/zend_vm_def.h if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->get_class_entry) { Z_TYPE_P 5149 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 5154 Zend/zend_vm_def.h if (Z_TYPE_P(val) == IS_CONSTANT_ARRAY) { Z_TYPE_P 5203 Zend/zend_vm_def.h if (Z_TYPE_P(var_ptr) != IS_OBJECT && Z_TYPE_P 5341 Zend/zend_vm_def.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 1200 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_OBJECT) { Z_TYPE_P 1202 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_STRING) { Z_TYPE_P 1246 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) { Z_TYPE_P 1267 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) && Z_TYPE_P 1285 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) && Z_TYPE_P 1403 Zend/zend_vm_execute.h if ((Z_TYPE_P(assignment_value) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT || Z_TYPE_P 1404 Zend/zend_vm_execute.h Z_TYPE_P(assignment_value)==IS_CONSTANT_ARRAY) { Z_TYPE_P 1524 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_OBJECT) { Z_TYPE_P 1526 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_STRING) { Z_TYPE_P 1571 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) { Z_TYPE_P 1592 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) && Z_TYPE_P 1610 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) && Z_TYPE_P 1711 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_OBJECT) { Z_TYPE_P 1713 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_STRING) { Z_TYPE_P 1758 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) { Z_TYPE_P 1779 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) && Z_TYPE_P 1797 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) && Z_TYPE_P 1898 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_OBJECT) { Z_TYPE_P 1900 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_STRING) { Z_TYPE_P 1937 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_OBJECT) { Z_TYPE_P 1939 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_STRING) { Z_TYPE_P 1983 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) { Z_TYPE_P 2004 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) && Z_TYPE_P 2022 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) && Z_TYPE_P 2135 Zend/zend_vm_execute.h if (IS_CONST == IS_TMP_VAR && Z_TYPE_P(z) == IS_OBJECT) { Z_TYPE_P 2162 Zend/zend_vm_execute.h if (IS_CONST == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2192 Zend/zend_vm_execute.h if (IS_CONST == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2222 Zend/zend_vm_execute.h if (IS_CONST == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2256 Zend/zend_vm_execute.h if (IS_CONST == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2287 Zend/zend_vm_execute.h if (IS_CONST == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2452 Zend/zend_vm_execute.h if (IS_CONST == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) { Z_TYPE_P 2528 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT)) { Z_TYPE_P 2567 Zend/zend_vm_execute.h Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 2822 Zend/zend_vm_execute.h if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 2828 Zend/zend_vm_execute.h } else if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 2926 Zend/zend_vm_execute.h if (Z_TYPE_P(ptr) == IS_LONG) { Z_TYPE_P 3331 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 3510 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { Z_TYPE_P 3578 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 3803 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 3888 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 3966 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 4037 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 4042 Zend/zend_vm_execute.h if (Z_TYPE_P(val) == IS_CONSTANT_ARRAY) { Z_TYPE_P 4187 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 4570 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 4699 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 4880 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 5204 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 5427 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 5556 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 5641 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 5719 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 5900 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 5949 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 6153 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 6264 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 6349 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 6427 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 6626 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 7009 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 7197 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 7378 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 7448 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_TMP_VAR && Z_TYPE_P(z) == IS_OBJECT) { Z_TYPE_P 7476 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 7506 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 7536 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 7570 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 7601 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 7756 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) { Z_TYPE_P 7833 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT)) { Z_TYPE_P 7872 Zend/zend_vm_execute.h Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 8127 Zend/zend_vm_execute.h if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 8133 Zend/zend_vm_execute.h } else if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 8231 Zend/zend_vm_execute.h if (Z_TYPE_P(ptr) == IS_LONG) { Z_TYPE_P 8388 Zend/zend_vm_execute.h if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->get_class_entry) { Z_TYPE_P 8688 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 8867 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { Z_TYPE_P 8893 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 8916 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 8942 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 8955 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 9065 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 9150 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 9228 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 9409 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 9755 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 9760 Zend/zend_vm_execute.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 9798 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 9811 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 9923 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 10104 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 10428 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 10614 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 10619 Zend/zend_vm_execute.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 10657 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 10670 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 10782 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 10867 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 10945 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 11126 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 11175 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 11367 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 11452 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 11530 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 11711 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 12057 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 12062 Zend/zend_vm_execute.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 12099 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 12112 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 12222 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 12403 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 12653 Zend/zend_vm_execute.h if (IS_VAR == IS_TMP_VAR && Z_TYPE_P(z) == IS_OBJECT) { Z_TYPE_P 12681 Zend/zend_vm_execute.h if (IS_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 12711 Zend/zend_vm_execute.h if (IS_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 12741 Zend/zend_vm_execute.h if (IS_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 12775 Zend/zend_vm_execute.h if (IS_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 12806 Zend/zend_vm_execute.h if (IS_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 12962 Zend/zend_vm_execute.h if (IS_VAR == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) { Z_TYPE_P 13150 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT)) { Z_TYPE_P 13189 Zend/zend_vm_execute.h Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 13444 Zend/zend_vm_execute.h if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 13450 Zend/zend_vm_execute.h } else if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 13680 Zend/zend_vm_execute.h if (Z_TYPE_P(ptr) == IS_LONG) { Z_TYPE_P 13809 Zend/zend_vm_execute.h if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->get_class_entry) { Z_TYPE_P 14113 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 14159 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 14374 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 14410 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 14478 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 14512 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 14571 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 14899 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 15022 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 15311 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 15324 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 15430 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 15655 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 15740 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 15812 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 15959 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 16033 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 16039 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 16091 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 16115 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 16118 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 16119 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 16120 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 16131 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 16294 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 16622 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 16668 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 16884 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 16920 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 16988 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 17022 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 17245 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 17368 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 17658 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 17671 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 17778 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 17907 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 17986 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 18122 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 18128 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 18180 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 18204 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 18207 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 18208 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 18209 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 18220 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 18383 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 18711 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 18757 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 18973 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 19009 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 19077 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 19111 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 19170 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 19498 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 19621 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 19966 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 19979 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 20086 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 20215 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 20300 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 20372 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 20519 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 20593 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 20599 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 20651 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 20675 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 20678 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 20679 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 20680 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 20691 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 20854 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 20907 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 20953 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 21159 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 21533 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 21644 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 21729 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 21807 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 21873 Zend/zend_vm_execute.h if (Z_TYPE_P(var_ptr) != IS_OBJECT && Z_TYPE_P 22011 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 22339 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 22385 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 22600 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 22636 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 22704 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 22738 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 22961 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 23084 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 23426 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 23439 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 23545 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 23673 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 23752 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 23888 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 23894 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 23946 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 23970 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 23973 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 23974 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 23975 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 23986 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 24149 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 24197 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT)) { Z_TYPE_P 24236 Zend/zend_vm_execute.h Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 24260 Zend/zend_vm_execute.h if (Z_TYPE_P(ptr) == IS_LONG) { Z_TYPE_P 24289 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 24335 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 24549 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 24585 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 24653 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 24687 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 24745 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 24866 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 25015 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 25038 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 25064 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 25077 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 25260 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 25394 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 25400 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 25452 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 25476 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 25479 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 25480 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 25481 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 25492 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 25651 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 25703 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 25749 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 25964 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 26000 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 26068 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 26102 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 26160 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 26281 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 26435 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 26440 Zend/zend_vm_execute.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 26478 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 26491 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 26578 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 26712 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 26718 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 26770 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 26794 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 26797 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 26798 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 26799 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 26810 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 26969 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 27021 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 27067 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 27282 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 27318 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 27386 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 27420 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 27478 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 27599 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 27753 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 27758 Zend/zend_vm_execute.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 27796 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 27809 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 27896 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 28030 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 28036 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 28088 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 28112 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 28115 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 28116 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 28117 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 28128 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 28287 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 28340 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 28386 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 28714 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 28766 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 28812 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 29026 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 29062 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 29130 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 29164 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 29222 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 29343 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 29497 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 29502 Zend/zend_vm_execute.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 29539 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 29552 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 29638 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 29772 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 29778 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 29830 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 29854 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 29857 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 29858 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 29859 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 29870 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 30029 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 30275 Zend/zend_vm_execute.h if (IS_CV == IS_TMP_VAR && Z_TYPE_P(z) == IS_OBJECT) { Z_TYPE_P 30302 Zend/zend_vm_execute.h if (IS_CV == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 30332 Zend/zend_vm_execute.h if (IS_CV == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 30362 Zend/zend_vm_execute.h if (IS_CV == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 30396 Zend/zend_vm_execute.h if (IS_CV == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 30427 Zend/zend_vm_execute.h if (IS_CV == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 30568 Zend/zend_vm_execute.h if (IS_CV == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) { Z_TYPE_P 30744 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT)) { Z_TYPE_P 30783 Zend/zend_vm_execute.h Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 31038 Zend/zend_vm_execute.h if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 31044 Zend/zend_vm_execute.h } else if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 31142 Zend/zend_vm_execute.h if (Z_TYPE_P(ptr) == IS_LONG) { Z_TYPE_P 31268 Zend/zend_vm_execute.h if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->get_class_entry) { Z_TYPE_P 31572 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 31618 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 31832 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 31868 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 31936 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 31970 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 32029 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 32356 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 32477 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 32762 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 32775 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 32885 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 32970 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 33042 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 33187 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 33261 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 33267 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 33319 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 33343 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 33346 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 33347 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 33348 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 33359 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 33518 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 33846 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 33892 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 34107 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 34143 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 34211 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 34245 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 34467 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 34588 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 34874 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 34887 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 34999 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 35078 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 35212 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 35218 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 35270 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 35294 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 35297 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 35298 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 35299 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 35310 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 35469 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 35797 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 35843 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 36058 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 36094 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 36162 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 36196 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 36255 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 36582 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 36703 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 37043 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 37056 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 37168 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 37253 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 37325 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 37470 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 37544 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 37550 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 37602 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 37626 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 37629 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 37630 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 37631 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 37642 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 37801 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 37854 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 37900 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 38105 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 38466 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 38551 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 38629 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 38810 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 39138 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 39184 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 39398 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 39434 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 39502 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 39536 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 39758 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 39879 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 40216 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 40229 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 40339 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 40418 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 40552 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 40558 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 40610 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 40634 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 40637 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 40638 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 40639 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 40650 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 40809 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 355 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 217 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 1323 ext/curl/interface.c if (Z_TYPE_P(retval_ptr) != IS_LONG) { Z_TYPE_P 1388 ext/curl/interface.c if (Z_TYPE_P(retval_ptr) != IS_LONG) { Z_TYPE_P 1466 ext/curl/interface.c if (Z_TYPE_P(retval_ptr) != IS_LONG) { Z_TYPE_P 1543 ext/curl/interface.c if (Z_TYPE_P(retval_ptr) == IS_STRING) { Z_TYPE_P 1617 ext/curl/interface.c if (Z_TYPE_P(retval_ptr) != IS_LONG) { Z_TYPE_P 1682 ext/curl/interface.c } else if (Z_TYPE_P(retval) == IS_STRING) { Z_TYPE_P 2568 ext/curl/interface.c if(Z_TYPE_P(prop) != IS_STRING) { Z_TYPE_P 2579 ext/curl/interface.c if(Z_TYPE_P(prop) == IS_STRING && Z_STRLEN_P(prop) > 0) { Z_TYPE_P 2583 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 2160 ext/date/php_date.c Z_TYPE_P(new_object) = IS_OBJECT; Z_TYPE_P 2533 ext/date/php_date.c Z_TYPE_P(object) = IS_OBJECT; Z_TYPE_P 5000 ext/date/php_date.c if (Z_TYPE_P(zv) == IS_OBJECT && Z_OBJ_HANDLER_P(zv, clone_obj)) { Z_TYPE_P 5004 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 2056 ext/fileinfo/libmagic/softmagic.c } else if ((Z_LVAL_P(retval) > 0) && (Z_TYPE_P(subpats) == IS_ARRAY)) { Z_TYPE_P 2104 ext/fileinfo/libmagic/softmagic.c Z_TYPE_P(pattern_match) = IS_STRING; Z_TYPE_P 2122 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 1377 ext/ftp/php_ftp.c if (Z_TYPE_P(z_value) != IS_LONG) { Z_TYPE_P 1390 ext/ftp/php_ftp.c if (Z_TYPE_P(z_value) != IS_BOOL) { Z_TYPE_P 5210 ext/gd/gd.c if (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 2188 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 450 ext/interbase/ibase_query.c if (Z_TYPE_P(val) == IS_ARRAY) { Z_TYPE_P 456 ext/interbase/ibase_query.c if (Z_TYPE_P(val) == IS_ARRAY && Z_TYPE_P 468 ext/interbase/ibase_query.c if (Z_TYPE_P(val) == IS_ARRAY) { Z_TYPE_P 473 ext/interbase/ibase_query.c if (Z_TYPE_P(val) == IS_ARRAY) { Z_TYPE_P 479 ext/interbase/ibase_query.c if (Z_TYPE_P(val) == IS_NULL) { Z_TYPE_P 652 ext/interbase/ibase_query.c switch (Z_TYPE_P(b_var)) { Z_TYPE_P 694 ext/interbase/ibase_query.c if (Z_TYPE_P(b_var) == IS_LONG) { Z_TYPE_P 764 ext/interbase/ibase_query.c if (Z_TYPE_P(b_var) != IS_ARRAY) { Z_TYPE_P 1679 ext/interbase/ibase_query.c if (Z_TYPE_P(return_value) == IS_ARRAY) { Z_TYPE_P 947 ext/interbase/interbase.c if (Z_TYPE_P(le) != le_index_ptr) { Z_TYPE_P 970 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 151 ext/intl/converter/converter.c switch (Z_TYPE_P(val)) { Z_TYPE_P 250 ext/intl/converter/converter.c if (Z_TYPE_P(zerror) == IS_LONG) { Z_TYPE_P 263 ext/intl/converter/converter.c switch (Z_TYPE_P(val)) { Z_TYPE_P 347 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 563 ext/json/json.c if (Z_TYPE_P(val) == IS_ARRAY) { Z_TYPE_P 590 ext/json/json.c if ((Z_TYPE_P(retval) == IS_OBJECT) && Z_TYPE_P 605 ext/json/json.c switch (Z_TYPE_P(val)) Z_TYPE_P 759 ext/json/json.c if (Z_TYPE_P(return_value) != IS_NULL) { Z_TYPE_P 635 ext/ldap/ldap.c if (Z_TYPE_P(link) == IS_ARRAY) { Z_TYPE_P 647 ext/ldap/ldap.c if (Z_TYPE_P(base_dn) == IS_ARRAY) { Z_TYPE_P 658 ext/ldap/ldap.c if (Z_TYPE_P(base_dn) == IS_STRING) { Z_TYPE_P 741 ext/ldap/ldap.c if (Z_TYPE_P(base_dn) == IS_STRING) { Z_TYPE_P 1667 ext/ldap/ldap.c if (Z_TYPE_P(link) == IS_NULL) { Z_TYPE_P 2106 ext/ldap/ldap.c if (Z_TYPE_P(callback) == IS_STRING && Z_STRLEN_P(callback) == 0) { Z_TYPE_P 2210 ext/ldap/ldap.c if (Z_TYPE_P(link) == IS_NULL) { Z_TYPE_P 617 ext/libxml/libxml.c } else if (Z_TYPE_P(retval_ptr) == IS_STRING) { Z_TYPE_P 620 ext/libxml/libxml.c } else if (Z_TYPE_P(retval_ptr) == IS_RESOURCE) { Z_TYPE_P 648 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 435 ext/mysqli/mysqli.c ret = Z_TYPE_P(value) != IS_NULL? 1:0; Z_TYPE_P 534 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 1190 ext/mysqli/mysqli.c Z_TYPE_P(res) = IS_STRING; Z_TYPE_P 1274 ext/mysqli/mysqli.c if (into_object && Z_TYPE_P(return_value) == IS_ARRAY) { Z_TYPE_P 1290 ext/mysqli/mysqli.c if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) { Z_TYPE_P 1291 ext/mysqli/mysqli.c if (Z_TYPE_P(ctor_params) == IS_ARRAY) { Z_TYPE_P 597 ext/mysqli/mysqli_api.c if (Z_TYPE_P(le) == php_le_pmysqli()) { Z_TYPE_P 871 ext/mysqli/mysqli_api.c if (the_var == stmt->param.vars[i] && Z_TYPE_P(stmt->param.vars[i]) != IS_STRING) { Z_TYPE_P 880 ext/mysqli/mysqli_api.c if (the_var == stmt->param.vars[i] && Z_TYPE_P(stmt->param.vars[i]) != IS_DOUBLE) { Z_TYPE_P 889 ext/mysqli/mysqli_api.c if (the_var == stmt->param.vars[i] && Z_TYPE_P(stmt->param.vars[i]) != IS_LONG) { Z_TYPE_P 965 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 235 ext/mysqli/php_mysqli_structs.h Z_TYPE_P(return_value) = IS_OBJECT; \ Z_TYPE_P 244 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 752 ext/mysqlnd/mysqlnd_ps.c if (Z_TYPE_P(current_row[i]) >= IS_STRING) { Z_TYPE_P 771 ext/mysqlnd/mysqlnd_ps.c DBG_INF_FMT("i=%u type=%u", i, Z_TYPE_P(current_row[i])); Z_TYPE_P 772 ext/mysqlnd/mysqlnd_ps.c if (Z_TYPE_P(current_row[i]) != IS_NULL) { Z_TYPE_P 781 ext/mysqlnd/mysqlnd_ps.c Z_TYPE_P(stmt->result_bind[i].zv) = Z_TYPE_P(current_row[i]); Z_TYPE_P 873 ext/mysqlnd/mysqlnd_ps.c if (IS_NULL != (Z_TYPE_P(stmt->result_bind[i].zv) = Z_TYPE_P(data)) ) { Z_TYPE_P 874 ext/mysqlnd/mysqlnd_ps.c if ((Z_TYPE_P(data) == IS_STRING) && (result->meta->fields[i].max_length < (unsigned long) Z_STRLEN_P(data))) { Z_TYPE_P 1053 ext/mysqlnd/mysqlnd_ps.c Z_TYPE_P(data), Z_REFCOUNT_P(stmt->result_bind[i].zv)); Z_TYPE_P 1054 ext/mysqlnd/mysqlnd_ps.c if (IS_NULL != (Z_TYPE_P(stmt->result_bind[i].zv) = Z_TYPE_P(data))) { Z_TYPE_P 1055 ext/mysqlnd/mysqlnd_ps.c if ((Z_TYPE_P(data) == IS_STRING) && (result->meta->fields[i].max_length < (unsigned long) Z_STRLEN_P(data))) { Z_TYPE_P 573 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 575 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG && Z_TYPE_P 585 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG) { Z_TYPE_P 647 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 652 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG) { Z_TYPE_P 658 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(tmp_data) == IS_STRING) { Z_TYPE_P 681 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 700 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(the_var) != IS_DOUBLE) { Z_TYPE_P 712 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(tmp_data) == IS_STRING) { Z_TYPE_P 722 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(tmp_data) == IS_STRING) { Z_TYPE_P 742 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(the_var) != IS_STRING) { Z_TYPE_P 786 ext/mysqlnd/mysqlnd_ps_codec.c if (stmt->param_bind[i].zv && Z_TYPE_P(data) == IS_NULL) { Z_TYPE_P 796 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(data) == IS_STRING) { Z_TYPE_P 804 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 583 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 674 ext/mysqlnd/mysqlnd_result.c if (Z_TYPE_P(data) != IS_NULL) { Z_TYPE_P 784 ext/mysqlnd/mysqlnd_result.c unsigned int len = (Z_TYPE_P(data) == IS_NULL)? 0:Z_STRLEN_P(data); Z_TYPE_P 947 ext/mysqlnd/mysqlnd_result.c if (Z_TYPE_P(current_row[i]) >= IS_STRING) { Z_TYPE_P 964 ext/mysqlnd/mysqlnd_result.c if (Z_TYPE_P(data) != IS_NULL) { Z_TYPE_P 1019 ext/mysqlnd/mysqlnd_result.c if (Z_TYPE_P(current_row[i]) >= IS_STRING) { Z_TYPE_P 1555 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 1024 ext/odbc/php_odbc.c if(Z_TYPE_P(le) == le_pconn && (((odbc_connection *)(le->ptr))->id == *id)){ Z_TYPE_P 1712 ext/odbc/php_odbc.c Z_TYPE_P(tmp) = IS_STRING; Z_TYPE_P 1768 ext/odbc/php_odbc.c if (!*(result->values[i].name) && Z_TYPE_P(tmp) == IS_STRING) { Z_TYPE_P 1787 ext/odbc/php_odbc.c if (Z_TYPE_P(return_value) == IS_ARRAY) { Z_TYPE_P 1866 ext/odbc/php_odbc.c Z_TYPE_P(tmp) = IS_STRING; Z_TYPE_P 2562 ext/odbc/php_odbc.c if (Z_TYPE_P(le) != le_pconn) { Z_TYPE_P 2603 ext/odbc/php_odbc.c if (Z_TYPE_P(index_ptr) != le_index_ptr) { Z_TYPE_P 2612 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 2185 ext/opcache/ZendAccelerator.c switch (Z_TYPE_P(zvalue) & IS_CONSTANT_TYPE_MASK) { Z_TYPE_P 2187 ext/opcache/ZendAccelerator.c switch (Z_TYPE_P(zvalue) & ~IS_CONSTANT_INDEX) { Z_TYPE_P 2198 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 1765 ext/openssl/openssl.c if (calist && (Z_TYPE_P(calist) == IS_ARRAY)) { Z_TYPE_P 1826 ext/openssl/openssl.c Z_TYPE_P(return_value) = IS_RESOURCE; Z_TYPE_P 2625 ext/openssl/openssl.c if (Z_TYPE_P(out_pkey) != IS_NULL) { Z_TYPE_P 3071 ext/openssl/openssl.c if (args && Z_TYPE_P(args) == IS_ARRAY) { Z_TYPE_P 3295 ext/openssl/openssl.c Z_TYPE_P(return_value) = IS_RESOURCE; Z_TYPE_P 3332 ext/openssl/openssl.c Z_TYPE_P(return_value) = IS_RESOURCE; Z_TYPE_P 4221 ext/openssl/openssl.c if (method == NULL || Z_TYPE_P(method) == IS_LONG) { Z_TYPE_P 4226 ext/openssl/openssl.c } else if (Z_TYPE_P(method) == IS_STRING) { Z_TYPE_P 4277 ext/openssl/openssl.c if (method == NULL || Z_TYPE_P(method) == IS_LONG) { Z_TYPE_P 4282 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 957 ext/pcntl/pcntl.c if (Z_TYPE_P(user_oldset) != IS_ARRAY) { Z_TYPE_P 1040 ext/pcntl/pcntl.c if (Z_TYPE_P(user_siginfo) != IS_ARRAY) { Z_TYPE_P 1262 ext/pcre/php_pcre.c if (Z_TYPE_P(regex) == IS_ARRAY) { Z_TYPE_P 1271 ext/pcre/php_pcre.c if (Z_TYPE_P(replace) == IS_ARRAY && !is_callable_replace) Z_TYPE_P 1280 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 1149 ext/pdo/pdo_stmt.c } else if (ce->unserialize(&return_value, ce, (unsigned char *)(Z_TYPE_P(val) == IS_STRING ? Z_STRVAL_P(val) : ""), Z_TYPE_P(val) == IS_STRING ? Z_STRLEN_P(val) : 0, NULL TSRMLS_CC) == FAILURE) { Z_TYPE_P 1361 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 1453 ext/pdo/pdo_stmt.c if (Z_TYPE_P(ctor_args) != IS_NULL && Z_TYPE_P(ctor_args) != IS_ARRAY) { Z_TYPE_P 1458 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 1464 ext/pdo/pdo_stmt.c if (Z_TYPE_P(arg2) != IS_STRING) { Z_TYPE_P 1573 ext/pdo/pdo_stmt.c if (Z_TYPE_P(return_value) != IS_ARRAY) { Z_TYPE_P 2022 ext/pdo/pdo_stmt.c Z_TYPE_P(stmt->fetch.into) = IS_OBJECT; Z_TYPE_P 2593 ext/pdo/pdo_stmt.c if (Z_TYPE_P(member) == IS_LONG) { Z_TYPE_P 2643 ext/pdo/pdo_stmt.c if (Z_TYPE_P(member) == IS_LONG) { Z_TYPE_P 534 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 866 ext/pgsql/pgsql.c if (Z_TYPE_P(rsrc) != le_plink) Z_TYPE_P 1269 ext/pgsql/pgsql.c if (Z_TYPE_P(le) != le_plink) { Z_TYPE_P 1322 ext/pgsql/pgsql.c if (Z_TYPE_P(index_ptr) != le_index_ptr) { Z_TYPE_P 1331 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_RESOURCE; Z_TYPE_P 1366 ext/pgsql/pgsql.c if (! PGG(ignore_notices) && Z_TYPE_P(return_value) == IS_RESOURCE) { Z_TYPE_P 1522 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 2122 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 2360 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 2364 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 2369 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 2381 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 2386 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 2447 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 2505 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_NULL; Z_TYPE_P 2636 ext/pgsql/pgsql.c if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) { Z_TYPE_P 2637 ext/pgsql/pgsql.c if (Z_TYPE_P(ctor_params) == IS_ARRAY) { Z_TYPE_P 2880 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 3036 ext/pgsql/pgsql.c if ((argc == 1) && (Z_TYPE_P(pgsql_link) != IS_RESOURCE)) { Z_TYPE_P 3055 ext/pgsql/pgsql.c switch (Z_TYPE_P(oid)) { Z_TYPE_P 3271 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 3455 ext/pgsql/pgsql.c switch (Z_TYPE_P(oid)) { Z_TYPE_P 3667 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 3705 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 3741 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 4614 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 4618 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 5372 ext/pgsql/pgsql.c assert(Z_TYPE_P(src) == IS_STRING); Z_TYPE_P 5392 ext/pgsql/pgsql.c if (!err && Z_TYPE_P(new_val) == IS_STRING && !strcmp(Z_STRVAL_P(new_val), "NULL")) { \ Z_TYPE_P 5420 ext/pgsql/pgsql.c assert(Z_TYPE_P(values) == IS_ARRAY); Z_TYPE_P 5421 ext/pgsql/pgsql.c assert(Z_TYPE_P(result) == IS_ARRAY); Z_TYPE_P 5642 ext/pgsql/pgsql.c Z_TYPE_P(new_val) = IS_STRING; Z_TYPE_P 5943 ext/pgsql/pgsql.c Z_TYPE_P(new_val) = IS_STRING; Z_TYPE_P 6182 ext/pgsql/pgsql.c assert(Z_TYPE_P(var_array) == IS_ARRAY); Z_TYPE_P 6367 ext/pgsql/pgsql.c assert(Z_TYPE_P(var_array) == IS_ARRAY); Z_TYPE_P 6368 ext/pgsql/pgsql.c assert(Z_TYPE_P(ids_array) == IS_ARRAY); Z_TYPE_P 6476 ext/pgsql/pgsql.c assert(Z_TYPE_P(ids_array) == IS_ARRAY); Z_TYPE_P 6567 ext/pgsql/pgsql.c assert(Z_TYPE_P(ret_array) == IS_ARRAY); Z_TYPE_P 6611 ext/pgsql/pgsql.c assert(Z_TYPE_P(ids_array) == IS_ARRAY); Z_TYPE_P 6612 ext/pgsql/pgsql.c assert(Z_TYPE_P(ret_array) == IS_ARRAY); Z_TYPE_P 723 ext/phar/phar_object.c switch (Z_TYPE_P(retval_ptr)) { Z_TYPE_P 4309 ext/phar/phar_object.c switch (Z_TYPE_P(zval_files)) { Z_TYPE_P 4836 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 480 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 2160 ext/reflection/php_reflection.c switch (Z_TYPE_P(reference)) { Z_TYPE_P 2596 ext/reflection/php_reflection.c if ((Z_TYPE_P(return_value) & IS_CONSTANT_TYPE_MASK) != IS_CONSTANT Z_TYPE_P 2597 ext/reflection/php_reflection.c && (Z_TYPE_P(return_value) & IS_CONSTANT_TYPE_MASK) != IS_CONSTANT_ARRAY) { Z_TYPE_P 2621 ext/reflection/php_reflection.c if (precv && (Z_TYPE_P(precv->op2.zv) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { Z_TYPE_P 2646 ext/reflection/php_reflection.c if (precv && (Z_TYPE_P(precv->op2.zv) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { Z_TYPE_P 2689 ext/reflection/php_reflection.c } else if (Z_TYPE_P(classname) == IS_OBJECT) { Z_TYPE_P 2702 ext/reflection/php_reflection.c switch (Z_TYPE_P(classname)) { Z_TYPE_P 3309 ext/reflection/php_reflection.c if (Z_TYPE_P(argument) == IS_OBJECT) { Z_TYPE_P 3387 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 4791 ext/reflection/php_reflection.c switch (Z_TYPE_P(classname)) { Z_TYPE_P 4812 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 5052 ext/reflection/php_reflection.c Z_TYPE_PP(variable_ptr) = Z_TYPE_P(value); Z_TYPE_P 6069 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 860 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 466 ext/soap/php_encoding.c Z_TYPE_P(data) == IS_OBJECT && Z_TYPE_P 631 ext/soap/php_encoding.c if (Z_TYPE_P(return_value) == IS_STRING) { Z_TYPE_P 872 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_STRING) { Z_TYPE_P 960 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_STRING) { Z_TYPE_P 995 ext/soap/php_encoding.c if (Z_TYPE_P(data) != IS_STRING) { Z_TYPE_P 1036 ext/soap/php_encoding.c Z_TYPE_P(ret) = IS_DOUBLE; Z_TYPE_P 1040 ext/soap/php_encoding.c Z_TYPE_P(ret) = IS_DOUBLE; Z_TYPE_P 1077 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 1104 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_DOUBLE) { Z_TYPE_P 1238 ext/soap/php_encoding.c if (Z_TYPE_P(object) == IS_OBJECT) { Z_TYPE_P 1261 ext/soap/php_encoding.c } else if (Z_TYPE_P(object) == IS_ARRAY) { Z_TYPE_P 1273 ext/soap/php_encoding.c if (Z_TYPE_P(object) == IS_OBJECT) { Z_TYPE_P 1283 ext/soap/php_encoding.c } else if (Z_TYPE_P(object) == IS_ARRAY) { Z_TYPE_P 1297 ext/soap/php_encoding.c if (any && Z_TYPE_P(any) != IS_ARRAY) { Z_TYPE_P 1311 ext/soap/php_encoding.c if (Z_TYPE_P(val) == IS_STRING && *Z_STRVAL_P(val) == '<') { Z_TYPE_P 1315 ext/soap/php_encoding.c if (Z_TYPE_P(val2) != IS_STRING || *Z_STRVAL_P(val) != '<') { Z_TYPE_P 1428 ext/soap/php_encoding.c } else if ((Z_TYPE_P(val) != IS_NULL || !model->u.element->nillable) && Z_TYPE_P 1555 ext/soap/php_encoding.c if (Z_TYPE_P(ret) == IS_OBJECT && ce != ZEND_STANDARD_CLASS_DEF_PTR) { Z_TYPE_P 1664 ext/soap/php_encoding.c if (Z_TYPE_P(prop) != IS_ARRAY) { Z_TYPE_P 1701 ext/soap/php_encoding.c Z_TYPE_P(data) == IS_NULL && Z_TYPE_P 1710 ext/soap/php_encoding.c Z_TYPE_P(data) == IS_ARRAY && Z_TYPE_P 1738 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_NULL && model->u.element->nillable) { Z_TYPE_P 1742 ext/soap/php_encoding.c } else if (Z_TYPE_P(data) == IS_NULL && model->min_occurs == 0) { Z_TYPE_P 1790 ext/soap/php_encoding.c Z_TYPE_P(data) == IS_ARRAY && Z_TYPE_P 1896 ext/soap/php_encoding.c if (!data || Z_TYPE_P(data) == IS_NULL) { Z_TYPE_P 1906 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_OBJECT) { Z_TYPE_P 1908 ext/soap/php_encoding.c } else if (Z_TYPE_P(data) == IS_ARRAY) { Z_TYPE_P 1971 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_ARRAY && Z_TYPE_P 2068 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_OBJECT) { Z_TYPE_P 2094 ext/soap/php_encoding.c if (data && Z_TYPE_P(data) == IS_ARRAY) { Z_TYPE_P 2213 ext/soap/php_encoding.c if (data && Z_TYPE_P(data) == IS_ARRAY) { Z_TYPE_P 2300 ext/soap/php_encoding.c if (!data || Z_TYPE_P(data) == IS_NULL) { Z_TYPE_P 2312 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 2372 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_ARRAY) { Z_TYPE_P 2782 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_ARRAY) { Z_TYPE_P 2855 ext/soap/php_encoding.c if (Z_TYPE_P(key) == IS_STRING) { Z_TYPE_P 2857 ext/soap/php_encoding.c } else if (Z_TYPE_P(key) == IS_LONG) { Z_TYPE_P 2990 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_LONG) { Z_TYPE_P 3028 ext/soap/php_encoding.c } else if (Z_TYPE_P(data) == IS_STRING) { Z_TYPE_P 3106 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_ARRAY) { Z_TYPE_P 3134 ext/soap/php_encoding.c if (Z_TYPE_P(data) != IS_STRING) { Z_TYPE_P 3226 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_ARRAY) { Z_TYPE_P 3246 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_STRING) { Z_TYPE_P 3625 ext/soap/php_encoding.c if (!array || Z_TYPE_P(array) != IS_ARRAY) { Z_TYPE_P 362 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 828 ext/soap/soap.c } else if (Z_TYPE_P(actor) == IS_LONG && Z_TYPE_P 833 ext/soap/soap.c } else if (Z_TYPE_P(actor) == IS_STRING && Z_STRLEN_P(actor) > 0) { Z_TYPE_P 856 ext/soap/soap.c if (Z_TYPE_P(code) == IS_NULL) { Z_TYPE_P 857 ext/soap/soap.c } else if (Z_TYPE_P(code) == IS_STRING) { Z_TYPE_P 860 ext/soap/soap.c } else if (Z_TYPE_P(code) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL_P(code)) == 2) { Z_TYPE_P 950 ext/soap/soap.c if (Z_TYPE_P(type) == IS_NULL) { Z_TYPE_P 1115 ext/soap/soap.c if (Z_TYPE_P(wsdl) != IS_STRING && Z_TYPE_P(wsdl) != IS_NULL) { Z_TYPE_P 1141 ext/soap/soap.c } else if (Z_TYPE_P(wsdl) == IS_NULL) { Z_TYPE_P 1192 ext/soap/soap.c } else if (Z_TYPE_P(wsdl) == IS_NULL) { Z_TYPE_P 1202 ext/soap/soap.c if (Z_TYPE_P(wsdl) != IS_NULL) { Z_TYPE_P 1646 ext/soap/soap.c if (Z_TYPE_P(EG(exception)) == IS_OBJECT && Z_TYPE_P 1698 ext/soap/soap.c if (Z_TYPE_P(EG(exception)) == IS_OBJECT && Z_TYPE_P 1727 ext/soap/soap.c if (Z_TYPE_P(EG(exception)) == IS_OBJECT && Z_TYPE_P 1813 ext/soap/soap.c if (Z_TYPE_P(EG(exception)) == IS_OBJECT && Z_TYPE_P 1861 ext/soap/soap.c if (Z_TYPE_P(EG(exception)) == IS_OBJECT && Z_TYPE_P 1880 ext/soap/soap.c if (Z_TYPE_P(retval) == IS_OBJECT && Z_TYPE_P 1903 ext/soap/soap.c if (Z_TYPE_P(EG(exception)) == IS_OBJECT && Z_TYPE_P 2135 ext/soap/soap.c Z_TYPE_P(SOAP_GLOBAL(error_object)) == IS_OBJECT && Z_TYPE_P 2233 ext/soap/soap.c Z_TYPE_P(SOAP_GLOBAL(error_object)) == IS_OBJECT && Z_TYPE_P 2308 ext/soap/soap.c Z_TYPE_P(fault) == IS_OBJECT && Z_TYPE_P 2335 ext/soap/soap.c if (Z_TYPE_P(wsdl) != IS_STRING && Z_TYPE_P(wsdl) != IS_NULL) { Z_TYPE_P 2345 ext/soap/soap.c if (Z_TYPE_P(wsdl) == IS_NULL) { Z_TYPE_P 2376 ext/soap/soap.c } else if (Z_TYPE_P(wsdl) == IS_NULL) { Z_TYPE_P 2511 ext/soap/soap.c } else if (Z_TYPE_P(wsdl) == IS_NULL) { Z_TYPE_P 2517 ext/soap/soap.c if (Z_TYPE_P(wsdl) != IS_NULL) { Z_TYPE_P 2592 ext/soap/soap.c } else if (Z_TYPE_P(response) != IS_STRING) { Z_TYPE_P 2797 ext/soap/soap.c Z_TYPE_P(return_value) == IS_OBJECT && Z_TYPE_P 2885 ext/soap/soap.c if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) { Z_TYPE_P 2886 ext/soap/soap.c } else if (Z_TYPE_P(headers) == IS_ARRAY) { Z_TYPE_P 2890 ext/soap/soap.c } else if (Z_TYPE_P(headers) == IS_OBJECT && Z_TYPE_P 3168 ext/soap/soap.c if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) { Z_TYPE_P 3170 ext/soap/soap.c } else if (Z_TYPE_P(headers) == IS_ARRAY) { Z_TYPE_P 3177 ext/soap/soap.c } else if (Z_TYPE_P(headers) == IS_OBJECT && Z_TYPE_P 3245 ext/soap/soap.c if (Z_TYPE_P(obj) != IS_OBJECT) { Z_TYPE_P 3786 ext/soap/soap.c } else if (param_count > 1 && Z_TYPE_P(ret) == IS_ARRAY) { Z_TYPE_P 3852 ext/soap/soap.c if (Z_TYPE_P(ret) == IS_OBJECT && Z_TYPE_P 3871 ext/soap/soap.c if (Z_TYPE_P(hdr_ret) == IS_OBJECT && Z_TYPE_P 4038 ext/soap/soap.c Z_TYPE_P(detail) == IS_OBJECT && Z_TYPE_P 4384 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 775 ext/sockets/sockets.c if (Z_TYPE_P(sock_array) != IS_ARRAY) return 0; Z_TYPE_P 806 ext/sockets/sockets.c if (Z_TYPE_P(sock_array) != IS_ARRAY) return 0; Z_TYPE_P 878 ext/sockets/sockets.c if (Z_TYPE_P(sec) != IS_LONG) { Z_TYPE_P 1590 ext/sockets/sockets.c Z_TYPE_P(buf) = IS_NULL; Z_TYPE_P 1599 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 945 ext/spl/spl_array.c if (Z_TYPE_P(intern->array) == IS_OBJECT) { Z_TYPE_P 1378 ext/spl/spl_array.c if (Z_TYPE_P(intern->array) == IS_OBJECT) { Z_TYPE_P 1441 ext/spl/spl_array.c Z_TYPE_P(tmp) = IS_ARRAY; Z_TYPE_P 1450 ext/spl/spl_array.c Z_TYPE_P(tmp) = IS_NULL; Z_TYPE_P 1460 ext/spl/spl_array.c Z_TYPE_P(tmp) = IS_NULL; Z_TYPE_P 1469 ext/spl/spl_array.c Z_TYPE_P(tmp) = IS_NULL; /* we want to destroy the zval, not the hashtable */ Z_TYPE_P 1750 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 449 ext/spl/spl_directory.c Z_TYPE_P(return_value) = IS_OBJECT; Z_TYPE_P 492 ext/spl/spl_directory.c Z_TYPE_P(return_value) = IS_OBJECT; Z_TYPE_P 513 ext/spl/spl_directory.c Z_TYPE_P(return_value) = IS_OBJECT; Z_TYPE_P 541 ext/spl/spl_directory.c Z_TYPE_P(return_value) = IS_NULL; Z_TYPE_P 548 ext/spl/spl_directory.c Z_TYPE_P(return_value) = IS_NULL; Z_TYPE_P 2174 ext/spl/spl_directory.c if (Z_TYPE_P(return_value) != IS_NULL) { Z_TYPE_P 2207 ext/spl/spl_directory.c if (Z_TYPE_P(retval) == IS_STRING) { Z_TYPE_P 2229 ext/spl/spl_directory.c switch(Z_TYPE_P(intern->u.file.current_zval)) { Z_TYPE_P 827 ext/spl/spl_dllist.c if (Z_TYPE_P(zindex) == IS_NULL) { Z_TYPE_P 1204 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 1021 ext/spl/spl_iterators.c if (Z_TYPE_P(return_value) == IS_ARRAY) { Z_TYPE_P 1455 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 2033 ext/spl/spl_iterators.c if (Z_TYPE_P(replacement) != IS_STRING) { Z_TYPE_P 118 ext/spl/spl_observer.c if (Z_TYPE_P(rv) == IS_STRING) { Z_TYPE_P 831 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 855 ext/spl/spl_observer.c if(Z_TYPE_P(pentry) != IS_OBJECT) { Z_TYPE_P 1061 ext/spl/spl_observer.c if (Z_TYPE_P(info) != IS_LONG && Z_TYPE_P(info) != IS_STRING) { Z_TYPE_P 1218 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 if (Z_TYPE_P(retval) != IS_LONG){ Z_TYPE_P 1495 ext/sqlite3/sqlite3.c if (Z_TYPE_P(param->parameter) == IS_NULL) { Z_TYPE_P 1521 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 4578 ext/standard/basic_functions.c if (Z_TYPE_P(entry) == IS_STRING) { Z_TYPE_P 4584 ext/standard/basic_functions.c } else if (Z_TYPE_P(entry) == IS_ARRAY) { Z_TYPE_P 4609 ext/standard/basic_functions.c if (Z_TYPE_P(retval) == IS_ARRAY) { Z_TYPE_P 4827 ext/standard/basic_functions.c if (Z_TYPE_P(object) != IS_OBJECT && Z_TYPE_P 4828 ext/standard/basic_functions.c Z_TYPE_P(object) != IS_STRING Z_TYPE_P 4865 ext/standard/basic_functions.c if (Z_TYPE_P(object) != IS_OBJECT && Z_TYPE_P 4866 ext/standard/basic_functions.c Z_TYPE_P(object) != IS_STRING Z_TYPE_P 5029 ext/standard/basic_functions.c if (Z_TYPE_P(function) == IS_STRING) { Z_TYPE_P 5031 ext/standard/basic_functions.c } else if ( Z_TYPE_P(function) == IS_ARRAY Z_TYPE_P 5062 ext/standard/basic_functions.c if (Z_TYPE_P(func1) == IS_STRING && Z_TYPE_P(func2) == IS_STRING) { Z_TYPE_P 5064 ext/standard/basic_functions.c } else if (Z_TYPE_P(func1) == IS_ARRAY && Z_TYPE_P(func2) == IS_ARRAY) { Z_TYPE_P 5068 ext/standard/basic_functions.c } else if (Z_TYPE_P(func1) == IS_OBJECT && Z_TYPE_P(func2) == IS_OBJECT) { Z_TYPE_P 5742 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 5779 ext/standard/basic_functions.c if (Z_TYPE_P(function) != IS_ARRAY && Z_TYPE_P(function) != IS_OBJECT) { Z_TYPE_P 5919 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 195 ext/standard/exec.c if (Z_TYPE_P(ret_array) != IS_ARRAY) { Z_TYPE_P 584 ext/standard/file.c if (Z_TYPE_P(data) == IS_RESOURCE) { Z_TYPE_P 619 ext/standard/file.c switch (Z_TYPE_P(data)) { Z_TYPE_P 1758 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 606 ext/standard/streamsfuncs.c if (Z_TYPE_P(stream_array) != IS_ARRAY) { Z_TYPE_P 649 ext/standard/streamsfuncs.c if (Z_TYPE_P(stream_array) != IS_ARRAY) { Z_TYPE_P 722 ext/standard/streamsfuncs.c if (Z_TYPE_P(stream_array) != IS_ARRAY) { Z_TYPE_P 1667 ext/standard/string.c switch (Z_TYPE_P(needle)) { Z_TYPE_P 1716 ext/standard/string.c if (Z_TYPE_P(needle) == IS_STRING) { Z_TYPE_P 1767 ext/standard/string.c if (Z_TYPE_P(needle) == IS_STRING) { Z_TYPE_P 1819 ext/standard/string.c if (Z_TYPE_P(needle) == IS_STRING) { Z_TYPE_P 1877 ext/standard/string.c if (Z_TYPE_P(needle) == IS_STRING) { Z_TYPE_P 1926 ext/standard/string.c if (Z_TYPE_P(zneedle) == IS_STRING) { Z_TYPE_P 2000 ext/standard/string.c if (Z_TYPE_P(zneedle) == IS_STRING) { Z_TYPE_P 2103 ext/standard/string.c if (Z_TYPE_P(needle) == IS_STRING) { Z_TYPE_P 3603 ext/standard/string.c Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 3845 ext/standard/string.c Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 3852 ext/standard/string.c if (Z_TYPE_P(search) == IS_ARRAY) { Z_TYPE_P 3858 ext/standard/string.c if (Z_TYPE_P(replace) == IS_ARRAY) { Z_TYPE_P 3873 ext/standard/string.c if (Z_TYPE_P(replace) == IS_ARRAY) { Z_TYPE_P 3880 ext/standard/string.c if (Z_TYPE_P(replace) == IS_ARRAY) { Z_TYPE_P 4197 ext/standard/string.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 4999 ext/standard/string.c if (Z_TYPE_P(op1) != IS_STRING) { Z_TYPE_P 5002 ext/standard/string.c if (Z_TYPE_P(op2) != IS_STRING) { Z_TYPE_P 719 ext/standard/url.c if (!stream->wrapperdata || Z_TYPE_P(stream->wrapperdata) != IS_ARRAY) { Z_TYPE_P 376 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 303 ext/standard/var_unserializer.c if (Z_TYPE_P(key) != IS_LONG && Z_TYPE_P(key) != IS_STRING) { Z_TYPE_P 320 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 478 main/output.c switch (Z_TYPE_P(output_handler)) { Z_TYPE_P 961 main/output.c #define PHP_OUTPUT_USER_SUCCESS(retval) (retval && !(Z_TYPE_P(retval) == IS_BOOL && Z_BVAL_P(retval)==0)) Z_TYPE_P 965 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 862 main/streams/userspace.c if (call_result == SUCCESS && retval != NULL && Z_TYPE_P(retval) == IS_LONG) { Z_TYPE_P 941 main/streams/userspace.c if (call_result == SUCCESS && retval != NULL && Z_TYPE_P(retval) == IS_ARRAY) { Z_TYPE_P 971 main/streams/userspace.c if (call_result == SUCCESS && retval != NULL && Z_TYPE_P(retval) == IS_BOOL) { Z_TYPE_P 1011 main/streams/userspace.c if (call_result == SUCCESS && retval != NULL && Z_TYPE_P(retval) == IS_BOOL) { Z_TYPE_P 1050 main/streams/userspace.c if (Z_TYPE_P(retval) == IS_BOOL) { Z_TYPE_P 1184 main/streams/userspace.c if (call_result == SUCCESS && zretval && Z_TYPE_P(zretval) == IS_BOOL) { Z_TYPE_P 1235 main/streams/userspace.c if (call_result == SUCCESS && zretval && Z_TYPE_P(zretval) == IS_BOOL) { Z_TYPE_P 1291 main/streams/userspace.c if (call_result == SUCCESS && zretval && Z_TYPE_P(zretval) == IS_BOOL) { Z_TYPE_P 1345 main/streams/userspace.c if (call_result == SUCCESS && zretval && Z_TYPE_P(zretval) == IS_BOOL) { Z_TYPE_P 1426 main/streams/userspace.c if (call_result == SUCCESS && zretval && Z_TYPE_P(zretval) == IS_BOOL) { Z_TYPE_P 1481 main/streams/userspace.c if (call_result == SUCCESS && zretval != NULL && Z_TYPE_P(zretval) == IS_ARRAY) { Z_TYPE_P 1527 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 1515 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 2130 sapi/cli/php_cli_server.c decline = Z_TYPE_P(retval) == IS_BOOL && !Z_LVAL_P(retval); Z_TYPE_P 1084 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 94 win32/registry.c Z_TYPE_P(data) = IS_STRING;