Z_TYPE_P 228 Zend/zend.c if (Z_TYPE_P(expr)==IS_STRING) { Z_TYPE_P 232 Zend/zend.c switch (Z_TYPE_P(expr)) { Z_TYPE_P 278 Zend/zend.c if (Z_TYPE_P(z) != IS_OBJECT) { Z_TYPE_P 306 Zend/zend.c Z_TYPE_P(expr_copy) = IS_STRING; Z_TYPE_P 342 Zend/zend.c switch (Z_TYPE_P(expr)) { Z_TYPE_P 401 Zend/zend.c switch (Z_TYPE_P(expr)) { Z_TYPE_P 631 Zend/zend.c Z_TYPE_P(globals) = IS_ARRAY; Z_TYPE_P 1168 Zend/zend.c Z_TYPE_P(z_error_message) = IS_STRING; Z_TYPE_P 1171 Zend/zend.c Z_TYPE_P(z_error_type) = IS_LONG; Z_TYPE_P 1178 Zend/zend.c Z_TYPE_P(z_error_lineno) = IS_LONG; Z_TYPE_P 1186 Zend/zend.c Z_TYPE_P(z_context) = IS_NULL; Z_TYPE_P 1189 Zend/zend.c Z_TYPE_P(z_context) = IS_ARRAY; Z_TYPE_P 1225 Zend/zend.c if (Z_TYPE_P(retval) == IS_BOOL && Z_LVAL_P(retval) == 0) { Z_TYPE_P 769 Zend/zend.h Z_TYPE_P(z) = Z_TYPE_P(v); \ Z_TYPE_P 843 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 1189 Zend/zend_API.c Z_TYPE_P(arg) = IS_OBJECT; Z_TYPE_P 1543 Zend/zend_API.c switch (Z_TYPE_P(key)) { Z_TYPE_P 3041 Zend/zend_API.c if (object_ptr && Z_TYPE_P(object_ptr) != IS_OBJECT) { Z_TYPE_P 3050 Zend/zend_API.c switch (Z_TYPE_P(callable)) { Z_TYPE_P 3227 Zend/zend_API.c if (Z_TYPE_P(callable) == IS_STRING && fcc.calling_scope) { Z_TYPE_P 3309 Zend/zend_API.c if (Z_TYPE_P(args) != IS_ARRAY) { Z_TYPE_P 3461 Zend/zend_API.c switch(Z_TYPE_P(property)) { Z_TYPE_P 3820 Zend/zend_API.c Z_TYPE_PP(property) = Z_TYPE_P(value); Z_TYPE_P 552 Zend/zend_API.h Z_TYPE_P(__z) = IS_RESOURCE;\ Z_TYPE_P 558 Zend/zend_API.h Z_TYPE_P(__z) = IS_BOOL; \ Z_TYPE_P 562 Zend/zend_API.h Z_TYPE_P(z) = IS_NULL; \ Z_TYPE_P 568 Zend/zend_API.h Z_TYPE_P(__z) = IS_LONG; \ Z_TYPE_P 574 Zend/zend_API.h Z_TYPE_P(__z) = IS_DOUBLE; \ Z_TYPE_P 582 Zend/zend_API.h Z_TYPE_P(__z) = IS_STRING; \ Z_TYPE_P 590 Zend/zend_API.h Z_TYPE_P(__z) = IS_STRING; \ Z_TYPE_P 597 Zend/zend_API.h Z_TYPE_P(__z) = IS_STRING; \ Z_TYPE_P 736 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 737 Zend/zend_API.h #define ZVAL_IS_NULL(z) (Z_TYPE_P(z)==IS_NULL) Z_TYPE_P 92 Zend/zend_ast.c return !IS_CONSTANT_TYPE(Z_TYPE_P(ast->u.val)); Z_TYPE_P 256 Zend/zend_ast.c if (IS_CONSTANT_TYPE(Z_TYPE_P(ast->u.val))) { Z_TYPE_P 264 Zend/zend_ast.c if (IS_CONSTANT_TYPE(Z_TYPE_P(result))) { Z_TYPE_P 676 Zend/zend_builtin_functions.c switch (Z_TYPE_P(val)) { Z_TYPE_P 818 Zend/zend_builtin_functions.c if (Z_TYPE_P(arg) == IS_OBJECT) { Z_TYPE_P 825 Zend/zend_builtin_functions.c } else if (Z_TYPE_P(arg) == IS_STRING) { Z_TYPE_P 862 Zend/zend_builtin_functions.c if (allow_string && Z_TYPE_P(obj) == IS_STRING) { Z_TYPE_P 868 Zend/zend_builtin_functions.c } else if (Z_TYPE_P(obj) == IS_OBJECT && HAS_CLASS_ENTRY(*obj)) { Z_TYPE_P 949 Zend/zend_builtin_functions.c if (IS_CONSTANT_TYPE(Z_TYPE_P(prop_copy))) { Z_TYPE_P 1060 Zend/zend_builtin_functions.c if (Z_TYPE_P(klass) == IS_OBJECT) { Z_TYPE_P 1066 Zend/zend_builtin_functions.c } else if (Z_TYPE_P(klass) == IS_STRING) { Z_TYPE_P 1133 Zend/zend_builtin_functions.c if (Z_TYPE_P(klass) == IS_OBJECT) { Z_TYPE_P 1135 Zend/zend_builtin_functions.c } else if (Z_TYPE_P(klass) == IS_STRING) { Z_TYPE_P 1151 Zend/zend_builtin_functions.c if (Z_TYPE_P(klass) == IS_OBJECT Z_TYPE_P 1197 Zend/zend_builtin_functions.c if (Z_TYPE_P(object) == IS_STRING) { Z_TYPE_P 1202 Zend/zend_builtin_functions.c } else if (Z_TYPE_P(object) == IS_OBJECT) { Z_TYPE_P 1217 Zend/zend_builtin_functions.c if (Z_TYPE_P(object) == IS_OBJECT && Z_TYPE_P 1459 Zend/zend_builtin_functions.c } else if (Z_TYPE_P(zv) == IS_RESOURCE) { Z_TYPE_P 1461 Zend/zend_builtin_functions.c } else if (Z_TYPE_P(zv) == IS_OBJECT) { Z_TYPE_P 1544 Zend/zend_builtin_functions.c if (Z_TYPE_P(error_handler) != IS_NULL) { /* NULL == unset */ Z_TYPE_P 1561 Zend/zend_builtin_functions.c if (Z_TYPE_P(error_handler) == IS_NULL) { /* unset user-defined handler */ Z_TYPE_P 1607 Zend/zend_builtin_functions.c if (Z_TYPE_P(exception_handler) != IS_NULL) { /* NULL == unset */ Z_TYPE_P 1623 Zend/zend_builtin_functions.c if (Z_TYPE_P(exception_handler) == IS_NULL) { /* unset user-defined handler */ Z_TYPE_P 2319 Zend/zend_builtin_functions.c if (ptr->object && Z_TYPE_P(ptr->object) == IS_OBJECT) { Z_TYPE_P 94 Zend/zend_closures.c } else if (Z_TYPE_P(scope_arg) == IS_NULL) { Z_TYPE_P 102 Zend/zend_closures.c if (Z_TYPE_P(scope_arg) == IS_STRING) { Z_TYPE_P 294 Zend/zend_closures.c if (Z_TYPE_P(obj) != IS_OBJECT) { Z_TYPE_P 341 Zend/zend_compile.c if (Z_TYPE_P(zv) == IS_STRING || Z_TYPE_P(zv) == IS_CONSTANT) { Z_TYPE_P 2421 Zend/zend_compile.c Z_TYPE_P(label) = IS_NULL; Z_TYPE_P 3479 Zend/zend_compile.c if ((Z_TYPE_P(zv) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { Z_TYPE_P 3483 Zend/zend_compile.c } else if (Z_TYPE_P(zv) == IS_BOOL) { Z_TYPE_P 3491 Zend/zend_compile.c } else if (Z_TYPE_P(zv) == IS_NULL) { Z_TYPE_P 3494 Zend/zend_compile.c } else if (Z_TYPE_P(zv) == IS_STRING) { Z_TYPE_P 3505 Zend/zend_compile.c } else if (Z_TYPE_P(zv) == IS_ARRAY) { Z_TYPE_P 3508 Zend/zend_compile.c } else if ((Z_TYPE_P(zv) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT_AST) { Z_TYPE_P 5466 Zend/zend_compile.c Z_TYPE_P(property) = IS_NULL; Z_TYPE_P 5931 Zend/zend_compile.c switch (Z_TYPE_P(offset)) { 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 591 Zend/zend_exceptions.c if (Z_TYPE_P(trace) != IS_ARRAY) { Z_TYPE_P 651 Zend/zend_exceptions.c while (exception && Z_TYPE_P(exception) == IS_OBJECT) { Z_TYPE_P 673 Zend/zend_exceptions.c if (Z_TYPE_P(trace) != IS_STRING) { Z_TYPE_P 866 Zend/zend_exceptions.c if (Z_TYPE_P(str) != IS_STRING) { Z_TYPE_P 882 Zend/zend_exceptions.c line = (Z_TYPE_P(line) == IS_LONG) ? line : NULL; Z_TYPE_P 909 Zend/zend_exceptions.c if (exception == NULL || Z_TYPE_P(exception) != IS_OBJECT) { Z_TYPE_P 613 Zend/zend_execute.c if (IS_CONSTANT_TYPE(Z_TYPE_P(default_value))) { Z_TYPE_P 651 Zend/zend_execute.c if (Z_TYPE_P(arg) == IS_OBJECT) { Z_TYPE_P 656 Zend/zend_execute.c } else if (Z_TYPE_P(arg) != IS_NULL || !(cur_arg_info->allow_null || (default_value && is_null_constant(default_value TSRMLS_CC)))) { Z_TYPE_P 667 Zend/zend_execute.c if (Z_TYPE_P(arg) != IS_ARRAY && (Z_TYPE_P(arg) != IS_NULL || !(cur_arg_info->allow_null || (default_value && is_null_constant(default_value TSRMLS_CC))))) { Z_TYPE_P 676 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 || (default_value && is_null_constant(default_value TSRMLS_CC))))) { Z_TYPE_P 694 Zend/zend_execute.c if (Z_TYPE_P(object) != IS_OBJECT) { Z_TYPE_P 703 Zend/zend_execute.c if (Z_TYPE_P(object) == IS_NULL || Z_TYPE_P 704 Zend/zend_execute.c (Z_TYPE_P(object) == IS_BOOL && Z_LVAL_P(object) == 0) || Z_TYPE_P 705 Zend/zend_execute.c (Z_TYPE_P(object) == IS_STRING && Z_STRLEN_P(object) == 0)) { Z_TYPE_P 790 Zend/zend_execute.c if (Z_TYPE_P(str) == IS_STRING) { Z_TYPE_P 805 Zend/zend_execute.c if (Z_TYPE_P(value) != IS_STRING) { Z_TYPE_P 838 Zend/zend_execute.c if (Z_TYPE_P(variable_ptr) == IS_OBJECT && Z_TYPE_P 854 Zend/zend_execute.c if (EXPECTED(Z_TYPE_P(variable_ptr) <= IS_BOOL)) { Z_TYPE_P 871 Zend/zend_execute.c if (Z_TYPE_P(variable_ptr) == IS_OBJECT && Z_TYPE_P 888 Zend/zend_execute.c if (EXPECTED(Z_TYPE_P(variable_ptr) <= IS_BOOL)) { Z_TYPE_P 907 Zend/zend_execute.c if (Z_TYPE_P(variable_ptr) == IS_OBJECT && Z_TYPE_P 946 Zend/zend_execute.c if (EXPECTED(Z_TYPE_P(variable_ptr) <= IS_BOOL)) { Z_TYPE_P 967 Zend/zend_execute.c if (Z_TYPE_P(value) == IS_ARRAY) { Z_TYPE_P 1125 Zend/zend_execute.c switch (Z_TYPE_P(container)) { Z_TYPE_P 1185 Zend/zend_execute.c if (Z_TYPE_P(dim) != IS_LONG) { Z_TYPE_P 1187 Zend/zend_execute.c switch(Z_TYPE_P(dim)) { Z_TYPE_P 1246 Zend/zend_execute.c if (Z_TYPE_P(overloaded_result) != IS_OBJECT) { Z_TYPE_P 1288 Zend/zend_execute.c switch (Z_TYPE_P(container)) { Z_TYPE_P 1305 Zend/zend_execute.c if (Z_TYPE_P(dim) != IS_LONG) { Z_TYPE_P 1306 Zend/zend_execute.c switch(Z_TYPE_P(dim)) { Z_TYPE_P 1336 Zend/zend_execute.c Z_TYPE_P(ptr) = IS_STRING; Z_TYPE_P 1400 Zend/zend_execute.c if (Z_TYPE_P(container) != IS_OBJECT) { Z_TYPE_P 1409 Zend/zend_execute.c ((Z_TYPE_P(container) == IS_NULL || Z_TYPE_P 1410 Zend/zend_execute.c (Z_TYPE_P(container) == IS_BOOL && Z_LVAL_P(container)==0) || Z_TYPE_P 1411 Zend/zend_execute.c (Z_TYPE_P(container) == IS_STRING && Z_STRLEN_P(container)==0)))) { Z_TYPE_P 108 Zend/zend_execute.h switch (Z_TYPE_P(op)) { Z_TYPE_P 143 Zend/zend_execute.h if(Z_TYPE_P(tmp) != IS_OBJECT) { Z_TYPE_P 375 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 450 Zend/zend_execute_API.c #define IS_CONSTANT_VISITED(p) (Z_TYPE_P(p) & IS_VISITED_CONSTANT) Z_TYPE_P 451 Zend/zend_execute_API.c #define Z_REAL_TYPE_P(p) (Z_TYPE_P(p) & ~IS_VISITED_CONSTANT) Z_TYPE_P 452 Zend/zend_execute_API.c #define MARK_CONSTANT_VISITED(p) Z_TYPE_P(p) |= IS_VISITED_CONSTANT Z_TYPE_P 462 Zend/zend_execute_API.c } else if ((Z_TYPE_P(p) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { Z_TYPE_P 490 Zend/zend_execute_API.c if ((Z_TYPE_P(p) & IS_CONSTANT_UNQUALIFIED) && (slash = (char *)zend_memrchr(actual, '\\', actual_len))) { Z_TYPE_P 508 Zend/zend_execute_API.c if ((Z_TYPE_P(p) & IS_CONSTANT_UNQUALIFIED) == 0) { Z_TYPE_P 543 Zend/zend_execute_API.c } else if (Z_TYPE_P(p) == IS_CONSTANT_AST) { Z_TYPE_P 701 Zend/zend_execute_API.c if (fci->object_ptr && Z_TYPE_P(fci->object_ptr) == IS_OBJECT && Z_TYPE_P 1174 Zend/zend_execute_API.c if (Z_TYPE_P(opline->op2.zv) != IS_LONG) { Z_TYPE_P 272 Zend/zend_gc.c if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { Z_TYPE_P 289 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 307 Zend/zend_gc.c } else if (Z_TYPE_P(pz) == IS_ARRAY) { Z_TYPE_P 314 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 343 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 357 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 378 Zend/zend_gc.c if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { Z_TYPE_P 396 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 412 Zend/zend_gc.c } else if (Z_TYPE_P(pz) == IS_ARRAY) { Z_TYPE_P 421 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 451 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 463 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 517 Zend/zend_gc.c if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { Z_TYPE_P 550 Zend/zend_gc.c } else if (Z_TYPE_P(pz) == IS_ARRAY) { Z_TYPE_P 637 Zend/zend_gc.c if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { Z_TYPE_P 662 Zend/zend_gc.c if (Z_TYPE_P(zv) != IS_ARRAY || Z_ARRVAL_P(zv) != &EG(symbol_table)) { Z_TYPE_P 680 Zend/zend_gc.c if (Z_TYPE_P(pz) == IS_ARRAY) { Z_TYPE_P 692 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 726 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 738 Zend/zend_gc.c if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { Z_TYPE_P 1103 Zend/zend_hash.c Z_TYPE_P(key) = IS_NULL; Z_TYPE_P 1105 Zend/zend_hash.c Z_TYPE_P(key) = IS_STRING; Z_TYPE_P 1109 Zend/zend_hash.c Z_TYPE_P(key) = IS_LONG; Z_TYPE_P 169 Zend/zend_ini_parser.c Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 180 Zend/zend_ini_parser.c Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 194 Zend/zend_ini_parser.c Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 211 Zend/zend_ini_parser.c Z_TYPE_P(result) = Z_TYPE(z_constant); Z_TYPE_P 92 Zend/zend_ini_parser.y Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 103 Zend/zend_ini_parser.y Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 117 Zend/zend_ini_parser.y Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 134 Zend/zend_ini_parser.y Z_TYPE_P(result) = Z_TYPE(z_constant); Z_TYPE_P 140 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 151 Zend/zend_object_handlers.c if (retval && Z_TYPE_P(retval) == IS_ARRAY) { Z_TYPE_P 163 Zend/zend_object_handlers.c if (retval && Z_TYPE_P(retval) == IS_NULL) { Z_TYPE_P 466 Zend/zend_object_handlers.c if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) { Z_TYPE_P 518 Zend/zend_object_handlers.c if (UNEXPECTED(Z_TYPE_P(rv) != IS_OBJECT)) { Z_TYPE_P 564 Zend/zend_object_handlers.c if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) { Z_TYPE_P 592 Zend/zend_object_handlers.c Z_TYPE_PP(variable_ptr) = Z_TYPE_P(value); Z_TYPE_P 758 Zend/zend_object_handlers.c if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) { Z_TYPE_P 834 Zend/zend_object_handlers.c if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) { Z_TYPE_P 1439 Zend/zend_object_handlers.c if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) { Z_TYPE_P 1571 Zend/zend_object_handlers.c if (EXPECTED(Z_TYPE_P(retval) == IS_STRING)) { Z_TYPE_P 1577 Zend/zend_object_handlers.c if (Z_TYPE_P(writeobj) != type) { Z_TYPE_P 1617 Zend/zend_object_handlers.c Z_TYPE_P(writeobj) = IS_NULL; Z_TYPE_P 1627 Zend/zend_object_handlers.c if (Z_TYPE_P(obj) != IS_OBJECT) { Z_TYPE_P 101 Zend/zend_objects.c Z_TYPE_P(obj) = IS_OBJECT; Z_TYPE_P 355 Zend/zend_objects_API.c Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 761 Zend/zend_opcode.c if (Z_TYPE_P(opline->op2.zv) != IS_LONG) { Z_TYPE_P 780 Zend/zend_opcode.c if (opline->op1_type != IS_CONST || Z_TYPE_P(opline->op1.zv) != IS_NULL) { Z_TYPE_P 186 Zend/zend_operators.c switch (Z_TYPE_P(op)) { Z_TYPE_P 192 Zend/zend_operators.c if ((Z_TYPE_P(op)=is_numeric_string(strval, Z_STRLEN_P(op), &Z_LVAL_P(op), &Z_DVAL_P(op), 1)) == 0) { Z_TYPE_P 199 Zend/zend_operators.c Z_TYPE_P(op) = IS_LONG; Z_TYPE_P 203 Zend/zend_operators.c Z_TYPE_P(op) = IS_LONG; Z_TYPE_P 218 Zend/zend_operators.c if (Z_TYPE_P(op) != IS_LONG) { \ Z_TYPE_P 222 Zend/zend_operators.c switch (Z_TYPE_P(op)) { \ Z_TYPE_P 257 Zend/zend_operators.c } else if (Z_TYPE_P(op) != IS_LONG) { \ Z_TYPE_P 258 Zend/zend_operators.c switch (Z_TYPE_P(op)) { \ Z_TYPE_P 295 Zend/zend_operators.c } else if (Z_TYPE_P(op) != IS_BOOL) { \ Z_TYPE_P 296 Zend/zend_operators.c switch (Z_TYPE_P(op)) { \ Z_TYPE_P 343 Zend/zend_operators.c Z_TYPE_P(op) = ctype; \ Z_TYPE_P 349 Zend/zend_operators.c if (Z_TYPE_P(newop) != IS_OBJECT) { \ Z_TYPE_P 363 Zend/zend_operators.c if (Z_TYPE_P(op) != IS_LONG) { Z_TYPE_P 373 Zend/zend_operators.c switch (Z_TYPE_P(op)) { Z_TYPE_P 409 Zend/zend_operators.c if (Z_TYPE_P(op) == IS_LONG) { Z_TYPE_P 425 Zend/zend_operators.c Z_TYPE_P(op) = IS_LONG; Z_TYPE_P 433 Zend/zend_operators.c switch (Z_TYPE_P(op)) { Z_TYPE_P 469 Zend/zend_operators.c if (Z_TYPE_P(op) == IS_DOUBLE) { Z_TYPE_P 479 Zend/zend_operators.c zend_error(E_WARNING, "Cannot convert to real value (type=%d)", Z_TYPE_P(op)); Z_TYPE_P 484 Zend/zend_operators.c Z_TYPE_P(op) = IS_DOUBLE; Z_TYPE_P 490 Zend/zend_operators.c if (Z_TYPE_P(op) == IS_OBJECT) { Z_TYPE_P 507 Zend/zend_operators.c Z_TYPE_P(op) = IS_NULL; Z_TYPE_P 515 Zend/zend_operators.c switch (Z_TYPE_P(op)) { Z_TYPE_P 558 Zend/zend_operators.c if (Z_TYPE_P(op) == IS_BOOL) { Z_TYPE_P 571 Zend/zend_operators.c Z_TYPE_P(op) = IS_BOOL; Z_TYPE_P 578 Zend/zend_operators.c switch (Z_TYPE_P(op)) { Z_TYPE_P 589 Zend/zend_operators.c Z_TYPE_P(op) = IS_STRING; Z_TYPE_P 598 Zend/zend_operators.c switch (Z_TYPE_P(op)) { Z_TYPE_P 645 Zend/zend_operators.c if (Z_TYPE_P(op) == IS_STRING) { Z_TYPE_P 660 Zend/zend_operators.c Z_TYPE_P(op) = IS_STRING; Z_TYPE_P 677 Zend/zend_operators.c Z_TYPE_P(op) = IS_ARRAY; Z_TYPE_P 691 Zend/zend_operators.c switch (Z_TYPE_P(op)) { Z_TYPE_P 704 Zend/zend_operators.c if (Z_TYPE_P(op) == IS_ARRAY) { Z_TYPE_P 717 Zend/zend_operators.c if (Z_TYPE_P(op) == IS_ARRAY) { Z_TYPE_P 724 Zend/zend_operators.c Z_TYPE_P(op) = IS_ARRAY; Z_TYPE_P 731 Zend/zend_operators.c Z_TYPE_P(op) = IS_ARRAY; Z_TYPE_P 744 Zend/zend_operators.c switch (Z_TYPE_P(op)) { Z_TYPE_P 816 Zend/zend_operators.c switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { Z_TYPE_P 880 Zend/zend_operators.c switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { Z_TYPE_P 929 Zend/zend_operators.c switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { Z_TYPE_P 934 Zend/zend_operators.c Z_TYPE_P(result) = overflow ? IS_DOUBLE : IS_LONG; Z_TYPE_P 972 Zend/zend_operators.c switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { Z_TYPE_P 1028 Zend/zend_operators.c if (Z_TYPE_P(op1) == IS_ARRAY) { Z_TYPE_P 1034 Zend/zend_operators.c if (Z_TYPE_P(op2) == IS_ARRAY) { Z_TYPE_P 1056 Zend/zend_operators.c switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { Z_TYPE_P 1122 Zend/zend_operators.c if (Z_TYPE_P(op1) != IS_LONG || Z_TYPE_P(op2) != IS_LONG) { Z_TYPE_P 1154 Zend/zend_operators.c if (Z_TYPE_P(op1) != IS_BOOL || Z_TYPE_P(op2) != IS_BOOL) { Z_TYPE_P 1173 Zend/zend_operators.c if (Z_TYPE_P(op1) != IS_BOOL) { Z_TYPE_P 1187 Zend/zend_operators.c switch (Z_TYPE_P(op1)) { Z_TYPE_P 1198 Zend/zend_operators.c Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 1220 Zend/zend_operators.c if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) { Z_TYPE_P 1233 Zend/zend_operators.c Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 1247 Zend/zend_operators.c if (Z_TYPE_P(op1) != IS_LONG || Z_TYPE_P(op2) != IS_LONG) { Z_TYPE_P 1267 Zend/zend_operators.c if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) { Z_TYPE_P 1280 Zend/zend_operators.c Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 1294 Zend/zend_operators.c if (Z_TYPE_P(op1) != IS_LONG || Z_TYPE_P(op2) != IS_LONG) { Z_TYPE_P 1314 Zend/zend_operators.c if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) { Z_TYPE_P 1327 Zend/zend_operators.c Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 1341 Zend/zend_operators.c if (Z_TYPE_P(op1) != IS_LONG || Z_TYPE_P(op2) != IS_LONG) { Z_TYPE_P 1361 Zend/zend_operators.c if (Z_TYPE_P(op1) != IS_LONG || Z_TYPE_P(op2) != IS_LONG) { Z_TYPE_P 1381 Zend/zend_operators.c if (Z_TYPE_P(op1) != IS_LONG || Z_TYPE_P(op2) != IS_LONG) { Z_TYPE_P 1427 Zend/zend_operators.c if (Z_TYPE_P(op1) != IS_STRING || Z_TYPE_P(op2) != IS_STRING) { Z_TYPE_P 1430 Zend/zend_operators.c if (Z_TYPE_P(op1) != IS_STRING) { Z_TYPE_P 1433 Zend/zend_operators.c if (Z_TYPE_P(op2) != IS_STRING) { Z_TYPE_P 1493 Zend/zend_operators.c if (Z_TYPE_P(op1) != IS_STRING) { Z_TYPE_P 1496 Zend/zend_operators.c if (Z_TYPE_P(op2) != IS_STRING) { Z_TYPE_P 1541 Zend/zend_operators.c if (Z_TYPE_P(op1) != IS_STRING) { Z_TYPE_P 1544 Zend/zend_operators.c if (Z_TYPE_P(op2) != IS_STRING) { Z_TYPE_P 1607 Zend/zend_operators.c switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { Z_TYPE_P 1672 Zend/zend_operators.c if (Z_TYPE_P(op1) == IS_OBJECT && Z_OBJ_HANDLER_P(op1, compare)) { Z_TYPE_P 1674 Zend/zend_operators.c } else if (Z_TYPE_P(op2) == IS_OBJECT && Z_OBJ_HANDLER_P(op2, compare)) { Z_TYPE_P 1678 Zend/zend_operators.c if (Z_TYPE_P(op1) == IS_OBJECT && Z_TYPE_P(op2) == IS_OBJECT) { Z_TYPE_P 1689 Zend/zend_operators.c if (Z_TYPE_P(op1) == IS_OBJECT) { Z_TYPE_P 1695 Zend/zend_operators.c } else if (Z_TYPE_P(op2) != IS_OBJECT && Z_OBJ_HT_P(op1)->cast_object) { Z_TYPE_P 1697 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 1707 Zend/zend_operators.c if (Z_TYPE_P(op2) == IS_OBJECT) { Z_TYPE_P 1713 Zend/zend_operators.c } else if (Z_TYPE_P(op1) != IS_OBJECT && Z_OBJ_HT_P(op2)->cast_object) { Z_TYPE_P 1715 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 1723 Zend/zend_operators.c } else if (Z_TYPE_P(op1) == IS_OBJECT) { Z_TYPE_P 1729 Zend/zend_operators.c if (Z_TYPE_P(op1) == IS_NULL) { Z_TYPE_P 1733 Zend/zend_operators.c } else if (Z_TYPE_P(op2) == IS_NULL) { Z_TYPE_P 1737 Zend/zend_operators.c } else if (Z_TYPE_P(op1) == IS_BOOL) { Z_TYPE_P 1741 Zend/zend_operators.c } else if (Z_TYPE_P(op2) == IS_BOOL) { Z_TYPE_P 1750 Zend/zend_operators.c } else if (Z_TYPE_P(op1)==IS_ARRAY) { Z_TYPE_P 1753 Zend/zend_operators.c } else if (Z_TYPE_P(op2)==IS_ARRAY) { Z_TYPE_P 1756 Zend/zend_operators.c } else if (Z_TYPE_P(op1)==IS_OBJECT) { Z_TYPE_P 1759 Zend/zend_operators.c } else if (Z_TYPE_P(op2)==IS_OBJECT) { Z_TYPE_P 1790 Zend/zend_operators.c Z_TYPE_P(result) = IS_BOOL; Z_TYPE_P 1791 Zend/zend_operators.c if (Z_TYPE_P(op1) != Z_TYPE_P(op2)) { Z_TYPE_P 1795 Zend/zend_operators.c switch (Z_TYPE_P(op1)) { Z_TYPE_P 1995 Zend/zend_operators.c switch (Z_TYPE_P(op1)) { Z_TYPE_P 2063 Zend/zend_operators.c switch (Z_TYPE_P(op1)) { Z_TYPE_P 2392 Zend/zend_operators.c Z_TYPE_P(result) = IS_LONG; Z_TYPE_P 512 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { Z_TYPE_P 543 Zend/zend_operators.h Z_TYPE_P(op1) = IS_DOUBLE; Z_TYPE_P 555 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { Z_TYPE_P 586 Zend/zend_operators.h Z_TYPE_P(op1) = IS_DOUBLE; Z_TYPE_P 598 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { Z_TYPE_P 599 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 656 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 659 Zend/zend_operators.h Z_TYPE_P(result) = IS_LONG; Z_TYPE_P 663 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 665 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 668 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) { Z_TYPE_P 669 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 671 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 673 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 675 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 684 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { Z_TYPE_P 685 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 746 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 748 Zend/zend_operators.h Z_TYPE_P(result) = IS_LONG; Z_TYPE_P 752 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 754 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 757 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) { Z_TYPE_P 758 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 760 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 762 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 764 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 773 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { Z_TYPE_P 774 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 778 Zend/zend_operators.h Z_TYPE_P(result) = overflow ? IS_DOUBLE : IS_LONG; Z_TYPE_P 780 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 782 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 785 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) { Z_TYPE_P 786 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 788 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 790 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 792 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 802 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op1) == IS_LONG) && 0) { Z_TYPE_P 803 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 807 Zend/zend_operators.h Z_TYPE_P(result) = IS_BOOL; Z_TYPE_P 812 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 816 Zend/zend_operators.h Z_TYPE_P(result) = IS_LONG; Z_TYPE_P 819 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 822 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 826 Zend/zend_operators.h Z_TYPE_P(result) = IS_BOOL; Z_TYPE_P 830 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 833 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE) && 0) { Z_TYPE_P 834 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 838 Zend/zend_operators.h Z_TYPE_P(result) = IS_BOOL; Z_TYPE_P 842 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 844 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 848 Zend/zend_operators.h Z_TYPE_P(result) = IS_BOOL; Z_TYPE_P 852 Zend/zend_operators.h Z_TYPE_P(result) = IS_DOUBLE; Z_TYPE_P 862 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { Z_TYPE_P 863 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 867 Zend/zend_operators.h Z_TYPE_P(result) = IS_BOOL; Z_TYPE_P 872 Zend/zend_operators.h Z_TYPE_P(result) = IS_LONG; Z_TYPE_P 876 Zend/zend_operators.h Z_TYPE_P(result) = IS_LONG; Z_TYPE_P 885 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { Z_TYPE_P 886 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 888 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 891 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) { Z_TYPE_P 892 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 894 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 904 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { Z_TYPE_P 905 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 907 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 910 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) { Z_TYPE_P 911 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 913 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 923 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { Z_TYPE_P 924 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 926 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 929 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) { Z_TYPE_P 930 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 932 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 942 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { Z_TYPE_P 943 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 945 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 948 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) { Z_TYPE_P 949 Zend/zend_operators.h if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) { Z_TYPE_P 951 Zend/zend_operators.h } else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { Z_TYPE_P 960 Zend/zend_operators.h if (Z_TYPE_P(op1) == IS_OBJECT && Z_OBJ_HANDLER_P(op1, do_operation)) { \ Z_TYPE_P 964 Zend/zend_operators.h } else if (Z_TYPE_P(op2) == IS_OBJECT && Z_OBJ_HANDLER_P(op2, do_operation)) { \ Z_TYPE_P 971 Zend/zend_operators.h if (Z_TYPE_P(op1) == IS_OBJECT && Z_OBJ_HANDLER_P(op1, do_operation) \ Z_TYPE_P 33 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 81 Zend/zend_variables.c switch (Z_TYPE_P(zvalue) & IS_CONSTANT_TYPE_MASK) { Z_TYPE_P 111 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 392 Zend/zend_vm_def.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 607 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 646 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 715 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 750 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 986 Zend/zend_vm_def.h if (OP1_TYPE == IS_TMP_VAR && Z_TYPE_P(z) == IS_OBJECT) { Z_TYPE_P 1017 Zend/zend_vm_def.h if (OP1_TYPE != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 1341 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 1464 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 1583 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { Z_TYPE_P 2114 Zend/zend_vm_def.h if (OP1_TYPE == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2144 Zend/zend_vm_def.h if (OP1_TYPE == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2174 Zend/zend_vm_def.h if (OP1_TYPE == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2208 Zend/zend_vm_def.h if (OP1_TYPE == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2239 Zend/zend_vm_def.h if (OP1_TYPE == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2301 Zend/zend_vm_def.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 2324 Zend/zend_vm_def.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 2352 Zend/zend_vm_def.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 2357 Zend/zend_vm_def.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 2404 Zend/zend_vm_def.h } else if (Z_TYPE_P(class_name) == IS_OBJECT) { Z_TYPE_P 2406 Zend/zend_vm_def.h } else if (Z_TYPE_P(class_name) == IS_STRING) { Z_TYPE_P 2435 Zend/zend_vm_def.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 2448 Zend/zend_vm_def.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 2476 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); Z_TYPE_P 2557 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 2662 Zend/zend_vm_def.h if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) { Z_TYPE_P 2686 Zend/zend_vm_def.h EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) && Z_TYPE_P 2707 Zend/zend_vm_def.h EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) && Z_TYPE_P 2989 Zend/zend_vm_def.h if (OP1_TYPE == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) { Z_TYPE_P 3242 Zend/zend_vm_def.h switch (Z_TYPE_P(args)) { Z_TYPE_P 3432 Zend/zend_vm_def.h if (IS_CONSTANT_TYPE(Z_TYPE_P(assignment_value))) { Z_TYPE_P 3435 Zend/zend_vm_def.h } else if (Z_TYPE_P(assignment_value) == IS_ARRAY) { Z_TYPE_P 3644 Zend/zend_vm_def.h UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT)) { Z_TYPE_P 3683 Zend/zend_vm_def.h Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 3831 Zend/zend_vm_def.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 4102 Zend/zend_vm_def.h if (OP1_TYPE != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 4174 Zend/zend_vm_def.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 4339 Zend/zend_vm_def.h if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 4345 Zend/zend_vm_def.h } else if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 4610 Zend/zend_vm_def.h if (OP1_TYPE != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 4683 Zend/zend_vm_def.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 4689 Zend/zend_vm_def.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 4737 Zend/zend_vm_def.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 4761 Zend/zend_vm_def.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 4764 Zend/zend_vm_def.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 4765 Zend/zend_vm_def.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 4766 Zend/zend_vm_def.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 4777 Zend/zend_vm_def.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 4826 Zend/zend_vm_def.h if (Z_TYPE_P(ptr) == IS_LONG) { Z_TYPE_P 5122 Zend/zend_vm_def.h if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->get_class_entry) { Z_TYPE_P 5391 Zend/zend_vm_def.h if (IS_CONSTANT_TYPE(Z_TYPE_P(val))) { Z_TYPE_P 5457 Zend/zend_vm_def.h if (Z_TYPE_P(var_ptr) != IS_OBJECT && Z_TYPE_P 5596 Zend/zend_vm_def.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 719 Zend/zend_vm_execute.h switch (Z_TYPE_P(args)) { Z_TYPE_P 1416 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_OBJECT) { Z_TYPE_P 1418 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_STRING) { Z_TYPE_P 1465 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) { Z_TYPE_P 1488 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) && Z_TYPE_P 1509 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) && Z_TYPE_P 1631 Zend/zend_vm_execute.h if (IS_CONSTANT_TYPE(Z_TYPE_P(assignment_value))) { Z_TYPE_P 1634 Zend/zend_vm_execute.h } else if (Z_TYPE_P(assignment_value) == IS_ARRAY) { Z_TYPE_P 1758 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_OBJECT) { Z_TYPE_P 1760 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_STRING) { Z_TYPE_P 1808 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) { Z_TYPE_P 1832 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) && Z_TYPE_P 1853 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) && Z_TYPE_P 1957 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_OBJECT) { Z_TYPE_P 1959 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_STRING) { Z_TYPE_P 2007 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) { Z_TYPE_P 2031 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) && Z_TYPE_P 2052 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) && Z_TYPE_P 2156 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_OBJECT) { Z_TYPE_P 2158 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_STRING) { Z_TYPE_P 2195 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_OBJECT) { Z_TYPE_P 2197 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_STRING) { Z_TYPE_P 2244 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) { Z_TYPE_P 2267 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) && Z_TYPE_P 2288 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) && Z_TYPE_P 2403 Zend/zend_vm_execute.h if (IS_CONST == IS_TMP_VAR && Z_TYPE_P(z) == IS_OBJECT) { Z_TYPE_P 2430 Zend/zend_vm_execute.h if (IS_CONST == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2460 Zend/zend_vm_execute.h if (IS_CONST == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2490 Zend/zend_vm_execute.h if (IS_CONST == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2524 Zend/zend_vm_execute.h if (IS_CONST == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2555 Zend/zend_vm_execute.h if (IS_CONST == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2726 Zend/zend_vm_execute.h if (IS_CONST == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) { Z_TYPE_P 2804 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT)) { Z_TYPE_P 2843 Zend/zend_vm_execute.h Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 3097 Zend/zend_vm_execute.h if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 3103 Zend/zend_vm_execute.h } else if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 3221 Zend/zend_vm_execute.h if (Z_TYPE_P(ptr) == IS_LONG) { Z_TYPE_P 3626 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 3801 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { Z_TYPE_P 3869 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 4089 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 4168 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 4246 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 4317 Zend/zend_vm_execute.h if (IS_CONSTANT_TYPE(Z_TYPE_P(val))) { Z_TYPE_P 4475 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 4871 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 5000 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 5177 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 5516 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 5735 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 5864 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 5943 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 6021 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 6204 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 6268 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 6470 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 6584 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 6663 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 6741 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 6948 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 7329 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 7517 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 7694 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 7779 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_TMP_VAR && Z_TYPE_P(z) == IS_OBJECT) { Z_TYPE_P 7807 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 7837 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 7867 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 7901 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 7932 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 8091 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) { Z_TYPE_P 8170 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT)) { Z_TYPE_P 8209 Zend/zend_vm_execute.h Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 8463 Zend/zend_vm_execute.h if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 8469 Zend/zend_vm_execute.h } else if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 8587 Zend/zend_vm_execute.h if (Z_TYPE_P(ptr) == IS_LONG) { Z_TYPE_P 8744 Zend/zend_vm_execute.h if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->get_class_entry) { Z_TYPE_P 9044 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 9219 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { Z_TYPE_P 9245 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 9268 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 9294 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 9307 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 9335 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); Z_TYPE_P 9417 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 9496 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 9574 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 9757 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 10116 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 10121 Zend/zend_vm_execute.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 10159 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 10172 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 10200 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); Z_TYPE_P 10284 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 10461 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 10800 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 10982 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 10987 Zend/zend_vm_execute.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 11025 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 11038 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 11066 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); Z_TYPE_P 11150 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 11229 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 11307 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 11490 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 11554 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 11745 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 11824 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 11902 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 12085 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 12429 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 12434 Zend/zend_vm_execute.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 12471 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 12484 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 12512 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); Z_TYPE_P 12594 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 12771 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 13036 Zend/zend_vm_execute.h if (IS_VAR == IS_TMP_VAR && Z_TYPE_P(z) == IS_OBJECT) { Z_TYPE_P 13064 Zend/zend_vm_execute.h if (IS_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 13094 Zend/zend_vm_execute.h if (IS_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 13124 Zend/zend_vm_execute.h if (IS_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 13158 Zend/zend_vm_execute.h if (IS_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 13189 Zend/zend_vm_execute.h if (IS_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 13349 Zend/zend_vm_execute.h if (IS_VAR == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) { Z_TYPE_P 13539 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT)) { Z_TYPE_P 13578 Zend/zend_vm_execute.h Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 13832 Zend/zend_vm_execute.h if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 13838 Zend/zend_vm_execute.h } else if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 14087 Zend/zend_vm_execute.h if (Z_TYPE_P(ptr) == IS_LONG) { Z_TYPE_P 14216 Zend/zend_vm_execute.h if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->get_class_entry) { Z_TYPE_P 14520 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 14565 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 14779 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 14818 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 14887 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 14922 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 14982 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 15305 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 15428 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 15719 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 15732 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 15760 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); Z_TYPE_P 15840 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 16060 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 16139 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 16211 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 16354 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 16427 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 16433 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 16481 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 16505 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 16508 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 16509 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 16510 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 16521 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 16685 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 17033 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 17078 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 17293 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 17332 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 17401 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 17436 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 17657 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 17780 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 18072 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 18085 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 18113 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); Z_TYPE_P 18194 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 18323 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 18396 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 18527 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 18533 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 18581 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 18605 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 18608 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 18609 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 18610 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 18621 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 18785 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 19133 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 19178 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 19393 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 19432 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 19501 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 19536 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 19596 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 19919 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 20042 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 20389 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 20402 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 20430 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); Z_TYPE_P 20511 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 20640 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 20719 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 20791 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 20934 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 21007 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 21013 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 21061 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 21085 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 21088 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 21089 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 21090 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 21101 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 21265 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 21338 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 21383 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 21588 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 21959 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 22073 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 22152 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 22230 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 22296 Zend/zend_vm_execute.h if (Z_TYPE_P(var_ptr) != IS_OBJECT && Z_TYPE_P 22435 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 22768 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 22813 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 23027 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 23066 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 23135 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 23170 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 23391 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 23514 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 23858 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 23871 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 23899 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); Z_TYPE_P 23979 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 24107 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 24180 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 24311 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 24317 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 24365 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 24389 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 24392 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 24393 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 24394 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 24405 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 24569 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 24637 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT)) { Z_TYPE_P 24676 Zend/zend_vm_execute.h Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 24700 Zend/zend_vm_execute.h if (Z_TYPE_P(ptr) == IS_LONG) { Z_TYPE_P 24729 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 24774 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 24987 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 25026 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 25095 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 25130 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 25189 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 25310 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 25459 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 25482 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 25508 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 25521 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 25549 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); Z_TYPE_P 25701 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 25830 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 25836 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 25884 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 25908 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 25911 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 25912 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 25913 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 25924 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 26085 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 26142 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 26187 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 26401 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 26440 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 26509 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 26544 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 26603 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 26724 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 26878 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 26883 Zend/zend_vm_execute.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 26921 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 26934 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 26962 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); Z_TYPE_P 27023 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 27152 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 27158 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 27206 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 27230 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 27233 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 27234 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 27235 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 27246 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 27407 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 27464 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 27509 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 27723 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 27762 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 27831 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 27866 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 27925 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 28046 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 28200 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 28205 Zend/zend_vm_execute.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 28243 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 28256 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 28284 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); Z_TYPE_P 28345 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 28474 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 28480 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 28528 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 28552 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 28555 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 28556 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 28557 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 28568 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 28729 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 28787 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 28832 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 29161 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 29218 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 29263 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 29476 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 29515 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 29584 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 29619 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 29678 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 29799 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 29953 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 29958 Zend/zend_vm_execute.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 29995 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 30008 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 30036 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); Z_TYPE_P 30096 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 30225 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 30231 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 30279 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 30303 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 30306 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 30307 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 30308 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 30319 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 30480 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 30731 Zend/zend_vm_execute.h if (IS_CV == IS_TMP_VAR && Z_TYPE_P(z) == IS_OBJECT) { Z_TYPE_P 30758 Zend/zend_vm_execute.h if (IS_CV == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 30788 Zend/zend_vm_execute.h if (IS_CV == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 30818 Zend/zend_vm_execute.h if (IS_CV == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 30852 Zend/zend_vm_execute.h if (IS_CV == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 30883 Zend/zend_vm_execute.h if (IS_CV == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 31028 Zend/zend_vm_execute.h if (IS_CV == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) { Z_TYPE_P 31206 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT)) { Z_TYPE_P 31245 Zend/zend_vm_execute.h Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 31499 Zend/zend_vm_execute.h if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 31505 Zend/zend_vm_execute.h } else if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 31623 Zend/zend_vm_execute.h if (Z_TYPE_P(ptr) == IS_LONG) { Z_TYPE_P 31749 Zend/zend_vm_execute.h if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->get_class_entry) { Z_TYPE_P 32053 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 32098 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 32311 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 32350 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 32419 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 32454 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 32514 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 32836 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 32957 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 33246 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 33259 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 33287 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); Z_TYPE_P 33369 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 33448 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 33520 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 33661 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 33734 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 33740 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 33788 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 33812 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 33815 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 33816 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 33817 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 33828 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 33989 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 34337 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 34382 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 34596 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 34635 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 34704 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 34739 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 34959 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 35080 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 35370 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 35383 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 35411 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); Z_TYPE_P 35495 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 35568 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 35697 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 35703 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 35751 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 35775 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 35778 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 35779 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 35780 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 35791 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 35952 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 36300 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 36345 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 36559 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 36598 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 36667 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 36702 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 36762 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 37084 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 37205 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 37549 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 37562 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 37590 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); Z_TYPE_P 37674 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 37753 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 37825 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 37966 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 38039 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 38045 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 38093 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 38117 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 38120 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 38121 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 38122 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 38133 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 38294 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 38367 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 38412 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 38616 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 38975 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 39054 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 39132 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 39315 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 39648 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 39693 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 39906 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 39945 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 40014 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 40049 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 40269 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 40390 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 40731 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 40744 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 40772 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); Z_TYPE_P 40854 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 40927 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 41056 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 41062 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 41110 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 41134 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 41137 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 41138 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 41139 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 41150 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 41311 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 362 ext/bz2/bz2.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 352 ext/bz2/bz2_filter.c if (Z_TYPE_P(filterparams) == IS_ARRAY || Z_TYPE_P(filterparams) == IS_OBJECT) { Z_TYPE_P 390 ext/bz2/bz2_filter.c if (Z_TYPE_P(filterparams) == IS_ARRAY || Z_TYPE_P(filterparams) == IS_OBJECT) { Z_TYPE_P 120 ext/calendar/easter.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 667 ext/com_dotnet/com_com.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 697 ext/com_dotnet/com_com.c if (sink && Z_TYPE_P(sink) == IS_ARRAY) { Z_TYPE_P 756 ext/com_dotnet/com_com.c if (Z_TYPE_P(arg1) == IS_OBJECT) { Z_TYPE_P 63 ext/com_dotnet/com_misc.c Z_TYPE_P(z) = IS_OBJECT; Z_TYPE_P 87 ext/com_dotnet/com_misc.c Z_TYPE_P(z) = IS_OBJECT; Z_TYPE_P 350 ext/com_dotnet/com_persist.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 463 ext/com_dotnet/com_saproxy.c Z_TYPE_P(proxy_out) = IS_OBJECT; Z_TYPE_P 105 ext/com_dotnet/com_variant.c zend_uchar ztype = (z == NULL ? IS_NULL : Z_TYPE_P(z)); Z_TYPE_P 221 ext/com_dotnet/com_variant.c Z_TYPE_P(z) = IS_STRING; Z_TYPE_P 624 ext/com_dotnet/com_wrapper.c if (Z_TYPE_P(val) != IS_OBJECT) { Z_TYPE_P 149 ext/ctype/ctype.c if (Z_TYPE_P(c) == IS_LONG) { \ Z_TYPE_P 164 ext/ctype/ctype.c if (Z_TYPE_P(c) == IS_LONG) zval_dtor(&tmp); \ Z_TYPE_P 169 ext/ctype/ctype.c if (Z_TYPE_P(c) == IS_LONG) zval_dtor(&tmp); \ Z_TYPE_P 173 ext/ctype/ctype.c if (Z_TYPE_P(c) == IS_LONG) zval_dtor(&tmp); \ Z_TYPE_P 1350 ext/curl/interface.c if (Z_TYPE_P(retval_ptr) != IS_LONG) { Z_TYPE_P 1416 ext/curl/interface.c if (Z_TYPE_P(retval_ptr) != IS_LONG) { Z_TYPE_P 1495 ext/curl/interface.c if (Z_TYPE_P(retval_ptr) != IS_LONG) { Z_TYPE_P 1573 ext/curl/interface.c if (Z_TYPE_P(retval_ptr) == IS_STRING) { Z_TYPE_P 1648 ext/curl/interface.c if (Z_TYPE_P(retval_ptr) != IS_LONG) { Z_TYPE_P 1713 ext/curl/interface.c } else if (Z_TYPE_P(retval) == IS_STRING) { Z_TYPE_P 2620 ext/curl/interface.c if(Z_TYPE_P(prop) != IS_STRING) { Z_TYPE_P 2630 ext/curl/interface.c if(Z_TYPE_P(prop) == IS_STRING && Z_STRLEN_P(prop) > 0) { Z_TYPE_P 2634 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 2178 ext/date/php_date.c Z_TYPE_P(new_object) = IS_OBJECT; Z_TYPE_P 5110 ext/date/php_date.c if (Z_TYPE_P(zv) == IS_OBJECT && Z_OBJ_HANDLER_P(zv, clone_obj)) { Z_TYPE_P 5114 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 454 ext/dom/php_dom.c retval = (Z_TYPE_P(tmp) != IS_NULL); Z_TYPE_P 520 ext/dom/php_dom.c } else if (Z_TYPE_P(value) == IS_OBJECT) { Z_TYPE_P 1422 ext/dom/php_dom.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported node type: %d", Z_TYPE_P(obj)); Z_TYPE_P 1684 ext/dom/php_dom.c if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 152 ext/dom/php_dom.h if (Z_TYPE_P(orig) != IS_##upper_type) { \ 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 433 ext/fileinfo/fileinfo.c switch (Z_TYPE_P(what)) { Z_TYPE_P 2127 ext/fileinfo/libmagic/softmagic.c } else if ((Z_LVAL_P(retval) > 0) && (Z_TYPE_P(subpats) == IS_ARRAY)) { Z_TYPE_P 2175 ext/fileinfo/libmagic/softmagic.c Z_TYPE_P(pattern_match) = IS_STRING; Z_TYPE_P 2193 ext/fileinfo/libmagic/softmagic.c Z_TYPE_P(pattern_offset) = IS_LONG; Z_TYPE_P 32 ext/filter/callback_filter.c Z_TYPE_P(value) = IS_NULL; Z_TYPE_P 50 ext/filter/callback_filter.c Z_TYPE_P(value) = IS_NULL; Z_TYPE_P 394 ext/filter/filter.c options && (Z_TYPE_P(options) == IS_ARRAY || Z_TYPE_P(options) == IS_OBJECT) && Z_TYPE_P 230 ext/filter/logical_filters.c Z_TYPE_P(value) = IS_LONG; Z_TYPE_P 391 ext/filter/logical_filters.c Z_TYPE_P(value) = IS_DOUBLE; Z_TYPE_P 399 ext/filter/logical_filters.c Z_TYPE_P(value) = IS_DOUBLE; Z_TYPE_P 455 ext/filter/logical_filters.c if (Z_TYPE_P(value) != IS_STRING || old_len != Z_STRLEN_P(value)) { Z_TYPE_P 1381 ext/ftp/php_ftp.c if (Z_TYPE_P(z_value) != IS_LONG) { Z_TYPE_P 1394 ext/ftp/php_ftp.c if (Z_TYPE_P(z_value) != IS_BOOL) { Z_TYPE_P 5309 ext/gd/gd.c if (!options || Z_TYPE_P(options) != IS_ARRAY) { Z_TYPE_P 121 ext/gd/gd_ctx.c if (Z_TYPE_P(to_zval) == IS_RESOURCE) { Z_TYPE_P 126 ext/gd/gd_ctx.c } else if (Z_TYPE_P(to_zval) == IS_STRING) { Z_TYPE_P 253 ext/gmp/gmp.c (Z_TYPE_P(zval) == IS_OBJECT && instanceof_function(Z_OBJCE_P(zval), gmp_ce TSRMLS_CC)) Z_TYPE_P 371 ext/gmp/gmp.c if (Z_TYPE_P(zv) == IS_LONG) { Z_TYPE_P 422 ext/gmp/gmp.c Z_TYPE_P(target) = IS_OBJECT; Z_TYPE_P 501 ext/gmp/gmp.c if (Z_TYPE_P(op2) != IS_LONG) { Z_TYPE_P 596 ext/gmp/gmp.c if (Z_TYPE_P(result) == IS_BOOL) { Z_TYPE_P 618 ext/gmp/gmp.c Z_TYPE_P(zv_ptr) = IS_ARRAY; Z_TYPE_P 645 ext/gmp/gmp.c || Z_TYPE_P(zv_ptr) != IS_STRING Z_TYPE_P 655 ext/gmp/gmp.c || Z_TYPE_P(zv_ptr) != IS_ARRAY Z_TYPE_P 753 ext/gmp/gmp.c switch (Z_TYPE_P(val)) { Z_TYPE_P 831 ext/gmp/gmp.c if (Z_TYPE_P(b_arg) == IS_LONG) { Z_TYPE_P 862 ext/gmp/gmp.c if (gmp_ui_op && Z_TYPE_P(b_arg) == IS_LONG && Z_LVAL_P(b_arg) >= 0) { Z_TYPE_P 909 ext/gmp/gmp.c if (gmp_ui_op && Z_TYPE_P(b_arg) == IS_LONG && Z_LVAL_P(b_arg) >= 0) { Z_TYPE_P 1434 ext/gmp/gmp.c if (Z_TYPE_P(base_arg) == IS_LONG && Z_LVAL_P(base_arg) >= 0) { Z_TYPE_P 1461 ext/gmp/gmp.c if (Z_TYPE_P(exp_arg) == IS_LONG && Z_LVAL_P(exp_arg) >= 0) { Z_TYPE_P 1855 ext/gmp/gmp.c if (Z_TYPE_P(min_arg) == IS_LONG && Z_LVAL_P(min_arg) >= 0) { Z_TYPE_P 750 ext/hash/hash.c if (Z_TYPE_P(known_zval) != IS_STRING) { Z_TYPE_P 755 ext/hash/hash.c if (Z_TYPE_P(user_zval) != IS_STRING) { Z_TYPE_P 2283 ext/iconv/iconv.c if (Z_TYPE_P(pval) != IS_LONG) { Z_TYPE_P 629 ext/imap/php_imap.c if (Z_TYPE_P(arg) == IS_OBJECT) { Z_TYPE_P 644 ext/imap/php_imap.c if (Z_TYPE_P(arg) == IS_OBJECT) { Z_TYPE_P 448 ext/interbase/ibase_query.c if (Z_TYPE_P(val) == IS_ARRAY) { Z_TYPE_P 454 ext/interbase/ibase_query.c if (Z_TYPE_P(val) == IS_ARRAY && Z_TYPE_P 466 ext/interbase/ibase_query.c if (Z_TYPE_P(val) == IS_ARRAY) { Z_TYPE_P 471 ext/interbase/ibase_query.c if (Z_TYPE_P(val) == IS_ARRAY) { Z_TYPE_P 477 ext/interbase/ibase_query.c if (Z_TYPE_P(val) == IS_NULL) { Z_TYPE_P 650 ext/interbase/ibase_query.c switch (Z_TYPE_P(b_var)) { Z_TYPE_P 692 ext/interbase/ibase_query.c if (Z_TYPE_P(b_var) == IS_LONG) { Z_TYPE_P 762 ext/interbase/ibase_query.c if (Z_TYPE_P(b_var) != IS_ARRAY) { Z_TYPE_P 1677 ext/interbase/ibase_query.c if (Z_TYPE_P(return_value) == IS_ARRAY) { Z_TYPE_P 945 ext/interbase/interbase.c if (Z_TYPE_P(le) != le_index_ptr) { Z_TYPE_P 968 ext/interbase/interbase.c if (Z_TYPE_P(le) != le_plink) { Z_TYPE_P 103 ext/intl/breakiterator/rulebasedbreakiterator_methods.cpp if (Z_TYPE_P(return_value) == IS_NULL) { Z_TYPE_P 124 ext/intl/breakiterator/rulebasedbreakiterator_methods.cpp Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 184 ext/intl/calendar/calendar_class.cpp Z_TYPE_P(ztz_debug) = IS_ARRAY; Z_TYPE_P 1184 ext/intl/calendar/calendar_methods.cpp if (!zv_timestamp || Z_TYPE_P(zv_timestamp) != IS_LONG) { Z_TYPE_P 1297 ext/intl/calendar/calendar_methods.cpp if (retval == NULL || Z_TYPE_P(retval) == IS_BOOL) { Z_TYPE_P 176 ext/intl/calendar/gregoriancalendar_methods.cpp if (Z_TYPE_P(return_value) == IS_NULL) { Z_TYPE_P 191 ext/intl/calendar/gregoriancalendar_methods.cpp if (Z_TYPE_P(return_value) == IS_NULL) { Z_TYPE_P 58 ext/intl/collator/collator_convert.c if( Z_TYPE_P( *hashData ) != IS_STRING ) Z_TYPE_P 102 ext/intl/collator/collator_convert.c if( Z_TYPE_P( *hashData ) != IS_STRING ) Z_TYPE_P 252 ext/intl/collator/collator_convert.c if( Z_TYPE_P( obj ) != IS_OBJECT ) Z_TYPE_P 262 ext/intl/collator/collator_convert.c switch( Z_TYPE_P( zstr ) ) Z_TYPE_P 355 ext/intl/collator/collator_convert.c if( Z_TYPE_P(num) == IS_LONG ) Z_TYPE_P 380 ext/intl/collator/collator_convert.c if( Z_TYPE_P( str ) != IS_STRING ) Z_TYPE_P 394 ext/intl/collator/collator_convert.c Z_TYPE_P(num) = is_numeric; Z_TYPE_P 419 ext/intl/collator/collator_convert.c if( Z_TYPE_P(arg) != IS_STRING ) Z_TYPE_P 455 ext/intl/collator/collator_convert.c if( Z_TYPE_P( arg ) != IS_STRING ) Z_TYPE_P 69 ext/intl/collator/collator_sort.c if( Z_TYPE_P(str1) == IS_STRING && Z_TYPE_P(str2) == IS_STRING && Z_TYPE_P 154 ext/intl/collator/collator_sort.c if( Z_TYPE_P(op1) == IS_STRING ) Z_TYPE_P 160 ext/intl/collator/collator_sort.c if( Z_TYPE_P(op2) == IS_STRING ) Z_TYPE_P 187 ext/intl/common/common_date.cpp switch (Z_TYPE_P(z)) { Z_TYPE_P 161 ext/intl/converter/converter.c switch (Z_TYPE_P(val)) { Z_TYPE_P 260 ext/intl/converter/converter.c if (Z_TYPE_P(zerror) == IS_LONG) { Z_TYPE_P 273 ext/intl/converter/converter.c switch (Z_TYPE_P(val)) { Z_TYPE_P 357 ext/intl/converter/converter.c if (Z_TYPE_P(zerror) == IS_LONG) { Z_TYPE_P 64 ext/intl/dateformat/dateformat_attrcpp.cpp Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 171 ext/intl/dateformat/dateformat_format.c if (Z_TYPE_P(zarg) == IS_ARRAY) { Z_TYPE_P 214 ext/intl/dateformat/dateformat_format_object.cpp Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 42 ext/intl/dateformat/dateformat_helpers.cpp if (calendar_zv == NULL || Z_TYPE_P(calendar_zv) == IS_NULL) { Z_TYPE_P 50 ext/intl/dateformat/dateformat_helpers.cpp } else if (Z_TYPE_P(calendar_zv) == IS_LONG) { Z_TYPE_P 71 ext/intl/dateformat/dateformat_helpers.cpp } else if (Z_TYPE_P(calendar_zv) == IS_OBJECT && Z_TYPE_P 173 ext/intl/resourcebundle/resourcebundle_class.c if(Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 177 ext/intl/resourcebundle/resourcebundle_class.c } else if(Z_TYPE_P(offset) == IS_STRING) { Z_TYPE_P 324 ext/intl/timezone/timezone_methods.cpp Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 408 ext/intl/timezone/timezone_methods.cpp Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 577 ext/intl/timezone/timezone_methods.cpp Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 220 ext/intl/transliterator/transliterator_class.c if( Z_TYPE_P( member ) != IS_STRING ) \ Z_TYPE_P 231 ext/intl/transliterator/transliterator_class.c if( Z_TYPE_P( member ) != IS_STRING ) \ Z_TYPE_P 577 ext/json/json.c if (Z_TYPE_P(val) == IS_ARRAY) { Z_TYPE_P 604 ext/json/json.c if ((Z_TYPE_P(retval) == IS_OBJECT) && Z_TYPE_P 619 ext/json/json.c switch (Z_TYPE_P(val)) Z_TYPE_P 778 ext/json/json.c if (Z_TYPE_P(return_value) != IS_NULL) { Z_TYPE_P 727 ext/ldap/ldap.c if (Z_TYPE_P(link) == IS_ARRAY) { Z_TYPE_P 739 ext/ldap/ldap.c if (Z_TYPE_P(base_dn) == IS_ARRAY) { Z_TYPE_P 750 ext/ldap/ldap.c if (Z_TYPE_P(base_dn) == IS_STRING) { Z_TYPE_P 833 ext/ldap/ldap.c if (Z_TYPE_P(base_dn) == IS_STRING) { Z_TYPE_P 1659 ext/ldap/ldap.c if (Z_TYPE_P(mod) != IS_ARRAY) { Z_TYPE_P 1693 ext/ldap/ldap.c if (Z_TYPE_P(modinfo) != IS_STRING) { Z_TYPE_P 1704 ext/ldap/ldap.c if (Z_TYPE_P(modinfo) != IS_LONG) { Z_TYPE_P 1736 ext/ldap/ldap.c if (Z_TYPE_P(modinfo) != IS_ARRAY) { Z_TYPE_P 1764 ext/ldap/ldap.c if (Z_TYPE_P(modval) != IS_STRING) { Z_TYPE_P 2113 ext/ldap/ldap.c if (Z_TYPE_P(link) == IS_NULL) { Z_TYPE_P 2552 ext/ldap/ldap.c if (Z_TYPE_P(callback) == IS_STRING && Z_STRLEN_P(callback) == 0) { Z_TYPE_P 2733 ext/ldap/ldap.c if (Z_TYPE_P(link) == IS_NULL) { Z_TYPE_P 633 ext/libxml/libxml.c } else if (Z_TYPE_P(retval_ptr) == IS_STRING) { Z_TYPE_P 636 ext/libxml/libxml.c } else if (Z_TYPE_P(retval_ptr) == IS_RESOURCE) { Z_TYPE_P 664 ext/libxml/libxml.c } else if (Z_TYPE_P(retval_ptr) != IS_NULL) { Z_TYPE_P 820 ext/mbstring/mbstring.c if (Z_TYPE_P(array) == IS_ARRAY) { Z_TYPE_P 3077 ext/mbstring/mbstring.c switch (Z_TYPE_P(arg_old)) { Z_TYPE_P 3226 ext/mbstring/mbstring.c switch (Z_TYPE_P(encoding_list)) { Z_TYPE_P 3772 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 2180 ext/mysql/php_mysql.c if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) { Z_TYPE_P 2233 ext/mysql/php_mysql.c if (Z_TYPE_P(return_value) == IS_ARRAY) { Z_TYPE_P 2420 ext/mysql/php_mysql.c add_property_long(return_value, "numeric", IS_NUM(Z_TYPE_P(mysql_field))?1:0); Z_TYPE_P 2422 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 2488 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 2493 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 2497 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 2500 ext/mysql/php_mysql.c Z_STRVAL_P(return_value) = php_mysql_get_field_name(Z_TYPE_P(mysql_field)); Z_TYPE_P 2503 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 2576 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 438 ext/mysqli/mysqli.c ret = Z_TYPE_P(value) != IS_NULL? 1:0; Z_TYPE_P 537 ext/mysqli/mysqli.c if (Z_TYPE_P(zv) == IS_OBJECT && instanceof_function(Z_OBJCE_P(zv), mysqli_link_class_entry TSRMLS_CC)) { Z_TYPE_P 1201 ext/mysqli/mysqli.c Z_TYPE_P(res) = IS_STRING; Z_TYPE_P 1285 ext/mysqli/mysqli.c if (into_object && Z_TYPE_P(return_value) == IS_ARRAY) { Z_TYPE_P 1305 ext/mysqli/mysqli.c if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) { Z_TYPE_P 713 ext/mysqli/mysqli_api.c if (Z_TYPE_P(le) == php_le_pmysqli()) { Z_TYPE_P 938 ext/mysqli/mysqli_api.c if (the_var == stmt->param.vars[i] && Z_TYPE_P(stmt->param.vars[i]) != IS_STRING) { Z_TYPE_P 947 ext/mysqli/mysqli_api.c if (the_var == stmt->param.vars[i] && Z_TYPE_P(stmt->param.vars[i]) != IS_DOUBLE) { Z_TYPE_P 956 ext/mysqli/mysqli_api.c if (the_var == stmt->param.vars[i] && Z_TYPE_P(stmt->param.vars[i]) != IS_LONG) { Z_TYPE_P 1032 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 659 ext/mysqli/mysqli_nonapi.c if (Z_TYPE_P(in_array) != IS_ARRAY) { Z_TYPE_P 89 ext/mysqli/mysqli_result_iterator.c return iterator->current_row && Z_TYPE_P(iterator->current_row) == IS_ARRAY ? SUCCESS : FAILURE; Z_TYPE_P 118 ext/mysqli/mysqli_result_iterator.c if (Z_TYPE_P(iterator->current_row) == IS_ARRAY) { Z_TYPE_P 144 ext/mysqli/mysqli_warning.c if (Z_TYPE_P(row) != IS_ARRAY) { Z_TYPE_P 239 ext/mysqli/php_mysqli_structs.h Z_TYPE_P(return_value) = IS_OBJECT; \ Z_TYPE_P 248 ext/mysqli/php_mysqli_structs.h Z_TYPE_P(object) = IS_OBJECT;\ Z_TYPE_P 48 ext/mysqlnd/mysqlnd_priv.h Z_TYPE_P(arg) = IS_ARRAY;\ Z_TYPE_P 775 ext/mysqlnd/mysqlnd_ps.c if (Z_TYPE_P(current_row[i]) >= IS_STRING) { Z_TYPE_P 794 ext/mysqlnd/mysqlnd_ps.c DBG_INF_FMT("i=%u type=%u", i, Z_TYPE_P(current_row[i])); Z_TYPE_P 795 ext/mysqlnd/mysqlnd_ps.c if (Z_TYPE_P(current_row[i]) != IS_NULL) { Z_TYPE_P 804 ext/mysqlnd/mysqlnd_ps.c Z_TYPE_P(stmt->result_bind[i].zv) = Z_TYPE_P(current_row[i]); Z_TYPE_P 900 ext/mysqlnd/mysqlnd_ps.c if (IS_NULL != (Z_TYPE_P(stmt->result_bind[i].zv) = Z_TYPE_P(data)) ) { Z_TYPE_P 901 ext/mysqlnd/mysqlnd_ps.c if ((Z_TYPE_P(data) == IS_STRING) && (meta->fields[i].max_length < (unsigned long) Z_STRLEN_P(data))) { Z_TYPE_P 1081 ext/mysqlnd/mysqlnd_ps.c Z_TYPE_P(data), Z_REFCOUNT_P(stmt->result_bind[i].zv)); Z_TYPE_P 1082 ext/mysqlnd/mysqlnd_ps.c if (IS_NULL != (Z_TYPE_P(stmt->result_bind[i].zv) = Z_TYPE_P(data))) { Z_TYPE_P 1083 ext/mysqlnd/mysqlnd_ps.c if ((Z_TYPE_P(data) == IS_STRING) && (meta->fields[i].max_length < (unsigned long) Z_STRLEN_P(data))) { Z_TYPE_P 582 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_NULL && (current_type == MYSQL_TYPE_LONG || current_type == MYSQL_TYPE_LONGLONG)) { Z_TYPE_P 585 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG && Z_TYPE_P 596 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG) { Z_TYPE_P 646 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 651 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG) { Z_TYPE_P 657 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(tmp_data) == IS_STRING) { Z_TYPE_P 686 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 705 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(the_var) != IS_DOUBLE) { Z_TYPE_P 720 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(tmp_data) == IS_STRING) { Z_TYPE_P 740 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(the_var) != IS_STRING) { Z_TYPE_P 769 ext/mysqlnd/mysqlnd_ps_codec.c if (stmt->param_bind[i].zv && Z_TYPE_P(data) == IS_NULL) { Z_TYPE_P 779 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(data) == IS_STRING) { Z_TYPE_P 787 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(data) == IS_STRING) { Z_TYPE_P 73 ext/mysqlnd/mysqlnd_result.c if (Z_TYPE_P(data_cursor[i]) >= IS_STRING) { Z_TYPE_P 128 ext/mysqlnd/mysqlnd_result.c if (Z_TYPE_P(current_row[i]) >= IS_STRING) { Z_TYPE_P 817 ext/mysqlnd/mysqlnd_result.c unsigned int len = (Z_TYPE_P(data) == IS_NULL)? 0:Z_STRLEN_P(data); Z_TYPE_P 820 ext/mysqlnd/mysqlnd_result.c if (Z_TYPE_P(data) != IS_NULL) { Z_TYPE_P 935 ext/mysqlnd/mysqlnd_result.c unsigned int len = (Z_TYPE_P(data) == IS_NULL)? 0:Z_STRLEN_P(data); Z_TYPE_P 1087 ext/mysqlnd/mysqlnd_result.c if (Z_TYPE_P(current_row[i]) >= IS_STRING) { Z_TYPE_P 1103 ext/mysqlnd/mysqlnd_result.c set->lengths[i] = (Z_TYPE_P(data) == IS_NULL)? 0:Z_STRLEN_P(data); Z_TYPE_P 1105 ext/mysqlnd/mysqlnd_result.c if (Z_TYPE_P(data) != IS_NULL) { Z_TYPE_P 1178 ext/mysqlnd/mysqlnd_result.c if (Z_TYPE_P(current_row[i]) >= IS_STRING) { Z_TYPE_P 1190 ext/mysqlnd/mysqlnd_result.c set->lengths[i] = (Z_TYPE_P(data) == IS_NULL)? 0:Z_STRLEN_P(data); Z_TYPE_P 1279 ext/mysqlnd/mysqlnd_result.c if (Z_TYPE_P(current_row[i]) >= IS_STRING) { Z_TYPE_P 1291 ext/mysqlnd/mysqlnd_result.c set->lengths[i] = (Z_TYPE_P(data) == IS_NULL)? 0:Z_STRLEN_P(data); Z_TYPE_P 1894 ext/mysqlnd/mysqlnd_result.c if (Z_TYPE_P(row) != IS_ARRAY) { Z_TYPE_P 1497 ext/oci8/oci8_interface.c if (Z_TYPE_P(return_value) == IS_ARRAY) { Z_TYPE_P 912 ext/oci8/oci8_statement.c if (Z_TYPE_P(bind->zval) == IS_ARRAY) { Z_TYPE_P 926 ext/oci8/oci8_statement.c if (Z_TYPE_P(bind->zval) != IS_OBJECT) { Z_TYPE_P 942 ext/oci8/oci8_statement.c if (Z_TYPE_P(bind->zval) == IS_RESOURCE || Z_TYPE_P(bind->zval) == IS_OBJECT) { Z_TYPE_P 949 ext/oci8/oci8_statement.c if (Z_TYPE_P(bind->zval) != IS_RESOURCE) { Z_TYPE_P 973 ext/oci8/oci8_statement.c if (Z_TYPE_P(val) == IS_STRING) { Z_TYPE_P 978 ext/oci8/oci8_statement.c } else if (Z_TYPE_P(bind->zval) == IS_STRING Z_TYPE_P 989 ext/oci8/oci8_statement.c } else if (Z_TYPE_P(bind->zval) == IS_ARRAY) { Z_TYPE_P 1101 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 1123 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 1142 ext/oci8/oci8_statement.c if (Z_TYPE_P(var) == IS_RESOURCE || Z_TYPE_P(var) == IS_OBJECT) { Z_TYPE_P 1157 ext/oci8/oci8_statement.c if (Z_TYPE_P(var) == IS_RESOURCE || Z_TYPE_P(var) == IS_OBJECT) { Z_TYPE_P 1161 ext/oci8/oci8_statement.c if (Z_TYPE_P(var) != IS_NULL) { Z_TYPE_P 1165 ext/oci8/oci8_statement.c value_sz = (Z_TYPE_P(var) == IS_STRING) ? Z_STRLEN_P(var) : 0; Z_TYPE_P 1172 ext/oci8/oci8_statement.c if (Z_TYPE_P(var) != IS_RESOURCE) { Z_TYPE_P 1188 ext/oci8/oci8_statement.c if (Z_TYPE_P(var) == IS_RESOURCE || Z_TYPE_P(var) == IS_OBJECT) { Z_TYPE_P 1378 ext/oci8/oci8_statement.c if (Z_TYPE_P(val) == IS_RESOURCE) { Z_TYPE_P 1388 ext/oci8/oci8_statement.c } else if (Z_TYPE_P(val) == IS_OBJECT) { Z_TYPE_P 1455 ext/oci8/oci8_statement.c if (Z_TYPE_P(column_index) == IS_STRING) { Z_TYPE_P 1056 ext/odbc/php_odbc.c if(Z_TYPE_P(le) == le_pconn && (((odbc_connection *)(le->ptr))->id == *id)){ Z_TYPE_P 1744 ext/odbc/php_odbc.c Z_TYPE_P(tmp) = IS_STRING; Z_TYPE_P 1803 ext/odbc/php_odbc.c if (!*(result->values[i].name) && Z_TYPE_P(tmp) == IS_STRING) { Z_TYPE_P 1822 ext/odbc/php_odbc.c if (Z_TYPE_P(return_value) == IS_ARRAY) { Z_TYPE_P 1901 ext/odbc/php_odbc.c Z_TYPE_P(tmp) = IS_STRING; Z_TYPE_P 2611 ext/odbc/php_odbc.c if (Z_TYPE_P(le) != le_pconn) { Z_TYPE_P 2652 ext/odbc/php_odbc.c if (Z_TYPE_P(index_ptr) != le_index_ptr) { Z_TYPE_P 2661 ext/odbc/php_odbc.c Z_TYPE_P(return_value) = IS_RESOURCE; Z_TYPE_P 555 ext/opcache/Optimizer/block_pass.c if (Z_TYPE_P((v)) == IS_NULL) { \ Z_TYPE_P 120 ext/opcache/Optimizer/zend_optimizer.c Z_TYPE_P(zv) = IS_NULL; \ Z_TYPE_P 152 ext/opcache/Optimizer/zend_optimizer.c if (Z_TYPE_P(val) == IS_STRING) { Z_TYPE_P 191 ext/opcache/Optimizer/zend_optimizer.c if (Z_TYPE_P(val) == IS_STRING) { Z_TYPE_P 2206 ext/opcache/ZendAccelerator.c switch (Z_TYPE_P(zvalue) & IS_CONSTANT_TYPE_MASK) { Z_TYPE_P 2208 ext/opcache/ZendAccelerator.c switch (Z_TYPE_P(zvalue) & ~IS_CONSTANT_INDEX) { Z_TYPE_P 2221 ext/opcache/ZendAccelerator.c Z_TYPE_P(zvalue) = IS_NULL; Z_TYPE_P 237 ext/opcache/zend_accelerator_util_funcs.c if ((Z_TYPE_P(ast->u.val) & IS_CONSTANT_TYPE_MASK) >= IS_ARRAY) { Z_TYPE_P 238 ext/opcache/zend_accelerator_util_funcs.c switch ((Z_TYPE_P(ast->u.val) & IS_CONSTANT_TYPE_MASK)) { Z_TYPE_P 293 ext/opcache/zend_accelerator_util_funcs.c if ((Z_TYPE_P(ret) & IS_CONSTANT_TYPE_MASK) >= IS_ARRAY) { Z_TYPE_P 294 ext/opcache/zend_accelerator_util_funcs.c switch ((Z_TYPE_P(ret) & IS_CONSTANT_TYPE_MASK)) { Z_TYPE_P 296 ext/opcache/zend_accelerator_util_funcs.c if ((Z_TYPE_P(ret) & ~IS_CONSTANT_INDEX) >= IS_ARRAY) { Z_TYPE_P 297 ext/opcache/zend_accelerator_util_funcs.c switch ((Z_TYPE_P(ret) & ~IS_CONSTANT_INDEX)) { Z_TYPE_P 417 ext/opcache/zend_accelerator_util_funcs.c if ((Z_TYPE_P((zval*)p->pDataPtr) & IS_CONSTANT_TYPE_MASK) >= IS_ARRAY) { Z_TYPE_P 418 ext/opcache/zend_accelerator_util_funcs.c switch ((Z_TYPE_P((zval*)p->pDataPtr) & IS_CONSTANT_TYPE_MASK)) { Z_TYPE_P 420 ext/opcache/zend_accelerator_util_funcs.c if ((Z_TYPE_P((zval*)p->pDataPtr) & ~IS_CONSTANT_INDEX) >= IS_ARRAY) { Z_TYPE_P 421 ext/opcache/zend_accelerator_util_funcs.c switch ((Z_TYPE_P((zval*)p->pDataPtr) & ~IS_CONSTANT_INDEX)) { Z_TYPE_P 1480 ext/openssl/openssl.c if (Z_TYPE_P(method) == IS_LONG) { Z_TYPE_P 2211 ext/openssl/openssl.c if (calist && (Z_TYPE_P(calist) == IS_ARRAY)) { Z_TYPE_P 2272 ext/openssl/openssl.c Z_TYPE_P(return_value) = IS_RESOURCE; Z_TYPE_P 3071 ext/openssl/openssl.c if (Z_TYPE_P(out_pkey) != IS_NULL) { Z_TYPE_P 3526 ext/openssl/openssl.c if (args && Z_TYPE_P(args) == IS_ARRAY) { Z_TYPE_P 3779 ext/openssl/openssl.c Z_TYPE_P(return_value) = IS_RESOURCE; Z_TYPE_P 3816 ext/openssl/openssl.c Z_TYPE_P(return_value) = IS_RESOURCE; Z_TYPE_P 4739 ext/openssl/openssl.c if (method == NULL || Z_TYPE_P(method) == IS_LONG) { Z_TYPE_P 4744 ext/openssl/openssl.c } else if (Z_TYPE_P(method) == IS_STRING) { Z_TYPE_P 4795 ext/openssl/openssl.c if (method == NULL || Z_TYPE_P(method) == IS_LONG) { Z_TYPE_P 4800 ext/openssl/openssl.c } else if (Z_TYPE_P(method) == IS_STRING) { Z_TYPE_P 287 ext/openssl/xp_ssl.c if (Z_TYPE_P(val) == IS_STRING) { Z_TYPE_P 302 ext/openssl/xp_ssl.c } else if (Z_TYPE_P(val) == IS_ARRAY) { Z_TYPE_P 1063 ext/openssl/xp_ssl.c if (retval != NULL && Z_TYPE_P(retval) == IS_BOOL && Z_BVAL_P(retval) == 1) { Z_TYPE_P 871 ext/pcntl/pcntl.c if (Z_TYPE_P(handle) == IS_LONG) { Z_TYPE_P 958 ext/pcntl/pcntl.c if (Z_TYPE_P(user_oldset) != IS_ARRAY) { Z_TYPE_P 1041 ext/pcntl/pcntl.c if (Z_TYPE_P(user_siginfo) != IS_ARRAY) { Z_TYPE_P 1327 ext/pcre/php_pcre.c if (Z_TYPE_P(regex) == IS_ARRAY) { Z_TYPE_P 1336 ext/pcre/php_pcre.c if (Z_TYPE_P(replace) == IS_ARRAY && !is_callable_replace) Z_TYPE_P 1345 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 702 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 748 ext/pdo/pdo_dbh.c if (Z_TYPE_P(value) == IS_ARRAY) { Z_TYPE_P 785 ext/pdo/pdo_dbh.c if (Z_TYPE_P(value) != IS_ARRAY Z_TYPE_P 993 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 889 ext/pdo/pdo_stmt.c Z_TYPE_P(return_value) = IS_ARRAY; Z_TYPE_P 987 ext/pdo/pdo_stmt.c Z_TYPE_P(return_value) = IS_OBJECT; Z_TYPE_P 1047 ext/pdo/pdo_stmt.c if (Z_TYPE_P(val) == IS_LONG) { Z_TYPE_P 1136 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 1340 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 1432 ext/pdo/pdo_stmt.c if (Z_TYPE_P(ctor_args) != IS_NULL && Z_TYPE_P(ctor_args) != IS_ARRAY) { Z_TYPE_P 1437 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 1443 ext/pdo/pdo_stmt.c if (Z_TYPE_P(arg2) != IS_STRING) { Z_TYPE_P 1552 ext/pdo/pdo_stmt.c if (Z_TYPE_P(return_value) != IS_ARRAY) { Z_TYPE_P 2001 ext/pdo/pdo_stmt.c Z_TYPE_P(stmt->fetch.into) = IS_OBJECT; Z_TYPE_P 2572 ext/pdo/pdo_stmt.c if (Z_TYPE_P(member) == IS_LONG) { Z_TYPE_P 2622 ext/pdo/pdo_stmt.c if (Z_TYPE_P(member) == IS_LONG) { Z_TYPE_P 532 ext/pdo_firebird/firebird_statement.c switch (Z_TYPE_P(param->parameter)) { Z_TYPE_P 488 ext/pdo_mysql/mysql_statement.c Z_TYPE_P(param->parameter) == IS_NULL) { Z_TYPE_P 496 ext/pdo_mysql/mysql_statement.c Z_TYPE_P(param->parameter) == IS_NULL) { Z_TYPE_P 511 ext/pdo_mysql/mysql_statement.c if (Z_TYPE_P(param->parameter) == IS_RESOURCE) { Z_TYPE_P 516 ext/pdo_mysql/mysql_statement.c Z_TYPE_P(param->parameter) = IS_STRING; Z_TYPE_P 532 ext/pdo_mysql/mysql_statement.c PDO_DBG_INF_FMT("param->parameter->type=%d", Z_TYPE_P(param->parameter)); Z_TYPE_P 533 ext/pdo_mysql/mysql_statement.c switch (Z_TYPE_P(param->parameter)) { Z_TYPE_P 553 ext/pdo_mysql/mysql_statement.c PDO_DBG_INF_FMT("param->parameter->type=%d", Z_TYPE_P(param->parameter)); Z_TYPE_P 554 ext/pdo_mysql/mysql_statement.c switch (Z_TYPE_P(param->parameter)) { Z_TYPE_P 64 ext/pdo_mysql/pdo_mysql.c if (Z_TYPE_P(zv) == IS_OBJECT && instanceof_function(Z_OBJCE_P(zv), php_pdo_get_dbh_ce() TSRMLS_CC)) { Z_TYPE_P 240 ext/pdo_oci/oci_statement.c if (Z_TYPE_P(param->parameter) == IS_OBJECT || Z_TYPE_P(param->parameter) == IS_RESOURCE) { Z_TYPE_P 348 ext/pdo_oci/oci_statement.c if (Z_TYPE_P(param->parameter) == IS_STRING Z_TYPE_P 358 ext/pdo_oci/oci_statement.c } else if (Z_TYPE_P(param->parameter) == IS_STRING Z_TYPE_P 370 ext/pdo_oci/oci_statement.c if (Z_TYPE_P(param->parameter) == IS_NULL) { Z_TYPE_P 410 ext/pdo_oci/oci_statement.c } else if (Z_TYPE_P(param->parameter) == IS_STRING) { Z_TYPE_P 185 ext/pdo_odbc/odbc_stmt.c if (Z_TYPE_P(param->parameter) != IS_RESOURCE) { Z_TYPE_P 392 ext/pdo_odbc/odbc_stmt.c if (Z_TYPE_P(param->parameter) == IS_RESOURCE) { Z_TYPE_P 443 ext/pdo_odbc/odbc_stmt.c } else if (Z_TYPE_P(param->parameter) == IS_NULL || PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_NULL) { Z_TYPE_P 306 ext/pdo_pgsql/pgsql_statement.c Z_TYPE_P(param->parameter) == IS_RESOURCE) { Z_TYPE_P 328 ext/pdo_pgsql/pgsql_statement.c Z_TYPE_P(param->parameter) = IS_STRING; Z_TYPE_P 344 ext/pdo_pgsql/pgsql_statement.c Z_TYPE_P(param->parameter) == IS_NULL) { Z_TYPE_P 347 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 998 ext/pgsql/pgsql.c if (Z_TYPE_P(rsrc) != le_plink) Z_TYPE_P 1367 ext/pgsql/pgsql.c if (Z_TYPE_P(le) != le_plink) { Z_TYPE_P 1420 ext/pgsql/pgsql.c if (Z_TYPE_P(index_ptr) != le_index_ptr) { Z_TYPE_P 1429 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_RESOURCE; Z_TYPE_P 1482 ext/pgsql/pgsql.c if (! PGG(ignore_notices) && Z_TYPE_P(return_value) == IS_RESOURCE) { Z_TYPE_P 1686 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 2286 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 2522 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 2526 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 2531 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 2543 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 2548 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 2609 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 2667 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_NULL; Z_TYPE_P 2802 ext/pgsql/pgsql.c if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) { Z_TYPE_P 3031 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 3187 ext/pgsql/pgsql.c if ((argc == 1) && (Z_TYPE_P(pgsql_link) != IS_RESOURCE)) { Z_TYPE_P 3206 ext/pgsql/pgsql.c switch (Z_TYPE_P(oid)) { Z_TYPE_P 3422 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 3606 ext/pgsql/pgsql.c switch (Z_TYPE_P(oid)) { Z_TYPE_P 3870 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 3908 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 3940 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 4774 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 4778 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 5749 ext/pgsql/pgsql.c assert(Z_TYPE_P(src) == IS_STRING); Z_TYPE_P 5769 ext/pgsql/pgsql.c if (!err && Z_TYPE_P(new_val) == IS_STRING && !strcmp(Z_STRVAL_P(new_val), "NULL")) { \ Z_TYPE_P 5797 ext/pgsql/pgsql.c assert(Z_TYPE_P(values) == IS_ARRAY); Z_TYPE_P 5798 ext/pgsql/pgsql.c assert(Z_TYPE_P(result) == IS_ARRAY); Z_TYPE_P 6040 ext/pgsql/pgsql.c Z_TYPE_P(new_val) = IS_STRING; Z_TYPE_P 6335 ext/pgsql/pgsql.c Z_TYPE_P(new_val) = IS_STRING; Z_TYPE_P 6552 ext/pgsql/pgsql.c assert(Z_TYPE_P(var_array) == IS_ARRAY); Z_TYPE_P 6822 ext/pgsql/pgsql.c assert(Z_TYPE_P(var_array) == IS_ARRAY); Z_TYPE_P 6823 ext/pgsql/pgsql.c assert(Z_TYPE_P(ids_array) == IS_ARRAY); Z_TYPE_P 6931 ext/pgsql/pgsql.c assert(Z_TYPE_P(ids_array) == IS_ARRAY); Z_TYPE_P 7022 ext/pgsql/pgsql.c assert(Z_TYPE_P(ret_array) == IS_ARRAY); Z_TYPE_P 7066 ext/pgsql/pgsql.c assert(Z_TYPE_P(ids_array) == IS_ARRAY); Z_TYPE_P 7067 ext/pgsql/pgsql.c assert(Z_TYPE_P(ret_array) == IS_ARRAY); Z_TYPE_P 724 ext/phar/phar_object.c switch (Z_TYPE_P(retval_ptr)) { Z_TYPE_P 4319 ext/phar/phar_object.c switch (Z_TYPE_P(zval_files)) { Z_TYPE_P 4846 ext/phar/phar_object.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 1420 ext/phar/util.c Z_TYPE_P(zdata) = IS_STRING; Z_TYPE_P 1487 ext/phar/util.c switch (Z_TYPE_P(retval_ptr)) { Z_TYPE_P 922 ext/posix/posix.c if (array_group == NULL || Z_TYPE_P(array_group) != IS_ARRAY) Z_TYPE_P 1094 ext/posix/posix.c if (NULL == return_value || Z_TYPE_P(return_value) != IS_ARRAY) Z_TYPE_P 486 ext/readline/readline.c Z_TYPE_P(ret) = IS_LONG; Z_TYPE_P 341 ext/reflection/php_reflection.c Z_TYPE_P(object) = IS_OBJECT; Z_TYPE_P 742 ext/reflection/php_reflection.c if (Z_TYPE_P(zv) == IS_BOOL) { Z_TYPE_P 748 ext/reflection/php_reflection.c } else if (Z_TYPE_P(zv) == IS_NULL) { Z_TYPE_P 750 ext/reflection/php_reflection.c } else if (Z_TYPE_P(zv) == IS_STRING) { Z_TYPE_P 757 ext/reflection/php_reflection.c } else if (Z_TYPE_P(zv) == IS_ARRAY) { Z_TYPE_P 2171 ext/reflection/php_reflection.c switch (Z_TYPE_P(reference)) { Z_TYPE_P 2608 ext/reflection/php_reflection.c if (!IS_CONSTANT_TYPE(Z_TYPE_P(return_value))) { Z_TYPE_P 2635 ext/reflection/php_reflection.c if (precv && (Z_TYPE_P(precv->op2.zv) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { Z_TYPE_P 2660 ext/reflection/php_reflection.c if (precv && (Z_TYPE_P(precv->op2.zv) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { Z_TYPE_P 2719 ext/reflection/php_reflection.c } else if (Z_TYPE_P(classname) == IS_OBJECT) { Z_TYPE_P 2732 ext/reflection/php_reflection.c switch (Z_TYPE_P(classname)) { Z_TYPE_P 3347 ext/reflection/php_reflection.c if (Z_TYPE_P(argument) == IS_OBJECT) { Z_TYPE_P 3425 ext/reflection/php_reflection.c if (IS_CONSTANT_TYPE(Z_TYPE_P(prop_copy))) { Z_TYPE_P 4829 ext/reflection/php_reflection.c switch (Z_TYPE_P(classname)) { Z_TYPE_P 4850 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 5090 ext/reflection/php_reflection.c Z_TYPE_PP(variable_ptr) = Z_TYPE_P(value); Z_TYPE_P 6121 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 870 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 296 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_OBJECT) { Z_TYPE_P 399 ext/soap/php_encoding.c Z_TYPE_P(data) == IS_OBJECT && Z_TYPE_P 471 ext/soap/php_encoding.c Z_TYPE_P(data) == IS_OBJECT && Z_TYPE_P 636 ext/soap/php_encoding.c if (Z_TYPE_P(return_value) == IS_STRING) { Z_TYPE_P 877 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_STRING) { Z_TYPE_P 965 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_STRING) { Z_TYPE_P 1000 ext/soap/php_encoding.c if (Z_TYPE_P(data) != IS_STRING) { Z_TYPE_P 1041 ext/soap/php_encoding.c Z_TYPE_P(ret) = IS_DOUBLE; Z_TYPE_P 1045 ext/soap/php_encoding.c Z_TYPE_P(ret) = IS_DOUBLE; Z_TYPE_P 1082 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 1109 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_DOUBLE) { Z_TYPE_P 1243 ext/soap/php_encoding.c if (Z_TYPE_P(object) == IS_OBJECT) { Z_TYPE_P 1266 ext/soap/php_encoding.c } else if (Z_TYPE_P(object) == IS_ARRAY) { Z_TYPE_P 1278 ext/soap/php_encoding.c if (Z_TYPE_P(object) == IS_OBJECT) { Z_TYPE_P 1288 ext/soap/php_encoding.c } else if (Z_TYPE_P(object) == IS_ARRAY) { Z_TYPE_P 1302 ext/soap/php_encoding.c if (any && Z_TYPE_P(any) != IS_ARRAY) { Z_TYPE_P 1316 ext/soap/php_encoding.c if (Z_TYPE_P(val) == IS_STRING && *Z_STRVAL_P(val) == '<') { Z_TYPE_P 1320 ext/soap/php_encoding.c if (Z_TYPE_P(val2) != IS_STRING || *Z_STRVAL_P(val) != '<') { Z_TYPE_P 1433 ext/soap/php_encoding.c } else if ((Z_TYPE_P(val) != IS_NULL || !model->u.element->nillable) && Z_TYPE_P 1560 ext/soap/php_encoding.c if (Z_TYPE_P(ret) == IS_OBJECT && ce != ZEND_STANDARD_CLASS_DEF_PTR) { Z_TYPE_P 1669 ext/soap/php_encoding.c if (Z_TYPE_P(prop) != IS_ARRAY) { Z_TYPE_P 1706 ext/soap/php_encoding.c Z_TYPE_P(data) == IS_NULL && Z_TYPE_P 1715 ext/soap/php_encoding.c Z_TYPE_P(data) == IS_ARRAY && Z_TYPE_P 1743 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_NULL && model->u.element->nillable) { Z_TYPE_P 1747 ext/soap/php_encoding.c } else if (Z_TYPE_P(data) == IS_NULL && model->min_occurs == 0) { Z_TYPE_P 1795 ext/soap/php_encoding.c Z_TYPE_P(data) == IS_ARRAY && Z_TYPE_P 1901 ext/soap/php_encoding.c if (!data || Z_TYPE_P(data) == IS_NULL) { Z_TYPE_P 1911 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_OBJECT) { Z_TYPE_P 1913 ext/soap/php_encoding.c } else if (Z_TYPE_P(data) == IS_ARRAY) { Z_TYPE_P 1976 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_ARRAY && Z_TYPE_P 2073 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_OBJECT) { Z_TYPE_P 2099 ext/soap/php_encoding.c if (data && Z_TYPE_P(data) == IS_ARRAY) { Z_TYPE_P 2218 ext/soap/php_encoding.c if (data && Z_TYPE_P(data) == IS_ARRAY) { Z_TYPE_P 2305 ext/soap/php_encoding.c if (!data || Z_TYPE_P(data) == IS_NULL) { Z_TYPE_P 2317 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 2377 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_ARRAY) { Z_TYPE_P 2787 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_ARRAY) { Z_TYPE_P 2860 ext/soap/php_encoding.c if (Z_TYPE_P(key) == IS_STRING) { Z_TYPE_P 2862 ext/soap/php_encoding.c } else if (Z_TYPE_P(key) == IS_LONG) { Z_TYPE_P 2995 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_LONG) { Z_TYPE_P 3033 ext/soap/php_encoding.c } else if (Z_TYPE_P(data) == IS_STRING) { Z_TYPE_P 3111 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_ARRAY) { Z_TYPE_P 3139 ext/soap/php_encoding.c if (Z_TYPE_P(data) != IS_STRING) { Z_TYPE_P 3231 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_ARRAY) { Z_TYPE_P 3251 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_STRING) { Z_TYPE_P 3630 ext/soap/php_encoding.c if (!array || Z_TYPE_P(array) != IS_ARRAY) { Z_TYPE_P 366 ext/soap/php_http.c if (this_ptr == NULL || Z_TYPE_P(this_ptr) != IS_OBJECT) { Z_TYPE_P 378 ext/soap/php_packet_soap.c if (Z_TYPE_P(return_value) == IS_ARRAY) { Z_TYPE_P 109 ext/soap/soap.c Z_TYPE_P(EG(exception)) != IS_OBJECT || \ Z_TYPE_P 835 ext/soap/soap.c } else if (Z_TYPE_P(actor) == IS_LONG && Z_TYPE_P 840 ext/soap/soap.c } else if (Z_TYPE_P(actor) == IS_STRING && Z_STRLEN_P(actor) > 0) { Z_TYPE_P 863 ext/soap/soap.c if (Z_TYPE_P(code) == IS_NULL) { Z_TYPE_P 864 ext/soap/soap.c } else if (Z_TYPE_P(code) == IS_STRING) { Z_TYPE_P 867 ext/soap/soap.c } else if (Z_TYPE_P(code) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL_P(code)) == 2) { Z_TYPE_P 963 ext/soap/soap.c if (Z_TYPE_P(type) == IS_NULL) { Z_TYPE_P 1128 ext/soap/soap.c if (Z_TYPE_P(wsdl) != IS_STRING && Z_TYPE_P(wsdl) != IS_NULL) { Z_TYPE_P 1154 ext/soap/soap.c } else if (Z_TYPE_P(wsdl) == IS_NULL) { Z_TYPE_P 1205 ext/soap/soap.c } else if (Z_TYPE_P(wsdl) == IS_NULL) { Z_TYPE_P 1215 ext/soap/soap.c if (Z_TYPE_P(wsdl) != IS_NULL) { Z_TYPE_P 1656 ext/soap/soap.c if (Z_TYPE_P(EG(exception)) == IS_OBJECT && Z_TYPE_P 1708 ext/soap/soap.c if (Z_TYPE_P(EG(exception)) == IS_OBJECT && Z_TYPE_P 1737 ext/soap/soap.c if (Z_TYPE_P(EG(exception)) == IS_OBJECT && Z_TYPE_P 1823 ext/soap/soap.c if (Z_TYPE_P(EG(exception)) == IS_OBJECT && Z_TYPE_P 1871 ext/soap/soap.c if (Z_TYPE_P(EG(exception)) == IS_OBJECT && Z_TYPE_P 1890 ext/soap/soap.c if (Z_TYPE_P(retval) == IS_OBJECT && Z_TYPE_P 1913 ext/soap/soap.c if (Z_TYPE_P(EG(exception)) == IS_OBJECT && Z_TYPE_P 2144 ext/soap/soap.c Z_TYPE_P(SOAP_GLOBAL(error_object)) == IS_OBJECT && Z_TYPE_P 2242 ext/soap/soap.c Z_TYPE_P(SOAP_GLOBAL(error_object)) == IS_OBJECT && Z_TYPE_P 2317 ext/soap/soap.c Z_TYPE_P(fault) == IS_OBJECT && Z_TYPE_P 2344 ext/soap/soap.c if (Z_TYPE_P(wsdl) != IS_STRING && Z_TYPE_P(wsdl) != IS_NULL) { Z_TYPE_P 2354 ext/soap/soap.c if (Z_TYPE_P(wsdl) == IS_NULL) { Z_TYPE_P 2385 ext/soap/soap.c } else if (Z_TYPE_P(wsdl) == IS_NULL) { Z_TYPE_P 2520 ext/soap/soap.c } else if (Z_TYPE_P(wsdl) == IS_NULL) { Z_TYPE_P 2526 ext/soap/soap.c if (Z_TYPE_P(wsdl) != IS_NULL) { Z_TYPE_P 2601 ext/soap/soap.c } else if (Z_TYPE_P(response) != IS_STRING) { Z_TYPE_P 2806 ext/soap/soap.c Z_TYPE_P(return_value) == IS_OBJECT && Z_TYPE_P 2894 ext/soap/soap.c if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) { Z_TYPE_P 2895 ext/soap/soap.c } else if (Z_TYPE_P(headers) == IS_ARRAY) { Z_TYPE_P 2899 ext/soap/soap.c } else if (Z_TYPE_P(headers) == IS_OBJECT && Z_TYPE_P 3202 ext/soap/soap.c if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) { Z_TYPE_P 3204 ext/soap/soap.c } else if (Z_TYPE_P(headers) == IS_ARRAY) { Z_TYPE_P 3211 ext/soap/soap.c } else if (Z_TYPE_P(headers) == IS_OBJECT && Z_TYPE_P 3279 ext/soap/soap.c if (Z_TYPE_P(obj) != IS_OBJECT) { Z_TYPE_P 3820 ext/soap/soap.c } else if (param_count > 1 && Z_TYPE_P(ret) == IS_ARRAY) { Z_TYPE_P 3886 ext/soap/soap.c if (Z_TYPE_P(ret) == IS_OBJECT && Z_TYPE_P 3905 ext/soap/soap.c if (Z_TYPE_P(hdr_ret) == IS_OBJECT && Z_TYPE_P 4074 ext/soap/soap.c Z_TYPE_P(detail) == IS_OBJECT && Z_TYPE_P 4421 ext/soap/soap.c Z_TYPE_P(param_val) == IS_OBJECT && Z_TYPE_P 253 ext/sockets/conversions.c if (Z_TYPE_P(container) != IS_ARRAY) { Z_TYPE_P 284 ext/sockets/conversions.c assert(Z_TYPE_P(zarr) == IS_ARRAY); Z_TYPE_P 311 ext/sockets/conversions.c if (Z_TYPE_P(arr_value) != IS_LONG) { Z_TYPE_P 317 ext/sockets/conversions.c switch (Z_TYPE_P(arr_value)) { Z_TYPE_P 548 ext/sockets/conversions.c if (Z_TYPE_P(zaddr_str) != IS_STRING) { Z_TYPE_P 571 ext/sockets/conversions.c Z_TYPE_P(zv) = IS_STRING; Z_TYPE_P 605 ext/sockets/conversions.c if (Z_TYPE_P(zaddr_str) != IS_STRING) { Z_TYPE_P 629 ext/sockets/conversions.c Z_TYPE_P(zv) = IS_STRING; Z_TYPE_P 663 ext/sockets/conversions.c if (Z_TYPE_P(path) != IS_STRING) { Z_TYPE_P 722 ext/sockets/conversions.c if (Z_TYPE_P(container) != IS_ARRAY) { Z_TYPE_P 941 ext/sockets/conversions.c if (Z_TYPE_P(arr) != IS_ARRAY) { Z_TYPE_P 1118 ext/sockets/conversions.c if (Z_TYPE_P(arr) != IS_ARRAY) { Z_TYPE_P 1263 ext/sockets/conversions.c if (Z_TYPE_P(zv) == IS_LONG) { Z_TYPE_P 1271 ext/sockets/conversions.c if (Z_TYPE_P(zv) != IS_STRING) { Z_TYPE_P 1364 ext/sockets/conversions.c if (Z_TYPE_P(arr) != IS_ARRAY) { Z_TYPE_P 1411 ext/sockets/conversions.c if (Z_TYPE_P(arr) != IS_ARRAY) { Z_TYPE_P 92 ext/sockets/multicast.c if (Z_TYPE_P(val) == IS_LONG) { Z_TYPE_P 772 ext/sockets/sockets.c if (Z_TYPE_P(sock_array) != IS_ARRAY) return 0; Z_TYPE_P 803 ext/sockets/sockets.c if (Z_TYPE_P(sock_array) != IS_ARRAY) return 0; Z_TYPE_P 875 ext/sockets/sockets.c if (Z_TYPE_P(sec) != IS_LONG) { Z_TYPE_P 1587 ext/sockets/sockets.c Z_TYPE_P(buf) = IS_NULL; Z_TYPE_P 1596 ext/sockets/sockets.c Z_TYPE_P(buf) = IS_STRING; Z_TYPE_P 102 ext/spl/php_spl.c if (Z_TYPE_P(obj) != IS_OBJECT && Z_TYPE_P(obj) != IS_STRING) { Z_TYPE_P 107 ext/spl/php_spl.c if (Z_TYPE_P(obj) == IS_STRING) { Z_TYPE_P 135 ext/spl/php_spl.c if (Z_TYPE_P(obj) != IS_OBJECT && Z_TYPE_P(obj) != IS_STRING) { Z_TYPE_P 140 ext/spl/php_spl.c if (Z_TYPE_P(obj) == IS_STRING) { Z_TYPE_P 164 ext/spl/php_spl.c if (Z_TYPE_P(obj) != IS_OBJECT && Z_TYPE_P(obj) != IS_STRING) { Z_TYPE_P 169 ext/spl/php_spl.c if (Z_TYPE_P(obj) == IS_STRING) { Z_TYPE_P 423 ext/spl/php_spl.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z", &class_name) == FAILURE || Z_TYPE_P(class_name) != IS_STRING) { Z_TYPE_P 484 ext/spl/php_spl.c if (Z_TYPE_P(zcallable) == IS_STRING) { Z_TYPE_P 499 ext/spl/php_spl.c if (Z_TYPE_P(zcallable) == IS_ARRAY) { Z_TYPE_P 518 ext/spl/php_spl.c } else if (Z_TYPE_P(zcallable) == IS_STRING) { Z_TYPE_P 550 ext/spl/php_spl.c if (Z_TYPE_P(zcallable) == IS_OBJECT) { Z_TYPE_P 661 ext/spl/php_spl.c if (Z_TYPE_P(zcallable) == IS_OBJECT) { Z_TYPE_P 89 ext/spl/spl_array.c } else if ((intern->ar_flags & SPL_ARRAY_USE_OTHER) && (check_std_props == 0 || (intern->ar_flags & SPL_ARRAY_STD_PROP_LIST) == 0) && Z_TYPE_P(intern->array) == IS_OBJECT) { Z_TYPE_P 318 ext/spl/spl_array.c switch(Z_TYPE_P(offset)) { Z_TYPE_P 458 ext/spl/spl_array.c switch(Z_TYPE_P(offset)) { Z_TYPE_P 518 ext/spl/spl_array.c switch(Z_TYPE_P(offset)) { Z_TYPE_P 538 ext/spl/spl_array.c } else if (Z_TYPE_P(obj->array) == IS_OBJECT) { Z_TYPE_P 622 ext/spl/spl_array.c switch(Z_TYPE_P(offset)) { Z_TYPE_P 663 ext/spl/spl_array.c return check_empty ? zend_is_true(value) : Z_TYPE_P(value) != IS_NULL; Z_TYPE_P 740 ext/spl/spl_array.c if (Z_TYPE_P(intern->array) == IS_OBJECT) { Z_TYPE_P 931 ext/spl/spl_array.c if (Z_TYPE_P(intern->array) == IS_OBJECT) { Z_TYPE_P 961 ext/spl/spl_array.c if (Z_TYPE_P(intern->array) == IS_OBJECT) { Z_TYPE_P 1394 ext/spl/spl_array.c if (Z_TYPE_P(intern->array) == IS_OBJECT) { Z_TYPE_P 1457 ext/spl/spl_array.c Z_TYPE_P(tmp) = IS_ARRAY; Z_TYPE_P 1466 ext/spl/spl_array.c Z_TYPE_P(tmp) = IS_NULL; Z_TYPE_P 1476 ext/spl/spl_array.c Z_TYPE_P(tmp) = IS_NULL; Z_TYPE_P 1485 ext/spl/spl_array.c Z_TYPE_P(tmp) = IS_NULL; /* we want to destroy the zval, not the hashtable */ Z_TYPE_P 1772 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 1814 ext/spl/spl_array.c if (!php_var_unserialize(&pmembers, &p, s + buf_len, &var_hash TSRMLS_CC) || Z_TYPE_P(pmembers) != IS_ARRAY) { Z_TYPE_P 452 ext/spl/spl_directory.c Z_TYPE_P(return_value) = IS_OBJECT; Z_TYPE_P 495 ext/spl/spl_directory.c Z_TYPE_P(return_value) = IS_OBJECT; Z_TYPE_P 516 ext/spl/spl_directory.c Z_TYPE_P(return_value) = IS_OBJECT; Z_TYPE_P 544 ext/spl/spl_directory.c Z_TYPE_P(return_value) = IS_NULL; Z_TYPE_P 551 ext/spl/spl_directory.c Z_TYPE_P(return_value) = IS_NULL; Z_TYPE_P 2178 ext/spl/spl_directory.c if (Z_TYPE_P(return_value) != IS_NULL) { Z_TYPE_P 2211 ext/spl/spl_directory.c if (Z_TYPE_P(retval) == IS_STRING) { Z_TYPE_P 2233 ext/spl/spl_directory.c switch(Z_TYPE_P(intern->u.file.current_zval)) { Z_TYPE_P 2956 ext/spl/spl_directory.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 825 ext/spl/spl_dllist.c if (Z_TYPE_P(zindex) == IS_NULL) { Z_TYPE_P 1206 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 337 ext/spl/spl_iterators.c ce = child && Z_TYPE_P(child) == IS_OBJECT ? Z_OBJCE_P(child) : NULL; Z_TYPE_P 1063 ext/spl/spl_iterators.c if (Z_TYPE_P(return_value) == IS_ARRAY) { Z_TYPE_P 1525 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 2050 ext/spl/spl_iterators.c } else if (Z_TYPE_P(intern->current.data) == IS_ARRAY) { Z_TYPE_P 2104 ext/spl/spl_iterators.c if (Z_TYPE_P(replacement) != IS_STRING) { Z_TYPE_P 2321 ext/spl/spl_iterators.c } else if (Z_TYPE_P(intern->current.data) == IS_ARRAY) { Z_TYPE_P 125 ext/spl/spl_observer.c if (Z_TYPE_P(rv) == IS_STRING) { Z_TYPE_P 837 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 861 ext/spl/spl_observer.c if(Z_TYPE_P(pentry) != IS_OBJECT) { Z_TYPE_P 907 ext/spl/spl_observer.c if (!php_var_unserialize(&pmembers, &p, s + buf_len, &var_hash TSRMLS_CC) || Z_TYPE_P(pmembers) != IS_ARRAY) { Z_TYPE_P 1067 ext/spl/spl_observer.c if (Z_TYPE_P(info) != IS_LONG && Z_TYPE_P(info) != IS_STRING) { Z_TYPE_P 1224 ext/spl/spl_observer.c switch (Z_TYPE_P(element->inf)) { Z_TYPE_P 795 ext/sqlite3/sqlite3.c switch (Z_TYPE_P(retval)) { Z_TYPE_P 920 ext/sqlite3/sqlite3.c } else if (Z_TYPE_P(retval) != IS_LONG) { Z_TYPE_P 1546 ext/sqlite3/sqlite3.c if (Z_TYPE_P(param->parameter) == IS_NULL) { Z_TYPE_P 1572 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 1267 ext/standard/array.c Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 1445 ext/standard/array.c if (Z_TYPE_P(entry) == IS_STRING) { Z_TYPE_P 1454 ext/standard/array.c else if (Z_TYPE_P(entry) == IS_ARRAY) { Z_TYPE_P 1605 ext/standard/array.c if (Z_TYPE_P(zstep) == IS_DOUBLE || Z_TYPE_P 1606 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 1624 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 1673 ext/standard/array.c } else if (Z_TYPE_P(zlow) == IS_DOUBLE || Z_TYPE_P(zhigh) == IS_DOUBLE || is_step_double) { Z_TYPE_P 2129 ext/standard/array.c if (Z_TYPE_P(src_zval) == IS_ARRAY) { Z_TYPE_P 3898 ext/standard/array.c if (Z_TYPE_P(return_value) != IS_ARRAY) { Z_TYPE_P 3980 ext/standard/array.c if (Z_TYPE(entry_n) == IS_LONG && Z_TYPE_P(return_value) == IS_LONG) { Z_TYPE_P 4117 ext/standard/array.c Z_TYPE_P(key) = IS_LONG; Z_TYPE_P 4307 ext/standard/array.c switch (Z_TYPE_P(key)) { Z_TYPE_P 4556 ext/standard/basic_functions.c if (Z_TYPE_P(entry) == IS_STRING) { Z_TYPE_P 4562 ext/standard/basic_functions.c } else if (Z_TYPE_P(entry) == IS_ARRAY) { Z_TYPE_P 4587 ext/standard/basic_functions.c if (Z_TYPE_P(retval) == IS_ARRAY) { Z_TYPE_P 4805 ext/standard/basic_functions.c if (Z_TYPE_P(object) != IS_OBJECT && Z_TYPE_P 4806 ext/standard/basic_functions.c Z_TYPE_P(object) != IS_STRING Z_TYPE_P 4843 ext/standard/basic_functions.c if (Z_TYPE_P(object) != IS_OBJECT && Z_TYPE_P 4844 ext/standard/basic_functions.c Z_TYPE_P(object) != IS_STRING Z_TYPE_P 5007 ext/standard/basic_functions.c if (Z_TYPE_P(function) == IS_STRING) { Z_TYPE_P 5009 ext/standard/basic_functions.c } else if ( Z_TYPE_P(function) == IS_ARRAY Z_TYPE_P 5040 ext/standard/basic_functions.c if (Z_TYPE_P(func1) == IS_STRING && Z_TYPE_P(func2) == IS_STRING) { Z_TYPE_P 5042 ext/standard/basic_functions.c } else if (Z_TYPE_P(func1) == IS_ARRAY && Z_TYPE_P(func2) == IS_ARRAY) { Z_TYPE_P 5046 ext/standard/basic_functions.c } else if (Z_TYPE_P(func1) == IS_OBJECT && Z_TYPE_P(func2) == IS_OBJECT) { Z_TYPE_P 5720 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 5757 ext/standard/basic_functions.c if (Z_TYPE_P(function) != IS_ARRAY && Z_TYPE_P(function) != IS_OBJECT) { Z_TYPE_P 5897 ext/standard/basic_functions.c if (Z_TYPE_P(hash) != IS_ARRAY) { Z_TYPE_P 169 ext/standard/browscap.c Z_TYPE_P(new_property) = IS_STRING; Z_TYPE_P 216 ext/standard/browscap.c Z_TYPE_P(bdata->current_section) = IS_ARRAY; Z_TYPE_P 227 ext/standard/browscap.c Z_TYPE_P(processed) = IS_STRING; Z_TYPE_P 230 ext/standard/browscap.c Z_TYPE_P(unprocessed) = IS_STRING; Z_TYPE_P 199 ext/standard/exec.c if (Z_TYPE_P(ret_array) != IS_ARRAY) { Z_TYPE_P 596 ext/standard/file.c if (Z_TYPE_P(data) == IS_RESOURCE) { Z_TYPE_P 631 ext/standard/file.c switch (Z_TYPE_P(data)) { Z_TYPE_P 1770 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 764 ext/standard/math.c if (Z_TYPE_P(arg) != IS_STRING || base < 2 || base > 36) { Z_TYPE_P 813 ext/standard/math.c if (Z_TYPE_P(arg) != IS_STRING || base < 2 || base > 36) { Z_TYPE_P 874 ext/standard/math.c if (Z_TYPE_P(arg) != IS_LONG || base < 2 || base > 36) { Z_TYPE_P 901 ext/standard/math.c if ((Z_TYPE_P(arg) != IS_LONG && Z_TYPE_P(arg) != IS_DOUBLE) || base < 2 || base > 36) { Z_TYPE_P 905 ext/standard/math.c if (Z_TYPE_P(arg) == IS_DOUBLE) { Z_TYPE_P 1225 ext/standard/math.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 612 ext/standard/streamsfuncs.c if (Z_TYPE_P(stream_array) != IS_ARRAY) { Z_TYPE_P 650 ext/standard/streamsfuncs.c if (Z_TYPE_P(stream_array) != IS_ARRAY) { Z_TYPE_P 717 ext/standard/streamsfuncs.c if (Z_TYPE_P(stream_array) != IS_ARRAY) { Z_TYPE_P 1685 ext/standard/string.c switch (Z_TYPE_P(needle)) { Z_TYPE_P 1734 ext/standard/string.c if (Z_TYPE_P(needle) == IS_STRING) { Z_TYPE_P 1785 ext/standard/string.c if (Z_TYPE_P(needle) == IS_STRING) { Z_TYPE_P 1837 ext/standard/string.c if (Z_TYPE_P(needle) == IS_STRING) { Z_TYPE_P 1895 ext/standard/string.c if (Z_TYPE_P(needle) == IS_STRING) { Z_TYPE_P 1944 ext/standard/string.c if (Z_TYPE_P(zneedle) == IS_STRING) { Z_TYPE_P 2018 ext/standard/string.c if (Z_TYPE_P(zneedle) == IS_STRING) { Z_TYPE_P 2121 ext/standard/string.c if (Z_TYPE_P(needle) == IS_STRING) { Z_TYPE_P 3628 ext/standard/string.c Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 3870 ext/standard/string.c Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 3877 ext/standard/string.c if (Z_TYPE_P(search) == IS_ARRAY) { Z_TYPE_P 3883 ext/standard/string.c if (Z_TYPE_P(replace) == IS_ARRAY) { Z_TYPE_P 3898 ext/standard/string.c if (Z_TYPE_P(replace) == IS_ARRAY) { Z_TYPE_P 3905 ext/standard/string.c if (Z_TYPE_P(replace) == IS_ARRAY) { Z_TYPE_P 4222 ext/standard/string.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 5028 ext/standard/string.c if (Z_TYPE_P(op1) != IS_STRING) { Z_TYPE_P 5031 ext/standard/string.c if (Z_TYPE_P(op2) != IS_STRING) { Z_TYPE_P 718 ext/standard/url.c if (!stream->wrapperdata || Z_TYPE_P(stream->wrapperdata) != IS_ARRAY) { Z_TYPE_P 381 ext/standard/user_filters.c if (Z_TYPE_P(retval) == IS_BOOL && Z_LVAL_P(retval) == 0) { Z_TYPE_P 552 ext/standard/var.c if ((Z_TYPE_P(var) == IS_OBJECT) && Z_OBJ_HT_P(var)->get_class_entry) { Z_TYPE_P 570 ext/standard/var.c fprintf(stderr, "- had var (%d): %lu\n", Z_TYPE_P(var), **(ulong**)var_old); Z_TYPE_P 579 ext/standard/var.c fprintf(stderr, "+ add var (%d): %lu\n", Z_TYPE_P(var), var_no); Z_TYPE_P 722 ext/standard/var.c } else if (Z_TYPE_P(struc) == IS_OBJECT) { Z_TYPE_P 730 ext/standard/var.c switch (Z_TYPE_P(struc)) { Z_TYPE_P 833 ext/standard/var.c if (Z_TYPE_P(struc) == IS_ARRAY) { Z_TYPE_P 922 ext/standard/var.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 309 ext/standard/var_unserializer.c if (Z_TYPE_P(key) != IS_LONG && Z_TYPE_P(key) != IS_STRING) { Z_TYPE_P 325 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 641 ext/wddx/wddx.c switch(Z_TYPE_P(var)) { Z_TYPE_P 696 ext/wddx/wddx.c if (Z_TYPE_P(name_var) == IS_STRING) { Z_TYPE_P 704 ext/wddx/wddx.c } else if (Z_TYPE_P(name_var) == IS_ARRAY || Z_TYPE_P(name_var) == IS_OBJECT) { Z_TYPE_P 705 ext/wddx/wddx.c int is_array = Z_TYPE_P(name_var) == IS_ARRAY; Z_TYPE_P 753 ext/wddx/wddx.c Z_TYPE_P(ent.data) = IS_STRING; Z_TYPE_P 763 ext/wddx/wddx.c Z_TYPE_P(ent.data) = IS_STRING; Z_TYPE_P 785 ext/wddx/wddx.c Z_TYPE_P(ent.data) = IS_LONG; Z_TYPE_P 798 ext/wddx/wddx.c Z_TYPE_P(ent.data) = IS_BOOL; Z_TYPE_P 904 ext/wddx/wddx.c Z_TYPE_P(ent.data) = IS_LONG; Z_TYPE_P 945 ext/wddx/wddx.c if (Z_TYPE_P(ent1->data) == IS_OBJECT) { Z_TYPE_P 971 ext/wddx/wddx.c if (Z_TYPE_P(ent2->data) == IS_ARRAY || Z_TYPE_P(ent2->data) == IS_OBJECT) { Z_TYPE_P 976 ext/wddx/wddx.c Z_TYPE_P(ent1->data) == IS_STRING && Z_STRLEN_P(ent1->data)) { Z_TYPE_P 1008 ext/wddx/wddx.c } else if (Z_TYPE_P(ent2->data) == IS_OBJECT) { Z_TYPE_P 1048 ext/wddx/wddx.c switch (Z_TYPE_P(ent)) { Z_TYPE_P 1075 ext/wddx/wddx.c Z_TYPE_P(ent->data) = IS_STRING; Z_TYPE_P 1105 ext/wddx/wddx.c Z_TYPE_P(ent->data) = IS_STRING; Z_TYPE_P 1331 ext/wddx/wddx.c if (Z_TYPE_P(packet) == IS_STRING) { Z_TYPE_P 1334 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 1454 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 1029 ext/zip/php_zip.c retval = (Z_TYPE_P(tmp) != IS_NULL); Z_TYPE_P 2668 ext/zip/php_zip.c if (zval_files && (Z_TYPE_P(zval_files) != IS_NULL)) { Z_TYPE_P 2669 ext/zip/php_zip.c switch (Z_TYPE_P(zval_files)) { Z_TYPE_P 329 ext/zlib/zlib_filter.c if ((Z_TYPE_P(filterparams) == IS_ARRAY || Z_TYPE_P(filterparams) == IS_OBJECT) && Z_TYPE_P 362 ext/zlib/zlib_filter.c switch (Z_TYPE_P(filterparams)) { Z_TYPE_P 493 main/output.c switch (Z_TYPE_P(output_handler)) { Z_TYPE_P 976 main/output.c #define PHP_OUTPUT_USER_SUCCESS(retval) (retval && !(Z_TYPE_P(retval) == IS_BOOL && Z_BVAL_P(retval)==0)) Z_TYPE_P 980 main/output.c if (Z_TYPE_P(retval) != IS_BOOL) { Z_TYPE_P 194 main/php_ini.c if (Z_TYPE_P(zvalue) == IS_ARRAY) { Z_TYPE_P 197 main/php_ini.c } else if (Z_TYPE_P(zvalue) == IS_STRING) { Z_TYPE_P 258 main/php_ini.c if (zend_hash_find(active_hash, Z_STRVAL_P(arg1), Z_STRLEN_P(arg1) + 1, (void **) &find_arr) == FAILURE || Z_TYPE_P(find_arr) != IS_ARRAY) { Z_TYPE_P 261 main/php_ini.c Z_TYPE_P(option_arr) = IS_ARRAY; Z_TYPE_P 332 main/php_ini.c Z_TYPE_P(section_arr) = IS_ARRAY; Z_TYPE_P 211 main/php_variables.c Z_TYPE_P(gpc_element) = Z_TYPE_P(val); Z_TYPE_P 553 main/php_variables.c Z_TYPE_P(tmp) = IS_STRING; Z_TYPE_P 558 main/php_variables.c if (Z_TYPE_P(tmp) == IS_STRING) { Z_TYPE_P 572 main/php_variables.c Z_TYPE_P(tmp) = IS_STRING; Z_TYPE_P 578 main/php_variables.c if (Z_TYPE_P(tmp) == IS_STRING) { Z_TYPE_P 598 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 409 main/streams/userspace.c if (Z_TYPE_P(zopened) == IS_STRING && opened_path) { Z_TYPE_P 873 main/streams/userspace.c if (call_result == SUCCESS && retval != NULL && Z_TYPE_P(retval) == IS_LONG) { Z_TYPE_P 952 main/streams/userspace.c if (call_result == SUCCESS && retval != NULL && Z_TYPE_P(retval) == IS_ARRAY) { Z_TYPE_P 982 main/streams/userspace.c if (call_result == SUCCESS && retval != NULL && Z_TYPE_P(retval) == IS_BOOL) { Z_TYPE_P 1022 main/streams/userspace.c if (call_result == SUCCESS && retval != NULL && Z_TYPE_P(retval) == IS_BOOL) { Z_TYPE_P 1061 main/streams/userspace.c if (Z_TYPE_P(retval) == IS_BOOL) { Z_TYPE_P 1195 main/streams/userspace.c if (call_result == SUCCESS && zretval && Z_TYPE_P(zretval) == IS_BOOL) { Z_TYPE_P 1247 main/streams/userspace.c if (call_result == SUCCESS && zretval && Z_TYPE_P(zretval) == IS_BOOL) { Z_TYPE_P 1304 main/streams/userspace.c if (call_result == SUCCESS && zretval && Z_TYPE_P(zretval) == IS_BOOL) { Z_TYPE_P 1359 main/streams/userspace.c if (call_result == SUCCESS && zretval && Z_TYPE_P(zretval) == IS_BOOL) { Z_TYPE_P 1441 main/streams/userspace.c if (call_result == SUCCESS && zretval && Z_TYPE_P(zretval) == IS_BOOL) { Z_TYPE_P 1497 main/streams/userspace.c if (call_result == SUCCESS && zretval != NULL && Z_TYPE_P(zretval) == IS_ARRAY) { Z_TYPE_P 1543 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 634 sapi/cgi/cgi_main.c Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && Z_TYPE_P 644 sapi/cgi/cgi_main.c Z_TYPE_P(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY && Z_TYPE_P 1526 sapi/cgi/fastcgi.c Z_TYPE_P(zvalue) = IS_STRING; Z_TYPE_P 1051 sapi/cli/php_cli.c Z_TYPE_P(argi) = IS_LONG; Z_TYPE_P 1061 sapi/cli/php_cli.c Z_TYPE_P(argn) = IS_STRING; Z_TYPE_P 2142 sapi/cli/php_cli_server.c decline = Z_TYPE_P(retval) == IS_BOOL && !Z_LVAL_P(retval); Z_TYPE_P 1116 sapi/fpm/fpm/fastcgi.c Z_TYPE_P(zvalue) = IS_STRING; Z_TYPE_P 580 sapi/fpm/fpm/fpm_main.c Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && Z_TYPE_P 590 sapi/fpm/fpm/fpm_main.c Z_TYPE_P(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY && Z_TYPE_P 265 sapi/litespeed/lsapi_main.c Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && Z_TYPE_P 275 sapi/litespeed/lsapi_main.c Z_TYPE_P(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY && Z_TYPE_P 317 sapi/litespeed/lsapi_main.c Z_TYPE_P( gpc_element ) = IS_STRING; Z_TYPE_P 135 sapi/phpdbg/phpdbg_utils.h Z_TYPE_P(key) = IS_NULL; Z_TYPE_P 137 sapi/phpdbg/phpdbg_utils.h Z_TYPE_P(key) = IS_STRING; Z_TYPE_P 141 sapi/phpdbg/phpdbg_utils.h Z_TYPE_P(key) = IS_LONG; Z_TYPE_P 123 sapi/phpdbg/phpdbg_watch.c switch (Z_TYPE_P(watch->addr.zv)) { Z_TYPE_P 158 sapi/phpdbg/phpdbg_watch.c switch (Z_TYPE_P(watch->addr.zv)) { Z_TYPE_P 193 sapi/phpdbg/phpdbg_watch.c new_watch->str_len = asprintf(&new_watch->str, "%.*s%s%s%s", (int)watch->str_len, watch->str, Z_TYPE_P(watch->addr.zv) == IS_ARRAY?"[":"->", phpdbg_get_property_key(new_watch->name_in_parent), Z_TYPE_P(watch->addr.zv) == IS_ARRAY?"]":""); Z_TYPE_P 219 sapi/phpdbg/phpdbg_watch.c if (watch->type == WATCH_ON_HASHTABLE || (watch->type == WATCH_ON_ZVAL && (Z_TYPE_P(watch->addr.zv) == IS_ARRAY || Z_TYPE_P(watch->addr.zv) == IS_OBJECT))) { Z_TYPE_P 239 sapi/phpdbg/phpdbg_watch.c str_len = asprintf(&str, "%.*s%s%s%s", (int)watch->parent->str_len, watch->parent->str, Z_TYPE_P(watch->parent->addr.zv) == IS_ARRAY?"[":"->", phpdbg_get_property_key(Z_STRVAL(key)), Z_TYPE_P(watch->parent->addr.zv) == IS_ARRAY?"]":""); Z_TYPE_P 241 sapi/phpdbg/phpdbg_watch.c str_len = asprintf(&str, "%.*s%s%li%s", (int)watch->parent->str_len, watch->parent->str, Z_TYPE_P(watch->parent->addr.zv) == IS_ARRAY?"[":"->", Z_LVAL(key), Z_TYPE_P(watch->parent->addr.zv) == IS_ARRAY?"]":""); Z_TYPE_P 249 sapi/phpdbg/phpdbg_watch.c switch (Z_TYPE_P(watch->addr.zv)) { Z_TYPE_P 650 sapi/phpdbg/phpdbg_watch.c if ((Z_TYPE_P((zval *)oldPtr) == IS_ARRAY || Z_TYPE_P((zval *)oldPtr) == IS_OBJECT) && removed) { Z_TYPE_P 668 sapi/phpdbg/phpdbg_watch.c if (Z_TYPE_P((zval *)oldPtr) == IS_ARRAY || Z_TYPE_P((zval *)oldPtr) == IS_OBJECT) { Z_TYPE_P 684 sapi/phpdbg/phpdbg_watch.c if ((Z_TYPE_P(watch->addr.zv) == IS_ARRAY && Z_ARRVAL_P(watch->addr.zv) != Z_ARRVAL_P((zval *)oldPtr)) || (Z_TYPE_P(watch->addr.zv) != IS_OBJECT && Z_OBJ_HANDLE_P(watch->addr.zv) == Z_OBJ_HANDLE_P((zval *)oldPtr))) { Z_TYPE_P 691 sapi/phpdbg/phpdbg_watch.c if ((Z_TYPE_P((zval *)oldPtr) != IS_ARRAY || Z_ARRVAL_P(watch->addr.zv) == Z_ARRVAL_P((zval *)oldPtr)) && (Z_TYPE_P((zval *)oldPtr) != IS_OBJECT || Z_OBJ_HANDLE_P(watch->addr.zv) == Z_OBJ_HANDLE_P((zval *)oldPtr))) { Z_TYPE_P 94 win32/registry.c Z_TYPE_P(data) = IS_STRING;