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 100 Zend/zend_closures.c } else if (Z_TYPE_P(scope_arg) == IS_NULL) { Z_TYPE_P 108 Zend/zend_closures.c if (Z_TYPE_P(scope_arg) == IS_STRING) { Z_TYPE_P 313 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 2427 Zend/zend_compile.c Z_TYPE_P(label) = IS_NULL; Z_TYPE_P 3482 Zend/zend_compile.c if ((Z_TYPE_P(zv) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { Z_TYPE_P 3486 Zend/zend_compile.c } else if (Z_TYPE_P(zv) == IS_BOOL) { Z_TYPE_P 3494 Zend/zend_compile.c } else if (Z_TYPE_P(zv) == IS_NULL) { Z_TYPE_P 3497 Zend/zend_compile.c } else if (Z_TYPE_P(zv) == IS_STRING) { Z_TYPE_P 3508 Zend/zend_compile.c } else if (Z_TYPE_P(zv) == IS_ARRAY) { Z_TYPE_P 3511 Zend/zend_compile.c } else if ((Z_TYPE_P(zv) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT_AST) { Z_TYPE_P 5468 Zend/zend_compile.c Z_TYPE_P(property) = IS_NULL; Z_TYPE_P 5933 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 while (Z_TYPE_P(ancestor) == IS_OBJECT) { Z_TYPE_P 58 Zend/zend_exceptions.c if (Z_TYPE_P(previous) == IS_NULL) { Z_TYPE_P 233 Zend/zend_exceptions.c if(value && Z_TYPE_P(value) != type) { \ Z_TYPE_P 625 Zend/zend_exceptions.c if (Z_TYPE_P(trace) != IS_ARRAY) { Z_TYPE_P 686 Zend/zend_exceptions.c while (exception && Z_TYPE_P(exception) == IS_OBJECT && instanceof_function(Z_OBJCE_P(exception), default_exception_ce TSRMLS_CC)) { Z_TYPE_P 709 Zend/zend_exceptions.c if (trace && Z_TYPE_P(trace) != IS_STRING) { Z_TYPE_P 903 Zend/zend_exceptions.c if (Z_TYPE_P(str) != IS_STRING) { Z_TYPE_P 919 Zend/zend_exceptions.c line = (Z_TYPE_P(line) == IS_LONG) ? line : NULL; Z_TYPE_P 946 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 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 113 Zend/zend_ini_parser.y if (Z_TYPE_P(op1) != IS_STRING) { Z_TYPE_P 128 Zend/zend_ini_parser.y Z_TYPE_P(result) = IS_STRING; Z_TYPE_P 145 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 2115 Zend/zend_vm_def.h if (OP1_TYPE == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2145 Zend/zend_vm_def.h if (OP1_TYPE == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2175 Zend/zend_vm_def.h if (OP1_TYPE == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2209 Zend/zend_vm_def.h if (OP1_TYPE == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2240 Zend/zend_vm_def.h if (OP1_TYPE == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2302 Zend/zend_vm_def.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 2325 Zend/zend_vm_def.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 2353 Zend/zend_vm_def.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 2358 Zend/zend_vm_def.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 2405 Zend/zend_vm_def.h } else if (Z_TYPE_P(class_name) == IS_OBJECT) { Z_TYPE_P 2407 Zend/zend_vm_def.h } else if (Z_TYPE_P(class_name) == IS_STRING) { Z_TYPE_P 2436 Zend/zend_vm_def.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 2449 Zend/zend_vm_def.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 2477 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 2558 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 2663 Zend/zend_vm_def.h if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) { Z_TYPE_P 2687 Zend/zend_vm_def.h EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) && Z_TYPE_P 2708 Zend/zend_vm_def.h EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) && Z_TYPE_P 2990 Zend/zend_vm_def.h if (OP1_TYPE == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) { Z_TYPE_P 3243 Zend/zend_vm_def.h switch (Z_TYPE_P(args)) { Z_TYPE_P 3433 Zend/zend_vm_def.h if (IS_CONSTANT_TYPE(Z_TYPE_P(assignment_value))) { Z_TYPE_P 3436 Zend/zend_vm_def.h } else if (Z_TYPE_P(assignment_value) == IS_ARRAY) { Z_TYPE_P 3645 Zend/zend_vm_def.h UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT)) { Z_TYPE_P 3684 Zend/zend_vm_def.h Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 3832 Zend/zend_vm_def.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 4103 Zend/zend_vm_def.h if (OP1_TYPE != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 4175 Zend/zend_vm_def.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 4340 Zend/zend_vm_def.h if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 4346 Zend/zend_vm_def.h } else if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 4611 Zend/zend_vm_def.h if (OP1_TYPE != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 4684 Zend/zend_vm_def.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 4690 Zend/zend_vm_def.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 4738 Zend/zend_vm_def.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 4762 Zend/zend_vm_def.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 4765 Zend/zend_vm_def.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 4766 Zend/zend_vm_def.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 4767 Zend/zend_vm_def.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 4778 Zend/zend_vm_def.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 4827 Zend/zend_vm_def.h if (Z_TYPE_P(ptr) == IS_LONG) { Z_TYPE_P 5123 Zend/zend_vm_def.h if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->get_class_entry) { Z_TYPE_P 5392 Zend/zend_vm_def.h if (IS_CONSTANT_TYPE(Z_TYPE_P(val))) { Z_TYPE_P 5458 Zend/zend_vm_def.h if (Z_TYPE_P(var_ptr) != IS_OBJECT && Z_TYPE_P 5597 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 1419 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_OBJECT) { Z_TYPE_P 1421 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_STRING) { Z_TYPE_P 1468 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) { Z_TYPE_P 1491 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) && Z_TYPE_P 1512 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) && Z_TYPE_P 1634 Zend/zend_vm_execute.h if (IS_CONSTANT_TYPE(Z_TYPE_P(assignment_value))) { Z_TYPE_P 1637 Zend/zend_vm_execute.h } else if (Z_TYPE_P(assignment_value) == IS_ARRAY) { Z_TYPE_P 1761 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_OBJECT) { Z_TYPE_P 1763 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_STRING) { Z_TYPE_P 1811 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) { Z_TYPE_P 1835 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) && Z_TYPE_P 1856 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) && Z_TYPE_P 1960 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_OBJECT) { Z_TYPE_P 1962 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_STRING) { Z_TYPE_P 2010 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) { Z_TYPE_P 2034 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) && Z_TYPE_P 2055 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) && Z_TYPE_P 2159 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_OBJECT) { Z_TYPE_P 2161 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_STRING) { Z_TYPE_P 2198 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_OBJECT) { Z_TYPE_P 2200 Zend/zend_vm_execute.h } else if (Z_TYPE_P(class_name) == IS_STRING) { Z_TYPE_P 2247 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) { Z_TYPE_P 2270 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) && Z_TYPE_P 2291 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) && Z_TYPE_P 2406 Zend/zend_vm_execute.h if (IS_CONST == IS_TMP_VAR && Z_TYPE_P(z) == IS_OBJECT) { Z_TYPE_P 2433 Zend/zend_vm_execute.h if (IS_CONST == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2463 Zend/zend_vm_execute.h if (IS_CONST == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2493 Zend/zend_vm_execute.h if (IS_CONST == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2527 Zend/zend_vm_execute.h if (IS_CONST == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2558 Zend/zend_vm_execute.h if (IS_CONST == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 2729 Zend/zend_vm_execute.h if (IS_CONST == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) { Z_TYPE_P 2807 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT)) { Z_TYPE_P 2846 Zend/zend_vm_execute.h Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 3100 Zend/zend_vm_execute.h if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 3106 Zend/zend_vm_execute.h } else if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 3224 Zend/zend_vm_execute.h if (Z_TYPE_P(ptr) == IS_LONG) { Z_TYPE_P 3629 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 3804 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { Z_TYPE_P 3872 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 4092 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 4171 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 4249 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 4320 Zend/zend_vm_execute.h if (IS_CONSTANT_TYPE(Z_TYPE_P(val))) { Z_TYPE_P 4478 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 4874 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 5003 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 5180 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 5519 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 5738 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 5867 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 5946 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 6024 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 6207 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 6271 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 6473 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 6587 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 6666 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 6744 Zend/zend_vm_execute.h if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 6951 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 7332 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 7520 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 7697 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 7782 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_TMP_VAR && Z_TYPE_P(z) == IS_OBJECT) { Z_TYPE_P 7810 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 7840 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 7870 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 7904 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 7935 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 8094 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) { Z_TYPE_P 8173 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT)) { Z_TYPE_P 8212 Zend/zend_vm_execute.h Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 8466 Zend/zend_vm_execute.h if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 8472 Zend/zend_vm_execute.h } else if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 8590 Zend/zend_vm_execute.h if (Z_TYPE_P(ptr) == IS_LONG) { Z_TYPE_P 8747 Zend/zend_vm_execute.h if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->get_class_entry) { Z_TYPE_P 9047 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 9222 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { Z_TYPE_P 9248 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 9271 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 9297 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 9310 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 9338 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 9420 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 9499 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 9577 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 9760 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 10119 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 10124 Zend/zend_vm_execute.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 10162 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 10175 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 10203 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 10287 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 10464 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 10803 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 10985 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 10990 Zend/zend_vm_execute.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 11028 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 11041 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 11069 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 11153 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 11232 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 11310 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 11493 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 11557 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 11748 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 11827 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 11905 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 12088 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 12432 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 12437 Zend/zend_vm_execute.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 12474 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 12487 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 12515 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 12597 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 12774 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 13039 Zend/zend_vm_execute.h if (IS_VAR == IS_TMP_VAR && Z_TYPE_P(z) == IS_OBJECT) { Z_TYPE_P 13067 Zend/zend_vm_execute.h if (IS_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 13097 Zend/zend_vm_execute.h if (IS_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 13127 Zend/zend_vm_execute.h if (IS_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 13161 Zend/zend_vm_execute.h if (IS_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 13192 Zend/zend_vm_execute.h if (IS_VAR == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 13352 Zend/zend_vm_execute.h if (IS_VAR == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) { Z_TYPE_P 13542 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT)) { Z_TYPE_P 13581 Zend/zend_vm_execute.h Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 13835 Zend/zend_vm_execute.h if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 13841 Zend/zend_vm_execute.h } else if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 14090 Zend/zend_vm_execute.h if (Z_TYPE_P(ptr) == IS_LONG) { Z_TYPE_P 14219 Zend/zend_vm_execute.h if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->get_class_entry) { Z_TYPE_P 14523 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 14568 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 14782 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 14821 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 14890 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 14925 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 14985 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 15308 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 15431 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 15722 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 15735 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 15763 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 15843 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 16063 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 16142 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 16214 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 16357 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 16430 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 16436 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 16484 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 16508 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 16511 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 16512 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 16513 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 16524 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 16688 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 17036 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 17081 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 17296 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 17335 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 17404 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 17439 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 17660 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 17783 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 18075 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 18088 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 18116 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 18197 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 18326 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 18399 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 18530 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 18536 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 18584 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 18608 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 18611 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 18612 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 18613 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 18624 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 18788 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 19136 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 19181 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 19396 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 19435 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 19504 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 19539 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 19599 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 19922 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 20045 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 20393 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 20406 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 20434 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 20515 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 20644 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 20723 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 20795 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 20938 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 21011 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 21017 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 21065 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 21089 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 21092 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 21093 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 21094 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 21105 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 21269 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 21342 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 21387 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 21592 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 21963 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 22077 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 22156 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 22234 Zend/zend_vm_execute.h if (IS_VAR != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 22300 Zend/zend_vm_execute.h if (Z_TYPE_P(var_ptr) != IS_OBJECT && Z_TYPE_P 22439 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 22772 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 22817 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 23031 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 23070 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 23139 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 23174 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 23395 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 23518 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 23863 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 23876 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 23904 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 23984 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 24112 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 24185 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 24316 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 24322 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 24370 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 24394 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 24397 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 24398 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 24399 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 24410 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 24574 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 24642 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT)) { Z_TYPE_P 24681 Zend/zend_vm_execute.h Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 24705 Zend/zend_vm_execute.h if (Z_TYPE_P(ptr) == IS_LONG) { Z_TYPE_P 24734 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 24779 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 24992 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 25031 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 25100 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 25135 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 25194 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 25315 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 25464 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 25487 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 25513 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 25526 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 25554 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 25706 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 25835 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 25841 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 25889 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 25913 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 25916 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 25917 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 25918 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 25929 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 26090 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 26147 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 26192 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 26406 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 26445 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 26514 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 26549 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 26608 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 26729 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 26883 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 26888 Zend/zend_vm_execute.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 26926 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 26939 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 26967 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 27028 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 27157 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 27163 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 27211 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 27235 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 27238 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 27239 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 27240 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 27251 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 27412 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 27469 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 27514 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 27728 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 27767 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 27836 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 27871 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 27930 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 28051 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 28205 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 28210 Zend/zend_vm_execute.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 28248 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 28261 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 28289 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 28350 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 28479 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 28485 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 28533 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 28557 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 28560 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 28561 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 28562 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 28573 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 28734 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 28792 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 28837 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 29166 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 29223 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 29268 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 29481 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 29520 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 29589 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 29624 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 29683 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 29804 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 29958 Zend/zend_vm_execute.h Z_TYPE_P(str) = IS_STRING; Z_TYPE_P 29963 Zend/zend_vm_execute.h if (Z_TYPE_P(var) != IS_STRING) { Z_TYPE_P 30000 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 30013 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 30041 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 30101 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 30230 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 30236 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 30284 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 30308 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 30311 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 30312 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 30313 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 30324 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 30485 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 30736 Zend/zend_vm_execute.h if (IS_CV == IS_TMP_VAR && Z_TYPE_P(z) == IS_OBJECT) { Z_TYPE_P 30763 Zend/zend_vm_execute.h if (IS_CV == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 30793 Zend/zend_vm_execute.h if (IS_CV == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 30823 Zend/zend_vm_execute.h if (IS_CV == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 30857 Zend/zend_vm_execute.h if (IS_CV == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 30888 Zend/zend_vm_execute.h if (IS_CV == IS_TMP_VAR && EXPECTED(Z_TYPE_P(val) == IS_BOOL)) { Z_TYPE_P 31033 Zend/zend_vm_execute.h if (IS_CV == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) { Z_TYPE_P 31211 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT)) { Z_TYPE_P 31250 Zend/zend_vm_execute.h Z_TYPE_P(retval) = IS_OBJECT; Z_TYPE_P 31504 Zend/zend_vm_execute.h if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 31510 Zend/zend_vm_execute.h } else if (Z_TYPE_P(array_ptr) == IS_OBJECT) { Z_TYPE_P 31628 Zend/zend_vm_execute.h if (Z_TYPE_P(ptr) == IS_LONG) { Z_TYPE_P 31754 Zend/zend_vm_execute.h if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->get_class_entry) { Z_TYPE_P 32058 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 32103 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 32316 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 32355 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 32424 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 32459 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 32519 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 32841 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 32962 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 33251 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 33264 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 33292 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 33374 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 33453 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 33525 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 33666 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 33739 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 33745 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 33793 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 33817 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 33820 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 33821 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 33822 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 33833 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 33994 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 34342 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 34387 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 34601 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 34640 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 34709 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 34744 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 34964 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 35085 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 35375 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 35388 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 35416 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 35500 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 35573 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 35702 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 35708 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 35756 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 35780 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 35783 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 35784 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 35785 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 35796 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 35957 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 36305 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 36350 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 36564 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 36603 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 36672 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 36707 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 36767 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 37089 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 37210 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 37555 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 37568 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 37596 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 37680 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 37759 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 37831 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 37972 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 38045 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 38051 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 38099 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 38123 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 38126 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 38127 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 38128 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 38139 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 38300 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 38373 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 38418 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 38622 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && UNEXPECTED(Z_TYPE_P(varname) != IS_STRING)) { Z_TYPE_P 38981 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 39060 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 39138 Zend/zend_vm_execute.h if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) { Z_TYPE_P 39321 Zend/zend_vm_execute.h if (Z_TYPE_P(generator->key) == IS_LONG Z_TYPE_P 39654 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 39699 Zend/zend_vm_execute.h if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 39912 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 39951 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 40020 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { Z_TYPE_P 40055 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) { Z_TYPE_P 40275 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 40396 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT) || Z_TYPE_P 40738 Zend/zend_vm_execute.h UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) { Z_TYPE_P 40751 Zend/zend_vm_execute.h EXPECTED(Z_TYPE_P(call->object) == IS_OBJECT)) { Z_TYPE_P 40779 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 40861 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 40934 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 41063 Zend/zend_vm_execute.h if (Z_TYPE_P(container) == IS_ARRAY && !prop_dim) { Z_TYPE_P 41069 Zend/zend_vm_execute.h switch (Z_TYPE_P(offset)) { Z_TYPE_P 41117 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_OBJECT) { Z_TYPE_P 41141 Zend/zend_vm_execute.h } else if (Z_TYPE_P(container) == IS_STRING && !prop_dim) { /* string offsets */ Z_TYPE_P 41144 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) != IS_LONG) { Z_TYPE_P 41145 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) <= IS_BOOL /* simple scalar types */ Z_TYPE_P 41146 Zend/zend_vm_execute.h || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ Z_TYPE_P 41157 Zend/zend_vm_execute.h if (Z_TYPE_P(offset) == IS_LONG) { Z_TYPE_P 41318 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 1353 ext/curl/interface.c if (Z_TYPE_P(retval_ptr) != IS_LONG) { Z_TYPE_P 1419 ext/curl/interface.c if (Z_TYPE_P(retval_ptr) != IS_LONG) { Z_TYPE_P 1498 ext/curl/interface.c if (Z_TYPE_P(retval_ptr) != IS_LONG) { Z_TYPE_P 1576 ext/curl/interface.c if (Z_TYPE_P(retval_ptr) == IS_STRING) { Z_TYPE_P 1651 ext/curl/interface.c if (Z_TYPE_P(retval_ptr) != IS_LONG) { Z_TYPE_P 1716 ext/curl/interface.c } else if (Z_TYPE_P(retval) == IS_STRING) { Z_TYPE_P 2628 ext/curl/interface.c if(Z_TYPE_P(prop) != IS_STRING) { Z_TYPE_P 2638 ext/curl/interface.c if(Z_TYPE_P(prop) == IS_STRING && Z_STRLEN_P(prop) > 0) { Z_TYPE_P 2642 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 5126 ext/date/php_date.c if (Z_TYPE_P(zv) == IS_OBJECT && Z_OBJ_HANDLER_P(zv, clone_obj)) { Z_TYPE_P 5130 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 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 1384 ext/ftp/php_ftp.c if (Z_TYPE_P(z_value) != IS_LONG) { Z_TYPE_P 1397 ext/ftp/php_ftp.c if (Z_TYPE_P(z_value) != IS_BOOL) { Z_TYPE_P 1406 ext/ftp/php_ftp.c if (Z_TYPE_P(z_value) != IS_BOOL) { Z_TYPE_P 5314 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 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 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 171 ext/intl/dateformat/dateformat_format.c if (Z_TYPE_P(zarg) == IS_ARRAY) { 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 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 749 ext/ldap/ldap.c if (Z_TYPE_P(link) == IS_ARRAY) { Z_TYPE_P 761 ext/ldap/ldap.c if (Z_TYPE_P(base_dn) == IS_ARRAY) { Z_TYPE_P 772 ext/ldap/ldap.c if (Z_TYPE_P(base_dn) == IS_STRING) { Z_TYPE_P 855 ext/ldap/ldap.c if (Z_TYPE_P(base_dn) == IS_STRING) { Z_TYPE_P 1676 ext/ldap/ldap.c if (Z_TYPE_P(mod) != IS_ARRAY) { Z_TYPE_P 1710 ext/ldap/ldap.c if (Z_TYPE_P(modinfo) != IS_STRING) { Z_TYPE_P 1721 ext/ldap/ldap.c if (Z_TYPE_P(modinfo) != IS_LONG) { Z_TYPE_P 1753 ext/ldap/ldap.c if (Z_TYPE_P(modinfo) != IS_ARRAY) { Z_TYPE_P 1781 ext/ldap/ldap.c if (Z_TYPE_P(modval) != IS_STRING) { Z_TYPE_P 2153 ext/ldap/ldap.c if (Z_TYPE_P(link) == IS_NULL) { Z_TYPE_P 2605 ext/ldap/ldap.c if (Z_TYPE_P(callback) == IS_STRING && Z_STRLEN_P(callback) == 0) { Z_TYPE_P 2786 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 920 ext/mysql/php_mysql.c if (Z_TYPE_P(le) != le_plink) { Z_TYPE_P 969 ext/mysql/php_mysql.c if (Z_TYPE_P(index_ptr) != le_index_ptr) { Z_TYPE_P 978 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_RESOURCE; Z_TYPE_P 1827 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 1850 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 1907 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 1943 ext/mysql/php_mysql.c switch(Z_TYPE_P(field)) { Z_TYPE_P 1996 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 2009 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_NULL; Z_TYPE_P 2033 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 2051 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 2127 ext/mysql/php_mysql.c Z_TYPE_P(data) = IS_STRING; Z_TYPE_P 2162 ext/mysql/php_mysql.c if (into_object && Z_TYPE_P(return_value) != IS_BOOL) { Z_TYPE_P 2182 ext/mysql/php_mysql.c if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) { Z_TYPE_P 2235 ext/mysql/php_mysql.c if (Z_TYPE_P(return_value) == IS_ARRAY) { Z_TYPE_P 2422 ext/mysql/php_mysql.c add_property_long(return_value, "numeric", IS_NUM(Z_TYPE_P(mysql_field))?1:0); Z_TYPE_P 2424 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 2490 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 2495 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 2499 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_LONG; Z_TYPE_P 2502 ext/mysql/php_mysql.c Z_STRVAL_P(return_value) = php_mysql_get_field_name(Z_TYPE_P(mysql_field)); Z_TYPE_P 2505 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 2578 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 1209 ext/mysqli/mysqli.c Z_TYPE_P(res) = IS_STRING; Z_TYPE_P 1293 ext/mysqli/mysqli.c if (into_object && Z_TYPE_P(return_value) == IS_ARRAY) { Z_TYPE_P 1313 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 169 ext/mysqli/mysqli_nonapi.c if (Z_TYPE_P(le) == php_le_pmysqli()) { Z_TYPE_P 661 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 588 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 591 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG && Z_TYPE_P 602 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG) { Z_TYPE_P 652 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 657 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG) { Z_TYPE_P 663 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(tmp_data) == IS_STRING) { Z_TYPE_P 692 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 711 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(the_var) != IS_DOUBLE) { Z_TYPE_P 726 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(tmp_data) == IS_STRING) { Z_TYPE_P 746 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(the_var) != IS_STRING) { Z_TYPE_P 775 ext/mysqlnd/mysqlnd_ps_codec.c if (stmt->param_bind[i].zv && Z_TYPE_P(data) == IS_NULL) { Z_TYPE_P 785 ext/mysqlnd/mysqlnd_ps_codec.c if (Z_TYPE_P(data) == IS_STRING) { Z_TYPE_P 793 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 1143 ext/oci8/oci8_statement.c if (Z_TYPE_P(var) == IS_RESOURCE || Z_TYPE_P(var) == IS_OBJECT) { Z_TYPE_P 1164 ext/oci8/oci8_statement.c if (Z_TYPE_P(var) == IS_RESOURCE || Z_TYPE_P(var) == IS_OBJECT) { Z_TYPE_P 1168 ext/oci8/oci8_statement.c if (Z_TYPE_P(var) != IS_NULL) { Z_TYPE_P 1172 ext/oci8/oci8_statement.c value_sz = (Z_TYPE_P(var) == IS_STRING) ? Z_STRLEN_P(var) : 0; Z_TYPE_P 1179 ext/oci8/oci8_statement.c if (Z_TYPE_P(var) != IS_RESOURCE) { Z_TYPE_P 1195 ext/oci8/oci8_statement.c if (Z_TYPE_P(var) == IS_RESOURCE || Z_TYPE_P(var) == IS_OBJECT) { Z_TYPE_P 1385 ext/oci8/oci8_statement.c if (Z_TYPE_P(val) == IS_RESOURCE) { Z_TYPE_P 1395 ext/oci8/oci8_statement.c } else if (Z_TYPE_P(val) == IS_OBJECT) { Z_TYPE_P 1462 ext/oci8/oci8_statement.c if (Z_TYPE_P(column_index) == IS_STRING) { Z_TYPE_P 1066 ext/odbc/php_odbc.c if(Z_TYPE_P(le) == le_pconn && (((odbc_connection *)(le->ptr))->id == *id)){ Z_TYPE_P 1755 ext/odbc/php_odbc.c Z_TYPE_P(tmp) = IS_STRING; Z_TYPE_P 1814 ext/odbc/php_odbc.c if (!*(result->values[i].name) && Z_TYPE_P(tmp) == IS_STRING) { Z_TYPE_P 1833 ext/odbc/php_odbc.c if (Z_TYPE_P(return_value) == IS_ARRAY) { Z_TYPE_P 1912 ext/odbc/php_odbc.c Z_TYPE_P(tmp) = IS_STRING; Z_TYPE_P 2622 ext/odbc/php_odbc.c if (Z_TYPE_P(le) != le_pconn) { Z_TYPE_P 2663 ext/odbc/php_odbc.c if (Z_TYPE_P(index_ptr) != le_index_ptr) { Z_TYPE_P 2672 ext/odbc/php_odbc.c Z_TYPE_P(return_value) = IS_RESOURCE; Z_TYPE_P 559 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 1486 ext/openssl/openssl.c if (Z_TYPE_P(method) == IS_LONG) { Z_TYPE_P 2222 ext/openssl/openssl.c if (calist && (Z_TYPE_P(calist) == IS_ARRAY)) { Z_TYPE_P 2283 ext/openssl/openssl.c Z_TYPE_P(return_value) = IS_RESOURCE; Z_TYPE_P 3090 ext/openssl/openssl.c if (Z_TYPE_P(out_pkey) != IS_NULL) { Z_TYPE_P 3545 ext/openssl/openssl.c if (args && Z_TYPE_P(args) == IS_ARRAY) { Z_TYPE_P 3795 ext/openssl/openssl.c Z_TYPE_P(return_value) = IS_RESOURCE; Z_TYPE_P 3832 ext/openssl/openssl.c Z_TYPE_P(return_value) = IS_RESOURCE; Z_TYPE_P 4755 ext/openssl/openssl.c if (method == NULL || Z_TYPE_P(method) == IS_LONG) { Z_TYPE_P 4760 ext/openssl/openssl.c } else if (Z_TYPE_P(method) == IS_STRING) { Z_TYPE_P 4811 ext/openssl/openssl.c if (method == NULL || Z_TYPE_P(method) == IS_LONG) { Z_TYPE_P 4816 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 1332 ext/pcre/php_pcre.c if (Z_TYPE_P(regex) == IS_ARRAY) { Z_TYPE_P 1341 ext/pcre/php_pcre.c if (Z_TYPE_P(replace) == IS_ARRAY && !is_callable_replace) Z_TYPE_P 1350 ext/pcre/php_pcre.c if (Z_TYPE_P(replace) == IS_ARRAY && !is_callable_replace) { Z_TYPE_P 309 ext/pdo/pdo_dbh.c if (Z_TYPE_P(le) == php_pdo_list_entry()) { Z_TYPE_P 437 ext/pdo/pdo_dbh.c if (Z_TYPE_P(ctor_args) != IS_ARRAY) { Z_TYPE_P 447 ext/pdo/pdo_dbh.c Z_TYPE_P(object) = IS_OBJECT; Z_TYPE_P 708 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 754 ext/pdo/pdo_dbh.c if (Z_TYPE_P(value) == IS_ARRAY) { Z_TYPE_P 791 ext/pdo/pdo_dbh.c if (Z_TYPE_P(value) != IS_ARRAY Z_TYPE_P 999 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 4361 ext/phar/phar_object.c switch (Z_TYPE_P(zval_files)) { Z_TYPE_P 4888 ext/phar/phar_object.c Z_TYPE_P(return_value) = IS_STRING; Z_TYPE_P 1425 ext/phar/util.c Z_TYPE_P(zdata) = IS_STRING; Z_TYPE_P 1492 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 251 ext/reflection/php_reflection.c if (Z_TYPE_P(value) == IS_ARRAY) { Z_TYPE_P 360 ext/reflection/php_reflection.c Z_TYPE_P(object) = IS_OBJECT; Z_TYPE_P 753 ext/reflection/php_reflection.c if (IS_CONSTANT_TYPE(Z_TYPE_P(precv->op2.zv))) { Z_TYPE_P 765 ext/reflection/php_reflection.c if (Z_TYPE_P(zv) == IS_BOOL) { Z_TYPE_P 771 ext/reflection/php_reflection.c } else if (Z_TYPE_P(zv) == IS_NULL) { Z_TYPE_P 773 ext/reflection/php_reflection.c } else if (Z_TYPE_P(zv) == IS_STRING) { Z_TYPE_P 780 ext/reflection/php_reflection.c } else if (Z_TYPE_P(zv) == IS_ARRAY) { Z_TYPE_P 2196 ext/reflection/php_reflection.c switch (Z_TYPE_P(reference)) { Z_TYPE_P 2633 ext/reflection/php_reflection.c if (!IS_CONSTANT_TYPE(Z_TYPE_P(return_value))) { Z_TYPE_P 2634 ext/reflection/php_reflection.c if (Z_TYPE_P(return_value) != IS_ARRAY) { Z_TYPE_P 2669 ext/reflection/php_reflection.c if (precv && (Z_TYPE_P(precv->op2.zv) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { Z_TYPE_P 2694 ext/reflection/php_reflection.c if (precv && (Z_TYPE_P(precv->op2.zv) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { Z_TYPE_P 2753 ext/reflection/php_reflection.c } else if (Z_TYPE_P(classname) == IS_OBJECT) { Z_TYPE_P 2766 ext/reflection/php_reflection.c switch (Z_TYPE_P(classname)) { Z_TYPE_P 3381 ext/reflection/php_reflection.c if (Z_TYPE_P(argument) == IS_OBJECT) { Z_TYPE_P 3459 ext/reflection/php_reflection.c if (IS_CONSTANT_TYPE(Z_TYPE_P(prop_copy))) { Z_TYPE_P 4863 ext/reflection/php_reflection.c switch (Z_TYPE_P(classname)) { Z_TYPE_P 4884 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 5124 ext/reflection/php_reflection.c Z_TYPE_PP(variable_ptr) = Z_TYPE_P(value); Z_TYPE_P 6155 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 875 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 809 ext/snmp/snmp.c if ((st & SNMP_CMD_WALK) && Z_TYPE_P(return_value) == IS_ARRAY) { Z_TYPE_P 820 ext/snmp/snmp.c if (Z_TYPE_P(return_value) == IS_ARRAY) { /* some records are fetched already, shut down further lookup */ Z_TYPE_P 836 ext/snmp/snmp.c if (Z_TYPE_P(return_value) == IS_BOOL) { Z_TYPE_P 903 ext/snmp/snmp.c if (!(st & SNMP_CMD_WALK) || response->errstat != SNMP_ERR_NOSUCHNAME || Z_TYPE_P(return_value) == IS_BOOL) { Z_TYPE_P 1987 ext/snmp/snmp.c if (Z_TYPE_P(member) != IS_STRING) { Z_TYPE_P 2025 ext/snmp/snmp.c if (Z_TYPE_P(member) != IS_STRING) { Z_TYPE_P 2069 ext/snmp/snmp.c ret = Z_TYPE_P(value) != IS_NULL? 1:0; Z_TYPE_P 2210 ext/snmp/snmp.c if (Z_TYPE_P(newval) == IS_NULL) { Z_TYPE_P 2215 ext/snmp/snmp.c if (Z_TYPE_P(newval) != IS_LONG) { Z_TYPE_P 2242 ext/snmp/snmp.c if (Z_TYPE_P(newval) != IS_LONG) { Z_TYPE_P 2268 ext/snmp/snmp.c if (Z_TYPE_P(newval) != IS_BOOL) { \ Z_TYPE_P 2292 ext/snmp/snmp.c if (Z_TYPE_P(newval) != IS_LONG) { Z_TYPE_P 2326 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 3204 ext/soap/soap.c if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) { Z_TYPE_P 3206 ext/soap/soap.c } else if (Z_TYPE_P(headers) == IS_ARRAY) { Z_TYPE_P 3213 ext/soap/soap.c } else if (Z_TYPE_P(headers) == IS_OBJECT && Z_TYPE_P 3281 ext/soap/soap.c if (Z_TYPE_P(obj) != IS_OBJECT) { Z_TYPE_P 3822 ext/soap/soap.c } else if (param_count > 1 && Z_TYPE_P(ret) == IS_ARRAY) { Z_TYPE_P 3888 ext/soap/soap.c if (Z_TYPE_P(ret) == IS_OBJECT && Z_TYPE_P 3907 ext/soap/soap.c if (Z_TYPE_P(hdr_ret) == IS_OBJECT && Z_TYPE_P 4076 ext/soap/soap.c Z_TYPE_P(detail) == IS_OBJECT && Z_TYPE_P 4429 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 320 ext/spl/spl_array.c switch (Z_TYPE_P(offset)) { Z_TYPE_P 464 ext/spl/spl_array.c switch(Z_TYPE_P(offset)) { Z_TYPE_P 524 ext/spl/spl_array.c switch(Z_TYPE_P(offset)) { Z_TYPE_P 544 ext/spl/spl_array.c } else if (Z_TYPE_P(obj->array) == IS_OBJECT) { Z_TYPE_P 628 ext/spl/spl_array.c switch(Z_TYPE_P(offset)) { Z_TYPE_P 669 ext/spl/spl_array.c return check_empty ? zend_is_true(value) : Z_TYPE_P(value) != IS_NULL; Z_TYPE_P 746 ext/spl/spl_array.c if (Z_TYPE_P(intern->array) == IS_OBJECT) { Z_TYPE_P 937 ext/spl/spl_array.c if (Z_TYPE_P(intern->array) == IS_OBJECT) { Z_TYPE_P 967 ext/spl/spl_array.c if (Z_TYPE_P(intern->array) == IS_OBJECT) { Z_TYPE_P 1400 ext/spl/spl_array.c if (Z_TYPE_P(intern->array) == IS_OBJECT) { Z_TYPE_P 1463 ext/spl/spl_array.c Z_TYPE_P(tmp) = IS_ARRAY; Z_TYPE_P 1472 ext/spl/spl_array.c Z_TYPE_P(tmp) = IS_NULL; Z_TYPE_P 1482 ext/spl/spl_array.c Z_TYPE_P(tmp) = IS_NULL; Z_TYPE_P 1491 ext/spl/spl_array.c Z_TYPE_P(tmp) = IS_NULL; /* we want to destroy the zval, not the hashtable */ Z_TYPE_P 1778 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 1820 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 2179 ext/spl/spl_directory.c if (Z_TYPE_P(return_value) != IS_NULL) { Z_TYPE_P 2212 ext/spl/spl_directory.c if (Z_TYPE_P(retval) == IS_STRING) { Z_TYPE_P 2234 ext/spl/spl_directory.c switch(Z_TYPE_P(intern->u.file.current_zval)) { Z_TYPE_P 2957 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 863 ext/spl/spl_observer.c if(Z_TYPE_P(pentry) != IS_OBJECT) { Z_TYPE_P 910 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 1071 ext/spl/spl_observer.c if (Z_TYPE_P(info) != IS_LONG && Z_TYPE_P(info) != IS_STRING) { Z_TYPE_P 1228 ext/spl/spl_observer.c switch (Z_TYPE_P(element->inf)) { Z_TYPE_P 796 ext/sqlite3/sqlite3.c switch (Z_TYPE_P(retval)) { Z_TYPE_P 921 ext/sqlite3/sqlite3.c } else if (Z_TYPE_P(retval) != IS_LONG) { Z_TYPE_P 1547 ext/sqlite3/sqlite3.c if (Z_TYPE_P(param->parameter) == IS_NULL) { Z_TYPE_P 1573 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 4558 ext/standard/basic_functions.c if (Z_TYPE_P(entry) == IS_STRING) { Z_TYPE_P 4564 ext/standard/basic_functions.c } else if (Z_TYPE_P(entry) == IS_ARRAY) { Z_TYPE_P 4589 ext/standard/basic_functions.c if (Z_TYPE_P(retval) == IS_ARRAY) { Z_TYPE_P 4807 ext/standard/basic_functions.c if (Z_TYPE_P(object) != IS_OBJECT && Z_TYPE_P 4808 ext/standard/basic_functions.c Z_TYPE_P(object) != IS_STRING Z_TYPE_P 4845 ext/standard/basic_functions.c if (Z_TYPE_P(object) != IS_OBJECT && Z_TYPE_P 4846 ext/standard/basic_functions.c Z_TYPE_P(object) != IS_STRING Z_TYPE_P 5009 ext/standard/basic_functions.c if (Z_TYPE_P(function) == IS_STRING) { Z_TYPE_P 5011 ext/standard/basic_functions.c } else if ( Z_TYPE_P(function) == IS_ARRAY Z_TYPE_P 5042 ext/standard/basic_functions.c if (Z_TYPE_P(func1) == IS_STRING && Z_TYPE_P(func2) == IS_STRING) { Z_TYPE_P 5044 ext/standard/basic_functions.c } else if (Z_TYPE_P(func1) == IS_ARRAY && Z_TYPE_P(func2) == IS_ARRAY) { Z_TYPE_P 5048 ext/standard/basic_functions.c } else if (Z_TYPE_P(func1) == IS_OBJECT && Z_TYPE_P(func2) == IS_OBJECT) { Z_TYPE_P 5722 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 5759 ext/standard/basic_functions.c if (Z_TYPE_P(function) != IS_ARRAY && Z_TYPE_P(function) != IS_OBJECT) { Z_TYPE_P 5899 ext/standard/basic_functions.c if (Z_TYPE_P(hash) != IS_ARRAY) { Z_TYPE_P 5908 ext/standard/basic_functions.c if (!arg3 || (Z_TYPE_P(arg3) == IS_STRING && Z_STRLEN_P(arg3) == 0)) { 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 242 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 778 ext/standard/math.c if (Z_TYPE_P(arg) != IS_STRING || base < 2 || base > 36) { Z_TYPE_P 827 ext/standard/math.c if (Z_TYPE_P(arg) != IS_STRING || base < 2 || base > 36) { Z_TYPE_P 888 ext/standard/math.c if (Z_TYPE_P(arg) != IS_LONG || base < 2 || base > 36) { Z_TYPE_P 915 ext/standard/math.c if ((Z_TYPE_P(arg) != IS_LONG && Z_TYPE_P(arg) != IS_DOUBLE) || base < 2 || base > 36) { Z_TYPE_P 919 ext/standard/math.c if (Z_TYPE_P(arg) == IS_DOUBLE) { Z_TYPE_P 1239 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 5032 ext/standard/string.c if (Z_TYPE_P(op1) != IS_STRING) { Z_TYPE_P 5035 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 317 ext/standard/var_unserializer.c if (Z_TYPE_P(key) != IS_LONG && Z_TYPE_P(key) != IS_STRING) { Z_TYPE_P 331 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 309 ext/wddx/wddx.c if (Z_TYPE_P(retval) != IS_ARRAY) { Z_TYPE_P 644 ext/wddx/wddx.c switch(Z_TYPE_P(var)) { Z_TYPE_P 699 ext/wddx/wddx.c if (Z_TYPE_P(name_var) == IS_STRING) { Z_TYPE_P 707 ext/wddx/wddx.c } else if (Z_TYPE_P(name_var) == IS_ARRAY || Z_TYPE_P(name_var) == IS_OBJECT) { Z_TYPE_P 708 ext/wddx/wddx.c int is_array = Z_TYPE_P(name_var) == IS_ARRAY; Z_TYPE_P 756 ext/wddx/wddx.c Z_TYPE_P(ent.data) = IS_STRING; Z_TYPE_P 766 ext/wddx/wddx.c Z_TYPE_P(ent.data) = IS_STRING; Z_TYPE_P 788 ext/wddx/wddx.c Z_TYPE_P(ent.data) = IS_LONG; Z_TYPE_P 801 ext/wddx/wddx.c Z_TYPE_P(ent.data) = IS_BOOL; Z_TYPE_P 907 ext/wddx/wddx.c Z_TYPE_P(ent.data) = IS_LONG; Z_TYPE_P 958 ext/wddx/wddx.c if (Z_TYPE_P(ent1->data) == IS_OBJECT) { Z_TYPE_P 984 ext/wddx/wddx.c if (Z_TYPE_P(ent2->data) == IS_ARRAY || Z_TYPE_P(ent2->data) == IS_OBJECT) { Z_TYPE_P 989 ext/wddx/wddx.c Z_TYPE_P(ent1->data) == IS_STRING && Z_STRLEN_P(ent1->data) && Z_TYPE_P 990 ext/wddx/wddx.c ent2->type == ST_STRUCT && Z_TYPE_P(ent2->data) == IS_ARRAY) { Z_TYPE_P 1022 ext/wddx/wddx.c } else if (Z_TYPE_P(ent2->data) == IS_OBJECT) { Z_TYPE_P 1090 ext/wddx/wddx.c Z_TYPE_P(ent->data) = IS_STRING; Z_TYPE_P 1120 ext/wddx/wddx.c Z_TYPE_P(ent->data) = IS_STRING; Z_TYPE_P 1346 ext/wddx/wddx.c if (Z_TYPE_P(packet) == IS_STRING) { Z_TYPE_P 1349 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 535 ext/xmlrpc/xmlrpc-epi-php.c if (Z_TYPE_P(val) != IS_STRING) { Z_TYPE_P 651 ext/xmlrpc/xmlrpc-epi-php.c Z_TYPE_P(elem) = IS_NULL; Z_TYPE_P 658 ext/xmlrpc/xmlrpc-epi-php.c Z_TYPE_P(elem) = IS_STRING; Z_TYPE_P 663 ext/xmlrpc/xmlrpc-epi-php.c Z_TYPE_P(elem) = IS_LONG; Z_TYPE_P 667 ext/xmlrpc/xmlrpc-epi-php.c Z_TYPE_P(elem) = IS_BOOL; Z_TYPE_P 671 ext/xmlrpc/xmlrpc-epi-php.c Z_TYPE_P(elem) = IS_DOUBLE; Z_TYPE_P 676 ext/xmlrpc/xmlrpc-epi-php.c Z_TYPE_P(elem) = IS_STRING; Z_TYPE_P 683 ext/xmlrpc/xmlrpc-epi-php.c Z_TYPE_P(elem) = IS_STRING; Z_TYPE_P 736 ext/xmlrpc/xmlrpc-epi-php.c if (Z_TYPE_P(vals) != IS_NULL) { Z_TYPE_P 805 ext/xmlrpc/xmlrpc-epi-php.c Z_TYPE_P(method_name_out) = IS_STRING; Z_TYPE_P 1136 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 1137 ext/xmlrpc/xmlrpc-epi-php.c Z_TYPE_P(data.xmlrpc_method) = IS_NULL; Z_TYPE_P 1364 ext/xmlrpc/xmlrpc-epi-php.c if (Z_TYPE_P(value) == IS_STRING) { Z_TYPE_P 1371 ext/xmlrpc/xmlrpc-epi-php.c Z_TYPE_P(type) = IS_STRING; Z_TYPE_P 1416 ext/xmlrpc/xmlrpc-epi-php.c switch (Z_TYPE_P(value)) { Z_TYPE_P 1463 ext/xmlrpc/xmlrpc-epi-php.c if ((type == xmlrpc_base64 && Z_TYPE_P(value) == IS_OBJECT) || type == xmlrpc_datetime) { Z_TYPE_P 453 ext/xsl/xsltprocessor.c if (Z_TYPE_P(cloneDocu) != IS_NULL) { Z_TYPE_P 553 ext/xsl/xsltprocessor.c if (Z_TYPE_P(doXInclude) != IS_NULL) { Z_TYPE_P 1028 ext/zip/php_zip.c retval = (Z_TYPE_P(tmp) != IS_NULL); Z_TYPE_P 2673 ext/zip/php_zip.c if (zval_files && (Z_TYPE_P(zval_files) != IS_NULL)) { Z_TYPE_P 2674 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 635 sapi/cgi/cgi_main.c Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && Z_TYPE_P 645 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 2171 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 581 sapi/fpm/fpm/fpm_main.c Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && Z_TYPE_P 591 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;