Z_TYPE_P          175 Zend/zend.c    		if (Z_TYPE_P(tmp) == IS_INDIRECT) {
Z_TYPE_P          177 Zend/zend.c    			if (Z_TYPE_P(tmp) == IS_UNDEF) {
Z_TYPE_P          246 Zend/zend.c    	if (Z_TYPE_P(expr) == IS_STRING) {
Z_TYPE_P          277 Zend/zend.c    	switch (Z_TYPE_P(expr)) {
Z_TYPE_P          331 Zend/zend.c    	switch (Z_TYPE_P(expr)) {
Z_TYPE_P          196 Zend/zend_API.c 	return zend_get_type_by_const(Z_TYPE_P(arg));
Z_TYPE_P          264 Zend/zend_API.c 	if (check_null && Z_TYPE_P(arg) == IS_NULL) {
Z_TYPE_P          298 Zend/zend_API.c 	if (EXPECTED(Z_TYPE_P(arg) <= IS_STRING)) {
Z_TYPE_P          318 Zend/zend_API.c 	if (EXPECTED(Z_TYPE_P(arg) == IS_DOUBLE)) {
Z_TYPE_P          327 Zend/zend_API.c 	} else if (EXPECTED(Z_TYPE_P(arg) == IS_STRING)) {
Z_TYPE_P          345 Zend/zend_API.c 	} else if (EXPECTED(Z_TYPE_P(arg) < IS_TRUE)) {
Z_TYPE_P          347 Zend/zend_API.c 	} else if (EXPECTED(Z_TYPE_P(arg) == IS_TRUE)) {
Z_TYPE_P          367 Zend/zend_API.c 	if (EXPECTED(Z_TYPE_P(arg) == IS_DOUBLE)) {
Z_TYPE_P          376 Zend/zend_API.c 	} else if (EXPECTED(Z_TYPE_P(arg) == IS_STRING)) {
Z_TYPE_P          394 Zend/zend_API.c 	} else if (EXPECTED(Z_TYPE_P(arg) < IS_TRUE)) {
Z_TYPE_P          396 Zend/zend_API.c 	} else if (EXPECTED(Z_TYPE_P(arg) == IS_TRUE)) {
Z_TYPE_P          416 Zend/zend_API.c 	if (EXPECTED(Z_TYPE_P(arg) == IS_LONG)) {
Z_TYPE_P          418 Zend/zend_API.c 	} else if (EXPECTED(Z_TYPE_P(arg) == IS_STRING)) {
Z_TYPE_P          429 Zend/zend_API.c 	} else if (EXPECTED(Z_TYPE_P(arg) < IS_TRUE)) {
Z_TYPE_P          431 Zend/zend_API.c 	} else if (EXPECTED(Z_TYPE_P(arg) == IS_TRUE)) {
Z_TYPE_P          442 Zend/zend_API.c 	if (EXPECTED(Z_TYPE_P(arg) == IS_LONG)) {
Z_TYPE_P          454 Zend/zend_API.c 	if (EXPECTED(Z_TYPE_P(arg) < IS_STRING)) {
Z_TYPE_P          457 Zend/zend_API.c 	} else if (UNEXPECTED(Z_TYPE_P(arg) == IS_OBJECT)) {
Z_TYPE_P          471 Zend/zend_API.c 			if (Z_TYPE_P(z) != IS_OBJECT) {
Z_TYPE_P          667 Zend/zend_API.c 				if (check_null && Z_TYPE_P(arg) == IS_NULL) {
Z_TYPE_P          701 Zend/zend_API.c 				if (check_null && Z_TYPE_P(arg) == IS_NULL) {
Z_TYPE_P          997 Zend/zend_API.c 	if (!is_method || !this_ptr || Z_TYPE_P(this_ptr) != IS_OBJECT) {
Z_TYPE_P         1640 Zend/zend_API.c 	switch (Z_TYPE_P(key)) {
Z_TYPE_P         3210 Zend/zend_API.c 	switch (Z_TYPE_P(callable)) {
Z_TYPE_P         3264 Zend/zend_API.c 					if (Z_TYPE_P(method) != IS_STRING) {
Z_TYPE_P         3269 Zend/zend_API.c 					if (Z_TYPE_P(obj) == IS_STRING) {
Z_TYPE_P         3291 Zend/zend_API.c 					} else if (Z_TYPE_P(obj) == IS_OBJECT) {
Z_TYPE_P         3337 Zend/zend_API.c 								(Z_TYPE_P(obj) != IS_STRING && Z_TYPE_P(obj) != IS_OBJECT) :
Z_TYPE_P         3338 Zend/zend_API.c 								(Z_TYPE_P(Z_REFVAL_P(obj)) != IS_STRING && Z_TYPE_P(Z_REFVAL_P(obj)) != IS_OBJECT))) {
Z_TYPE_P         3392 Zend/zend_API.c 		if (Z_TYPE_P(callable) == IS_STRING && fcc.calling_scope) {
Z_TYPE_P         3480 Zend/zend_API.c 	if (Z_TYPE_P(args) != IS_ARRAY) {
Z_TYPE_P         3654 Zend/zend_API.c 		switch(Z_TYPE_P(property)) {
Z_TYPE_P         4061 Zend/zend_API.c 	if (Z_TYPE_P(zv1) != Z_TYPE_P(zv2)) {
Z_TYPE_P         4064 Zend/zend_API.c 	switch (Z_TYPE_P(zv1)) {
Z_TYPE_P          647 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)) : NULL)))
Z_TYPE_P          648 Zend/zend_API.h #define ZVAL_IS_NULL(z) (Z_TYPE_P(z) == IS_NULL)
Z_TYPE_P         1061 Zend/zend_API.h 	if (EXPECTED(Z_TYPE_P(arg) == IS_TRUE)) {
Z_TYPE_P         1063 Zend/zend_API.h 	} else if (EXPECTED(Z_TYPE_P(arg) == IS_FALSE)) {
Z_TYPE_P         1065 Zend/zend_API.h 	} else if (check_null && Z_TYPE_P(arg) == IS_NULL) {
Z_TYPE_P         1079 Zend/zend_API.h 	if (EXPECTED(Z_TYPE_P(arg) == IS_LONG)) {
Z_TYPE_P         1081 Zend/zend_API.h 	} else if (check_null && Z_TYPE_P(arg) == IS_NULL) {
Z_TYPE_P         1097 Zend/zend_API.h 	if (EXPECTED(Z_TYPE_P(arg) == IS_DOUBLE)) {
Z_TYPE_P         1099 Zend/zend_API.h 	} else if (check_null && Z_TYPE_P(arg) == IS_NULL) {
Z_TYPE_P         1110 Zend/zend_API.h 	if (EXPECTED(Z_TYPE_P(arg) == IS_STRING)) {
Z_TYPE_P         1112 Zend/zend_API.h 	} else if (check_null && Z_TYPE_P(arg) == IS_NULL) {
Z_TYPE_P         1165 Zend/zend_API.h 	if (EXPECTED(Z_TYPE_P(arg) == IS_ARRAY) ||
Z_TYPE_P         1166 Zend/zend_API.h 		(or_object && EXPECTED(Z_TYPE_P(arg) == IS_OBJECT))) {
Z_TYPE_P         1168 Zend/zend_API.h 	} else if (check_null && EXPECTED(Z_TYPE_P(arg) == IS_NULL)) {
Z_TYPE_P         1178 Zend/zend_API.h 	if (EXPECTED(Z_TYPE_P(arg) == IS_ARRAY)) {
Z_TYPE_P         1180 Zend/zend_API.h 	} else if (or_object && EXPECTED(Z_TYPE_P(arg) == IS_OBJECT)) {
Z_TYPE_P         1182 Zend/zend_API.h 	} else if (check_null && EXPECTED(Z_TYPE_P(arg) == IS_NULL)) {
Z_TYPE_P         1192 Zend/zend_API.h 	if (EXPECTED(Z_TYPE_P(arg) == IS_OBJECT) &&
Z_TYPE_P         1195 Zend/zend_API.h 	} else if (check_null && EXPECTED(Z_TYPE_P(arg) == IS_NULL)) {
Z_TYPE_P         1205 Zend/zend_API.h 	if (EXPECTED(Z_TYPE_P(arg) == IS_RESOURCE)) {
Z_TYPE_P         1207 Zend/zend_API.h 	} else if (check_null && EXPECTED(Z_TYPE_P(arg) == IS_NULL)) {
Z_TYPE_P         1217 Zend/zend_API.h 	if (check_null && UNEXPECTED(Z_TYPE_P(arg) == IS_NULL)) {
Z_TYPE_P         1230 Zend/zend_API.h 	    (UNEXPECTED(Z_TYPE_P(arg) == IS_NULL) ||
Z_TYPE_P         1232 Zend/zend_API.h 	      UNEXPECTED(Z_TYPE_P(Z_REFVAL_P(arg)) == IS_NULL)))) ? NULL : arg;
Z_TYPE_P         1237 Zend/zend_API.h 	*dest = (check_null && UNEXPECTED(Z_TYPE_P(arg) == IS_NULL)) ? NULL : arg;
Z_TYPE_P          182 Zend/zend_ast.c 	switch (Z_TYPE_P(offset)) {
Z_TYPE_P          629 Zend/zend_ast.c 		if (Z_TYPE_P(zv) == IS_STRING) {
Z_TYPE_P          642 Zend/zend_ast.c 		if (Z_TYPE_P(zv) == IS_STRING) {
Z_TYPE_P          698 Zend/zend_ast.c 		if (Z_TYPE_P(zv) == IS_STRING &&
Z_TYPE_P          735 Zend/zend_ast.c 			ZEND_ASSERT(Z_TYPE_P(zv) == IS_STRING);
Z_TYPE_P          871 Zend/zend_ast.c 	switch (Z_TYPE_P(zv)) {
Z_TYPE_P          230 Zend/zend_ast.h 	ZEND_ASSERT(Z_TYPE_P(zv) == IS_STRING);
Z_TYPE_P          651 Zend/zend_builtin_functions.c 		} else if (Z_TYPE_P(entry) == IS_INDIRECT) {
Z_TYPE_P          653 Zend/zend_builtin_functions.c 			if (Z_TYPE_P(entry) == IS_UNDEF) {
Z_TYPE_P          734 Zend/zend_builtin_functions.c 			if (Z_TYPE_P(err) == IS_LONG) {
Z_TYPE_P          755 Zend/zend_builtin_functions.c 			if (Z_TYPE_P(val) == IS_ARRAY) {
Z_TYPE_P          766 Zend/zend_builtin_functions.c 			} else if (Z_TYPE_P(val) != IS_STRING && Z_TYPE_P(val) != IS_RESOURCE) {
Z_TYPE_P          793 Zend/zend_builtin_functions.c 		if (Z_TYPE_P(val) == IS_ARRAY) {
Z_TYPE_P          843 Zend/zend_builtin_functions.c 	switch (Z_TYPE_P(val)) {
Z_TYPE_P          990 Zend/zend_builtin_functions.c 	if (Z_TYPE_P(arg) == IS_OBJECT) {
Z_TYPE_P          992 Zend/zend_builtin_functions.c 	} else if (Z_TYPE_P(arg) == IS_STRING) {
Z_TYPE_P         1032 Zend/zend_builtin_functions.c 	if (allow_string && Z_TYPE_P(obj) == IS_STRING) {
Z_TYPE_P         1037 Zend/zend_builtin_functions.c 	} else if (Z_TYPE_P(obj) == IS_OBJECT) {
Z_TYPE_P         1101 Zend/zend_builtin_functions.c 		if (!prop || Z_TYPE_P(prop) == IS_UNDEF) {
Z_TYPE_P         1254 Zend/zend_builtin_functions.c 	if (Z_TYPE_P(klass) == IS_OBJECT) {
Z_TYPE_P         1256 Zend/zend_builtin_functions.c 	} else if (Z_TYPE_P(klass) == IS_STRING) {
Z_TYPE_P         1318 Zend/zend_builtin_functions.c 	if (Z_TYPE_P(klass) == IS_OBJECT) {
Z_TYPE_P         1320 Zend/zend_builtin_functions.c 	} else if (Z_TYPE_P(klass) == IS_STRING) {
Z_TYPE_P         1335 Zend/zend_builtin_functions.c 		if (Z_TYPE_P(klass) == IS_OBJECT
Z_TYPE_P         1376 Zend/zend_builtin_functions.c 	if (Z_TYPE_P(object) == IS_STRING) {
Z_TYPE_P         1381 Zend/zend_builtin_functions.c 	} else if (Z_TYPE_P(object) == IS_OBJECT) {
Z_TYPE_P         1395 Zend/zend_builtin_functions.c 	if (Z_TYPE_P(object) ==  IS_OBJECT &&
Z_TYPE_P         1634 Zend/zend_builtin_functions.c 	} else if (Z_TYPE_P(zv) == IS_RESOURCE) {
Z_TYPE_P         1636 Zend/zend_builtin_functions.c 	} else if (Z_TYPE_P(zv) == IS_OBJECT) {
Z_TYPE_P         1723 Zend/zend_builtin_functions.c 	if (Z_TYPE_P(error_handler) != IS_NULL) { /* NULL == unset */
Z_TYPE_P         1740 Zend/zend_builtin_functions.c 	if (Z_TYPE_P(error_handler) == IS_NULL) { /* unset user-defined handler */
Z_TYPE_P         1791 Zend/zend_builtin_functions.c 	if (Z_TYPE_P(exception_handler) != IS_NULL) { /* NULL == unset */
Z_TYPE_P         1807 Zend/zend_builtin_functions.c 	if (Z_TYPE_P(exception_handler) == IS_NULL) { /* unset user-defined handler */
Z_TYPE_P          201 Zend/zend_closures.c 		if (Z_TYPE_P(scope_arg) == IS_OBJECT) {
Z_TYPE_P          203 Zend/zend_closures.c 		} else if (Z_TYPE_P(scope_arg) == IS_NULL) {
Z_TYPE_P          396 Zend/zend_closures.c 	if (Z_TYPE_P(obj) != IS_OBJECT) {
Z_TYPE_P          562 Zend/zend_closures.c 	if ((scope == NULL) && this_ptr && (Z_TYPE_P(this_ptr) != IS_UNDEF)) {
Z_TYPE_P          614 Zend/zend_closures.c 		if (this_ptr && Z_TYPE_P(this_ptr) == IS_OBJECT && (closure->func.common.fn_flags & ZEND_ACC_STATIC) == 0) {
Z_TYPE_P          343 Zend/zend_compile.c 		ZEND_ASSERT(Z_TYPE_P(p) == IS_STRING);
Z_TYPE_P          426 Zend/zend_compile.c 	if (Z_TYPE_P(zv) == IS_STRING || Z_TYPE_P(zv) == IS_CONSTANT) {
Z_TYPE_P          877 Zend/zend_compile.c 	if (Z_TYPE_P(class_name) != IS_STRING) {
Z_TYPE_P         1425 Zend/zend_compile.c 	if (c && Z_TYPE_P(c) < IS_OBJECT) {
Z_TYPE_P         2311 Zend/zend_compile.c 		return Z_TYPE_P(name) == IS_STRING && zend_string_equals_literal(Z_STR_P(name), "this");
Z_TYPE_P         2982 Zend/zend_compile.c 	if (name_ast->kind != ZEND_AST_ZVAL || Z_TYPE_P(zend_ast_get_zval(name_ast)) != IS_STRING) {
Z_TYPE_P         3128 Zend/zend_compile.c 		     Z_TYPE_P(zend_ast_get_zval(args->child[0])) != IS_STRING)) {
Z_TYPE_P         3203 Zend/zend_compile.c 	if (name_ast->kind != ZEND_AST_ZVAL || Z_TYPE_P(zend_ast_get_zval(name_ast)) != IS_STRING) {
Z_TYPE_P         3320 Zend/zend_compile.c 		if (Z_TYPE_P(name) != IS_STRING) {
Z_TYPE_P         3660 Zend/zend_compile.c 		if (Z_TYPE_P(depth_zv) != IS_LONG || Z_LVAL_P(depth_zv) < 1) {
Z_TYPE_P         5867 Zend/zend_compile.c 			switch (Z_TYPE_P(key)) {
Z_TYPE_P         7416 Zend/zend_compile.c 			if (Z_TYPE_P(container) == IS_ARRAY) {
Z_TYPE_P         7418 Zend/zend_compile.c 				if (Z_TYPE_P(dim) == IS_LONG) {
Z_TYPE_P         7425 Zend/zend_compile.c 				} else if (Z_TYPE_P(dim) == IS_STRING) {
Z_TYPE_P         7435 Zend/zend_compile.c 			} else if (Z_TYPE_P(container) == IS_STRING) {
Z_TYPE_P         7438 Zend/zend_compile.c 				if (Z_TYPE_P(dim) == IS_LONG) {
Z_TYPE_P         7440 Zend/zend_compile.c 				} else if (Z_TYPE_P(dim) != IS_STRING || is_numeric_string(Z_STRVAL_P(dim), Z_STRLEN_P(dim), &offset, NULL, 1) != IS_LONG) {
Z_TYPE_P         7452 Zend/zend_compile.c 			} else if (Z_TYPE_P(container) <= IS_FALSE) {
Z_TYPE_P           89 Zend/zend_exceptions.c 		while (Z_TYPE_P(ancestor) == IS_OBJECT) {
Z_TYPE_P           98 Zend/zend_exceptions.c 		if (Z_TYPE_P(previous) == IS_NULL) {
Z_TYPE_P          296 Zend/zend_exceptions.c 	if(Z_TYPE_P(pvalue) != IS_UNDEF && Z_TYPE_P(pvalue) != type) { \
Z_TYPE_P          450 Zend/zend_exceptions.c 			if (Z_TYPE_P(tmp) != IS_STRING) {                               \
Z_TYPE_P          526 Zend/zend_exceptions.c 	switch (Z_TYPE_P(arg)) {
Z_TYPE_P          585 Zend/zend_exceptions.c 		if (Z_TYPE_P(file) != IS_STRING) {
Z_TYPE_P          592 Zend/zend_exceptions.c 				if (Z_TYPE_P(tmp) == IS_LONG) {
Z_TYPE_P          615 Zend/zend_exceptions.c 		if (Z_TYPE_P(tmp) == IS_ARRAY) {
Z_TYPE_P          651 Zend/zend_exceptions.c 	if (Z_TYPE_P(trace) != IS_ARRAY) {
Z_TYPE_P          655 Zend/zend_exceptions.c 		if (Z_TYPE_P(frame) != IS_ARRAY) {
Z_TYPE_P          724 Zend/zend_exceptions.c 	while (exception && Z_TYPE_P(exception) == IS_OBJECT && instanceof_function(Z_OBJCE_P(exception), zend_ce_throwable)) {
Z_TYPE_P         1064 Zend/zend_exceptions.c 	if (exception == NULL || Z_TYPE_P(exception) != IS_OBJECT) {
Z_TYPE_P           99 Zend/zend_execute.c 	if (EXPECTED(Z_TYPE_P(__zv) == IS_INDIRECT)) {	\
Z_TYPE_P          205 Zend/zend_execute.c 	ZEND_ASSERT(Z_TYPE_P(ret) != IS_REFERENCE);
Z_TYPE_P          283 Zend/zend_execute.c 	if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) {
Z_TYPE_P          298 Zend/zend_execute.c 	if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) {
Z_TYPE_P          309 Zend/zend_execute.c 	if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) {
Z_TYPE_P          319 Zend/zend_execute.c 	if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) {
Z_TYPE_P          330 Zend/zend_execute.c 	if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) {
Z_TYPE_P          340 Zend/zend_execute.c 	if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) {
Z_TYPE_P          366 Zend/zend_execute.c 	if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) {
Z_TYPE_P          376 Zend/zend_execute.c 	if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) {
Z_TYPE_P          387 Zend/zend_execute.c 	if (Z_TYPE_P(ret) == IS_UNDEF) {
Z_TYPE_P          407 Zend/zend_execute.c 	if (Z_TYPE_P(ret) == IS_UNDEF) {
Z_TYPE_P          523 Zend/zend_execute.c 	if (EXPECTED(Z_TYPE_P(ret) == IS_INDIRECT)) {
Z_TYPE_P          594 Zend/zend_execute.c 	if (UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P          595 Zend/zend_execute.c 		if (EXPECTED(Z_TYPE_P(object) <= IS_FALSE)) {
Z_TYPE_P          597 Zend/zend_execute.c 		} else if (EXPECTED((Z_TYPE_P(object) == IS_STRING && Z_STRLEN_P(object) == 0))) {
Z_TYPE_P          726 Zend/zend_execute.c 		if (type_hint != IS_DOUBLE || Z_TYPE_P(arg) != IS_LONG) {
Z_TYPE_P          729 Zend/zend_execute.c 	} else if (UNEXPECTED(Z_TYPE_P(arg) == IS_NULL)) {
Z_TYPE_P          752 Zend/zend_execute.c 		if (EXPECTED(cur_arg_info->type_hint == Z_TYPE_P(arg))) {
Z_TYPE_P          760 Zend/zend_execute.c 		} else if (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null) {
Z_TYPE_P          771 Zend/zend_execute.c 			           EXPECTED(Z_TYPE_P(arg) == IS_FALSE || Z_TYPE_P(arg) == IS_TRUE)) {
Z_TYPE_P          798 Zend/zend_execute.c 		if (EXPECTED(cur_arg_info->type_hint == Z_TYPE_P(arg))) {
Z_TYPE_P          818 Zend/zend_execute.c 		} else if (Z_TYPE_P(arg) != IS_NULL || !(cur_arg_info->allow_null || (default_value && is_null_constant(default_value)))) {
Z_TYPE_P          825 Zend/zend_execute.c 						if (Z_TYPE_P(arg) == IS_OBJECT) {
Z_TYPE_P          845 Zend/zend_execute.c 			           EXPECTED(Z_TYPE_P(arg) == IS_FALSE || Z_TYPE_P(arg) == IS_TRUE)) {
Z_TYPE_P          958 Zend/zend_execute.c 		if (EXPECTED(ret_info->type_hint == Z_TYPE_P(ret))) {
Z_TYPE_P          966 Zend/zend_execute.c 		} else if (Z_TYPE_P(ret) != IS_NULL || !ret_info->allow_null) {
Z_TYPE_P          971 Zend/zend_execute.c 				if (!zend_is_callable(ret, IS_CALLABLE_CHECK_SILENT, NULL) && (Z_TYPE_P(ret) != IS_NULL || !ret_info->allow_null)) {
Z_TYPE_P          976 Zend/zend_execute.c 			           EXPECTED(Z_TYPE_P(ret) == IS_FALSE || Z_TYPE_P(ret) == IS_TRUE)) {
Z_TYPE_P          996 Zend/zend_execute.c 		if (EXPECTED(ret_info->type_hint == Z_TYPE_P(ret))) {
Z_TYPE_P         1015 Zend/zend_execute.c 		} else if (Z_TYPE_P(ret) != IS_NULL || !ret_info->allow_null) {
Z_TYPE_P         1036 Zend/zend_execute.c 			           EXPECTED(Z_TYPE_P(ret) == IS_FALSE || Z_TYPE_P(ret) == IS_TRUE)) {
Z_TYPE_P         1084 Zend/zend_execute.c 	if (object_op_type != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         1095 Zend/zend_execute.c 				if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
Z_TYPE_P         1099 Zend/zend_execute.c 			if (EXPECTED(Z_TYPE_P(object) <= IS_FALSE ||
Z_TYPE_P         1100 Zend/zend_execute.c 		    	(Z_TYPE_P(object) == IS_STRING && Z_STRLEN_P(object) == 0))) {
Z_TYPE_P         1137 Zend/zend_execute.c 			if (Z_TYPE_P(property) != IS_UNDEF) {
Z_TYPE_P         1278 Zend/zend_execute.c 		if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) {
Z_TYPE_P         1329 Zend/zend_execute.c 	if (Z_TYPE_P(value) != IS_STRING) {
Z_TYPE_P         1369 Zend/zend_execute.c 		if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) {
Z_TYPE_P         1378 Zend/zend_execute.c 		if (UNEXPECTED(Z_TYPE_P(z) == IS_REFERENCE)) {
Z_TYPE_P         1414 Zend/zend_execute.c 		if (UNEXPECTED(Z_TYPE_P(z) == IS_OBJECT) && Z_OBJ_HT_P(z)->get) {
Z_TYPE_P         1458 Zend/zend_execute.c 		if (Z_TYPE_P(z) == IS_OBJECT && Z_OBJ_HT_P(z)->get) {
Z_TYPE_P         1543 Zend/zend_execute.c 	if (EXPECTED(Z_TYPE_P(dim) == IS_LONG)) {
Z_TYPE_P         1565 Zend/zend_execute.c 	} else if (EXPECTED(Z_TYPE_P(dim) == IS_STRING)) {
Z_TYPE_P         1576 Zend/zend_execute.c 			if (UNEXPECTED(Z_TYPE_P(retval) == IS_INDIRECT)) {
Z_TYPE_P         1578 Zend/zend_execute.c 				if (UNEXPECTED(Z_TYPE_P(retval) == IS_UNDEF)) {
Z_TYPE_P         1615 Zend/zend_execute.c 		switch (Z_TYPE_P(dim)) {
Z_TYPE_P         1649 Zend/zend_execute.c 	if (UNEXPECTED(Z_TYPE_P(dim) != IS_LONG)) {
Z_TYPE_P         1650 Zend/zend_execute.c 		switch(Z_TYPE_P(dim)) {
Z_TYPE_P         1699 Zend/zend_execute.c 	if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         1714 Zend/zend_execute.c 	} else if (EXPECTED(Z_TYPE_P(container) == IS_REFERENCE)) {
Z_TYPE_P         1716 Zend/zend_execute.c 		if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         1720 Zend/zend_execute.c 	if (EXPECTED(Z_TYPE_P(container) == IS_STRING)) {
Z_TYPE_P         1736 Zend/zend_execute.c 	} else if (EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         1748 Zend/zend_execute.c 			} else if (EXPECTED(retval && Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         1752 Zend/zend_execute.c 						if (Z_TYPE_P(retval) != IS_OBJECT) {
Z_TYPE_P         1761 Zend/zend_execute.c 					if (Z_TYPE_P(retval) != IS_OBJECT) {
Z_TYPE_P         1775 Zend/zend_execute.c 	} else if (EXPECTED(Z_TYPE_P(container) <= IS_FALSE)) {
Z_TYPE_P         1814 Zend/zend_execute.c 	if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         1819 Zend/zend_execute.c 	} else if (EXPECTED(Z_TYPE_P(container) == IS_REFERENCE)) {
Z_TYPE_P         1821 Zend/zend_execute.c 		if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         1825 Zend/zend_execute.c 	if (EXPECTED(Z_TYPE_P(container) == IS_STRING)) {
Z_TYPE_P         1829 Zend/zend_execute.c 		if (UNEXPECTED(Z_TYPE_P(dim) != IS_LONG)) {
Z_TYPE_P         1830 Zend/zend_execute.c 			switch (Z_TYPE_P(dim)) {
Z_TYPE_P         1879 Zend/zend_execute.c 	} else if (EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         1917 Zend/zend_execute.c     if (container_op_type != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         1926 Zend/zend_execute.c 				if (EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         1933 Zend/zend_execute.c 			    EXPECTED(Z_TYPE_P(container) <= IS_FALSE ||
Z_TYPE_P         1934 Zend/zend_execute.c 			      (Z_TYPE_P(container) == IS_STRING && Z_STRLEN_P(container)==0))) {
Z_TYPE_P         1952 Zend/zend_execute.c 			if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         2010 Zend/zend_execute.c 	if (Z_TYPE_P(pz) == IS_INDIRECT) {
Z_TYPE_P         2013 Zend/zend_execute.c 	if (Z_TYPE_P(pz) > 10) {
Z_TYPE_P         2019 Zend/zend_execute.c 	} else if (Z_TYPE_P(pz) == IS_ARRAY) {
Z_TYPE_P         2021 Zend/zend_execute.c 	} else if (Z_TYPE_P(pz) == IS_OBJECT) {
Z_TYPE_P         2577 Zend/zend_execute.c 					if (Z_TYPE_P(var) != IS_ARRAY && Z_FE_ITER_P(var) != (uint32_t)-1) {
Z_TYPE_P           76 Zend/zend_execute.h 			if (Z_TYPE_P(variable_ptr) == IS_OBJECT &&
Z_TYPE_P          192 Zend/zend_execute_API.c 	if (Z_TYPE_P(zv) == IS_INDIRECT) {
Z_TYPE_P          195 Zend/zend_execute_API.c 	if (Z_TYPE_P(zv) == IS_OBJECT && Z_REFCOUNT_P(zv) == 1) {
Z_TYPE_P          205 Zend/zend_execute_API.c 	if (Z_TYPE_P(zv) == IS_INDIRECT) {
Z_TYPE_P          549 Zend/zend_execute_API.c #define IS_CONSTANT_VISITED(p)		(Z_TYPE_P(p) & IS_VISITED_CONSTANT)
Z_TYPE_P          561 Zend/zend_execute_API.c 	} else if (Z_TYPE_P(p) == IS_CONSTANT) {
Z_TYPE_P          644 Zend/zend_execute_API.c 	} else if (Z_TYPE_P(p) == IS_CONSTANT_AST) {
Z_TYPE_P         1535 Zend/zend_execute_API.c 				if (Z_TYPE_P(zv) == IS_INDIRECT) {
Z_TYPE_P         1566 Zend/zend_execute_API.c 			if (Z_TYPE_P(var) == IS_UNDEF) {
Z_TYPE_P          376 Zend/zend_gc.c 		if (Z_TYPE_P(zv) == IS_INDIRECT) {
Z_TYPE_P          386 Zend/zend_gc.c 		if (Z_TYPE_P(zv) == IS_INDIRECT) {
Z_TYPE_P          399 Zend/zend_gc.c 	if (Z_TYPE_P(zv) == IS_INDIRECT) {
Z_TYPE_P          485 Zend/zend_gc.c 			if (Z_TYPE_P(zv) == IS_INDIRECT) {
Z_TYPE_P          495 Zend/zend_gc.c 			if (Z_TYPE_P(zv) == IS_INDIRECT) {
Z_TYPE_P          499 Zend/zend_gc.c 				if (Z_TYPE_P(zv) == IS_OBJECT &&
Z_TYPE_P          511 Zend/zend_gc.c 		if (Z_TYPE_P(zv) == IS_INDIRECT) {
Z_TYPE_P          514 Zend/zend_gc.c 		if (Z_TYPE_P(zv) == IS_OBJECT &&
Z_TYPE_P          605 Zend/zend_gc.c 				if (Z_TYPE_P(zv) == IS_INDIRECT) {
Z_TYPE_P          615 Zend/zend_gc.c 				if (Z_TYPE_P(zv) == IS_INDIRECT) {
Z_TYPE_P          625 Zend/zend_gc.c 			if (Z_TYPE_P(zv) == IS_INDIRECT) {
Z_TYPE_P          744 Zend/zend_gc.c 						if (Z_TYPE_P(zv) != IS_UNDEF) {
Z_TYPE_P          756 Zend/zend_gc.c 					} else if (Z_TYPE_P(zv) != IS_UNDEF) {
Z_TYPE_P          796 Zend/zend_gc.c 			if (Z_TYPE_P(zv) == IS_INDIRECT) {
Z_TYPE_P          803 Zend/zend_gc.c 			if (Z_TYPE_P(zv) != IS_UNDEF) {
Z_TYPE_P          810 Zend/zend_gc.c 			if (Z_TYPE_P(zv) == IS_INDIRECT) {
Z_TYPE_P          818 Zend/zend_gc.c 			} else if (Z_TYPE_P(zv) != IS_UNDEF) {
Z_TYPE_P          824 Zend/zend_gc.c 		if (Z_TYPE_P(zv) == IS_INDIRECT) {
Z_TYPE_P          952 Zend/zend_gc.c 			if (Z_TYPE_P(zv) == IS_INDIRECT) {
Z_TYPE_P          962 Zend/zend_gc.c 			if (Z_TYPE_P(zv) == IS_INDIRECT) {
Z_TYPE_P          972 Zend/zend_gc.c 		if (Z_TYPE_P(zv) == IS_INDIRECT) {
Z_TYPE_P          560 Zend/zend_generators.c 			if (Z_TYPE_P(value) == IS_INDIRECT) {
Z_TYPE_P          294 Zend/zend_hash.c 		   if (Z_TYPE_P(val) == IS_UNDEF) continue;
Z_TYPE_P          295 Zend/zend_hash.c 		   if (Z_TYPE_P(val) == IS_INDIRECT) {
Z_TYPE_P          296 Zend/zend_hash.c 			   if (UNEXPECTED(Z_TYPE_P(Z_INDIRECT_P(val)) == IS_UNDEF)) {
Z_TYPE_P          579 Zend/zend_hash.c 				if (Z_TYPE_P(data) == IS_INDIRECT) {
Z_TYPE_P          581 Zend/zend_hash.c 					if (Z_TYPE_P(data) != IS_UNDEF) {
Z_TYPE_P          590 Zend/zend_hash.c 				if ((flag & HASH_UPDATE_INDIRECT) && Z_TYPE_P(data) == IS_INDIRECT) {
Z_TYPE_P         1116 Zend/zend_hash.c 				if (UNEXPECTED(Z_TYPE_P(data) == IS_UNDEF)) {
Z_TYPE_P         1164 Zend/zend_hash.c 				if (UNEXPECTED(Z_TYPE_P(data) == IS_UNDEF)) {
Z_TYPE_P         1659 Zend/zend_hash.c 		if (Z_TYPE_P(data) == IS_INDIRECT) {
Z_TYPE_P         1661 Zend/zend_hash.c 			if (UNEXPECTED(Z_TYPE_P(data) == IS_UNDEF)) {
Z_TYPE_P         1708 Zend/zend_hash.c 			    (Z_TYPE_P(Z_REFVAL_P(data)) != IS_ARRAY ||
Z_TYPE_P         1890 Zend/zend_hash.c 			    UNEXPECTED(Z_TYPE_P(Z_INDIRECT(p->val)) == IS_UNDEF)) {
Z_TYPE_P         1910 Zend/zend_hash.c 			    UNEXPECTED(Z_TYPE_P(Z_INDIRECT(p->val)) == IS_UNDEF)) {
Z_TYPE_P         2386 Zend/zend_hash.c 		if (Z_TYPE_P(pData1) == IS_INDIRECT) {
Z_TYPE_P         2389 Zend/zend_hash.c 		if (Z_TYPE_P(pData2) == IS_INDIRECT) {
Z_TYPE_P         2393 Zend/zend_hash.c 		if (Z_TYPE_P(pData1) == IS_UNDEF) {
Z_TYPE_P         2394 Zend/zend_hash.c 			if (Z_TYPE_P(pData2) != IS_UNDEF) {
Z_TYPE_P         2397 Zend/zend_hash.c 		} else if (Z_TYPE_P(pData2) == IS_UNDEF) {
Z_TYPE_P          279 Zend/zend_hash.h 	return (zv && Z_TYPE_P(zv) == IS_INDIRECT) ? 
Z_TYPE_P          280 Zend/zend_hash.h 		((Z_TYPE_P(Z_INDIRECT_P(zv)) != IS_UNDEF) ? Z_INDIRECT_P(zv) : NULL) : zv;
Z_TYPE_P          289 Zend/zend_hash.h 	return zv && (Z_TYPE_P(zv) != IS_INDIRECT ||
Z_TYPE_P          290 Zend/zend_hash.h 			Z_TYPE_P(Z_INDIRECT_P(zv)) != IS_UNDEF);
Z_TYPE_P          299 Zend/zend_hash.h 	return (zv && Z_TYPE_P(zv) == IS_INDIRECT) ? 
Z_TYPE_P          300 Zend/zend_hash.h 		((Z_TYPE_P(Z_INDIRECT_P(zv)) != IS_UNDEF) ? Z_INDIRECT_P(zv) : NULL) : zv;
Z_TYPE_P          751 Zend/zend_hash.h 			if (indirect && Z_TYPE_P(_z) == IS_INDIRECT) { \
Z_TYPE_P          754 Zend/zend_hash.h 			if (UNEXPECTED(Z_TYPE_P(_z) == IS_UNDEF)) continue;
Z_TYPE_P          761 Zend/zend_hash.h 			if (indirect && Z_TYPE_P(_z) == IS_INDIRECT) { \
Z_TYPE_P          764 Zend/zend_hash.h 			if (UNEXPECTED(Z_TYPE_P(_z) == IS_UNDEF)) continue;
Z_TYPE_P          458 Zend/zend_inheritance.c 						if (Z_TYPE_P(zv) == IS_CONSTANT) {
Z_TYPE_P          460 Zend/zend_inheritance.c 						} else if (Z_TYPE_P(zv) == IS_FALSE) {
Z_TYPE_P          462 Zend/zend_inheritance.c 						} else if (Z_TYPE_P(zv) == IS_TRUE) {
Z_TYPE_P          464 Zend/zend_inheritance.c 						} else if (Z_TYPE_P(zv) == IS_NULL) {
Z_TYPE_P          466 Zend/zend_inheritance.c 						} else if (Z_TYPE_P(zv) == IS_STRING) {
Z_TYPE_P          473 Zend/zend_inheritance.c 						} else if (Z_TYPE_P(zv) == IS_ARRAY) {
Z_TYPE_P          475 Zend/zend_inheritance.c 						} else if (Z_TYPE_P(zv) == IS_CONSTANT_AST) {
Z_TYPE_P          107 Zend/zend_ini_parser.y 	if (Z_TYPE_P(op1) != IS_STRING) {
Z_TYPE_P          115 Zend/zend_ini_parser.y 	if (Z_TYPE_P(op2) != IS_STRING) {
Z_TYPE_P          134 Zend/zend_ini_parser.y 		if (Z_TYPE_P(c) != IS_STRING) {
Z_TYPE_P           52 Zend/zend_interfaces.c 	fci.object = (object && Z_TYPE_P(object) == IS_OBJECT) ? Z_OBJ_P(object) : NULL;
Z_TYPE_P           93 Zend/zend_iterators.c 	if (Z_TYPE_P(array_ptr) &&
Z_TYPE_P          637 Zend/zend_language_scanner.c 	if (Z_TYPE_P(filename) != IS_STRING) {
Z_TYPE_P          149 Zend/zend_list.c 	if (Z_TYPE_P(res) != IS_RESOURCE) {
Z_TYPE_P          170 Zend/zend_list.c 	if (Z_TYPE_P(res) != IS_RESOURCE) {
Z_TYPE_P           88 Zend/zend_object_handlers.c 					if (UNEXPECTED(Z_TYPE_P(OBJ_PROP(zobj, prop_info->offset)) == IS_UNDEF)) {
Z_TYPE_P          104 Zend/zend_object_handlers.c 						if (UNEXPECTED(Z_TYPE_P(OBJ_PROP(zobj, prop_info->offset)) == IS_UNDEF)) {
Z_TYPE_P          527 Zend/zend_object_handlers.c 	if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) {
Z_TYPE_P          543 Zend/zend_object_handlers.c 			if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P          567 Zend/zend_object_handlers.c 			if (Z_TYPE_P(rv) != IS_UNDEF) {
Z_TYPE_P          572 Zend/zend_object_handlers.c 					if (UNEXPECTED(Z_TYPE_P(rv) != IS_OBJECT)) {
Z_TYPE_P          619 Zend/zend_object_handlers.c  	if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) {
Z_TYPE_P          630 Zend/zend_object_handlers.c 			if (Z_TYPE_P(variable_ptr) != IS_UNDEF) {
Z_TYPE_P          724 Zend/zend_object_handlers.c 		if (UNEXPECTED(Z_TYPE_P(rv) == IS_UNDEF)) {
Z_TYPE_P          797 Zend/zend_object_handlers.c 	if (EXPECTED(Z_TYPE_P(member) == IS_STRING)) {
Z_TYPE_P          812 Zend/zend_object_handlers.c 			if (UNEXPECTED(Z_TYPE_P(retval) == IS_UNDEF)) {
Z_TYPE_P          835 Zend/zend_object_handlers.c 					if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) {
Z_TYPE_P          856 Zend/zend_object_handlers.c 	if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) {
Z_TYPE_P          872 Zend/zend_object_handlers.c  	if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) {
Z_TYPE_P          884 Zend/zend_object_handlers.c 			if (Z_TYPE_P(slot) != IS_UNDEF) {
Z_TYPE_P         1379 Zend/zend_object_handlers.c 			if (Z_TYPE_P(p1) != IS_UNDEF) {
Z_TYPE_P         1380 Zend/zend_object_handlers.c 				if (Z_TYPE_P(p2) != IS_UNDEF) {
Z_TYPE_P         1399 Zend/zend_object_handlers.c 				if (Z_TYPE_P(p2) != IS_UNDEF) {
Z_TYPE_P         1434 Zend/zend_object_handlers.c 	if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) {
Z_TYPE_P         1445 Zend/zend_object_handlers.c 			if (Z_TYPE_P(value) != IS_UNDEF) {
Z_TYPE_P         1454 Zend/zend_object_handlers.c 					result = (Z_TYPE_P(value) != IS_NULL);
Z_TYPE_P         1536 Zend/zend_object_handlers.c 					if (UNEXPECTED(Z_TYPE_P(msg) != IS_STRING)) {
Z_TYPE_P         1594 Zend/zend_object_handlers.c 	if (Z_TYPE_P(obj) != IS_OBJECT) {
Z_TYPE_P          212 Zend/zend_objects.c 			if (Z_TYPE_P(prop) == IS_INDIRECT) {
Z_TYPE_P          153 Zend/zend_operators.c 	switch (Z_TYPE_P(op)) {
Z_TYPE_P          192 Zend/zend_operators.c 		if (Z_TYPE_P(op) != IS_LONG) {								\
Z_TYPE_P          196 Zend/zend_operators.c 		switch (Z_TYPE_P(op)) {										\
Z_TYPE_P          241 Zend/zend_operators.c 		if (Z_TYPE_P(newop) != IS_OBJECT) {													\
Z_TYPE_P          252 Zend/zend_operators.c 		if (UNEXPECTED(Z_TYPE_P(op1) != IS_LONG)) {						\
Z_TYPE_P          255 Zend/zend_operators.c 				if (Z_TYPE_P(op1) == IS_LONG) {							\
Z_TYPE_P          267 Zend/zend_operators.c 		if (UNEXPECTED(Z_TYPE_P(op2) != IS_LONG)) {						\
Z_TYPE_P          270 Zend/zend_operators.c 				if (Z_TYPE_P(op2) == IS_LONG) {							\
Z_TYPE_P          284 Zend/zend_operators.c 	if (Z_TYPE_P(op) != IS_LONG) {
Z_TYPE_P          295 Zend/zend_operators.c 	switch (Z_TYPE_P(op)) {
Z_TYPE_P          354 Zend/zend_operators.c 	switch (Z_TYPE_P(op)) {
Z_TYPE_P          410 Zend/zend_operators.c 	if (Z_TYPE_P(op) == IS_OBJECT) {
Z_TYPE_P          433 Zend/zend_operators.c 	switch (Z_TYPE_P(op)) {
Z_TYPE_P          495 Zend/zend_operators.c 	if (Z_TYPE_P(op) == IS_DOUBLE) {
Z_TYPE_P          510 Zend/zend_operators.c 	switch (Z_TYPE_P(op)) {
Z_TYPE_P          587 Zend/zend_operators.c 	switch (Z_TYPE_P(op)) {
Z_TYPE_P          651 Zend/zend_operators.c 	switch (Z_TYPE_P(op)) {
Z_TYPE_P          732 Zend/zend_operators.c 	switch (Z_TYPE_P(op)) {
Z_TYPE_P          770 Zend/zend_operators.c 	switch (Z_TYPE_P(op)) {
Z_TYPE_P          809 Zend/zend_operators.c 	switch (Z_TYPE_P(op)) {
Z_TYPE_P          844 Zend/zend_operators.c 				if (Z_TYPE_P(z) != IS_OBJECT) {
Z_TYPE_P          871 Zend/zend_operators.c 		switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) {
Z_TYPE_P          935 Zend/zend_operators.c 		switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) {
Z_TYPE_P          988 Zend/zend_operators.c 		switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) {
Z_TYPE_P         1035 Zend/zend_operators.c 		switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) {
Z_TYPE_P         1095 Zend/zend_operators.c 					if (Z_TYPE_P(op1) == IS_ARRAY) {
Z_TYPE_P         1101 Zend/zend_operators.c 					if (Z_TYPE_P(op2) == IS_ARRAY) {
Z_TYPE_P         1123 Zend/zend_operators.c 		switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) {
Z_TYPE_P         1219 Zend/zend_operators.c 		if (Z_TYPE_P(op1) == IS_FALSE) {
Z_TYPE_P         1221 Zend/zend_operators.c 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_TRUE)) {
Z_TYPE_P         1226 Zend/zend_operators.c 				if (Z_TYPE_P(op1) == IS_FALSE) {
Z_TYPE_P         1229 Zend/zend_operators.c 				} else if (EXPECTED(Z_TYPE_P(op1) == IS_TRUE)) {
Z_TYPE_P         1239 Zend/zend_operators.c 		if (Z_TYPE_P(op2) == IS_FALSE) {
Z_TYPE_P         1241 Zend/zend_operators.c 		} else if (EXPECTED(Z_TYPE_P(op2) == IS_TRUE)) {
Z_TYPE_P         1246 Zend/zend_operators.c 				if (Z_TYPE_P(op2) == IS_FALSE) {
Z_TYPE_P         1249 Zend/zend_operators.c 				} else if (EXPECTED(Z_TYPE_P(op2) == IS_TRUE)) {
Z_TYPE_P         1266 Zend/zend_operators.c 	if (Z_TYPE_P(op1) < IS_TRUE) {
Z_TYPE_P         1268 Zend/zend_operators.c 	} else if (EXPECTED(Z_TYPE_P(op1) == IS_TRUE)) {
Z_TYPE_P         1273 Zend/zend_operators.c 			if (Z_TYPE_P(op1) < IS_TRUE) {
Z_TYPE_P         1276 Zend/zend_operators.c 			} else if (EXPECTED(Z_TYPE_P(op1) == IS_TRUE)) {
Z_TYPE_P         1292 Zend/zend_operators.c 	switch (Z_TYPE_P(op1)) {
Z_TYPE_P         1334 Zend/zend_operators.c 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG) && EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         1342 Zend/zend_operators.c 	if (Z_TYPE_P(op1) == IS_STRING && EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         1376 Zend/zend_operators.c 	if (UNEXPECTED(Z_TYPE_P(op1) != IS_LONG)) {
Z_TYPE_P         1382 Zend/zend_operators.c 	if (UNEXPECTED(Z_TYPE_P(op2) != IS_LONG)) {
Z_TYPE_P         1401 Zend/zend_operators.c 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG) && EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         1409 Zend/zend_operators.c 	if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) {
Z_TYPE_P         1443 Zend/zend_operators.c 	if (UNEXPECTED(Z_TYPE_P(op1) != IS_LONG)) {
Z_TYPE_P         1449 Zend/zend_operators.c 	if (UNEXPECTED(Z_TYPE_P(op2) != IS_LONG)) {
Z_TYPE_P         1468 Zend/zend_operators.c 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG) && EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         1476 Zend/zend_operators.c 	if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) {
Z_TYPE_P         1510 Zend/zend_operators.c 	if (UNEXPECTED(Z_TYPE_P(op1) != IS_LONG)) {
Z_TYPE_P         1516 Zend/zend_operators.c 	if (UNEXPECTED(Z_TYPE_P(op2) != IS_LONG)) {
Z_TYPE_P         1599 Zend/zend_operators.c 	 	if (UNEXPECTED(Z_TYPE_P(op1) != IS_STRING)) {
Z_TYPE_P         1602 Zend/zend_operators.c 	 			if (Z_TYPE_P(op1) == IS_STRING) break;
Z_TYPE_P         1621 Zend/zend_operators.c 		if (UNEXPECTED(Z_TYPE_P(op2) != IS_STRING)) {
Z_TYPE_P         1624 Zend/zend_operators.c 	 			if (Z_TYPE_P(op2) == IS_STRING) break;
Z_TYPE_P         1693 Zend/zend_operators.c 	if (EXPECTED(Z_TYPE_P(op1) == IS_STRING) &&
Z_TYPE_P         1694 Zend/zend_operators.c 	    EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         1714 Zend/zend_operators.c 	if (EXPECTED(Z_TYPE_P(op1) == IS_STRING) &&
Z_TYPE_P         1715 Zend/zend_operators.c 	    EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         1772 Zend/zend_operators.c 	if (Z_TYPE_P(result) == IS_DOUBLE) {
Z_TYPE_P         1788 Zend/zend_operators.c 		switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) {
Z_TYPE_P         1865 Zend/zend_operators.c 				if (Z_TYPE_P(op1) == IS_OBJECT && Z_OBJ_HANDLER_P(op1, compare)) {
Z_TYPE_P         1867 Zend/zend_operators.c 					if (UNEXPECTED(Z_TYPE_P(result) != IS_LONG)) {
Z_TYPE_P         1871 Zend/zend_operators.c 				} else if (Z_TYPE_P(op2) == IS_OBJECT && Z_OBJ_HANDLER_P(op2, compare)) {
Z_TYPE_P         1873 Zend/zend_operators.c 					if (UNEXPECTED(Z_TYPE_P(result) != IS_LONG)) {
Z_TYPE_P         1879 Zend/zend_operators.c 				if (Z_TYPE_P(op1) == IS_OBJECT && Z_TYPE_P(op2) == IS_OBJECT) {
Z_TYPE_P         1890 Zend/zend_operators.c 				if (Z_TYPE_P(op1) == IS_OBJECT) {
Z_TYPE_P         1897 Zend/zend_operators.c 					} else if (Z_TYPE_P(op2) != IS_OBJECT && Z_OBJ_HT_P(op1)->cast_object) {
Z_TYPE_P         1899 Zend/zend_operators.c 						if (Z_OBJ_HT_P(op1)->cast_object(op1, &tmp_free, ((Z_TYPE_P(op2) == IS_FALSE || Z_TYPE_P(op2) == IS_TRUE) ? _IS_BOOL : Z_TYPE_P(op2))) == FAILURE) {
Z_TYPE_P         1909 Zend/zend_operators.c 				if (Z_TYPE_P(op2) == IS_OBJECT) {
Z_TYPE_P         1916 Zend/zend_operators.c 					} else if (Z_TYPE_P(op1) != IS_OBJECT && Z_OBJ_HT_P(op2)->cast_object) {
Z_TYPE_P         1918 Zend/zend_operators.c 						if (Z_OBJ_HT_P(op2)->cast_object(op2, &tmp_free, ((Z_TYPE_P(op1) == IS_FALSE || Z_TYPE_P(op1) == IS_TRUE) ? _IS_BOOL : Z_TYPE_P(op1))) == FAILURE) {
Z_TYPE_P         1926 Zend/zend_operators.c 					} else if (Z_TYPE_P(op1) == IS_OBJECT) {
Z_TYPE_P         1932 Zend/zend_operators.c 					if (Z_TYPE_P(op1) == IS_NULL || Z_TYPE_P(op1) == IS_FALSE) {
Z_TYPE_P         1935 Zend/zend_operators.c 					} else if (Z_TYPE_P(op2) == IS_NULL || Z_TYPE_P(op2) == IS_FALSE) {
Z_TYPE_P         1938 Zend/zend_operators.c 					} else if (Z_TYPE_P(op1) == IS_TRUE) {
Z_TYPE_P         1941 Zend/zend_operators.c 					} else if (Z_TYPE_P(op2) == IS_TRUE) {
Z_TYPE_P         1949 Zend/zend_operators.c 				} else if (Z_TYPE_P(op1)==IS_ARRAY) {
Z_TYPE_P         1952 Zend/zend_operators.c 				} else if (Z_TYPE_P(op2)==IS_ARRAY) {
Z_TYPE_P         1955 Zend/zend_operators.c 				} else if (Z_TYPE_P(op1)==IS_OBJECT) {
Z_TYPE_P         1958 Zend/zend_operators.c 				} else if (Z_TYPE_P(op2)==IS_OBJECT) {
Z_TYPE_P         1990 Zend/zend_operators.c 	if (Z_TYPE_P(op1) != Z_TYPE_P(op2)) {
Z_TYPE_P         1993 Zend/zend_operators.c 	switch (Z_TYPE_P(op1)) {
Z_TYPE_P         2236 Zend/zend_operators.c 	switch (Z_TYPE_P(op1)) {
Z_TYPE_P         2311 Zend/zend_operators.c 	switch (Z_TYPE_P(op1)) {
Z_TYPE_P         2393 Zend/zend_operators.c 		if (Z_TYPE_P(tmp) != IS_OBJECT) {
Z_TYPE_P          260 Zend/zend_operators.h 	return Z_TYPE_P(op) == IS_LONG ? Z_LVAL_P(op) : _zval_get_long_func(op);
Z_TYPE_P          263 Zend/zend_operators.h 	return Z_TYPE_P(op) == IS_DOUBLE ? Z_DVAL_P(op) : _zval_get_double_func(op);
Z_TYPE_P          266 Zend/zend_operators.h 	return Z_TYPE_P(op) == IS_STRING ? zend_string_copy(Z_STR_P(op)) : _zval_get_string_func(op);
Z_TYPE_P          273 Zend/zend_operators.h #define convert_to_cstring(op) if (Z_TYPE_P(op) != IS_STRING) { _convert_to_cstring((op) ZEND_FILE_LINE_CC); }
Z_TYPE_P          274 Zend/zend_operators.h #define convert_to_string(op) if (Z_TYPE_P(op) != IS_STRING) { _convert_to_string((op) ZEND_FILE_LINE_CC); }
Z_TYPE_P          288 Zend/zend_operators.h 	switch (Z_TYPE_P(op)) {
Z_TYPE_P          368 Zend/zend_operators.h 	if (Z_TYPE_P(pzv)!=upper_type) {					\
Z_TYPE_P          403 Zend/zend_operators.h 	if (Z_TYPE_P(pzv) != str_type) {				\
Z_TYPE_P          416 Zend/zend_operators.h 	if (Z_TYPE_P(pzv)!=IS_LONG && Z_TYPE_P(pzv)!=IS_DOUBLE) {		\
Z_TYPE_P          577 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P          578 Zend/zend_operators.h 		if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P          581 Zend/zend_operators.h 		} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P          585 Zend/zend_operators.h 	} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P          586 Zend/zend_operators.h 		if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P          589 Zend/zend_operators.h 		} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P          671 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P          672 Zend/zend_operators.h 		if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P          674 Zend/zend_operators.h 		} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P          677 Zend/zend_operators.h 	} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P          678 Zend/zend_operators.h 		if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P          680 Zend/zend_operators.h 		} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P          683 Zend/zend_operators.h 	} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P          684 Zend/zend_operators.h 		if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P          705 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P          715 Zend/zend_operators.h 	if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P          734 Zend/zend_operators.h 	if (Z_TYPE_P(op1) != Z_TYPE_P(op2)) {
Z_TYPE_P          736 Zend/zend_operators.h 	} else if (Z_TYPE_P(op1) <= IS_TRUE) {
Z_TYPE_P          744 Zend/zend_operators.h 	if (Z_TYPE_P(op1) != Z_TYPE_P(op2)) {
Z_TYPE_P          746 Zend/zend_operators.h 	} else if (Z_TYPE_P(op1) <= IS_TRUE) {
Z_TYPE_P          753 Zend/zend_operators.h 	if (UNEXPECTED(Z_TYPE_P(op1) == IS_OBJECT)                                                             \
Z_TYPE_P          765 Zend/zend_operators.h 	} else if (UNEXPECTED(Z_TYPE_P(op1) == IS_OBJECT)                                                      \
Z_TYPE_P          773 Zend/zend_operators.h 	if (UNEXPECTED(Z_TYPE_P(op2) == IS_OBJECT)                                                             \
Z_TYPE_P          785 Zend/zend_operators.h 	if (UNEXPECTED(Z_TYPE_P(op1) == IS_OBJECT)                                                             \
Z_TYPE_P          935 Zend/zend_types.h 		ZEND_ASSERT(Z_TYPE_P(_zv) != IS_REFERENCE);		\
Z_TYPE_P          133 Zend/zend_variables.c 	switch (Z_TYPE_P(zvalue)) {
Z_TYPE_P          164 Zend/zend_variables.c 	switch (Z_TYPE_P(zvalue)) {
Z_TYPE_P          221 Zend/zend_variables.c 	if (EXPECTED(Z_TYPE_P(zvalue) == IS_ARRAY)) {
Z_TYPE_P          223 Zend/zend_variables.c 	} else if (EXPECTED(Z_TYPE_P(zvalue) == IS_STRING) ||
Z_TYPE_P          224 Zend/zend_variables.c 	           EXPECTED(Z_TYPE_P(zvalue) == IS_CONSTANT)) {
Z_TYPE_P          227 Zend/zend_variables.c 	} else if (EXPECTED(Z_TYPE_P(zvalue) == IS_CONSTANT_AST)) {
Z_TYPE_P          293 Zend/zend_variables.c 			if (Z_TYPE_P(p) == IS_INDIRECT) {
Z_TYPE_P          295 Zend/zend_variables.c 				if (Z_TYPE_P(p) == IS_UNDEF) {
Z_TYPE_P          269 Zend/zend_vm_def.h 		if ((OP1_TYPE == IS_CONST || EXPECTED(Z_TYPE_P(op1) == IS_STRING)) &&
Z_TYPE_P          270 Zend/zend_vm_def.h 		    (OP2_TYPE == IS_CONST || EXPECTED(Z_TYPE_P(op2) == IS_STRING))) {
Z_TYPE_P          304 Zend/zend_vm_def.h 			if (OP1_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P          307 Zend/zend_vm_def.h 			if (OP2_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P          365 Zend/zend_vm_def.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P          366 Zend/zend_vm_def.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P          368 Zend/zend_vm_def.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P          373 Zend/zend_vm_def.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P          374 Zend/zend_vm_def.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P          376 Zend/zend_vm_def.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P          381 Zend/zend_vm_def.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P          382 Zend/zend_vm_def.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P          408 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P          411 Zend/zend_vm_def.h 	if (OP2_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P          433 Zend/zend_vm_def.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P          434 Zend/zend_vm_def.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P          436 Zend/zend_vm_def.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P          441 Zend/zend_vm_def.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P          442 Zend/zend_vm_def.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P          444 Zend/zend_vm_def.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P          449 Zend/zend_vm_def.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P          450 Zend/zend_vm_def.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P          476 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P          479 Zend/zend_vm_def.h 	if (OP2_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P          733 Zend/zend_vm_def.h 		if (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P          792 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) {
Z_TYPE_P          796 Zend/zend_vm_def.h 			if (OP1_TYPE == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         1141 Zend/zend_vm_def.h 		if (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         1157 Zend/zend_vm_def.h 			if (EXPECTED(Z_TYPE_P(zptr) == IS_LONG)) {
Z_TYPE_P         1222 Zend/zend_vm_def.h 		if (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         1236 Zend/zend_vm_def.h 			if (EXPECTED(Z_TYPE_P(zptr) == IS_LONG)) {
Z_TYPE_P         1287 Zend/zend_vm_def.h 	if (EXPECTED(Z_TYPE_P(var_ptr) == IS_LONG)) {
Z_TYPE_P         1303 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(var_ptr) == IS_UNDEF)) {
Z_TYPE_P         1333 Zend/zend_vm_def.h 	if (EXPECTED(Z_TYPE_P(var_ptr) == IS_LONG)) {
Z_TYPE_P         1349 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(var_ptr) == IS_UNDEF)) {
Z_TYPE_P         1379 Zend/zend_vm_def.h 	if (EXPECTED(Z_TYPE_P(var_ptr) == IS_LONG)) {
Z_TYPE_P         1391 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(var_ptr) == IS_UNDEF)) {
Z_TYPE_P         1418 Zend/zend_vm_def.h 	if (EXPECTED(Z_TYPE_P(var_ptr) == IS_LONG)) {
Z_TYPE_P         1430 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(var_ptr) == IS_UNDEF)) {
Z_TYPE_P         1452 Zend/zend_vm_def.h 	if (Z_TYPE_P(z) == IS_STRING) {
Z_TYPE_P         1463 Zend/zend_vm_def.h 		} else if (OP1_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(z) == IS_UNDEF)) {
Z_TYPE_P         1487 Zend/zend_vm_def.h 	} else if (EXPECTED(Z_TYPE_P(varname) == IS_STRING)) {
Z_TYPE_P         1491 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
Z_TYPE_P         1573 Zend/zend_vm_def.h 		} else if (Z_TYPE_P(retval) == IS_INDIRECT) {
Z_TYPE_P         1575 Zend/zend_vm_def.h 			if (Z_TYPE_P(retval) == IS_UNDEF) {
Z_TYPE_P         1816 Zend/zend_vm_def.h 	    (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         1819 Zend/zend_vm_def.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         1838 Zend/zend_vm_def.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         1950 Zend/zend_vm_def.h 	    (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         1953 Zend/zend_vm_def.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         1972 Zend/zend_vm_def.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         2086 Zend/zend_vm_def.h 	if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         2096 Zend/zend_vm_def.h 	           UNEXPECTED(Z_TYPE_P(container) == IS_OBJECT) &&
Z_TYPE_P         2108 Zend/zend_vm_def.h 	} else if ((OP1_TYPE & (IS_VAR|IS_CV)) && Z_TYPE_P(container) == IS_REFERENCE) {
Z_TYPE_P         2112 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(container) == IS_UNDEF)) {
Z_TYPE_P         2170 Zend/zend_vm_def.h 	if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) {
Z_TYPE_P         2200 Zend/zend_vm_def.h 			if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) {
Z_TYPE_P         2204 Zend/zend_vm_def.h 		if (EXPECTED(Z_TYPE_P(object_ptr) == IS_OBJECT)) {
Z_TYPE_P         2210 Zend/zend_vm_def.h 		} else if (EXPECTED(Z_TYPE_P(object_ptr) == IS_STRING)) {
Z_TYPE_P         2234 Zend/zend_vm_def.h 		} else if (EXPECTED(Z_TYPE_P(object_ptr) <= IS_FALSE)) {
Z_TYPE_P         2300 Zend/zend_vm_def.h 	    UNEXPECTED(Z_TYPE_P(EX_VAR(opline->op1.var)) != IS_INDIRECT) &&
Z_TYPE_P         2310 Zend/zend_vm_def.h 		if (!OP2_FREE && UNEXPECTED(Z_TYPE_P(EX_VAR(opline->op2.var)) != IS_INDIRECT)) { /* undo the effect of get_zval_ptr_ptr() */
Z_TYPE_P         2656 Zend/zend_vm_def.h 	if (Z_TYPE_P(var) != IS_ARRAY && Z_FE_ITER_P(var) != (uint32_t)-1) {
Z_TYPE_P         2674 Zend/zend_vm_def.h 	} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         2677 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         2685 Zend/zend_vm_def.h 	} else if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         2688 Zend/zend_vm_def.h 		if (OP2_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         2744 Zend/zend_vm_def.h 		if (EXPECTED(Z_TYPE_P(var) == IS_STRING)) {
Z_TYPE_P         2752 Zend/zend_vm_def.h 			if (OP2_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(var) == IS_UNDEF)) {
Z_TYPE_P         2777 Zend/zend_vm_def.h 		if (EXPECTED(Z_TYPE_P(var) == IS_STRING)) {
Z_TYPE_P         2785 Zend/zend_vm_def.h 			if (OP2_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(var) == IS_UNDEF)) {
Z_TYPE_P         2812 Zend/zend_vm_def.h 		if (EXPECTED(Z_TYPE_P(var) == IS_STRING)) {
Z_TYPE_P         2820 Zend/zend_vm_def.h 			if (OP2_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(var) == IS_UNDEF)) {
Z_TYPE_P         2870 Zend/zend_vm_def.h 		} else if (Z_TYPE_P(class_name) == IS_OBJECT) {
Z_TYPE_P         2872 Zend/zend_vm_def.h 		} else if (Z_TYPE_P(class_name) == IS_STRING) {
Z_TYPE_P         2874 Zend/zend_vm_def.h 		} else if ((OP2_TYPE & (IS_VAR|IS_CV)) && Z_TYPE_P(class_name) == IS_REFERENCE) {
Z_TYPE_P         2878 Zend/zend_vm_def.h 			if (OP2_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(class_name) == IS_UNDEF)) {
Z_TYPE_P         2909 Zend/zend_vm_def.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
Z_TYPE_P         2913 Zend/zend_vm_def.h 				if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         2916 Zend/zend_vm_def.h 			} else if (OP2_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         2939 Zend/zend_vm_def.h 			if (OP1_TYPE == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         2942 Zend/zend_vm_def.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
Z_TYPE_P         2946 Zend/zend_vm_def.h 				if (OP1_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(object) == IS_UNDEF)) {
Z_TYPE_P         2953 Zend/zend_vm_def.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
Z_TYPE_P         3055 Zend/zend_vm_def.h 			if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
Z_TYPE_P         3059 Zend/zend_vm_def.h 						if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         3062 Zend/zend_vm_def.h 					} else if (OP2_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         3197 Zend/zend_vm_def.h 	if (OP2_TYPE != IS_CONST && EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         3275 Zend/zend_vm_def.h 	    EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) &&
Z_TYPE_P         3288 Zend/zend_vm_def.h 	} else if (EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) &&
Z_TYPE_P         3302 Zend/zend_vm_def.h 		if (Z_TYPE_P(obj) != IS_STRING && Z_TYPE_P(obj) != IS_OBJECT) {
Z_TYPE_P         3309 Zend/zend_vm_def.h 		if (Z_TYPE_P(method) != IS_STRING) {
Z_TYPE_P         3315 Zend/zend_vm_def.h 		if (Z_TYPE_P(obj) == IS_STRING) {
Z_TYPE_P         3372 Zend/zend_vm_def.h 	} else if ((OP2_TYPE & (IS_VAR|IS_CV)) && Z_TYPE_P(function_name) == IS_REFERENCE) {
Z_TYPE_P         3376 Zend/zend_vm_def.h 		if (OP2_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         3905 Zend/zend_vm_def.h 			if (UNEXPECTED(Z_TYPE_P(retval_ptr) == IS_INDIRECT)) {
Z_TYPE_P         3915 Zend/zend_vm_def.h 			&& !ZEND_SAME_FAKE_TYPE(ret_info->type_hint, Z_TYPE_P(retval_ptr))
Z_TYPE_P         4109 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) {
Z_TYPE_P         4112 Zend/zend_vm_def.h 				if (EXPECTED(Z_TYPE_P(value) == IS_OBJECT)) {
Z_TYPE_P         4116 Zend/zend_vm_def.h 			if (OP1_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) {
Z_TYPE_P         4292 Zend/zend_vm_def.h 	    (Z_ISREF_P(varptr) || Z_TYPE_P(varptr) == IS_OBJECT)) {
Z_TYPE_P         4409 Zend/zend_vm_def.h 	if (EXPECTED(Z_TYPE_P(args) == IS_ARRAY)) {
Z_TYPE_P         4459 Zend/zend_vm_def.h 	} else if (EXPECTED(Z_TYPE_P(args) == IS_OBJECT)) {
Z_TYPE_P         4548 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(args) == IS_UNDEF)) {
Z_TYPE_P         4568 Zend/zend_vm_def.h 	if (UNEXPECTED(Z_TYPE_P(args) != IS_ARRAY)) {
Z_TYPE_P         4571 Zend/zend_vm_def.h 			if (EXPECTED(Z_TYPE_P(args) == IS_ARRAY)) {
Z_TYPE_P         4575 Zend/zend_vm_def.h 		zend_internal_type_error(EX_USES_STRICT_TYPES(), "call_user_func_array() expects parameter 2 to be array, %s given", zend_get_type_by_const(Z_TYPE_P(args)));
Z_TYPE_P         4850 Zend/zend_vm_def.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         4851 Zend/zend_vm_def.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         4853 Zend/zend_vm_def.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         4858 Zend/zend_vm_def.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         4859 Zend/zend_vm_def.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         4861 Zend/zend_vm_def.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         4866 Zend/zend_vm_def.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         4867 Zend/zend_vm_def.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         4892 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         4903 Zend/zend_vm_def.h 	if (OP2_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         4984 Zend/zend_vm_def.h 		    (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT))) {
Z_TYPE_P         4987 Zend/zend_vm_def.h 		    	if (EXPECTED(Z_TYPE_P(obj) == IS_OBJECT)) {
Z_TYPE_P         4991 Zend/zend_vm_def.h 			if (OP1_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(obj) == IS_UNDEF)) {
Z_TYPE_P         5209 Zend/zend_vm_def.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         5218 Zend/zend_vm_def.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         5222 Zend/zend_vm_def.h 		} else if ((OP2_TYPE & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         5225 Zend/zend_vm_def.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         5228 Zend/zend_vm_def.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         5231 Zend/zend_vm_def.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         5234 Zend/zend_vm_def.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         5237 Zend/zend_vm_def.h 		} else if (OP2_TYPE == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         5302 Zend/zend_vm_def.h 			if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->cast_object) {
Z_TYPE_P         5328 Zend/zend_vm_def.h 			if (Z_TYPE_P(expr) == opline->extended_value) {
Z_TYPE_P         5343 Zend/zend_vm_def.h 				if (Z_TYPE_P(expr) != IS_OBJECT) {
Z_TYPE_P         5346 Zend/zend_vm_def.h 					if (Z_TYPE_P(expr) != IS_NULL) {
Z_TYPE_P         5362 Zend/zend_vm_def.h 				if (Z_TYPE_P(expr) != IS_ARRAY) {
Z_TYPE_P         5364 Zend/zend_vm_def.h 					if (Z_TYPE_P(expr) != IS_NULL) {
Z_TYPE_P         5398 Zend/zend_vm_def.h 	if (Z_TYPE_P(inc_filename) != IS_STRING) {
Z_TYPE_P         5399 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(inc_filename) == IS_UNDEF)) {
Z_TYPE_P         5552 Zend/zend_vm_def.h 	if (OP1_TYPE != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
Z_TYPE_P         5553 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
Z_TYPE_P         5619 Zend/zend_vm_def.h 		if (OP1_TYPE != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         5626 Zend/zend_vm_def.h 			if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         5639 Zend/zend_vm_def.h 			} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         5643 Zend/zend_vm_def.h 			} else if ((OP2_TYPE & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         5646 Zend/zend_vm_def.h 			} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         5649 Zend/zend_vm_def.h 			} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         5652 Zend/zend_vm_def.h 			} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         5655 Zend/zend_vm_def.h 			} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         5658 Zend/zend_vm_def.h 			} else if (Z_TYPE_P(offset) == IS_RESOURCE) {
Z_TYPE_P         5661 Zend/zend_vm_def.h 			} else if (OP2_TYPE == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         5671 Zend/zend_vm_def.h 			if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         5675 Zend/zend_vm_def.h 		if (OP2_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
Z_TYPE_P         5678 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         5684 Zend/zend_vm_def.h 		} else if (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) == IS_STRING)) {
Z_TYPE_P         5716 Zend/zend_vm_def.h 		if (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         5719 Zend/zend_vm_def.h 				if (Z_TYPE_P(container) != IS_OBJECT) {
Z_TYPE_P         5748 Zend/zend_vm_def.h 	if (EXPECTED(Z_TYPE_P(array_ptr) == IS_ARRAY)) {
Z_TYPE_P         5758 Zend/zend_vm_def.h 	} else if (OP1_TYPE != IS_CONST && EXPECTED(Z_TYPE_P(array_ptr) == IS_OBJECT)) {
Z_TYPE_P         5779 Zend/zend_vm_def.h 				      EXPECTED(Z_TYPE_P(Z_INDIRECT(p->val)) != IS_UNDEF))) &&
Z_TYPE_P         5863 Zend/zend_vm_def.h 	if (EXPECTED(Z_TYPE_P(array_ptr) == IS_ARRAY)) {
Z_TYPE_P         5891 Zend/zend_vm_def.h 			     EXPECTED(Z_TYPE_P(Z_INDIRECT(p->val)) != IS_UNDEF))) {
Z_TYPE_P         5901 Zend/zend_vm_def.h 	} else if (OP1_TYPE != IS_CONST && EXPECTED(Z_TYPE_P(array_ptr) == IS_OBJECT)) {
Z_TYPE_P         5924 Zend/zend_vm_def.h 				      EXPECTED(Z_TYPE_P(Z_INDIRECT(p->val)) != IS_UNDEF))) &&
Z_TYPE_P         6020 Zend/zend_vm_def.h 	if (EXPECTED(Z_TYPE_P(array) == IS_ARRAY)) {
Z_TYPE_P         6054 Zend/zend_vm_def.h 	} else if (EXPECTED(Z_TYPE_P(array) == IS_OBJECT)) {
Z_TYPE_P         6113 Zend/zend_vm_def.h 				      EXPECTED(Z_TYPE_P(Z_INDIRECT(p->val)) != IS_UNDEF))) &&
Z_TYPE_P         6199 Zend/zend_vm_def.h 	if (EXPECTED(Z_TYPE_P(array) == IS_ARRAY)) {
Z_TYPE_P         6241 Zend/zend_vm_def.h 			     EXPECTED(Z_TYPE_P(Z_INDIRECT(p->val)) != IS_UNDEF))) {
Z_TYPE_P         6246 Zend/zend_vm_def.h 	} else if (EXPECTED(Z_TYPE_P(array) == IS_OBJECT)) {
Z_TYPE_P         6305 Zend/zend_vm_def.h 				      EXPECTED(Z_TYPE_P(Z_INDIRECT(p->val)) != IS_UNDEF))) &&
Z_TYPE_P         6398 Zend/zend_vm_def.h 				Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         6399 Zend/zend_vm_def.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         6418 Zend/zend_vm_def.h 		if (OP1_TYPE != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
Z_TYPE_P         6474 Zend/zend_vm_def.h 			result = value && Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         6475 Zend/zend_vm_def.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         6506 Zend/zend_vm_def.h 	if (OP1_TYPE != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         6514 Zend/zend_vm_def.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         6523 Zend/zend_vm_def.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         6530 Zend/zend_vm_def.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         6533 Zend/zend_vm_def.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         6536 Zend/zend_vm_def.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         6539 Zend/zend_vm_def.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         6542 Zend/zend_vm_def.h 		} else if (Z_TYPE_P(offset) == IS_RESOURCE) {
Z_TYPE_P         6545 Zend/zend_vm_def.h 		} else if (OP2_TYPE == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         6556 Zend/zend_vm_def.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         6557 Zend/zend_vm_def.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         6564 Zend/zend_vm_def.h 		if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         6569 Zend/zend_vm_def.h 	if (OP2_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
Z_TYPE_P         6574 Zend/zend_vm_def.h 	    (OP1_TYPE != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
Z_TYPE_P         6583 Zend/zend_vm_def.h 	} else if (EXPECTED(Z_TYPE_P(container) == IS_STRING)) { /* string offsets */
Z_TYPE_P         6586 Zend/zend_vm_def.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         6602 Zend/zend_vm_def.h 			if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
Z_TYPE_P         6603 Zend/zend_vm_def.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
Z_TYPE_P         6643 Zend/zend_vm_def.h 	    (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         6646 Zend/zend_vm_def.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         6680 Zend/zend_vm_def.h 			if (Z_TYPE_P(ptr) == IS_LONG) {
Z_TYPE_P         6685 Zend/zend_vm_def.h 					if (Z_TYPE_P(ptr) == IS_LONG) {
Z_TYPE_P         6798 Zend/zend_vm_def.h 	if (Z_TYPE_P(value) > IS_NULL) {
Z_TYPE_P         6828 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) {
Z_TYPE_P         6998 Zend/zend_vm_def.h 	if (Z_TYPE_P(expr) == IS_OBJECT) {
Z_TYPE_P         7016 Zend/zend_vm_def.h 	} else if ((OP1_TYPE & (IS_VAR|IS_CV)) && Z_TYPE_P(expr) == IS_REFERENCE) {
Z_TYPE_P         7020 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(expr) == IS_UNDEF)) {
Z_TYPE_P         7454 Zend/zend_vm_def.h 	if (Z_TYPE_P(val) == IS_ARRAY) {
Z_TYPE_P         7462 Zend/zend_vm_def.h 	} else if (OP1_TYPE != IS_CONST && Z_TYPE_P(val) == IS_OBJECT && Z_OBJCE_P(val)->get_iterator) {
Z_TYPE_P         7650 Zend/zend_vm_def.h 		if (UNEXPECTED(Z_TYPE_P(value) == IS_INDIRECT)) {
Z_TYPE_P         7652 Zend/zend_vm_def.h 			if (UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) {
Z_TYPE_P         7708 Zend/zend_vm_def.h 	if (EXPECTED(Z_TYPE_P(value) == IS_STRING)) {
Z_TYPE_P         7713 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_CV && UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) {
Z_TYPE_P         7716 Zend/zend_vm_def.h 		if ((OP1_TYPE & (IS_VAR|IS_CV)) && Z_TYPE_P(value) == IS_REFERENCE) {
Z_TYPE_P         7734 Zend/zend_vm_def.h 			zend_internal_type_error(strict, "strlen() expects parameter 1 to be string, %s given", zend_get_type_by_const(Z_TYPE_P(value)));
Z_TYPE_P         7751 Zend/zend_vm_def.h 	if (EXPECTED(Z_TYPE_P(value) == opline->extended_value)) {
Z_TYPE_P         7752 Zend/zend_vm_def.h 		if (OP1_TYPE != IS_CONST && UNEXPECTED(Z_TYPE_P(value) == IS_OBJECT)) {
Z_TYPE_P         7759 Zend/zend_vm_def.h 		} else if (UNEXPECTED(Z_TYPE_P(value) == IS_RESOURCE)) {
Z_TYPE_P         7769 Zend/zend_vm_def.h 			   EXPECTED(Z_TYPE_P(value) == IS_TRUE || Z_TYPE_P(value) == IS_FALSE)) {
Z_TYPE_P          950 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(args) == IS_ARRAY)) {
Z_TYPE_P         1000 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(args) == IS_OBJECT)) {
Z_TYPE_P         1089 Zend/zend_vm_execute.h 		if (opline->op1_type == IS_CV && UNEXPECTED(Z_TYPE_P(args) == IS_UNDEF)) {
Z_TYPE_P         1109 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_P(args) != IS_ARRAY)) {
Z_TYPE_P         1112 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(args) == IS_ARRAY)) {
Z_TYPE_P         1116 Zend/zend_vm_execute.h 		zend_internal_type_error(EX_USES_STRICT_TYPES(), "call_user_func_array() expects parameter 2 to be array, %s given", zend_get_type_by_const(Z_TYPE_P(args)));
Z_TYPE_P         1879 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(class_name) == IS_OBJECT) {
Z_TYPE_P         1881 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(class_name) == IS_STRING) {
Z_TYPE_P         1883 Zend/zend_vm_execute.h 		} else if ((IS_CONST & (IS_VAR|IS_CV)) && Z_TYPE_P(class_name) == IS_REFERENCE) {
Z_TYPE_P         1887 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(class_name) == IS_UNDEF)) {
Z_TYPE_P         1943 Zend/zend_vm_execute.h 	if (IS_CONST != IS_CONST && EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         2021 Zend/zend_vm_execute.h 	    EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) &&
Z_TYPE_P         2034 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) &&
Z_TYPE_P         2048 Zend/zend_vm_execute.h 		if (Z_TYPE_P(obj) != IS_STRING && Z_TYPE_P(obj) != IS_OBJECT) {
Z_TYPE_P         2055 Zend/zend_vm_execute.h 		if (Z_TYPE_P(method) != IS_STRING) {
Z_TYPE_P         2061 Zend/zend_vm_execute.h 		if (Z_TYPE_P(obj) == IS_STRING) {
Z_TYPE_P         2118 Zend/zend_vm_execute.h 	} else if ((IS_CONST & (IS_VAR|IS_CV)) && Z_TYPE_P(function_name) == IS_REFERENCE) {
Z_TYPE_P         2122 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         2287 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(class_name) == IS_OBJECT) {
Z_TYPE_P         2289 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(class_name) == IS_STRING) {
Z_TYPE_P         2291 Zend/zend_vm_execute.h 		} else if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_TYPE_P(class_name) == IS_REFERENCE) {
Z_TYPE_P         2295 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CV && UNEXPECTED(Z_TYPE_P(class_name) == IS_UNDEF)) {
Z_TYPE_P         2329 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(class_name) == IS_OBJECT) {
Z_TYPE_P         2331 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(class_name) == IS_STRING) {
Z_TYPE_P         2333 Zend/zend_vm_execute.h 		} else if ((IS_CV & (IS_VAR|IS_CV)) && Z_TYPE_P(class_name) == IS_REFERENCE) {
Z_TYPE_P         2337 Zend/zend_vm_execute.h 			if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(class_name) == IS_UNDEF)) {
Z_TYPE_P         2366 Zend/zend_vm_execute.h 	if (IS_CV != IS_CONST && EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         2444 Zend/zend_vm_execute.h 	    EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) &&
Z_TYPE_P         2457 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) &&
Z_TYPE_P         2471 Zend/zend_vm_execute.h 		if (Z_TYPE_P(obj) != IS_STRING && Z_TYPE_P(obj) != IS_OBJECT) {
Z_TYPE_P         2478 Zend/zend_vm_execute.h 		if (Z_TYPE_P(method) != IS_STRING) {
Z_TYPE_P         2484 Zend/zend_vm_execute.h 		if (Z_TYPE_P(obj) == IS_STRING) {
Z_TYPE_P         2541 Zend/zend_vm_execute.h 	} else if ((IS_CV & (IS_VAR|IS_CV)) && Z_TYPE_P(function_name) == IS_REFERENCE) {
Z_TYPE_P         2545 Zend/zend_vm_execute.h 		if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         2584 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(class_name) == IS_OBJECT) {
Z_TYPE_P         2586 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(class_name) == IS_STRING) {
Z_TYPE_P         2588 Zend/zend_vm_execute.h 		} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_TYPE_P(class_name) == IS_REFERENCE) {
Z_TYPE_P         2592 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(class_name) == IS_UNDEF)) {
Z_TYPE_P         2622 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_CONST && EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         2700 Zend/zend_vm_execute.h 	    EXPECTED(Z_TYPE_P(function_name) == IS_OBJECT) &&
Z_TYPE_P         2713 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) &&
Z_TYPE_P         2727 Zend/zend_vm_execute.h 		if (Z_TYPE_P(obj) != IS_STRING && Z_TYPE_P(obj) != IS_OBJECT) {
Z_TYPE_P         2734 Zend/zend_vm_execute.h 		if (Z_TYPE_P(method) != IS_STRING) {
Z_TYPE_P         2740 Zend/zend_vm_execute.h 		if (Z_TYPE_P(obj) == IS_STRING) {
Z_TYPE_P         2797 Zend/zend_vm_execute.h 	} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_TYPE_P(function_name) == IS_REFERENCE) {
Z_TYPE_P         2801 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         2865 Zend/zend_vm_execute.h 	if (Z_TYPE_P(z) == IS_STRING) {
Z_TYPE_P         2876 Zend/zend_vm_execute.h 		} else if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(z) == IS_UNDEF)) {
Z_TYPE_P         3240 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) {
Z_TYPE_P         3243 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(value) == IS_OBJECT)) {
Z_TYPE_P         3247 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) {
Z_TYPE_P         3414 Zend/zend_vm_execute.h 		    (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT))) {
Z_TYPE_P         3417 Zend/zend_vm_execute.h 		    	if (EXPECTED(Z_TYPE_P(obj) == IS_OBJECT)) {
Z_TYPE_P         3421 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(obj) == IS_UNDEF)) {
Z_TYPE_P         3495 Zend/zend_vm_execute.h 			if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->cast_object) {
Z_TYPE_P         3521 Zend/zend_vm_execute.h 			if (Z_TYPE_P(expr) == opline->extended_value) {
Z_TYPE_P         3535 Zend/zend_vm_execute.h 				if (Z_TYPE_P(expr) != IS_OBJECT) {
Z_TYPE_P         3538 Zend/zend_vm_execute.h 					if (Z_TYPE_P(expr) != IS_NULL) {
Z_TYPE_P         3554 Zend/zend_vm_execute.h 				if (Z_TYPE_P(expr) != IS_ARRAY) {
Z_TYPE_P         3556 Zend/zend_vm_execute.h 					if (Z_TYPE_P(expr) != IS_NULL) {
Z_TYPE_P         3589 Zend/zend_vm_execute.h 	if (Z_TYPE_P(inc_filename) != IS_STRING) {
Z_TYPE_P         3590 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(inc_filename) == IS_UNDEF)) {
Z_TYPE_P         3715 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(array_ptr) == IS_ARRAY)) {
Z_TYPE_P         3724 Zend/zend_vm_execute.h 	} else if (IS_CONST != IS_CONST && EXPECTED(Z_TYPE_P(array_ptr) == IS_OBJECT)) {
Z_TYPE_P         3745 Zend/zend_vm_execute.h 				      EXPECTED(Z_TYPE_P(Z_INDIRECT(p->val)) != IS_UNDEF))) &&
Z_TYPE_P         3827 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(array_ptr) == IS_ARRAY)) {
Z_TYPE_P         3855 Zend/zend_vm_execute.h 			     EXPECTED(Z_TYPE_P(Z_INDIRECT(p->val)) != IS_UNDEF))) {
Z_TYPE_P         3864 Zend/zend_vm_execute.h 	} else if (IS_CONST != IS_CONST && EXPECTED(Z_TYPE_P(array_ptr) == IS_OBJECT)) {
Z_TYPE_P         3887 Zend/zend_vm_execute.h 				      EXPECTED(Z_TYPE_P(Z_INDIRECT(p->val)) != IS_UNDEF))) &&
Z_TYPE_P         3980 Zend/zend_vm_execute.h 			if (Z_TYPE_P(ptr) == IS_LONG) {
Z_TYPE_P         3985 Zend/zend_vm_execute.h 					if (Z_TYPE_P(ptr) == IS_LONG) {
Z_TYPE_P         4054 Zend/zend_vm_execute.h 	if (Z_TYPE_P(value) > IS_NULL) {
Z_TYPE_P         4083 Zend/zend_vm_execute.h 	if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) {
Z_TYPE_P         4122 Zend/zend_vm_execute.h 	if (Z_TYPE_P(val) == IS_ARRAY) {
Z_TYPE_P         4129 Zend/zend_vm_execute.h 	} else if (IS_CONST != IS_CONST && Z_TYPE_P(val) == IS_OBJECT && Z_OBJCE_P(val)->get_iterator) {
Z_TYPE_P         4209 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(value) == IS_STRING)) {
Z_TYPE_P         4214 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) {
Z_TYPE_P         4217 Zend/zend_vm_execute.h 		if ((IS_CONST & (IS_VAR|IS_CV)) && Z_TYPE_P(value) == IS_REFERENCE) {
Z_TYPE_P         4235 Zend/zend_vm_execute.h 			zend_internal_type_error(strict, "strlen() expects parameter 1 to be string, %s given", zend_get_type_by_const(Z_TYPE_P(value)));
Z_TYPE_P         4252 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(value) == opline->extended_value)) {
Z_TYPE_P         4253 Zend/zend_vm_execute.h 		if (IS_CONST != IS_CONST && UNEXPECTED(Z_TYPE_P(value) == IS_OBJECT)) {
Z_TYPE_P         4260 Zend/zend_vm_execute.h 		} else if (UNEXPECTED(Z_TYPE_P(value) == IS_RESOURCE)) {
Z_TYPE_P         4270 Zend/zend_vm_execute.h 			   EXPECTED(Z_TYPE_P(value) == IS_TRUE || Z_TYPE_P(value) == IS_FALSE)) {
Z_TYPE_P         4540 Zend/zend_vm_execute.h 		if ((IS_CONST == IS_CONST || EXPECTED(Z_TYPE_P(op1) == IS_STRING)) &&
Z_TYPE_P         4541 Zend/zend_vm_execute.h 		    (IS_CONST == IS_CONST || EXPECTED(Z_TYPE_P(op2) == IS_STRING))) {
Z_TYPE_P         4575 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         4578 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         4636 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         4637 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         4639 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         4644 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         4645 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         4647 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         4652 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         4653 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         4679 Zend/zend_vm_execute.h 	if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         4682 Zend/zend_vm_execute.h 	if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         4704 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         4705 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         4707 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         4712 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         4713 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         4715 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         4720 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         4721 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         4747 Zend/zend_vm_execute.h 	if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         4750 Zend/zend_vm_execute.h 	if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         4950 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(varname) == IS_STRING)) {
Z_TYPE_P         4954 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
Z_TYPE_P         5035 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(retval) == IS_INDIRECT) {
Z_TYPE_P         5037 Zend/zend_vm_execute.h 			if (Z_TYPE_P(retval) == IS_UNDEF) {
Z_TYPE_P         5211 Zend/zend_vm_execute.h 	    (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         5214 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         5233 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         5283 Zend/zend_vm_execute.h 	    (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         5286 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         5305 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         5387 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         5397 Zend/zend_vm_execute.h 	           UNEXPECTED(Z_TYPE_P(container) == IS_OBJECT) &&
Z_TYPE_P         5409 Zend/zend_vm_execute.h 	} else if ((IS_CONST & (IS_VAR|IS_CV)) && Z_TYPE_P(container) == IS_REFERENCE) {
Z_TYPE_P         5413 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(container) == IS_UNDEF)) {
Z_TYPE_P         5432 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         5435 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         5443 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         5446 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         5505 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
Z_TYPE_P         5509 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         5512 Zend/zend_vm_execute.h 			} else if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         5535 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         5538 Zend/zend_vm_execute.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
Z_TYPE_P         5542 Zend/zend_vm_execute.h 				if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(object) == IS_UNDEF)) {
Z_TYPE_P         5549 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
Z_TYPE_P         5649 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
Z_TYPE_P         5653 Zend/zend_vm_execute.h 						if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         5656 Zend/zend_vm_execute.h 					} else if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         5817 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         5818 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         5820 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         5825 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         5826 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         5828 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         5833 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         5834 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         5859 Zend/zend_vm_execute.h 	if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         5870 Zend/zend_vm_execute.h 	if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         6043 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         6052 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         6056 Zend/zend_vm_execute.h 		} else if ((IS_CONST & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         6059 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         6062 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         6065 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         6068 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         6071 Zend/zend_vm_execute.h 		} else if (IS_CONST == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         6155 Zend/zend_vm_execute.h 	if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
Z_TYPE_P         6156 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
Z_TYPE_P         6210 Zend/zend_vm_execute.h 				Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         6211 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         6230 Zend/zend_vm_execute.h 		if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
Z_TYPE_P         6285 Zend/zend_vm_execute.h 			result = value && Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         6286 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         6317 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         6325 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         6334 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         6341 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         6344 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         6347 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         6350 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         6353 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_RESOURCE) {
Z_TYPE_P         6356 Zend/zend_vm_execute.h 		} else if (IS_CONST == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         6367 Zend/zend_vm_execute.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         6368 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         6375 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         6380 Zend/zend_vm_execute.h 	if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
Z_TYPE_P         6385 Zend/zend_vm_execute.h 	    (IS_CONST != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
Z_TYPE_P         6394 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(container) == IS_STRING)) { /* string offsets */
Z_TYPE_P         6397 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         6413 Zend/zend_vm_execute.h 			if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
Z_TYPE_P         6414 Zend/zend_vm_execute.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
Z_TYPE_P         6454 Zend/zend_vm_execute.h 	    (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         6457 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         6884 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(varname) == IS_STRING)) {
Z_TYPE_P         6888 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
Z_TYPE_P         6969 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(retval) == IS_INDIRECT) {
Z_TYPE_P         6971 Zend/zend_vm_execute.h 			if (Z_TYPE_P(retval) == IS_UNDEF) {
Z_TYPE_P         7093 Zend/zend_vm_execute.h 	if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
Z_TYPE_P         7094 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
Z_TYPE_P         7148 Zend/zend_vm_execute.h 				Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         7149 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         7168 Zend/zend_vm_execute.h 		if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
Z_TYPE_P         7223 Zend/zend_vm_execute.h 			result = value && Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         7224 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         7390 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(varname) == IS_STRING)) {
Z_TYPE_P         7394 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
Z_TYPE_P         7475 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(retval) == IS_INDIRECT) {
Z_TYPE_P         7477 Zend/zend_vm_execute.h 			if (Z_TYPE_P(retval) == IS_UNDEF) {
Z_TYPE_P         7645 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
Z_TYPE_P         7649 Zend/zend_vm_execute.h 						if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         7652 Zend/zend_vm_execute.h 					} else if (IS_UNUSED == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         7764 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(retval_ptr) == IS_INDIRECT)) {
Z_TYPE_P         7774 Zend/zend_vm_execute.h 			&& !ZEND_SAME_FAKE_TYPE(ret_info->type_hint, Z_TYPE_P(retval_ptr))
Z_TYPE_P         7857 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         7866 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         7870 Zend/zend_vm_execute.h 		} else if ((IS_UNUSED & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         7873 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         7876 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         7879 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         7882 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         7885 Zend/zend_vm_execute.h 		} else if (IS_UNUSED == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         7969 Zend/zend_vm_execute.h 	if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
Z_TYPE_P         7970 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
Z_TYPE_P         8024 Zend/zend_vm_execute.h 				Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         8025 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         8044 Zend/zend_vm_execute.h 		if (IS_CONST != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
Z_TYPE_P         8099 Zend/zend_vm_execute.h 			result = value && Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         8100 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         8515 Zend/zend_vm_execute.h 		if ((IS_CONST == IS_CONST || EXPECTED(Z_TYPE_P(op1) == IS_STRING)) &&
Z_TYPE_P         8516 Zend/zend_vm_execute.h 		    (IS_CV == IS_CONST || EXPECTED(Z_TYPE_P(op2) == IS_STRING))) {
Z_TYPE_P         8550 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         8553 Zend/zend_vm_execute.h 			if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         8611 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         8612 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         8614 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         8619 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         8620 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         8622 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         8627 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         8628 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         8654 Zend/zend_vm_execute.h 	if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         8657 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         8679 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         8680 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         8682 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         8687 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         8688 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         8690 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         8695 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         8696 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         8722 Zend/zend_vm_execute.h 	if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         8725 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         9001 Zend/zend_vm_execute.h 	    (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         9004 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         9023 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         9073 Zend/zend_vm_execute.h 	    (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         9076 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         9095 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         9178 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         9181 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         9189 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         9192 Zend/zend_vm_execute.h 		if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         9251 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
Z_TYPE_P         9255 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         9258 Zend/zend_vm_execute.h 			} else if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         9281 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         9284 Zend/zend_vm_execute.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
Z_TYPE_P         9288 Zend/zend_vm_execute.h 				if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(object) == IS_UNDEF)) {
Z_TYPE_P         9295 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
Z_TYPE_P         9395 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
Z_TYPE_P         9399 Zend/zend_vm_execute.h 						if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         9402 Zend/zend_vm_execute.h 					} else if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         9613 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         9614 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         9616 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         9621 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         9622 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         9624 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         9629 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         9630 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         9655 Zend/zend_vm_execute.h 	if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         9666 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         9732 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         9741 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         9745 Zend/zend_vm_execute.h 		} else if ((IS_CV & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         9748 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         9751 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         9754 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         9757 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         9760 Zend/zend_vm_execute.h 		} else if (IS_CV == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         9826 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         9834 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         9843 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         9850 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         9853 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         9856 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         9859 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         9862 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_RESOURCE) {
Z_TYPE_P         9865 Zend/zend_vm_execute.h 		} else if (IS_CV == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         9876 Zend/zend_vm_execute.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         9877 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         9884 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         9889 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
Z_TYPE_P         9894 Zend/zend_vm_execute.h 	    (IS_CONST != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
Z_TYPE_P         9903 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(container) == IS_STRING)) { /* string offsets */
Z_TYPE_P         9906 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         9922 Zend/zend_vm_execute.h 			if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
Z_TYPE_P         9923 Zend/zend_vm_execute.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
Z_TYPE_P         9963 Zend/zend_vm_execute.h 	    (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         9966 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         10371 Zend/zend_vm_execute.h 		if ((IS_CONST == IS_CONST || EXPECTED(Z_TYPE_P(op1) == IS_STRING)) &&
Z_TYPE_P         10372 Zend/zend_vm_execute.h 		    ((IS_TMP_VAR|IS_VAR) == IS_CONST || EXPECTED(Z_TYPE_P(op2) == IS_STRING))) {
Z_TYPE_P         10406 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         10409 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         10431 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         10432 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         10434 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         10439 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         10440 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         10442 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         10447 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         10448 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         10474 Zend/zend_vm_execute.h 	if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         10477 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         10499 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         10500 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         10502 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         10507 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         10508 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         10510 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         10515 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         10516 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         10542 Zend/zend_vm_execute.h 	if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         10545 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         10821 Zend/zend_vm_execute.h 	    (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         10824 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         10843 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         10894 Zend/zend_vm_execute.h 	    (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         10897 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         10916 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         11000 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         11003 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         11011 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         11014 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         11073 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
Z_TYPE_P         11077 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         11080 Zend/zend_vm_execute.h 			} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         11103 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         11106 Zend/zend_vm_execute.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
Z_TYPE_P         11110 Zend/zend_vm_execute.h 				if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(object) == IS_UNDEF)) {
Z_TYPE_P         11117 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
Z_TYPE_P         11218 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
Z_TYPE_P         11222 Zend/zend_vm_execute.h 						if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         11225 Zend/zend_vm_execute.h 					} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         11387 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         11388 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         11390 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         11395 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         11396 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         11398 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         11403 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         11404 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         11429 Zend/zend_vm_execute.h 	if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         11440 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         11506 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         11515 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         11519 Zend/zend_vm_execute.h 		} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         11522 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         11525 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         11528 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         11531 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         11534 Zend/zend_vm_execute.h 		} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         11600 Zend/zend_vm_execute.h 	if (IS_CONST != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         11608 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         11617 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         11624 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         11627 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         11630 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         11633 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         11636 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_RESOURCE) {
Z_TYPE_P         11639 Zend/zend_vm_execute.h 		} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         11650 Zend/zend_vm_execute.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         11651 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         11658 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         11663 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
Z_TYPE_P         11668 Zend/zend_vm_execute.h 	    (IS_CONST != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
Z_TYPE_P         11677 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(container) == IS_STRING)) { /* string offsets */
Z_TYPE_P         11680 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         11696 Zend/zend_vm_execute.h 			if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
Z_TYPE_P         11697 Zend/zend_vm_execute.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
Z_TYPE_P         11737 Zend/zend_vm_execute.h 	    (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         11740 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         11930 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) {
Z_TYPE_P         11933 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(value) == IS_OBJECT)) {
Z_TYPE_P         11937 Zend/zend_vm_execute.h 			if (IS_TMP_VAR == IS_CV && UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) {
Z_TYPE_P         12027 Zend/zend_vm_execute.h 			if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->cast_object) {
Z_TYPE_P         12053 Zend/zend_vm_execute.h 			if (Z_TYPE_P(expr) == opline->extended_value) {
Z_TYPE_P         12067 Zend/zend_vm_execute.h 				if (Z_TYPE_P(expr) != IS_OBJECT) {
Z_TYPE_P         12070 Zend/zend_vm_execute.h 					if (Z_TYPE_P(expr) != IS_NULL) {
Z_TYPE_P         12086 Zend/zend_vm_execute.h 				if (Z_TYPE_P(expr) != IS_ARRAY) {
Z_TYPE_P         12088 Zend/zend_vm_execute.h 					if (Z_TYPE_P(expr) != IS_NULL) {
Z_TYPE_P         12119 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(array_ptr) == IS_ARRAY)) {
Z_TYPE_P         12128 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR != IS_CONST && EXPECTED(Z_TYPE_P(array_ptr) == IS_OBJECT)) {
Z_TYPE_P         12149 Zend/zend_vm_execute.h 				      EXPECTED(Z_TYPE_P(Z_INDIRECT(p->val)) != IS_UNDEF))) &&
Z_TYPE_P         12232 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(array_ptr) == IS_ARRAY)) {
Z_TYPE_P         12260 Zend/zend_vm_execute.h 			     EXPECTED(Z_TYPE_P(Z_INDIRECT(p->val)) != IS_UNDEF))) {
Z_TYPE_P         12269 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR != IS_CONST && EXPECTED(Z_TYPE_P(array_ptr) == IS_OBJECT)) {
Z_TYPE_P         12292 Zend/zend_vm_execute.h 				      EXPECTED(Z_TYPE_P(Z_INDIRECT(p->val)) != IS_UNDEF))) &&
Z_TYPE_P         12441 Zend/zend_vm_execute.h 	if (Z_TYPE_P(value) > IS_NULL) {
Z_TYPE_P         12471 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_CV && UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) {
Z_TYPE_P         12510 Zend/zend_vm_execute.h 	if (Z_TYPE_P(val) == IS_ARRAY) {
Z_TYPE_P         12517 Zend/zend_vm_execute.h 	} else if (IS_TMP_VAR != IS_CONST && Z_TYPE_P(val) == IS_OBJECT && Z_OBJCE_P(val)->get_iterator) {
Z_TYPE_P         12598 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(value) == opline->extended_value)) {
Z_TYPE_P         12599 Zend/zend_vm_execute.h 		if (IS_TMP_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(value) == IS_OBJECT)) {
Z_TYPE_P         12606 Zend/zend_vm_execute.h 		} else if (UNEXPECTED(Z_TYPE_P(value) == IS_RESOURCE)) {
Z_TYPE_P         12616 Zend/zend_vm_execute.h 			   EXPECTED(Z_TYPE_P(value) == IS_TRUE || Z_TYPE_P(value) == IS_FALSE)) {
Z_TYPE_P         12723 Zend/zend_vm_execute.h 	    (IS_TMP_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         12726 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         12745 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         12831 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(var) == IS_STRING)) {
Z_TYPE_P         12839 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(var) == IS_UNDEF)) {
Z_TYPE_P         12866 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(var) == IS_STRING)) {
Z_TYPE_P         12874 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(var) == IS_UNDEF)) {
Z_TYPE_P         12959 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         12968 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         12972 Zend/zend_vm_execute.h 		} else if ((IS_CONST & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         12975 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         12978 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         12981 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         12984 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         12987 Zend/zend_vm_execute.h 		} else if (IS_CONST == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         13590 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(retval_ptr) == IS_INDIRECT)) {
Z_TYPE_P         13600 Zend/zend_vm_execute.h 			&& !ZEND_SAME_FAKE_TYPE(ret_info->type_hint, Z_TYPE_P(retval_ptr))
Z_TYPE_P         13683 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         13692 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         13696 Zend/zend_vm_execute.h 		} else if ((IS_UNUSED & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         13699 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         13702 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         13705 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         13708 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         13711 Zend/zend_vm_execute.h 		} else if (IS_UNUSED == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         13996 Zend/zend_vm_execute.h 	    (IS_TMP_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         13999 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         14018 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         14104 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(var) == IS_STRING)) {
Z_TYPE_P         14112 Zend/zend_vm_execute.h 			if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(var) == IS_UNDEF)) {
Z_TYPE_P         14139 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(var) == IS_STRING)) {
Z_TYPE_P         14147 Zend/zend_vm_execute.h 			if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(var) == IS_UNDEF)) {
Z_TYPE_P         14232 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         14241 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         14245 Zend/zend_vm_execute.h 		} else if ((IS_CV & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         14248 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         14251 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         14254 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         14257 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         14260 Zend/zend_vm_execute.h 		} else if (IS_CV == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         14509 Zend/zend_vm_execute.h 	    (IS_TMP_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         14512 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         14531 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         14618 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(var) == IS_STRING)) {
Z_TYPE_P         14626 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(var) == IS_UNDEF)) {
Z_TYPE_P         14653 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(var) == IS_STRING)) {
Z_TYPE_P         14661 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(var) == IS_UNDEF)) {
Z_TYPE_P         14746 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         14755 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         14759 Zend/zend_vm_execute.h 		} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         14762 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         14765 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         14768 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         14771 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         14774 Zend/zend_vm_execute.h 		} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         14834 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(var_ptr) == IS_LONG)) {
Z_TYPE_P         14850 Zend/zend_vm_execute.h 	if (IS_VAR == IS_CV && UNEXPECTED(Z_TYPE_P(var_ptr) == IS_UNDEF)) {
Z_TYPE_P         14880 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(var_ptr) == IS_LONG)) {
Z_TYPE_P         14896 Zend/zend_vm_execute.h 	if (IS_VAR == IS_CV && UNEXPECTED(Z_TYPE_P(var_ptr) == IS_UNDEF)) {
Z_TYPE_P         14926 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(var_ptr) == IS_LONG)) {
Z_TYPE_P         14938 Zend/zend_vm_execute.h 	if (IS_VAR == IS_CV && UNEXPECTED(Z_TYPE_P(var_ptr) == IS_UNDEF)) {
Z_TYPE_P         14965 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(var_ptr) == IS_LONG)) {
Z_TYPE_P         14977 Zend/zend_vm_execute.h 	if (IS_VAR == IS_CV && UNEXPECTED(Z_TYPE_P(var_ptr) == IS_UNDEF)) {
Z_TYPE_P         15157 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) {
Z_TYPE_P         15160 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(value) == IS_OBJECT)) {
Z_TYPE_P         15164 Zend/zend_vm_execute.h 			if (IS_VAR == IS_CV && UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) {
Z_TYPE_P         15242 Zend/zend_vm_execute.h 	    (Z_ISREF_P(varptr) || Z_TYPE_P(varptr) == IS_OBJECT)) {
Z_TYPE_P         15473 Zend/zend_vm_execute.h 			if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->cast_object) {
Z_TYPE_P         15499 Zend/zend_vm_execute.h 			if (Z_TYPE_P(expr) == opline->extended_value) {
Z_TYPE_P         15514 Zend/zend_vm_execute.h 				if (Z_TYPE_P(expr) != IS_OBJECT) {
Z_TYPE_P         15517 Zend/zend_vm_execute.h 					if (Z_TYPE_P(expr) != IS_NULL) {
Z_TYPE_P         15533 Zend/zend_vm_execute.h 				if (Z_TYPE_P(expr) != IS_ARRAY) {
Z_TYPE_P         15535 Zend/zend_vm_execute.h 					if (Z_TYPE_P(expr) != IS_NULL) {
Z_TYPE_P         15566 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(array_ptr) == IS_ARRAY)) {
Z_TYPE_P         15576 Zend/zend_vm_execute.h 	} else if (IS_VAR != IS_CONST && EXPECTED(Z_TYPE_P(array_ptr) == IS_OBJECT)) {
Z_TYPE_P         15597 Zend/zend_vm_execute.h 				      EXPECTED(Z_TYPE_P(Z_INDIRECT(p->val)) != IS_UNDEF))) &&
Z_TYPE_P         15681 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(array_ptr) == IS_ARRAY)) {
Z_TYPE_P         15709 Zend/zend_vm_execute.h 			     EXPECTED(Z_TYPE_P(Z_INDIRECT(p->val)) != IS_UNDEF))) {
Z_TYPE_P         15719 Zend/zend_vm_execute.h 	} else if (IS_VAR != IS_CONST && EXPECTED(Z_TYPE_P(array_ptr) == IS_OBJECT)) {
Z_TYPE_P         15742 Zend/zend_vm_execute.h 				      EXPECTED(Z_TYPE_P(Z_INDIRECT(p->val)) != IS_UNDEF))) &&
Z_TYPE_P         15838 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(array) == IS_ARRAY)) {
Z_TYPE_P         15872 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(array) == IS_OBJECT)) {
Z_TYPE_P         15931 Zend/zend_vm_execute.h 				      EXPECTED(Z_TYPE_P(Z_INDIRECT(p->val)) != IS_UNDEF))) &&
Z_TYPE_P         16017 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(array) == IS_ARRAY)) {
Z_TYPE_P         16059 Zend/zend_vm_execute.h 			     EXPECTED(Z_TYPE_P(Z_INDIRECT(p->val)) != IS_UNDEF))) {
Z_TYPE_P         16064 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(array) == IS_OBJECT)) {
Z_TYPE_P         16123 Zend/zend_vm_execute.h 				      EXPECTED(Z_TYPE_P(Z_INDIRECT(p->val)) != IS_UNDEF))) &&
Z_TYPE_P         16260 Zend/zend_vm_execute.h 	if (Z_TYPE_P(value) > IS_NULL) {
Z_TYPE_P         16290 Zend/zend_vm_execute.h 	if (IS_VAR == IS_CV && UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) {
Z_TYPE_P         16329 Zend/zend_vm_execute.h 	if (Z_TYPE_P(val) == IS_ARRAY) {
Z_TYPE_P         16337 Zend/zend_vm_execute.h 	} else if (IS_VAR != IS_CONST && Z_TYPE_P(val) == IS_OBJECT && Z_OBJCE_P(val)->get_iterator) {
Z_TYPE_P         16419 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(value) == opline->extended_value)) {
Z_TYPE_P         16420 Zend/zend_vm_execute.h 		if (IS_VAR != IS_CONST && UNEXPECTED(Z_TYPE_P(value) == IS_OBJECT)) {
Z_TYPE_P         16427 Zend/zend_vm_execute.h 		} else if (UNEXPECTED(Z_TYPE_P(value) == IS_RESOURCE)) {
Z_TYPE_P         16437 Zend/zend_vm_execute.h 			   EXPECTED(Z_TYPE_P(value) == IS_TRUE || Z_TYPE_P(value) == IS_FALSE)) {
Z_TYPE_P         16513 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         16572 Zend/zend_vm_execute.h 		if (IS_VAR == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) {
Z_TYPE_P         16576 Zend/zend_vm_execute.h 			if (IS_VAR == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         16919 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         16935 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(zptr) == IS_LONG)) {
Z_TYPE_P         16999 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         17013 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(zptr) == IS_LONG)) {
Z_TYPE_P         17178 Zend/zend_vm_execute.h 	    (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         17181 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         17200 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         17414 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) {
Z_TYPE_P         17444 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) {
Z_TYPE_P         17448 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(object_ptr) == IS_OBJECT)) {
Z_TYPE_P         17454 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(object_ptr) == IS_STRING)) {
Z_TYPE_P         17478 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(object_ptr) <= IS_FALSE)) {
Z_TYPE_P         17570 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
Z_TYPE_P         17574 Zend/zend_vm_execute.h 						if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         17577 Zend/zend_vm_execute.h 					} else if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         17832 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         17841 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         17845 Zend/zend_vm_execute.h 		} else if ((IS_CONST & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         17848 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         17851 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         17854 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         17857 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         17860 Zend/zend_vm_execute.h 		} else if (IS_CONST == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         17930 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         17937 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         17950 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         17954 Zend/zend_vm_execute.h 			} else if ((IS_CONST & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         17957 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         17960 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         17963 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         17966 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         17969 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_RESOURCE) {
Z_TYPE_P         17972 Zend/zend_vm_execute.h 			} else if (IS_CONST == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         17982 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         17986 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
Z_TYPE_P         17989 Zend/zend_vm_execute.h 		if (IS_VAR == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         17995 Zend/zend_vm_execute.h 		} else if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) == IS_STRING)) {
Z_TYPE_P         18026 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         18029 Zend/zend_vm_execute.h 				if (Z_TYPE_P(container) != IS_OBJECT) {
Z_TYPE_P         18475 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(EX_VAR(opline->op1.var)) != IS_INDIRECT) &&
Z_TYPE_P         18485 Zend/zend_vm_execute.h 		if (!(free_op2 != NULL) && UNEXPECTED(Z_TYPE_P(EX_VAR(opline->op2.var)) != IS_INDIRECT)) { /* undo the effect of get_zval_ptr_ptr() */
Z_TYPE_P         18686 Zend/zend_vm_execute.h 		if (IS_VAR == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) {
Z_TYPE_P         18690 Zend/zend_vm_execute.h 			if (IS_VAR == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         19077 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) {
Z_TYPE_P         19107 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) {
Z_TYPE_P         19111 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(object_ptr) == IS_OBJECT)) {
Z_TYPE_P         19117 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(object_ptr) == IS_STRING)) {
Z_TYPE_P         19141 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(object_ptr) <= IS_FALSE)) {
Z_TYPE_P         19205 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
Z_TYPE_P         19209 Zend/zend_vm_execute.h 						if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         19212 Zend/zend_vm_execute.h 					} else if (IS_UNUSED == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         19324 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(retval_ptr) == IS_INDIRECT)) {
Z_TYPE_P         19334 Zend/zend_vm_execute.h 			&& !ZEND_SAME_FAKE_TYPE(ret_info->type_hint, Z_TYPE_P(retval_ptr))
Z_TYPE_P         19417 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         19426 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         19430 Zend/zend_vm_execute.h 		} else if ((IS_UNUSED & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         19433 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         19436 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         19439 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         19442 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         19445 Zend/zend_vm_execute.h 		} else if (IS_UNUSED == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         19717 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         19776 Zend/zend_vm_execute.h 		if (IS_VAR == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) {
Z_TYPE_P         19780 Zend/zend_vm_execute.h 			if (IS_VAR == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         20123 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         20139 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(zptr) == IS_LONG)) {
Z_TYPE_P         20203 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         20217 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(zptr) == IS_LONG)) {
Z_TYPE_P         20382 Zend/zend_vm_execute.h 	    (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         20385 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         20404 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         20618 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) {
Z_TYPE_P         20648 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) {
Z_TYPE_P         20652 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(object_ptr) == IS_OBJECT)) {
Z_TYPE_P         20658 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(object_ptr) == IS_STRING)) {
Z_TYPE_P         20682 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(object_ptr) <= IS_FALSE)) {
Z_TYPE_P         20748 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(EX_VAR(opline->op1.var)) != IS_INDIRECT) &&
Z_TYPE_P         20758 Zend/zend_vm_execute.h 		if (!0 && UNEXPECTED(Z_TYPE_P(EX_VAR(opline->op2.var)) != IS_INDIRECT)) { /* undo the effect of get_zval_ptr_ptr() */
Z_TYPE_P         20833 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
Z_TYPE_P         20837 Zend/zend_vm_execute.h 						if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         20840 Zend/zend_vm_execute.h 					} else if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         20988 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         20997 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         21001 Zend/zend_vm_execute.h 		} else if ((IS_CV & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         21004 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         21007 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         21010 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         21013 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         21016 Zend/zend_vm_execute.h 		} else if (IS_CV == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         21086 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         21093 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         21106 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         21110 Zend/zend_vm_execute.h 			} else if ((IS_CV & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         21113 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         21116 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         21119 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         21122 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         21125 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_RESOURCE) {
Z_TYPE_P         21128 Zend/zend_vm_execute.h 			} else if (IS_CV == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         21138 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         21142 Zend/zend_vm_execute.h 		if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
Z_TYPE_P         21145 Zend/zend_vm_execute.h 		if (IS_VAR == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         21151 Zend/zend_vm_execute.h 		} else if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) == IS_STRING)) {
Z_TYPE_P         21182 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         21185 Zend/zend_vm_execute.h 				if (Z_TYPE_P(container) != IS_OBJECT) {
Z_TYPE_P         21376 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         21435 Zend/zend_vm_execute.h 		if (IS_VAR == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) {
Z_TYPE_P         21439 Zend/zend_vm_execute.h 			if (IS_VAR == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         21784 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         21800 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(zptr) == IS_LONG)) {
Z_TYPE_P         21865 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         21879 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(zptr) == IS_LONG)) {
Z_TYPE_P         22045 Zend/zend_vm_execute.h 	    (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         22048 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         22067 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         22282 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) {
Z_TYPE_P         22312 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) {
Z_TYPE_P         22316 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(object_ptr) == IS_OBJECT)) {
Z_TYPE_P         22322 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(object_ptr) == IS_STRING)) {
Z_TYPE_P         22346 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(object_ptr) <= IS_FALSE)) {
Z_TYPE_P         22410 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
Z_TYPE_P         22414 Zend/zend_vm_execute.h 						if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         22417 Zend/zend_vm_execute.h 					} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         22565 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         22574 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         22578 Zend/zend_vm_execute.h 		} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         22581 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         22584 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         22587 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         22590 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         22593 Zend/zend_vm_execute.h 		} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         22663 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         22670 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         22683 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         22687 Zend/zend_vm_execute.h 			} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         22690 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         22693 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         22696 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         22699 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         22702 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_RESOURCE) {
Z_TYPE_P         22705 Zend/zend_vm_execute.h 			} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         22715 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         22719 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
Z_TYPE_P         22722 Zend/zend_vm_execute.h 		if (IS_VAR == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         22728 Zend/zend_vm_execute.h 		} else if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) == IS_STRING)) {
Z_TYPE_P         22760 Zend/zend_vm_execute.h 		if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         22763 Zend/zend_vm_execute.h 				if (Z_TYPE_P(container) != IS_OBJECT) {
Z_TYPE_P         22801 Zend/zend_vm_execute.h 		    (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT))) {
Z_TYPE_P         22804 Zend/zend_vm_execute.h 		    	if (EXPECTED(Z_TYPE_P(obj) == IS_OBJECT)) {
Z_TYPE_P         22808 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CV && UNEXPECTED(Z_TYPE_P(obj) == IS_UNDEF)) {
Z_TYPE_P         22873 Zend/zend_vm_execute.h 			if (Z_TYPE_P(ptr) == IS_LONG) {
Z_TYPE_P         22878 Zend/zend_vm_execute.h 					if (Z_TYPE_P(ptr) == IS_LONG) {
Z_TYPE_P         22923 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         22982 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) {
Z_TYPE_P         22986 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         23293 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         23309 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(zptr) == IS_LONG)) {
Z_TYPE_P         23373 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         23387 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(zptr) == IS_LONG)) {
Z_TYPE_P         23443 Zend/zend_vm_execute.h 	    (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         23446 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         23465 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         23576 Zend/zend_vm_execute.h 	    (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         23579 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         23598 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         23745 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(var) == IS_STRING)) {
Z_TYPE_P         23753 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(var) == IS_UNDEF)) {
Z_TYPE_P         23781 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
Z_TYPE_P         23785 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         23788 Zend/zend_vm_execute.h 			} else if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         23811 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         23814 Zend/zend_vm_execute.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
Z_TYPE_P         23818 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_CV && UNEXPECTED(Z_TYPE_P(object) == IS_UNDEF)) {
Z_TYPE_P         23825 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
Z_TYPE_P         24045 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         24052 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         24065 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         24069 Zend/zend_vm_execute.h 			} else if ((IS_CONST & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         24072 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         24075 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         24078 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         24081 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         24084 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_RESOURCE) {
Z_TYPE_P         24087 Zend/zend_vm_execute.h 			} else if (IS_CONST == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         24097 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         24101 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
Z_TYPE_P         24104 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         24110 Zend/zend_vm_execute.h 		} else if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) == IS_STRING)) {
Z_TYPE_P         24141 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         24144 Zend/zend_vm_execute.h 				if (Z_TYPE_P(container) != IS_OBJECT) {
Z_TYPE_P         24182 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         24190 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         24199 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         24206 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         24209 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         24212 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         24215 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         24218 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_RESOURCE) {
Z_TYPE_P         24221 Zend/zend_vm_execute.h 		} else if (IS_CONST == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         24232 Zend/zend_vm_execute.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         24233 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         24240 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         24245 Zend/zend_vm_execute.h 	if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
Z_TYPE_P         24250 Zend/zend_vm_execute.h 	    (IS_UNUSED != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
Z_TYPE_P         24259 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(container) == IS_STRING)) { /* string offsets */
Z_TYPE_P         24262 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         24278 Zend/zend_vm_execute.h 			if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
Z_TYPE_P         24279 Zend/zend_vm_execute.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
Z_TYPE_P         24319 Zend/zend_vm_execute.h 	    (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         24322 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         24793 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) {
Z_TYPE_P         24797 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         25098 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(retval_ptr) == IS_INDIRECT)) {
Z_TYPE_P         25108 Zend/zend_vm_execute.h 			&& !ZEND_SAME_FAKE_TYPE(ret_info->type_hint, Z_TYPE_P(retval_ptr))
Z_TYPE_P         25338 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         25397 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) {
Z_TYPE_P         25401 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         25708 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         25724 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(zptr) == IS_LONG)) {
Z_TYPE_P         25788 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         25802 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(zptr) == IS_LONG)) {
Z_TYPE_P         25858 Zend/zend_vm_execute.h 	    (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         25861 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         25880 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         25991 Zend/zend_vm_execute.h 	    (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         25994 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         26013 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         26160 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(var) == IS_STRING)) {
Z_TYPE_P         26168 Zend/zend_vm_execute.h 			if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(var) == IS_UNDEF)) {
Z_TYPE_P         26196 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
Z_TYPE_P         26200 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         26203 Zend/zend_vm_execute.h 			} else if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         26226 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         26229 Zend/zend_vm_execute.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
Z_TYPE_P         26233 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_CV && UNEXPECTED(Z_TYPE_P(object) == IS_UNDEF)) {
Z_TYPE_P         26240 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
Z_TYPE_P         26353 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         26360 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         26373 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         26377 Zend/zend_vm_execute.h 			} else if ((IS_CV & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         26380 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         26383 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         26386 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         26389 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         26392 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_RESOURCE) {
Z_TYPE_P         26395 Zend/zend_vm_execute.h 			} else if (IS_CV == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         26405 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         26409 Zend/zend_vm_execute.h 		if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
Z_TYPE_P         26412 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         26418 Zend/zend_vm_execute.h 		} else if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) == IS_STRING)) {
Z_TYPE_P         26449 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         26452 Zend/zend_vm_execute.h 				if (Z_TYPE_P(container) != IS_OBJECT) {
Z_TYPE_P         26490 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         26498 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         26507 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         26514 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         26517 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         26520 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         26523 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         26526 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_RESOURCE) {
Z_TYPE_P         26529 Zend/zend_vm_execute.h 		} else if (IS_CV == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         26540 Zend/zend_vm_execute.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         26541 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         26548 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         26553 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
Z_TYPE_P         26558 Zend/zend_vm_execute.h 	    (IS_UNUSED != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
Z_TYPE_P         26567 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(container) == IS_STRING)) { /* string offsets */
Z_TYPE_P         26570 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         26586 Zend/zend_vm_execute.h 			if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
Z_TYPE_P         26587 Zend/zend_vm_execute.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
Z_TYPE_P         26627 Zend/zend_vm_execute.h 	    (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         26630 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         26825 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         26884 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) {
Z_TYPE_P         26888 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         27196 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         27212 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(zptr) == IS_LONG)) {
Z_TYPE_P         27277 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         27291 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(zptr) == IS_LONG)) {
Z_TYPE_P         27348 Zend/zend_vm_execute.h 	    (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         27351 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         27370 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         27482 Zend/zend_vm_execute.h 	    (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         27485 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         27504 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         27652 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(var) == IS_STRING)) {
Z_TYPE_P         27660 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(var) == IS_UNDEF)) {
Z_TYPE_P         27688 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
Z_TYPE_P         27692 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         27695 Zend/zend_vm_execute.h 			} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         27718 Zend/zend_vm_execute.h 			if (IS_UNUSED == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         27721 Zend/zend_vm_execute.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
Z_TYPE_P         27725 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_CV && UNEXPECTED(Z_TYPE_P(object) == IS_UNDEF)) {
Z_TYPE_P         27732 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
Z_TYPE_P         27846 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         27853 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         27866 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         27870 Zend/zend_vm_execute.h 			} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         27873 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         27876 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         27879 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         27882 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         27885 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_RESOURCE) {
Z_TYPE_P         27888 Zend/zend_vm_execute.h 			} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         27898 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         27902 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
Z_TYPE_P         27905 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         27911 Zend/zend_vm_execute.h 		} else if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) == IS_STRING)) {
Z_TYPE_P         27943 Zend/zend_vm_execute.h 		if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         27946 Zend/zend_vm_execute.h 				if (Z_TYPE_P(container) != IS_OBJECT) {
Z_TYPE_P         27985 Zend/zend_vm_execute.h 	if (IS_UNUSED != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         27993 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         28002 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         28009 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         28012 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         28015 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         28018 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         28021 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_RESOURCE) {
Z_TYPE_P         28024 Zend/zend_vm_execute.h 		} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         28035 Zend/zend_vm_execute.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         28036 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         28043 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         28048 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
Z_TYPE_P         28053 Zend/zend_vm_execute.h 	    (IS_UNUSED != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
Z_TYPE_P         28062 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(container) == IS_STRING)) { /* string offsets */
Z_TYPE_P         28065 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         28081 Zend/zend_vm_execute.h 			if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
Z_TYPE_P         28082 Zend/zend_vm_execute.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
Z_TYPE_P         28122 Zend/zend_vm_execute.h 	    (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         28125 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         28200 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(var_ptr) == IS_LONG)) {
Z_TYPE_P         28216 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(var_ptr) == IS_UNDEF)) {
Z_TYPE_P         28245 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(var_ptr) == IS_LONG)) {
Z_TYPE_P         28261 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(var_ptr) == IS_UNDEF)) {
Z_TYPE_P         28290 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(var_ptr) == IS_LONG)) {
Z_TYPE_P         28302 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(var_ptr) == IS_UNDEF)) {
Z_TYPE_P         28328 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(var_ptr) == IS_LONG)) {
Z_TYPE_P         28340 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(var_ptr) == IS_UNDEF)) {
Z_TYPE_P         28361 Zend/zend_vm_execute.h 	if (Z_TYPE_P(z) == IS_STRING) {
Z_TYPE_P         28372 Zend/zend_vm_execute.h 		} else if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(z) == IS_UNDEF)) {
Z_TYPE_P         28736 Zend/zend_vm_execute.h 		if (IS_CV == IS_CONST || UNEXPECTED(Z_TYPE_P(value) != IS_OBJECT)) {
Z_TYPE_P         28739 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(value) == IS_OBJECT)) {
Z_TYPE_P         28743 Zend/zend_vm_execute.h 			if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) {
Z_TYPE_P         28985 Zend/zend_vm_execute.h 		    (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT))) {
Z_TYPE_P         28988 Zend/zend_vm_execute.h 		    	if (EXPECTED(Z_TYPE_P(obj) == IS_OBJECT)) {
Z_TYPE_P         28992 Zend/zend_vm_execute.h 			if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(obj) == IS_UNDEF)) {
Z_TYPE_P         29066 Zend/zend_vm_execute.h 			if (Z_TYPE_P(expr) == IS_OBJECT && Z_OBJ_HT_P(expr)->cast_object) {
Z_TYPE_P         29092 Zend/zend_vm_execute.h 			if (Z_TYPE_P(expr) == opline->extended_value) {
Z_TYPE_P         29106 Zend/zend_vm_execute.h 				if (Z_TYPE_P(expr) != IS_OBJECT) {
Z_TYPE_P         29109 Zend/zend_vm_execute.h 					if (Z_TYPE_P(expr) != IS_NULL) {
Z_TYPE_P         29125 Zend/zend_vm_execute.h 				if (Z_TYPE_P(expr) != IS_ARRAY) {
Z_TYPE_P         29127 Zend/zend_vm_execute.h 					if (Z_TYPE_P(expr) != IS_NULL) {
Z_TYPE_P         29160 Zend/zend_vm_execute.h 	if (Z_TYPE_P(inc_filename) != IS_STRING) {
Z_TYPE_P         29161 Zend/zend_vm_execute.h 		if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(inc_filename) == IS_UNDEF)) {
Z_TYPE_P         29286 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(array_ptr) == IS_ARRAY)) {
Z_TYPE_P         29295 Zend/zend_vm_execute.h 	} else if (IS_CV != IS_CONST && EXPECTED(Z_TYPE_P(array_ptr) == IS_OBJECT)) {
Z_TYPE_P         29316 Zend/zend_vm_execute.h 				      EXPECTED(Z_TYPE_P(Z_INDIRECT(p->val)) != IS_UNDEF))) &&
Z_TYPE_P         29398 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(array_ptr) == IS_ARRAY)) {
Z_TYPE_P         29426 Zend/zend_vm_execute.h 			     EXPECTED(Z_TYPE_P(Z_INDIRECT(p->val)) != IS_UNDEF))) {
Z_TYPE_P         29435 Zend/zend_vm_execute.h 	} else if (IS_CV != IS_CONST && EXPECTED(Z_TYPE_P(array_ptr) == IS_OBJECT)) {
Z_TYPE_P         29458 Zend/zend_vm_execute.h 				      EXPECTED(Z_TYPE_P(Z_INDIRECT(p->val)) != IS_UNDEF))) &&
Z_TYPE_P         29551 Zend/zend_vm_execute.h 			if (Z_TYPE_P(ptr) == IS_LONG) {
Z_TYPE_P         29556 Zend/zend_vm_execute.h 					if (Z_TYPE_P(ptr) == IS_LONG) {
Z_TYPE_P         29625 Zend/zend_vm_execute.h 	if (Z_TYPE_P(value) > IS_NULL) {
Z_TYPE_P         29654 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) {
Z_TYPE_P         29693 Zend/zend_vm_execute.h 	if (Z_TYPE_P(val) == IS_ARRAY) {
Z_TYPE_P         29700 Zend/zend_vm_execute.h 	} else if (IS_CV != IS_CONST && Z_TYPE_P(val) == IS_OBJECT && Z_OBJCE_P(val)->get_iterator) {
Z_TYPE_P         29780 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(value) == IS_STRING)) {
Z_TYPE_P         29785 Zend/zend_vm_execute.h 		if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) {
Z_TYPE_P         29788 Zend/zend_vm_execute.h 		if ((IS_CV & (IS_VAR|IS_CV)) && Z_TYPE_P(value) == IS_REFERENCE) {
Z_TYPE_P         29806 Zend/zend_vm_execute.h 			zend_internal_type_error(strict, "strlen() expects parameter 1 to be string, %s given", zend_get_type_by_const(Z_TYPE_P(value)));
Z_TYPE_P         29823 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(value) == opline->extended_value)) {
Z_TYPE_P         29824 Zend/zend_vm_execute.h 		if (IS_CV != IS_CONST && UNEXPECTED(Z_TYPE_P(value) == IS_OBJECT)) {
Z_TYPE_P         29831 Zend/zend_vm_execute.h 		} else if (UNEXPECTED(Z_TYPE_P(value) == IS_RESOURCE)) {
Z_TYPE_P         29841 Zend/zend_vm_execute.h 			   EXPECTED(Z_TYPE_P(value) == IS_TRUE || Z_TYPE_P(value) == IS_FALSE)) {
Z_TYPE_P         30091 Zend/zend_vm_execute.h 		if ((IS_CV == IS_CONST || EXPECTED(Z_TYPE_P(op1) == IS_STRING)) &&
Z_TYPE_P         30092 Zend/zend_vm_execute.h 		    (IS_CONST == IS_CONST || EXPECTED(Z_TYPE_P(op2) == IS_STRING))) {
Z_TYPE_P         30126 Zend/zend_vm_execute.h 			if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         30129 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         30187 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         30188 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         30190 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         30195 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         30196 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         30198 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         30203 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         30204 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         30230 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         30233 Zend/zend_vm_execute.h 	if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         30255 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         30256 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         30258 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         30263 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         30264 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         30266 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         30271 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         30272 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         30298 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         30301 Zend/zend_vm_execute.h 	if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         30518 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         30577 Zend/zend_vm_execute.h 		if (IS_CV == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) {
Z_TYPE_P         30581 Zend/zend_vm_execute.h 			if (IS_CV == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         30924 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         30940 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(zptr) == IS_LONG)) {
Z_TYPE_P         31004 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         31018 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(zptr) == IS_LONG)) {
Z_TYPE_P         31068 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(varname) == IS_STRING)) {
Z_TYPE_P         31072 Zend/zend_vm_execute.h 		if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
Z_TYPE_P         31153 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(retval) == IS_INDIRECT) {
Z_TYPE_P         31155 Zend/zend_vm_execute.h 			if (Z_TYPE_P(retval) == IS_UNDEF) {
Z_TYPE_P         31396 Zend/zend_vm_execute.h 	    (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         31399 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         31418 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         31529 Zend/zend_vm_execute.h 	    (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         31532 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         31551 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         31664 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         31674 Zend/zend_vm_execute.h 	           UNEXPECTED(Z_TYPE_P(container) == IS_OBJECT) &&
Z_TYPE_P         31686 Zend/zend_vm_execute.h 	} else if ((IS_CV & (IS_VAR|IS_CV)) && Z_TYPE_P(container) == IS_REFERENCE) {
Z_TYPE_P         31690 Zend/zend_vm_execute.h 		if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(container) == IS_UNDEF)) {
Z_TYPE_P         31748 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) {
Z_TYPE_P         31778 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) {
Z_TYPE_P         31782 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(object_ptr) == IS_OBJECT)) {
Z_TYPE_P         31788 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(object_ptr) == IS_STRING)) {
Z_TYPE_P         31812 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(object_ptr) <= IS_FALSE)) {
Z_TYPE_P         31873 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         31876 Zend/zend_vm_execute.h 		if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         31884 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         31887 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         31946 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
Z_TYPE_P         31950 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         31953 Zend/zend_vm_execute.h 			} else if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         31976 Zend/zend_vm_execute.h 			if (IS_CV == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         31979 Zend/zend_vm_execute.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
Z_TYPE_P         31983 Zend/zend_vm_execute.h 				if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(object) == IS_UNDEF)) {
Z_TYPE_P         31990 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
Z_TYPE_P         32059 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         32060 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         32062 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         32067 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         32068 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         32070 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         32075 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         32076 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         32101 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         32112 Zend/zend_vm_execute.h 	if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         32178 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         32187 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         32191 Zend/zend_vm_execute.h 		} else if ((IS_CONST & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         32194 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         32197 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         32200 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         32203 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         32206 Zend/zend_vm_execute.h 		} else if (IS_CONST == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         32290 Zend/zend_vm_execute.h 	if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
Z_TYPE_P         32291 Zend/zend_vm_execute.h 		if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
Z_TYPE_P         32357 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         32364 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         32377 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         32381 Zend/zend_vm_execute.h 			} else if ((IS_CONST & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         32384 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         32387 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         32390 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         32393 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         32396 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_RESOURCE) {
Z_TYPE_P         32399 Zend/zend_vm_execute.h 			} else if (IS_CONST == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         32409 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         32413 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
Z_TYPE_P         32416 Zend/zend_vm_execute.h 		if (IS_CV == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         32422 Zend/zend_vm_execute.h 		} else if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) == IS_STRING)) {
Z_TYPE_P         32453 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         32456 Zend/zend_vm_execute.h 				if (Z_TYPE_P(container) != IS_OBJECT) {
Z_TYPE_P         32486 Zend/zend_vm_execute.h 				Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         32487 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         32506 Zend/zend_vm_execute.h 		if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
Z_TYPE_P         32561 Zend/zend_vm_execute.h 			result = value && Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         32562 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         32593 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         32601 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         32610 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         32617 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         32620 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         32623 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         32626 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         32629 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_RESOURCE) {
Z_TYPE_P         32632 Zend/zend_vm_execute.h 		} else if (IS_CONST == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         32643 Zend/zend_vm_execute.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         32644 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         32651 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         32656 Zend/zend_vm_execute.h 	if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
Z_TYPE_P         32661 Zend/zend_vm_execute.h 	    (IS_CV != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
Z_TYPE_P         32670 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(container) == IS_STRING)) { /* string offsets */
Z_TYPE_P         32673 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         32689 Zend/zend_vm_execute.h 			if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
Z_TYPE_P         32690 Zend/zend_vm_execute.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
Z_TYPE_P         32730 Zend/zend_vm_execute.h 	    (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         32733 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         32767 Zend/zend_vm_execute.h 	if (Z_TYPE_P(expr) == IS_OBJECT) {
Z_TYPE_P         32785 Zend/zend_vm_execute.h 	} else if ((IS_CV & (IS_VAR|IS_CV)) && Z_TYPE_P(expr) == IS_REFERENCE) {
Z_TYPE_P         32789 Zend/zend_vm_execute.h 		if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(expr) == IS_UNDEF)) {
Z_TYPE_P         32983 Zend/zend_vm_execute.h 		if (UNEXPECTED(Z_TYPE_P(value) == IS_INDIRECT)) {
Z_TYPE_P         32985 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) {
Z_TYPE_P         33287 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(varname) == IS_STRING)) {
Z_TYPE_P         33291 Zend/zend_vm_execute.h 		if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
Z_TYPE_P         33372 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(retval) == IS_INDIRECT) {
Z_TYPE_P         33374 Zend/zend_vm_execute.h 			if (Z_TYPE_P(retval) == IS_UNDEF) {
Z_TYPE_P         33502 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(EX_VAR(opline->op1.var)) != IS_INDIRECT) &&
Z_TYPE_P         33512 Zend/zend_vm_execute.h 		if (!(free_op2 != NULL) && UNEXPECTED(Z_TYPE_P(EX_VAR(opline->op2.var)) != IS_INDIRECT)) { /* undo the effect of get_zval_ptr_ptr() */
Z_TYPE_P         33583 Zend/zend_vm_execute.h 	if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
Z_TYPE_P         33584 Zend/zend_vm_execute.h 		if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
Z_TYPE_P         33638 Zend/zend_vm_execute.h 				Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         33639 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         33658 Zend/zend_vm_execute.h 		if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
Z_TYPE_P         33713 Zend/zend_vm_execute.h 			result = value && Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         33714 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         33736 Zend/zend_vm_execute.h 	if (Z_TYPE_P(expr) == IS_OBJECT) {
Z_TYPE_P         33754 Zend/zend_vm_execute.h 	} else if ((IS_CV & (IS_VAR|IS_CV)) && Z_TYPE_P(expr) == IS_REFERENCE) {
Z_TYPE_P         33758 Zend/zend_vm_execute.h 		if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(expr) == IS_UNDEF)) {
Z_TYPE_P         33935 Zend/zend_vm_execute.h 		if (IS_CV == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) {
Z_TYPE_P         33939 Zend/zend_vm_execute.h 			if (IS_CV == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         34234 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(varname) == IS_STRING)) {
Z_TYPE_P         34238 Zend/zend_vm_execute.h 		if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
Z_TYPE_P         34319 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(retval) == IS_INDIRECT) {
Z_TYPE_P         34321 Zend/zend_vm_execute.h 			if (Z_TYPE_P(retval) == IS_UNDEF) {
Z_TYPE_P         34511 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) {
Z_TYPE_P         34541 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) {
Z_TYPE_P         34545 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(object_ptr) == IS_OBJECT)) {
Z_TYPE_P         34551 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(object_ptr) == IS_STRING)) {
Z_TYPE_P         34575 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(object_ptr) <= IS_FALSE)) {
Z_TYPE_P         34617 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(retval_ptr) == IS_INDIRECT)) {
Z_TYPE_P         34627 Zend/zend_vm_execute.h 			&& !ZEND_SAME_FAKE_TYPE(ret_info->type_hint, Z_TYPE_P(retval_ptr))
Z_TYPE_P         34710 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         34719 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         34723 Zend/zend_vm_execute.h 		} else if ((IS_UNUSED & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         34726 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         34729 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         34732 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         34735 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         34738 Zend/zend_vm_execute.h 		} else if (IS_UNUSED == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         34822 Zend/zend_vm_execute.h 	if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
Z_TYPE_P         34823 Zend/zend_vm_execute.h 		if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
Z_TYPE_P         34877 Zend/zend_vm_execute.h 				Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         34878 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         34897 Zend/zend_vm_execute.h 		if (IS_CV != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
Z_TYPE_P         34952 Zend/zend_vm_execute.h 			result = value && Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         34953 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         35346 Zend/zend_vm_execute.h 		if ((IS_CV == IS_CONST || EXPECTED(Z_TYPE_P(op1) == IS_STRING)) &&
Z_TYPE_P         35347 Zend/zend_vm_execute.h 		    (IS_CV == IS_CONST || EXPECTED(Z_TYPE_P(op2) == IS_STRING))) {
Z_TYPE_P         35381 Zend/zend_vm_execute.h 			if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         35384 Zend/zend_vm_execute.h 			if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         35442 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         35443 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         35445 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         35450 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         35451 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         35453 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         35458 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         35459 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         35485 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         35488 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         35510 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         35511 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         35513 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         35518 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         35519 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         35521 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         35526 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         35527 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         35553 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         35556 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         35773 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         35832 Zend/zend_vm_execute.h 		if (IS_CV == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) {
Z_TYPE_P         35836 Zend/zend_vm_execute.h 			if (IS_CV == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         36179 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         36195 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(zptr) == IS_LONG)) {
Z_TYPE_P         36259 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         36273 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(zptr) == IS_LONG)) {
Z_TYPE_P         36466 Zend/zend_vm_execute.h 	    (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         36469 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         36488 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         36599 Zend/zend_vm_execute.h 	    (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         36602 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         36621 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         36774 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) {
Z_TYPE_P         36804 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) {
Z_TYPE_P         36808 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(object_ptr) == IS_OBJECT)) {
Z_TYPE_P         36814 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(object_ptr) == IS_STRING)) {
Z_TYPE_P         36838 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(object_ptr) <= IS_FALSE)) {
Z_TYPE_P         36904 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(EX_VAR(opline->op1.var)) != IS_INDIRECT) &&
Z_TYPE_P         36914 Zend/zend_vm_execute.h 		if (!0 && UNEXPECTED(Z_TYPE_P(EX_VAR(opline->op2.var)) != IS_INDIRECT)) { /* undo the effect of get_zval_ptr_ptr() */
Z_TYPE_P         36957 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         36960 Zend/zend_vm_execute.h 		if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         36968 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         36971 Zend/zend_vm_execute.h 		if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         37030 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
Z_TYPE_P         37034 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         37037 Zend/zend_vm_execute.h 			} else if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         37060 Zend/zend_vm_execute.h 			if (IS_CV == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         37063 Zend/zend_vm_execute.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
Z_TYPE_P         37067 Zend/zend_vm_execute.h 				if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(object) == IS_UNDEF)) {
Z_TYPE_P         37074 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
Z_TYPE_P         37143 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         37144 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         37146 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         37151 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         37152 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         37154 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         37159 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         37160 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         37185 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         37196 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         37262 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         37271 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         37275 Zend/zend_vm_execute.h 		} else if ((IS_CV & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         37278 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         37281 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         37284 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         37287 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         37290 Zend/zend_vm_execute.h 		} else if (IS_CV == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         37360 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         37367 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         37380 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         37384 Zend/zend_vm_execute.h 			} else if ((IS_CV & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         37387 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         37390 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         37393 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         37396 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         37399 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_RESOURCE) {
Z_TYPE_P         37402 Zend/zend_vm_execute.h 			} else if (IS_CV == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         37412 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         37416 Zend/zend_vm_execute.h 		if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
Z_TYPE_P         37419 Zend/zend_vm_execute.h 		if (IS_CV == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         37425 Zend/zend_vm_execute.h 		} else if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) == IS_STRING)) {
Z_TYPE_P         37456 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         37459 Zend/zend_vm_execute.h 				if (Z_TYPE_P(container) != IS_OBJECT) {
Z_TYPE_P         37497 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         37505 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         37514 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         37521 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         37524 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         37527 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         37530 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         37533 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_RESOURCE) {
Z_TYPE_P         37536 Zend/zend_vm_execute.h 		} else if (IS_CV == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         37547 Zend/zend_vm_execute.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         37548 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         37555 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         37560 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
Z_TYPE_P         37565 Zend/zend_vm_execute.h 	    (IS_CV != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
Z_TYPE_P         37574 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(container) == IS_STRING)) { /* string offsets */
Z_TYPE_P         37577 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         37593 Zend/zend_vm_execute.h 			if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
Z_TYPE_P         37594 Zend/zend_vm_execute.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
Z_TYPE_P         37634 Zend/zend_vm_execute.h 	    (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         37637 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         38042 Zend/zend_vm_execute.h 		if ((IS_CV == IS_CONST || EXPECTED(Z_TYPE_P(op1) == IS_STRING)) &&
Z_TYPE_P         38043 Zend/zend_vm_execute.h 		    ((IS_TMP_VAR|IS_VAR) == IS_CONST || EXPECTED(Z_TYPE_P(op2) == IS_STRING))) {
Z_TYPE_P         38077 Zend/zend_vm_execute.h 			if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         38080 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         38102 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         38103 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         38105 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         38110 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         38111 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         38113 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         38118 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         38119 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         38145 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         38148 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         38170 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         38171 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         38173 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         38178 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         38179 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         38181 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         38186 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         38187 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         38213 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         38216 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         38433 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         38492 Zend/zend_vm_execute.h 		if (IS_CV == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) {
Z_TYPE_P         38496 Zend/zend_vm_execute.h 			if (IS_CV == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         38841 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         38857 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(zptr) == IS_LONG)) {
Z_TYPE_P         38922 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         38936 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(zptr) == IS_LONG)) {
Z_TYPE_P         39130 Zend/zend_vm_execute.h 	    (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         39133 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         39152 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         39264 Zend/zend_vm_execute.h 	    (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         39267 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         39286 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         39440 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) {
Z_TYPE_P         39470 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) {
Z_TYPE_P         39474 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(object_ptr) == IS_OBJECT)) {
Z_TYPE_P         39480 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(object_ptr) == IS_STRING)) {
Z_TYPE_P         39504 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(object_ptr) <= IS_FALSE)) {
Z_TYPE_P         39537 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         39540 Zend/zend_vm_execute.h 		if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         39548 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         39551 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         39610 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
Z_TYPE_P         39614 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         39617 Zend/zend_vm_execute.h 			} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         39640 Zend/zend_vm_execute.h 			if (IS_CV == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         39643 Zend/zend_vm_execute.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
Z_TYPE_P         39647 Zend/zend_vm_execute.h 				if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(object) == IS_UNDEF)) {
Z_TYPE_P         39654 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
Z_TYPE_P         39724 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         39725 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         39727 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         39732 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         39733 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         39735 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         39740 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         39741 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         39766 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         39777 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         39843 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         39852 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         39856 Zend/zend_vm_execute.h 		} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         39859 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         39862 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         39865 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         39868 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         39871 Zend/zend_vm_execute.h 		} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         39941 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         39948 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         39961 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         39965 Zend/zend_vm_execute.h 			} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
Z_TYPE_P         39968 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         39971 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         39974 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         39977 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         39980 Zend/zend_vm_execute.h 			} else if (Z_TYPE_P(offset) == IS_RESOURCE) {
Z_TYPE_P         39983 Zend/zend_vm_execute.h 			} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         39993 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         39997 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
Z_TYPE_P         40000 Zend/zend_vm_execute.h 		if (IS_CV == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) {
Z_TYPE_P         40006 Zend/zend_vm_execute.h 		} else if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) == IS_STRING)) {
Z_TYPE_P         40038 Zend/zend_vm_execute.h 		if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         40041 Zend/zend_vm_execute.h 				if (Z_TYPE_P(container) != IS_OBJECT) {
Z_TYPE_P         40080 Zend/zend_vm_execute.h 	if (IS_CV != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         40088 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         40097 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         40104 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         40107 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         40110 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         40113 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         40116 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_RESOURCE) {
Z_TYPE_P         40119 Zend/zend_vm_execute.h 		} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         40130 Zend/zend_vm_execute.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         40131 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         40138 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         40143 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
Z_TYPE_P         40148 Zend/zend_vm_execute.h 	    (IS_CV != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
Z_TYPE_P         40157 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(container) == IS_STRING)) { /* string offsets */
Z_TYPE_P         40160 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         40176 Zend/zend_vm_execute.h 			if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
Z_TYPE_P         40177 Zend/zend_vm_execute.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
Z_TYPE_P         40217 Zend/zend_vm_execute.h 	    (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         40220 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         40290 Zend/zend_vm_execute.h 	if (Z_TYPE_P(z) == IS_STRING) {
Z_TYPE_P         40301 Zend/zend_vm_execute.h 		} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(z) == IS_UNDEF)) {
Z_TYPE_P         40516 Zend/zend_vm_execute.h 	if (Z_TYPE_P(var) != IS_ARRAY && Z_FE_ITER_P(var) != (uint32_t)-1) {
Z_TYPE_P         40567 Zend/zend_vm_execute.h 		    ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT))) {
Z_TYPE_P         40570 Zend/zend_vm_execute.h 		    	if (EXPECTED(Z_TYPE_P(obj) == IS_OBJECT)) {
Z_TYPE_P         40574 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(obj) == IS_UNDEF)) {
Z_TYPE_P         40642 Zend/zend_vm_execute.h 	if (Z_TYPE_P(inc_filename) != IS_STRING) {
Z_TYPE_P         40643 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(inc_filename) == IS_UNDEF)) {
Z_TYPE_P         40768 Zend/zend_vm_execute.h 			if (Z_TYPE_P(ptr) == IS_LONG) {
Z_TYPE_P         40773 Zend/zend_vm_execute.h 					if (Z_TYPE_P(ptr) == IS_LONG) {
Z_TYPE_P         40796 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(value) == IS_STRING)) {
Z_TYPE_P         40801 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) {
Z_TYPE_P         40804 Zend/zend_vm_execute.h 		if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_TYPE_P(value) == IS_REFERENCE) {
Z_TYPE_P         40822 Zend/zend_vm_execute.h 			zend_internal_type_error(strict, "strlen() expects parameter 1 to be string, %s given", zend_get_type_by_const(Z_TYPE_P(value)));
Z_TYPE_P         41071 Zend/zend_vm_execute.h 		if (((IS_TMP_VAR|IS_VAR) == IS_CONST || EXPECTED(Z_TYPE_P(op1) == IS_STRING)) &&
Z_TYPE_P         41072 Zend/zend_vm_execute.h 		    (IS_CONST == IS_CONST || EXPECTED(Z_TYPE_P(op2) == IS_STRING))) {
Z_TYPE_P         41106 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         41109 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         41131 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         41132 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         41134 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         41139 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         41140 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         41142 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         41147 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         41148 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         41174 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         41177 Zend/zend_vm_execute.h 	if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         41199 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         41200 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         41202 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         41207 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         41208 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         41210 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         41215 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         41216 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         41242 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         41245 Zend/zend_vm_execute.h 	if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         41445 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(varname) == IS_STRING)) {
Z_TYPE_P         41449 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
Z_TYPE_P         41531 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(retval) == IS_INDIRECT) {
Z_TYPE_P         41533 Zend/zend_vm_execute.h 			if (Z_TYPE_P(retval) == IS_UNDEF) {
Z_TYPE_P         41665 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         41668 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         41687 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         41727 Zend/zend_vm_execute.h 	if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         41737 Zend/zend_vm_execute.h 	           UNEXPECTED(Z_TYPE_P(container) == IS_OBJECT) &&
Z_TYPE_P         41749 Zend/zend_vm_execute.h 	} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_TYPE_P(container) == IS_REFERENCE) {
Z_TYPE_P         41753 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(container) == IS_UNDEF)) {
Z_TYPE_P         41772 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         41775 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         41783 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         41786 Zend/zend_vm_execute.h 		if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         41845 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
Z_TYPE_P         41849 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         41852 Zend/zend_vm_execute.h 			} else if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         41875 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         41878 Zend/zend_vm_execute.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
Z_TYPE_P         41882 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(object) == IS_UNDEF)) {
Z_TYPE_P         41889 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
Z_TYPE_P         41959 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         41960 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         41962 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         41967 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         41968 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         41970 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         41975 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         41976 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         42001 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         42012 Zend/zend_vm_execute.h 	if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         42060 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
Z_TYPE_P         42061 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
Z_TYPE_P         42115 Zend/zend_vm_execute.h 				Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         42116 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         42135 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
Z_TYPE_P         42191 Zend/zend_vm_execute.h 			result = value && Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         42192 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         42223 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         42231 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         42240 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         42247 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         42250 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         42253 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         42256 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         42259 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_RESOURCE) {
Z_TYPE_P         42262 Zend/zend_vm_execute.h 		} else if (IS_CONST == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         42273 Zend/zend_vm_execute.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         42274 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         42281 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         42286 Zend/zend_vm_execute.h 	if (IS_CONST == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
Z_TYPE_P         42291 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
Z_TYPE_P         42300 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(container) == IS_STRING)) { /* string offsets */
Z_TYPE_P         42303 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         42319 Zend/zend_vm_execute.h 			if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
Z_TYPE_P         42320 Zend/zend_vm_execute.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
Z_TYPE_P         42360 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         42363 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         42397 Zend/zend_vm_execute.h 	if (Z_TYPE_P(expr) == IS_OBJECT) {
Z_TYPE_P         42415 Zend/zend_vm_execute.h 	} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_TYPE_P(expr) == IS_REFERENCE) {
Z_TYPE_P         42419 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(expr) == IS_UNDEF)) {
Z_TYPE_P         42444 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(varname) == IS_STRING)) {
Z_TYPE_P         42448 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
Z_TYPE_P         42530 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(retval) == IS_INDIRECT) {
Z_TYPE_P         42532 Zend/zend_vm_execute.h 			if (Z_TYPE_P(retval) == IS_UNDEF) {
Z_TYPE_P         42654 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
Z_TYPE_P         42655 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
Z_TYPE_P         42709 Zend/zend_vm_execute.h 				Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         42710 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         42729 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
Z_TYPE_P         42785 Zend/zend_vm_execute.h 			result = value && Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         42786 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         42808 Zend/zend_vm_execute.h 	if (Z_TYPE_P(expr) == IS_OBJECT) {
Z_TYPE_P         42826 Zend/zend_vm_execute.h 	} else if (((IS_TMP_VAR|IS_VAR) & (IS_VAR|IS_CV)) && Z_TYPE_P(expr) == IS_REFERENCE) {
Z_TYPE_P         42830 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(expr) == IS_UNDEF)) {
Z_TYPE_P         42855 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(varname) == IS_STRING)) {
Z_TYPE_P         42859 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
Z_TYPE_P         42941 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(retval) == IS_INDIRECT) {
Z_TYPE_P         42943 Zend/zend_vm_execute.h 			if (Z_TYPE_P(retval) == IS_UNDEF) {
Z_TYPE_P         43065 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
Z_TYPE_P         43066 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) {
Z_TYPE_P         43120 Zend/zend_vm_execute.h 				Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         43121 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         43140 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE_P(varname) != IS_STRING) {
Z_TYPE_P         43196 Zend/zend_vm_execute.h 			result = value && Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         43197 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         43449 Zend/zend_vm_execute.h 		if (((IS_TMP_VAR|IS_VAR) == IS_CONST || EXPECTED(Z_TYPE_P(op1) == IS_STRING)) &&
Z_TYPE_P         43450 Zend/zend_vm_execute.h 		    (IS_CV == IS_CONST || EXPECTED(Z_TYPE_P(op2) == IS_STRING))) {
Z_TYPE_P         43484 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         43487 Zend/zend_vm_execute.h 			if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         43509 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         43510 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         43512 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         43517 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         43518 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         43520 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         43525 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         43526 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         43552 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         43555 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         43577 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         43578 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         43580 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         43585 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         43586 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         43588 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         43593 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         43594 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         43620 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         43623 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         43857 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         43860 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         43879 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         43920 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         43923 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         43931 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         43934 Zend/zend_vm_execute.h 		if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         43993 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
Z_TYPE_P         43997 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         44000 Zend/zend_vm_execute.h 			} else if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         44023 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         44026 Zend/zend_vm_execute.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
Z_TYPE_P         44030 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(object) == IS_UNDEF)) {
Z_TYPE_P         44037 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
Z_TYPE_P         44107 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         44108 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         44110 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         44115 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         44116 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         44118 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         44123 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         44124 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         44149 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         44160 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         44190 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         44198 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         44207 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         44214 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         44217 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         44220 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         44223 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         44226 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_RESOURCE) {
Z_TYPE_P         44229 Zend/zend_vm_execute.h 		} else if (IS_CV == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         44240 Zend/zend_vm_execute.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         44241 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         44248 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         44253 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
Z_TYPE_P         44258 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
Z_TYPE_P         44267 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(container) == IS_STRING)) { /* string offsets */
Z_TYPE_P         44270 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         44286 Zend/zend_vm_execute.h 			if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
Z_TYPE_P         44287 Zend/zend_vm_execute.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
Z_TYPE_P         44327 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         44330 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         44594 Zend/zend_vm_execute.h 		if (((IS_TMP_VAR|IS_VAR) == IS_CONST || EXPECTED(Z_TYPE_P(op1) == IS_STRING)) &&
Z_TYPE_P         44595 Zend/zend_vm_execute.h 		    ((IS_TMP_VAR|IS_VAR) == IS_CONST || EXPECTED(Z_TYPE_P(op2) == IS_STRING))) {
Z_TYPE_P         44629 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         44632 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         44654 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         44655 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         44657 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         44662 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         44663 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         44665 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         44670 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         44671 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         44697 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         44700 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         44722 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         44723 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         44725 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         44730 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         44731 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         44733 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         44738 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         44739 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         44765 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         44768 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         45002 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         45005 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P         45024 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(retval) != IS_UNDEF)) {
Z_TYPE_P         45066 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         45069 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         45077 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         45080 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         45139 Zend/zend_vm_execute.h 	    UNEXPECTED(Z_TYPE_P(function_name) != IS_STRING)) {
Z_TYPE_P         45143 Zend/zend_vm_execute.h 				if (EXPECTED(Z_TYPE_P(function_name) == IS_STRING)) {
Z_TYPE_P         45146 Zend/zend_vm_execute.h 			} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) {
Z_TYPE_P         45169 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) {
Z_TYPE_P         45172 Zend/zend_vm_execute.h 					if (EXPECTED(Z_TYPE_P(object) == IS_OBJECT)) {
Z_TYPE_P         45176 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(object) == IS_UNDEF)) {
Z_TYPE_P         45183 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
Z_TYPE_P         45254 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) {
Z_TYPE_P         45255 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         45257 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         45262 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_DOUBLE)) {
Z_TYPE_P         45263 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_DOUBLE)) {
Z_TYPE_P         45265 Zend/zend_vm_execute.h 			} else if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) {
Z_TYPE_P         45270 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) {
Z_TYPE_P         45271 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) {
Z_TYPE_P         45296 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op1) == IS_UNDEF)) {
Z_TYPE_P         45307 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(op2) == IS_UNDEF)) {
Z_TYPE_P         45337 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         45345 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_STRING)) {
Z_TYPE_P         45354 Zend/zend_vm_execute.h 		} else if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         45361 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_DOUBLE) {
Z_TYPE_P         45364 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_NULL) {
Z_TYPE_P         45367 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_FALSE) {
Z_TYPE_P         45370 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_TRUE) {
Z_TYPE_P         45373 Zend/zend_vm_execute.h 		} else if (Z_TYPE_P(offset) == IS_RESOURCE) {
Z_TYPE_P         45376 Zend/zend_vm_execute.h 		} else if ((IS_TMP_VAR|IS_VAR) == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) {
Z_TYPE_P         45387 Zend/zend_vm_execute.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
Z_TYPE_P         45388 Zend/zend_vm_execute.h 			    (!Z_ISREF_P(value) || Z_TYPE_P(Z_REFVAL_P(value)) != IS_NULL);
Z_TYPE_P         45395 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) {
Z_TYPE_P         45400 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
Z_TYPE_P         45405 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) {
Z_TYPE_P         45414 Zend/zend_vm_execute.h 	} else if (EXPECTED(Z_TYPE_P(container) == IS_STRING)) { /* string offsets */
Z_TYPE_P         45417 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) {
Z_TYPE_P         45433 Zend/zend_vm_execute.h 			if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */
Z_TYPE_P         45434 Zend/zend_vm_execute.h 					|| (Z_TYPE_P(offset) == IS_STRING /* or numeric string */
Z_TYPE_P         45474 Zend/zend_vm_execute.h 	    ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) {
Z_TYPE_P         45477 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) {
Z_TYPE_P          410 ext/bz2/bz2.c  	if (Z_TYPE_P(file) == IS_STRING) {
Z_TYPE_P          421 ext/bz2/bz2.c  	} else if (Z_TYPE_P(file) == IS_RESOURCE) {
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          377 ext/bz2/bz2_filter.c 			if (Z_TYPE_P(filterparams) == IS_ARRAY || Z_TYPE_P(filterparams) == IS_OBJECT) {
Z_TYPE_P          707 ext/com_dotnet/com_com.c 	if (sink && Z_TYPE_P(sink) == IS_ARRAY) {
Z_TYPE_P          711 ext/com_dotnet/com_com.c 		if ((tmp = zend_hash_index_find(Z_ARRVAL_P(sink), 0)) != NULL && Z_TYPE_P(tmp) == IS_STRING)
Z_TYPE_P          713 ext/com_dotnet/com_com.c 		if ((tmp = zend_hash_index_find(Z_ARRVAL_P(sink), 1)) != NULL && Z_TYPE_P(tmp) == IS_STRING)
Z_TYPE_P          766 ext/com_dotnet/com_com.c 	if (Z_TYPE_P(arg1) == IS_OBJECT) {
Z_TYPE_P          103 ext/com_dotnet/com_variant.c 	zend_uchar ztype = (z == NULL ? IS_NULL : Z_TYPE_P(z));
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         2326 ext/curl/interface.c 			if (Z_TYPE_P(zvalue) != IS_NULL) {
Z_TYPE_P         2520 ext/curl/interface.c 			if (Z_TYPE_P(zvalue) == IS_ARRAY || Z_TYPE_P(zvalue) == IS_OBJECT) {
Z_TYPE_P         2545 ext/curl/interface.c 					if (Z_TYPE_P(current) == IS_OBJECT &&
Z_TYPE_P         2552 ext/curl/interface.c 						if (Z_TYPE_P(prop) != IS_STRING) {
Z_TYPE_P         2562 ext/curl/interface.c 							if (Z_TYPE_P(prop) == IS_STRING && Z_STRLEN_P(prop) > 0) {
Z_TYPE_P         2566 ext/curl/interface.c 							if (Z_TYPE_P(prop) == IS_STRING && Z_STRLEN_P(prop) > 0) {
Z_TYPE_P          126 ext/curl/multi.c 	return (Z_TYPE_P(z1) == Z_TYPE_P(z2) &&
Z_TYPE_P          127 ext/curl/multi.c 			Z_TYPE_P(z1) == IS_RESOURCE &&
Z_TYPE_P          979 ext/date/php_date.c 			&& Z_TYPE_P(ztz) == IS_STRING && Z_STRLEN_P(ztz) > 0 && timelib_timezone_id_is_valid(Z_STRVAL_P(ztz), tzdb)) {
Z_TYPE_P         2730 ext/date/php_date.c 	if (z_date && Z_TYPE_P(z_date) == IS_STRING) {
Z_TYPE_P         2732 ext/date/php_date.c 		if (z_timezone_type && Z_TYPE_P(z_timezone_type) == IS_LONG) {
Z_TYPE_P         2734 ext/date/php_date.c 			if (z_timezone && Z_TYPE_P(z_timezone) == IS_STRING) {
Z_TYPE_P         3677 ext/date/php_date.c 			if (Z_TYPE_P(z_timezone_type) != IS_LONG) {
Z_TYPE_P         3680 ext/date/php_date.c 			if (Z_TYPE_P(z_timezone) != IS_STRING) {
Z_TYPE_P         3974 ext/date/php_date.c  	if (Z_TYPE_P(member) != IS_STRING) {
Z_TYPE_P         4038 ext/date/php_date.c  	if (Z_TYPE_P(member) != IS_STRING) {
Z_TYPE_P         4913 ext/date/php_date.c 		if (Z_TYPE_P(ht_entry) == IS_OBJECT && Z_OBJCE_P(ht_entry) == date_ce_date) {
Z_TYPE_P         4918 ext/date/php_date.c 		} else if (Z_TYPE_P(ht_entry) != IS_NULL) {
Z_TYPE_P         4927 ext/date/php_date.c 		if (Z_TYPE_P(ht_entry) == IS_OBJECT && Z_OBJCE_P(ht_entry) == date_ce_date) {
Z_TYPE_P         4931 ext/date/php_date.c 		} else if (Z_TYPE_P(ht_entry) != IS_NULL) {
Z_TYPE_P         4940 ext/date/php_date.c 		if (Z_TYPE_P(ht_entry) == IS_OBJECT && Z_OBJCE_P(ht_entry) == date_ce_date) {
Z_TYPE_P         4944 ext/date/php_date.c 		} else if (Z_TYPE_P(ht_entry) != IS_NULL)  {
Z_TYPE_P         4953 ext/date/php_date.c 		if (Z_TYPE_P(ht_entry) == IS_OBJECT && Z_OBJCE_P(ht_entry) == date_ce_interval) {
Z_TYPE_P         4966 ext/date/php_date.c 			Z_TYPE_P(ht_entry) == IS_LONG && Z_LVAL_P(ht_entry) >= 0 && Z_LVAL_P(ht_entry) <= INT_MAX) {
Z_TYPE_P         4974 ext/date/php_date.c 			(Z_TYPE_P(ht_entry) == IS_FALSE || Z_TYPE_P(ht_entry) == IS_TRUE)) {
Z_TYPE_P         4975 ext/date/php_date.c 		period_obj->include_start_date = (Z_TYPE_P(ht_entry) == IS_TRUE);
Z_TYPE_P         5036 ext/date/php_date.c 	if (Z_TYPE_P(zv) == IS_OBJECT && Z_OBJ_HANDLER_P(zv, clone_obj)) {
Z_TYPE_P          205 ext/dba/dba.c  	if (Z_TYPE_P(key) == IS_ARRAY) {
Z_TYPE_P         1071 ext/dba/dba.c  		if (Z_TYPE_P(zkey) == IS_NULL || (Z_TYPE_P(zkey) == IS_FALSE)) {
Z_TYPE_P         1730 ext/dom/node.c 		if (tmp && Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         1741 ext/dom/node.c 		if (tmp && Z_TYPE_P(tmp) == IS_ARRAY) {
Z_TYPE_P         1746 ext/dom/node.c 				if (Z_TYPE_P(tmpns) == IS_STRING) {
Z_TYPE_P         1776 ext/dom/node.c 				if (Z_TYPE_P(tmpns) == IS_STRING) {
Z_TYPE_P          186 ext/enchant/enchant.c 	if (Z_TYPE_P(zdesc)!=IS_ARRAY) {
Z_TYPE_P          223 ext/enchant/enchant.c 	if (Z_TYPE_P(zdesc) != IS_ARRAY) {
Z_TYPE_P          450 ext/fileinfo/fileinfo.c 		switch (Z_TYPE_P(what)) {
Z_TYPE_P         2043 ext/fileinfo/libmagic/softmagic.c 				if ((pzval = zend_hash_index_find(ht, 0)) != NULL && Z_TYPE_P(pzval) == IS_ARRAY) {
Z_TYPE_P         2051 ext/fileinfo/libmagic/softmagic.c 						if (Z_TYPE_P(match) != IS_STRING && Z_TYPE_P(offset) != IS_LONG) {
Z_TYPE_P          386 ext/filter/filter.c 	if (Z_TYPE_P(value) == IS_OBJECT) {
Z_TYPE_P          407 ext/filter/filter.c 	if (options && (Z_TYPE_P(options) == IS_ARRAY || Z_TYPE_P(options) == IS_OBJECT) &&
Z_TYPE_P          408 ext/filter/filter.c 		((flags & FILTER_NULL_ON_FAILURE && Z_TYPE_P(value) == IS_NULL) ||
Z_TYPE_P          409 ext/filter/filter.c 		(!(flags & FILTER_NULL_ON_FAILURE) && Z_TYPE_P(value) == IS_FALSE)) &&
Z_TYPE_P          500 ext/filter/filter.c 	if (Z_TYPE_P(value) == IS_ARRAY) {
Z_TYPE_P          510 ext/filter/filter.c 			if (Z_TYPE_P(element) == IS_ARRAY) {
Z_TYPE_P          594 ext/filter/filter.c 	if (filter_args && Z_TYPE_P(filter_args) != IS_ARRAY) {
Z_TYPE_P          622 ext/filter/filter.c 				if (Z_TYPE_P(option) == IS_ARRAY) {
Z_TYPE_P          632 ext/filter/filter.c 	if (Z_TYPE_P(filtered) == IS_ARRAY) {
Z_TYPE_P          680 ext/filter/filter.c 	} else if (Z_TYPE_P(op) == IS_LONG) {
Z_TYPE_P          684 ext/filter/filter.c 	} else if (Z_TYPE_P(op) == IS_ARRAY) {
Z_TYPE_P          740 ext/filter/filter.c 			if (Z_TYPE_P(filter_args) == IS_LONG) {
Z_TYPE_P          742 ext/filter/filter.c 			} else if (Z_TYPE_P(filter_args) == IS_ARRAY && (option = zend_hash_str_find(HASH_OF(filter_args), "flags", sizeof("flags") - 1)) != NULL) {
Z_TYPE_P          745 ext/filter/filter.c 			if (Z_TYPE_P(filter_args) == IS_ARRAY &&
Z_TYPE_P          747 ext/filter/filter.c 				Z_TYPE_P(opt) == IS_ARRAY &&
Z_TYPE_P          807 ext/filter/filter.c 	if (op && (Z_TYPE_P(op) != IS_ARRAY) && !(Z_TYPE_P(op) == IS_LONG && PHP_FILTER_ID_EXISTS(Z_LVAL_P(op)))) {
Z_TYPE_P          817 ext/filter/filter.c 			if (Z_TYPE_P(op) == IS_LONG) {
Z_TYPE_P          819 ext/filter/filter.c 			} else if (Z_TYPE_P(op) == IS_ARRAY && (option = zend_hash_str_find(HASH_OF(op), "flags", sizeof("flags") - 1)) != NULL) {
Z_TYPE_P          852 ext/filter/filter.c 	if (op && (Z_TYPE_P(op) != IS_ARRAY) && !(Z_TYPE_P(op) == IS_LONG && PHP_FILTER_ID_EXISTS(Z_LVAL_P(op)))) {
Z_TYPE_P           58 ext/filter/logical_filters.c 			if (Z_TYPE_P(option_val) == IS_STRING) { \
Z_TYPE_P           73 ext/filter/logical_filters.c 			if (Z_TYPE_P(option_val) == IS_STRING) { \
Z_TYPE_P          524 ext/filter/logical_filters.c 	if (Z_TYPE_P(value) != IS_STRING || old_len != Z_STRLEN_P(value)) {
Z_TYPE_P         1463 ext/ftp/php_ftp.c 			if (Z_TYPE_P(z_value) != IS_LONG) {
Z_TYPE_P         1476 ext/ftp/php_ftp.c 			if (Z_TYPE_P(z_value) != IS_TRUE && Z_TYPE_P(z_value) != IS_FALSE) {
Z_TYPE_P         1481 ext/ftp/php_ftp.c 			ftp->autoseek = Z_TYPE_P(z_value) == IS_TRUE ? 1 : 0;
Z_TYPE_P         1485 ext/ftp/php_ftp.c 			if (Z_TYPE_P(z_value) != IS_TRUE && Z_TYPE_P(z_value) != IS_FALSE) {
Z_TYPE_P         1490 ext/ftp/php_ftp.c 			ftp->usepasvaddress = Z_TYPE_P(z_value) == IS_TRUE ? 1 : 0;
Z_TYPE_P         4445 ext/gd/gd.c    		if ((var = zend_hash_index_find(Z_ARRVAL_P(hash_matrix), (i))) != NULL && Z_TYPE_P(var) == IS_ARRAY) {
Z_TYPE_P         4716 ext/gd/gd.c    			switch (Z_TYPE_P(zval_affine_elem)) {
Z_TYPE_P         4800 ext/gd/gd.c    			if (!options || Z_TYPE_P(options) != IS_ARRAY) {
Z_TYPE_P         4887 ext/gd/gd.c    			switch (Z_TYPE_P(tmp)) {
Z_TYPE_P         4903 ext/gd/gd.c    			switch (Z_TYPE_P(tmp)) {
Z_TYPE_P          118 ext/gd/gd_ctx.c 		if (Z_TYPE_P(to_zval) == IS_RESOURCE) {
Z_TYPE_P          123 ext/gd/gd_ctx.c 		} else if (Z_TYPE_P(to_zval) == IS_STRING) {
Z_TYPE_P          252 ext/gmp/gmp.c  	(Z_TYPE_P(zval) == IS_OBJECT && instanceof_function(Z_OBJCE_P(zval), gmp_ce))
Z_TYPE_P          552 ext/gmp/gmp.c  	if (Z_TYPE_P(result) == IS_FALSE) {
Z_TYPE_P          600 ext/gmp/gmp.c  		|| Z_TYPE_P(zv) != IS_STRING
Z_TYPE_P          609 ext/gmp/gmp.c  		|| Z_TYPE_P(zv) != IS_ARRAY
Z_TYPE_P          711 ext/gmp/gmp.c  	switch (Z_TYPE_P(val)) {
Z_TYPE_P          790 ext/gmp/gmp.c  	if (Z_TYPE_P(b_arg) == IS_LONG) {
Z_TYPE_P          821 ext/gmp/gmp.c  	if (gmp_ui_op && Z_TYPE_P(b_arg) == IS_LONG && Z_LVAL_P(b_arg) >= 0) {
Z_TYPE_P          869 ext/gmp/gmp.c  	if (gmp_ui_op && Z_TYPE_P(b_arg) == IS_LONG && Z_LVAL_P(b_arg) >= 0) {
Z_TYPE_P         1392 ext/gmp/gmp.c  	if (Z_TYPE_P(base_arg) == IS_LONG && Z_LVAL_P(base_arg) >= 0) {
Z_TYPE_P         1419 ext/gmp/gmp.c  	if (Z_TYPE_P(exp_arg) == IS_LONG && Z_LVAL_P(exp_arg) >= 0) {
Z_TYPE_P         1796 ext/gmp/gmp.c  	if (Z_TYPE_P(seed) == IS_LONG && Z_LVAL_P(seed) >= 0) {
Z_TYPE_P         1849 ext/gmp/gmp.c  	if (Z_TYPE_P(min_arg) == IS_LONG && Z_LVAL_P(min_arg) >= 0) {
Z_TYPE_P          745 ext/hash/hash.c 	if (Z_TYPE_P(known_zval) != IS_STRING) {
Z_TYPE_P          750 ext/hash/hash.c 	if (Z_TYPE_P(user_zval) != IS_STRING) {
Z_TYPE_P         2233 ext/iconv/iconv.c 			if (Z_TYPE_P(pzval) == IS_STRING && Z_STRLEN_P(pzval) > 0) {
Z_TYPE_P         2246 ext/iconv/iconv.c 		if ((pzval = zend_hash_str_find(Z_ARRVAL_P(pref), "input-charset", sizeof("input-charset") - 1)) != NULL && Z_TYPE_P(pzval) == IS_STRING) {
Z_TYPE_P         2258 ext/iconv/iconv.c 		if ((pzval = zend_hash_str_find(Z_ARRVAL_P(pref), "output-charset", sizeof("output-charset") - 1)) != NULL && Z_TYPE_P(pzval) == IS_STRING) {
Z_TYPE_P         2274 ext/iconv/iconv.c 			if (Z_TYPE_P(pzval) != IS_STRING) {
Z_TYPE_P         2415 ext/iconv/iconv.c 				if (Z_TYPE_P(elem) != IS_ARRAY) {
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         1171 ext/imap/php_imap.c 			switch (Z_TYPE_P(disabled_auth_method)) {
Z_TYPE_P         1188 ext/imap/php_imap.c 								if (Z_TYPE_P(z_auth_method) == IS_STRING) {
Z_TYPE_P         2473 ext/imap/php_imap.c 	switch (Z_TYPE_P(out))
Z_TYPE_P         3587 ext/imap/php_imap.c 		if (Z_TYPE_P(pvalue) == IS_ARRAY) {
Z_TYPE_P         3606 ext/imap/php_imap.c 			if (Z_TYPE_P(data) != IS_ARRAY) {
Z_TYPE_P         3631 ext/imap/php_imap.c 				if(Z_TYPE_P(pvalue) == IS_ARRAY) {
Z_TYPE_P         3663 ext/imap/php_imap.c 				if (Z_TYPE_P(pvalue) == IS_ARRAY) {
Z_TYPE_P         3699 ext/imap/php_imap.c 		} else if (Z_TYPE_P(data) == IS_ARRAY) {
Z_TYPE_P         3735 ext/imap/php_imap.c 				if (Z_TYPE_P(pvalue) == IS_ARRAY) {
Z_TYPE_P         3767 ext/imap/php_imap.c 				if (Z_TYPE_P(pvalue) == IS_ARRAY) {
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          654 ext/interbase/ibase_query.c 		switch (Z_TYPE_P(b_var)) {
Z_TYPE_P          696 ext/interbase/ibase_query.c 				if (Z_TYPE_P(b_var) == IS_LONG) {
Z_TYPE_P          766 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           54 ext/intl/collator/collator_convert.c 	if( Z_TYPE_P( hashData ) != IS_STRING )
Z_TYPE_P           94 ext/intl/collator/collator_convert.c 	if( Z_TYPE_P( hashData ) != IS_STRING )
Z_TYPE_P          229 ext/intl/collator/collator_convert.c 	if( Z_TYPE_P( obj ) != IS_OBJECT )
Z_TYPE_P          239 ext/intl/collator/collator_convert.c 		switch( Z_TYPE_P( zstr ) )
Z_TYPE_P          334 ext/intl/collator/collator_convert.c 	if( Z_TYPE_P(num) == IS_LONG )
Z_TYPE_P          358 ext/intl/collator/collator_convert.c 	if( Z_TYPE_P( str ) != IS_STRING )
Z_TYPE_P          394 ext/intl/collator/collator_convert.c 	if( Z_TYPE_P(arg) != IS_STRING )
Z_TYPE_P          431 ext/intl/collator/collator_convert.c 	if( Z_TYPE_P( arg ) != IS_STRING )
Z_TYPE_P           67 ext/intl/collator/collator_sort.c 	if( Z_TYPE_P(str1_p) == IS_STRING && Z_TYPE_P(str2_p) == IS_STRING &&
Z_TYPE_P          151 ext/intl/collator/collator_sort.c 	if( Z_TYPE_P(op1) == IS_STRING )
Z_TYPE_P          157 ext/intl/collator/collator_sort.c 	if( Z_TYPE_P(op2) == IS_STRING )
Z_TYPE_P          432 ext/intl/collator/collator_sort.c 		if( Z_TYPE_P( hashData ) == IS_STRING )
Z_TYPE_P          166 ext/intl/converter/converter.c 	switch (Z_TYPE_P(val)) {
Z_TYPE_P          250 ext/intl/converter/converter.c 	} else if (Z_ISREF(zargs[3]) && Z_TYPE_P(Z_REFVAL(zargs[3])) == IS_LONG) {
Z_TYPE_P          263 ext/intl/converter/converter.c 	switch (Z_TYPE_P(val)) {
Z_TYPE_P          332 ext/intl/converter/converter.c 	} else if (Z_ISREF(zargs[3]) && Z_TYPE_P(Z_REFVAL(zargs[3])) == IS_LONG) {
Z_TYPE_P          806 ext/intl/converter/converter.c 				Z_TYPE_P(tmpzval) == IS_STRING) {
Z_TYPE_P          812 ext/intl/converter/converter.c 				Z_TYPE_P(tmpzval) == IS_STRING) {
Z_TYPE_P           74 ext/intl/dateformat/dateformat_format.c 		if(Z_TYPE_P(ele_value) != IS_LONG) {
Z_TYPE_P          170 ext/intl/dateformat/dateformat_format.c 	if (Z_TYPE_P(zarg) == IS_ARRAY) {
Z_TYPE_P           56 ext/intl/formatter/formatter_format.c 		if(Z_TYPE_P(number) == IS_STRING) {
Z_TYPE_P           60 ext/intl/formatter/formatter_format.c 		if(Z_TYPE_P(number) == IS_LONG) {
Z_TYPE_P           63 ext/intl/formatter/formatter_format.c 		} else if(Z_TYPE_P(number) == IS_DOUBLE) {
Z_TYPE_P           70 ext/intl/formatter/formatter_format.c 	if(Z_TYPE_P(number) != IS_DOUBLE && Z_TYPE_P(number) != IS_LONG) {
Z_TYPE_P           93 ext/intl/formatter/formatter_format.c 			int64_t value = (Z_TYPE_P(number) == IS_DOUBLE)?(int64_t)Z_DVAL_P(number):Z_LVAL_P(number);
Z_TYPE_P          777 ext/intl/locale/locale_methods.c 		if(Z_TYPE_P(ele_value)!= IS_STRING ){
Z_TYPE_P          822 ext/intl/locale/locale_methods.c 		if( Z_TYPE_P(ele_value) == IS_STRING ){
Z_TYPE_P          828 ext/intl/locale/locale_methods.c 		} else if(Z_TYPE_P(ele_value) == IS_ARRAY ) {
Z_TYPE_P          833 ext/intl/locale/locale_methods.c 				if(Z_TYPE_P(data) != IS_STRING) {
Z_TYPE_P          864 ext/intl/locale/locale_methods.c 				if( Z_TYPE_P(ele_value)!= IS_STRING ){
Z_TYPE_P         1438 ext/intl/locale/locale_methods.c 		if(Z_TYPE_P(ele_value)!= IS_STRING) {
Z_TYPE_P          181 ext/intl/resourcebundle/resourcebundle_class.c 	if(Z_TYPE_P(offset) == IS_LONG) {
Z_TYPE_P          185 ext/intl/resourcebundle/resourcebundle_class.c 	} else if(Z_TYPE_P(offset) == IS_STRING) {
Z_TYPE_P          204 ext/intl/transliterator/transliterator_class.c 	if( Z_TYPE_P( member ) != IS_STRING )		\
Z_TYPE_P          325 ext/intl/transliterator/transliterator_methods.c 		if( Z_TYPE_P( arg1 ) == IS_OBJECT &&
Z_TYPE_P          333 ext/intl/transliterator/transliterator_methods.c 			if(Z_TYPE_P( arg1 ) != IS_STRING )
Z_TYPE_P           11 ext/intl/uchar/uchar.c 	if (Z_TYPE_P(zcp) == IS_LONG) {
Z_TYPE_P           13 ext/intl/uchar/uchar.c 	} else if (Z_TYPE_P(zcp) == IS_STRING) {
Z_TYPE_P          436 ext/intl/uchar/uchar.c 	if (Z_TYPE_P(zcp) == IS_STRING) {
Z_TYPE_P          639 ext/intl/uchar/uchar.c 	if (Z_TYPE_P(zcp) == IS_STRING) { \
Z_TYPE_P          123 ext/json/json_encoder.c 	if (Z_TYPE_P(val) == IS_ARRAY) {
Z_TYPE_P          172 ext/json/json_encoder.c 					if (ZSTR_VAL(key)[0] == '\0' && Z_TYPE_P(val) == IS_OBJECT) {
Z_TYPE_P          452 ext/json/json_encoder.c 	if (Z_TYPE_P(val) == IS_ARRAY) {
Z_TYPE_P          498 ext/json/json_encoder.c 	switch (Z_TYPE_P(val))
Z_TYPE_P          256 ext/json/json_parser.y 	if (Z_TYPE_P(object) == IS_ARRAY) {
Z_TYPE_P          752 ext/ldap/ldap.c 	if (Z_TYPE_P(link) == IS_ARRAY) {
Z_TYPE_P          764 ext/ldap/ldap.c 		if (Z_TYPE_P(base_dn) == IS_ARRAY) {
Z_TYPE_P          775 ext/ldap/ldap.c 			if (Z_TYPE_P(base_dn) == IS_STRING) {
Z_TYPE_P          782 ext/ldap/ldap.c 		if (Z_TYPE_P(filter) == IS_ARRAY) {
Z_TYPE_P          813 ext/ldap/ldap.c 				if (Z_TYPE_P(entry) == IS_STRING) {
Z_TYPE_P          857 ext/ldap/ldap.c 		if (Z_TYPE_P(base_dn) == IS_STRING) {
Z_TYPE_P         1474 ext/ldap/ldap.c 		if (Z_TYPE_P(value) != IS_ARRAY) {
Z_TYPE_P         1484 ext/ldap/ldap.c 		if ((num_values == 1) && (Z_TYPE_P(value) != IS_ARRAY)) {
Z_TYPE_P         1722 ext/ldap/ldap.c 			if (Z_TYPE_P(mod) != IS_ARRAY) {
Z_TYPE_P         1753 ext/ldap/ldap.c 					if (Z_TYPE_P(modinfo) != IS_STRING) {
Z_TYPE_P         1764 ext/ldap/ldap.c 					if (Z_TYPE_P(modinfo) != IS_LONG) {
Z_TYPE_P         1796 ext/ldap/ldap.c 					if (Z_TYPE_P(modinfo) != IS_ARRAY) {
Z_TYPE_P         1824 ext/ldap/ldap.c 						if (Z_TYPE_P(modval) != IS_STRING) {
Z_TYPE_P         2210 ext/ldap/ldap.c 	if (Z_TYPE_P(link) == IS_NULL) {
Z_TYPE_P         2308 ext/ldap/ldap.c 			val = Z_TYPE_P(newval) == IS_TRUE
Z_TYPE_P         2323 ext/ldap/ldap.c 			if ((Z_TYPE_P(newval) != IS_ARRAY) || !(ncontrols = zend_hash_num_elements(Z_ARRVAL_P(newval)))) {
Z_TYPE_P         2331 ext/ldap/ldap.c 				if (Z_TYPE_P(ctrlval) != IS_ARRAY) {
Z_TYPE_P         2354 ext/ldap/ldap.c 					ctrl->ldctl_iscritical = Z_TYPE_P(val) == IS_TRUE;
Z_TYPE_P         2684 ext/ldap/ldap.c 	if (Z_TYPE_P(callback) == IS_STRING && Z_STRLEN_P(callback) == 0) {
Z_TYPE_P         2863 ext/ldap/ldap.c 	if (Z_TYPE_P(link) == IS_NULL) {
Z_TYPE_P         1181 ext/libxml/libxml.c 	if (Z_TYPE_P(object) == IS_OBJECT) {
Z_TYPE_P          815 ext/mbstring/mbstring.c 	if (Z_TYPE_P(array) == IS_ARRAY) {
Z_TYPE_P         1941 ext/mbstring/mbstring.c 		switch (Z_TYPE_P(arg1)) {
Z_TYPE_P         1998 ext/mbstring/mbstring.c 		switch (Z_TYPE_P(arg1)) {
Z_TYPE_P         2370 ext/mbstring/mbstring.c 		if (Z_TYPE_P(zoffset) == IS_STRING) {
Z_TYPE_P         3215 ext/mbstring/mbstring.c 		switch (Z_TYPE_P(arg_old)) {
Z_TYPE_P         3367 ext/mbstring/mbstring.c 		switch (Z_TYPE_P(encoding_list)) {
Z_TYPE_P         3719 ext/mbstring/mbstring.c 	switch (Z_TYPE_P(zfrom_enc)) {
Z_TYPE_P         3747 ext/mbstring/mbstring.c 					if (Z_TYPE_P(var) == IS_ARRAY || Z_TYPE_P(var) == IS_OBJECT) {
Z_TYPE_P         3757 ext/mbstring/mbstring.c 				if (Z_TYPE_P(var) == IS_ARRAY || Z_TYPE_P(var) == IS_OBJECT) {
Z_TYPE_P         3762 ext/mbstring/mbstring.c 							if (Z_TYPE_P(hash_entry) == IS_INDIRECT) {
Z_TYPE_P         3766 ext/mbstring/mbstring.c 							if (Z_TYPE_P(hash_entry) == IS_ARRAY || Z_TYPE_P(hash_entry) == IS_OBJECT) {
Z_TYPE_P         3780 ext/mbstring/mbstring.c 							} else if (Z_TYPE_P(hash_entry) == IS_STRING) {
Z_TYPE_P         3789 ext/mbstring/mbstring.c 				} else if (Z_TYPE_P(var) == IS_STRING) {
Z_TYPE_P         3834 ext/mbstring/mbstring.c 				if (Z_TYPE_P(var) == IS_ARRAY || Z_TYPE_P(var) == IS_OBJECT) {
Z_TYPE_P         3844 ext/mbstring/mbstring.c 			if (Z_TYPE_P(var) == IS_ARRAY || Z_TYPE_P(var) == IS_OBJECT) {
Z_TYPE_P         3849 ext/mbstring/mbstring.c 						if (Z_TYPE_P(hash_entry_ptr) == IS_INDIRECT) {
Z_TYPE_P         3854 ext/mbstring/mbstring.c 						if (Z_TYPE_P(hash_entry) == IS_ARRAY || Z_TYPE_P(hash_entry) == IS_OBJECT) {
Z_TYPE_P         3869 ext/mbstring/mbstring.c 						} else if (Z_TYPE_P(hash_entry) == IS_STRING) {
Z_TYPE_P         3882 ext/mbstring/mbstring.c 			} else if (Z_TYPE_P(var) == IS_STRING) {
Z_TYPE_P         3949 ext/mbstring/mbstring.c 	if (Z_TYPE_P(zconvmap) == IS_ARRAY) {
Z_TYPE_P         4260 ext/mbstring/mbstring.c 		ZEND_ASSERT(Z_TYPE_P(s) == IS_STRING);
Z_TYPE_P         4294 ext/mbstring/mbstring.c 		ZEND_ASSERT(Z_TYPE_P(s) == IS_STRING);
Z_TYPE_P          708 ext/mbstring/php_mbregex.c 	if (Z_TYPE_P(arg_pattern) != IS_STRING) {
Z_TYPE_P          710 ext/mbstring/php_mbregex.c 		if (Z_TYPE_P(arg_pattern) == IS_DOUBLE) {
Z_TYPE_P          853 ext/mbstring/php_mbregex.c 	if (Z_TYPE_P(arg_pattern_zval) == IS_STRING) {
Z_TYPE_P          172 ext/mcrypt/mcrypt_filter.c 	if (!filterparams || Z_TYPE_P(filterparams) != IS_ARRAY) {
Z_TYPE_P          178 ext/mcrypt/mcrypt_filter.c 		if (Z_TYPE_P(tmpzval) == IS_STRING) {
Z_TYPE_P          186 ext/mcrypt/mcrypt_filter.c 		if (Z_TYPE_P(tmpzval) == IS_STRING) {
Z_TYPE_P          194 ext/mcrypt/mcrypt_filter.c 		if (Z_TYPE_P(tmpzval) == IS_STRING) {
Z_TYPE_P          202 ext/mcrypt/mcrypt_filter.c 		Z_TYPE_P(tmpzval) == IS_STRING) {
Z_TYPE_P          222 ext/mcrypt/mcrypt_filter.c 		Z_TYPE_P(tmpzval) != IS_STRING) {
Z_TYPE_P          308 ext/mysqli/mysqli.c 	if (Z_TYPE_P(member) != IS_STRING) {
Z_TYPE_P          343 ext/mysqli/mysqli.c 	if (Z_TYPE_P(member) != IS_STRING) {
Z_TYPE_P          396 ext/mysqli/mysqli.c 					ret = Z_TYPE_P(value) == IS_TRUE ? 1 : 0;
Z_TYPE_P          404 ext/mysqli/mysqli.c 					ret = Z_TYPE_P(value) != IS_NULL? 1 : 0;
Z_TYPE_P          488 ext/mysqli/mysqli.c 	if (Z_TYPE_P(zv) == IS_OBJECT && instanceof_function(Z_OBJCE_P(zv), mysqli_link_class_entry)) {
Z_TYPE_P         1277 ext/mysqli/mysqli.c 	if (into_object && Z_TYPE_P(return_value) == IS_ARRAY) {
Z_TYPE_P         1303 ext/mysqli/mysqli.c 			if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) {
Z_TYPE_P         1791 ext/mysqli/mysqli_api.c 	if (expected_type != Z_TYPE_P(mysql_value)) {
Z_TYPE_P          644 ext/mysqli/mysqli_nonapi.c 	if (Z_TYPE_P(in_array) != IS_ARRAY) {
Z_TYPE_P          650 ext/mysqli/mysqli_nonapi.c 		if (Z_TYPE_P(elem) != IS_OBJECT ||
Z_TYPE_P          685 ext/mysqli/mysqli_nonapi.c 		if (Z_TYPE_P(elem) != IS_OBJECT ||
Z_TYPE_P          921 ext/mysqlnd/mysqlnd_ps.c 						if ((Z_TYPE_P(data) == IS_STRING) &&
Z_TYPE_P         1107 ext/mysqlnd/mysqlnd_ps.c 								Z_TYPE_P(data), Z_REFCOUNTED(stmt->result_bind[i].zv)?
Z_TYPE_P         1111 ext/mysqlnd/mysqlnd_ps.c 						if ((Z_TYPE_P(data) == IS_STRING) &&
Z_TYPE_P          587 ext/mysqlnd/mysqlnd_ps_codec.c 			if (Z_TYPE_P(parameter) != IS_LONG &&
Z_TYPE_P          597 ext/mysqlnd/mysqlnd_ps_codec.c 			if (Z_TYPE_P(parameter) != IS_LONG) {
Z_TYPE_P          651 ext/mysqlnd/mysqlnd_ps_codec.c 			if (Z_TYPE_P(parameter) != IS_LONG) {
Z_TYPE_P          657 ext/mysqlnd/mysqlnd_ps_codec.c 				if (Z_TYPE_P(tmp_data) == IS_STRING) {
Z_TYPE_P          688 ext/mysqlnd/mysqlnd_ps_codec.c 		if ((stmt->param_bind[i].type != MYSQL_TYPE_LONG_BLOB && Z_TYPE_P(the_var) == IS_NULL)) {
Z_TYPE_P          710 ext/mysqlnd/mysqlnd_ps_codec.c 				if (Z_TYPE_P(the_var) != IS_DOUBLE) {
Z_TYPE_P          725 ext/mysqlnd/mysqlnd_ps_codec.c 					if (Z_TYPE_P(tmp_data) == IS_STRING) {
Z_TYPE_P          745 ext/mysqlnd/mysqlnd_ps_codec.c 				if (Z_TYPE_P(the_var) != IS_STRING) {
Z_TYPE_P          777 ext/mysqlnd/mysqlnd_ps_codec.c 		if (!Z_ISUNDEF_P(parameter) && Z_TYPE_P(data) == IS_NULL) {
Z_TYPE_P          787 ext/mysqlnd/mysqlnd_ps_codec.c 					if (Z_TYPE_P(data) == IS_STRING) {
Z_TYPE_P          795 ext/mysqlnd/mysqlnd_ps_codec.c 					if (Z_TYPE_P(data) == IS_STRING) {
Z_TYPE_P          738 ext/mysqlnd/mysqlnd_result.c 						unsigned int len = (Z_TYPE_P(data) == IS_STRING)? Z_STRLEN_P(data) : 0;
Z_TYPE_P          741 ext/mysqlnd/mysqlnd_result.c 						if (Z_TYPE_P(data) != IS_NULL) {
Z_TYPE_P          856 ext/mysqlnd/mysqlnd_result.c 					unsigned int len = (Z_TYPE_P(data) == IS_STRING)? Z_STRLEN_P(data) : 0;
Z_TYPE_P         1020 ext/mysqlnd/mysqlnd_result.c 					set->lengths[i] = (Z_TYPE_P(data) == IS_STRING)? Z_STRLEN_P(data) : 0;
Z_TYPE_P         1022 ext/mysqlnd/mysqlnd_result.c 					if (Z_TYPE_P(data) != IS_NULL) {
Z_TYPE_P         1107 ext/mysqlnd/mysqlnd_result.c 			set->lengths[i] = (Z_TYPE_P(data) == IS_STRING)? Z_STRLEN_P(data) : 0;
Z_TYPE_P         1202 ext/mysqlnd/mysqlnd_result.c 			set->lengths[i] = (Z_TYPE_P(data) == IS_STRING)? Z_STRLEN_P(data) : 0;
Z_TYPE_P         1587 ext/mysqlnd/mysqlnd_wireprotocol.c 										(Z_TYPE_P(current_field) == IS_STRING)?
Z_TYPE_P         1732 ext/mysqlnd/mysqlnd_wireprotocol.c 				if (Z_TYPE_P(current_field) == IS_LONG) {
Z_TYPE_P         1735 ext/mysqlnd/mysqlnd_wireprotocol.c 				} else if (Z_TYPE_P(current_field) == IS_STRING){
Z_TYPE_P         2006 ext/oci8/oci8.c 								if ((tmp_val != NULL) && (Z_TYPE_P(tmp_val) == IS_RESOURCE)) {
Z_TYPE_P         1520 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         1074 ext/oci8/oci8_statement.c 	} else if ((Z_TYPE_P(bind->zval) == IS_TRUE) || (Z_TYPE_P(bind->zval) == IS_FALSE)) {
Z_TYPE_P         1106 ext/oci8/oci8_statement.c 			if (Z_TYPE_P(var) != IS_OBJECT || (tmp = zend_hash_str_find(Z_OBJPROP_P(var), "collection", sizeof("collection")-1)) == NULL) {
Z_TYPE_P         1128 ext/oci8/oci8_statement.c 			if (Z_TYPE_P(var) != IS_OBJECT || (tmp = zend_hash_str_find(Z_OBJPROP_P(var), "descriptor", sizeof("descriptor")-1)) == NULL) {
Z_TYPE_P         1147 ext/oci8/oci8_statement.c 			if (Z_TYPE_P(var) == IS_RESOURCE || Z_TYPE_P(var) == IS_OBJECT) {
Z_TYPE_P         1167 ext/oci8/oci8_statement.c 			if (Z_TYPE_P(var) == IS_RESOURCE || Z_TYPE_P(var) == IS_OBJECT) {
Z_TYPE_P         1171 ext/oci8/oci8_statement.c 			if (Z_TYPE_P(var) != IS_NULL) {
Z_TYPE_P         1177 ext/oci8/oci8_statement.c 				} else if (Z_TYPE_P(var) == IS_STRING) {
Z_TYPE_P         1188 ext/oci8/oci8_statement.c 			if (Z_TYPE_P(var) != IS_RESOURCE) {
Z_TYPE_P         1204 ext/oci8/oci8_statement.c 			if (Z_TYPE_P(var) == IS_RESOURCE || Z_TYPE_P(var) == IS_OBJECT) {
Z_TYPE_P         1210 ext/oci8/oci8_statement.c 			if (Z_TYPE_P(var) == IS_TRUE)
Z_TYPE_P         1212 ext/oci8/oci8_statement.c 			else if (Z_TYPE_P(var) == IS_FALSE)
Z_TYPE_P         1409 ext/oci8/oci8_statement.c 	if (Z_TYPE_P(val) == IS_RESOURCE) {
Z_TYPE_P         1419 ext/oci8/oci8_statement.c 	} else if (Z_TYPE_P(val) == IS_OBJECT) {
Z_TYPE_P         1495 ext/oci8/oci8_statement.c 	if (Z_TYPE_P(column_index) == IS_STRING) {
Z_TYPE_P         1343 ext/odbc/php_odbc.c 			otype = Z_TYPE_P(tmp);
Z_TYPE_P         1345 ext/odbc/php_odbc.c 			if (Z_TYPE_P(tmp) != IS_STRING) {
Z_TYPE_P         1843 ext/odbc/php_odbc.c 	if (Z_TYPE_P(return_value) == IS_ARRAY) {
Z_TYPE_P         1896 ext/odbc/php_odbc.c 	if (Z_TYPE_P(pv_res_arr) != IS_ARRAY) {
Z_TYPE_P         2093 ext/odbc/php_odbc.c 	if (Z_TYPE_P(pv_field) == IS_STRING) {
Z_TYPE_P          558 ext/opcache/Optimizer/block_pass.c 	if (Z_TYPE_P((v)) == IS_NULL) { \
Z_TYPE_P          330 ext/opcache/Optimizer/pass1_5.c 						if (Z_TYPE_P(c) == IS_CONSTANT_AST) {
Z_TYPE_P          333 ext/opcache/Optimizer/pass1_5.c 						if (ZEND_IS_CONSTANT_TYPE(Z_TYPE_P(c))) {
Z_TYPE_P          145 ext/opcache/Optimizer/zend_optimizer.c 	if (Z_TYPE_P(val) != IS_STRING) { \
Z_TYPE_P          152 ext/opcache/Optimizer/zend_optimizer.c 	if (Z_TYPE_P(val) >= IS_ARRAY) { \
Z_TYPE_P          242 ext/opcache/Optimizer/zend_optimizer.c 			if (Z_TYPE_P(val) == IS_STRING) {
Z_TYPE_P          334 ext/opcache/Optimizer/zend_optimizer.c 			if (Z_TYPE_P(val) == IS_STRING) {
Z_TYPE_P          460 ext/opcache/Optimizer/zend_optimizer.c 						|| !ZEND_SAME_FAKE_TYPE(ret_info->type_hint, Z_TYPE_P(val))
Z_TYPE_P         2121 ext/opcache/ZendAccelerator.c 	switch (Z_TYPE_P(zvalue)) {
Z_TYPE_P          159 ext/opcache/zend_accelerator_util_funcs.c 	if (Z_TYPE_P(src) == IS_REFERENCE) {
Z_TYPE_P          172 ext/opcache/zend_accelerator_util_funcs.c 	if (Z_TYPE_P(src) == IS_CONSTANT_AST) {
Z_TYPE_P          306 ext/opcache/zend_file_cache.c 	switch (Z_TYPE_P(zv)) {
Z_TYPE_P          867 ext/opcache/zend_file_cache.c 	switch (Z_TYPE_P(zv)) {
Z_TYPE_P          274 ext/opcache/zend_persist.c 	switch (Z_TYPE_P(z)) {
Z_TYPE_P          330 ext/opcache/zend_persist.c 	switch (Z_TYPE_P(z)) {
Z_TYPE_P          389 ext/opcache/zend_persist.c 	switch (Z_TYPE_P(z)) {
Z_TYPE_P          126 ext/opcache/zend_persist_calc.c 	switch (Z_TYPE_P(z)) {
Z_TYPE_P          694 ext/openssl/openssl.c 				if (Z_TYPE_P(data) == IS_ARRAY) {
Z_TYPE_P          696 ext/openssl/openssl.c 				} else if (Z_TYPE_P(data) == IS_STRING) {
Z_TYPE_P          867 ext/openssl/openssl.c 		if (optional_args && (item = zend_hash_str_find(Z_ARRVAL_P(optional_args), key, sizeof(key)-1)) != NULL && Z_TYPE_P(item) == IS_STRING) \
Z_TYPE_P          873 ext/openssl/openssl.c 	if (optional_args && (item = zend_hash_str_find(Z_ARRVAL_P(optional_args), key, sizeof(key)-1)) != NULL && Z_TYPE_P(item) == IS_LONG) \
Z_TYPE_P          937 ext/openssl/openssl.c 		req->priv_key_encrypt = Z_TYPE_P(item) == IS_TRUE ? 1 : 0;
Z_TYPE_P          951 ext/openssl/openssl.c 		&& Z_TYPE_P(item) == IS_LONG) {
Z_TYPE_P         1388 ext/openssl/openssl.c 	if (Z_TYPE_P(val) == IS_RESOURCE) {
Z_TYPE_P         1405 ext/openssl/openssl.c 	if (!(Z_TYPE_P(val) == IS_STRING || Z_TYPE_P(val) == IS_OBJECT)) {
Z_TYPE_P         1525 ext/openssl/openssl.c 		if (Z_TYPE_P(method) == IS_LONG) {
Z_TYPE_P         2254 ext/openssl/openssl.c 	if (calist && (Z_TYPE_P(calist) == IS_ARRAY)) {
Z_TYPE_P         2360 ext/openssl/openssl.c 	if (Z_TYPE_P(zcerts) == IS_ARRAY) {
Z_TYPE_P         2441 ext/openssl/openssl.c 	if (args && (item = zend_hash_str_find(Z_ARRVAL_P(args), "friendly_name", sizeof("friendly_name")-1)) != NULL && Z_TYPE_P(item) == IS_STRING)
Z_TYPE_P         2519 ext/openssl/openssl.c 	if (args && (item = zend_hash_str_find(Z_ARRVAL_P(args), "friendly_name", sizeof("friendly_name")-1)) != NULL && Z_TYPE_P(item) == IS_STRING)
Z_TYPE_P         2816 ext/openssl/openssl.c 	if (Z_TYPE_P(val) == IS_RESOURCE) {
Z_TYPE_P         2829 ext/openssl/openssl.c 	} else if (Z_TYPE_P(val) != IS_STRING) {
Z_TYPE_P         3097 ext/openssl/openssl.c 		if (Z_TYPE_P(out_pkey) != IS_NULL) {
Z_TYPE_P         3249 ext/openssl/openssl.c 	if (Z_TYPE_P(val) == IS_ARRAY) {
Z_TYPE_P         3259 ext/openssl/openssl.c 		if (Z_TYPE_P(zphrase) == IS_STRING) {
Z_TYPE_P         3274 ext/openssl/openssl.c 	if (Z_TYPE_P(val) == IS_RESOURCE) {
Z_TYPE_P         3320 ext/openssl/openssl.c 		if (!(Z_TYPE_P(val) == IS_STRING || Z_TYPE_P(val) == IS_OBJECT)) {
Z_TYPE_P         3558 ext/openssl/openssl.c 				Z_TYPE_P(bn) == IS_STRING) {							\
Z_TYPE_P         3579 ext/openssl/openssl.c 	if (args && Z_TYPE_P(args) == IS_ARRAY) {
Z_TYPE_P         3583 ext/openssl/openssl.c 			Z_TYPE_P(data) == IS_ARRAY) {
Z_TYPE_P         3607 ext/openssl/openssl.c 			Z_TYPE_P(data) == IS_ARRAY) {
Z_TYPE_P         3631 ext/openssl/openssl.c 			Z_TYPE_P(data) == IS_ARRAY) {
Z_TYPE_P         4233 ext/openssl/openssl.c 	if (Z_TYPE_P(zrecipcerts) == IS_ARRAY) {
Z_TYPE_P         4797 ext/openssl/openssl.c 	if (method == NULL || Z_TYPE_P(method) == IS_LONG) {
Z_TYPE_P         4802 ext/openssl/openssl.c 	} else if (Z_TYPE_P(method) == IS_STRING) {
Z_TYPE_P         4858 ext/openssl/openssl.c 	if (method == NULL || Z_TYPE_P(method) == IS_LONG) {
Z_TYPE_P         4863 ext/openssl/openssl.c 	} else if (Z_TYPE_P(method) == IS_STRING) {
Z_TYPE_P          325 ext/openssl/xp_ssl.c 	if (Z_TYPE_P(val) == IS_STRING) {
Z_TYPE_P          339 ext/openssl/xp_ssl.c 	} else if (Z_TYPE_P(val) == IS_ARRAY) {
Z_TYPE_P          349 ext/openssl/xp_ssl.c 			if (key == NULL || Z_TYPE_P(current) != IS_STRING) {
Z_TYPE_P          531 ext/openssl/xp_ssl.c 		if (Z_TYPE_P(val) == IS_STRING || Z_TYPE_P(val) == IS_ARRAY) {
Z_TYPE_P         1341 ext/openssl/xp_ssl.c 	if (Z_TYPE_P(val) != IS_ARRAY) {
Z_TYPE_P          636 ext/pcntl/pcntl.c 		if (Z_TYPE_P(z_rusage) != IS_ARRAY) {
Z_TYPE_P          688 ext/pcntl/pcntl.c 		if (Z_TYPE_P(z_rusage) != IS_ARRAY) {
Z_TYPE_P          978 ext/pcntl/pcntl.c 	if (Z_TYPE_P(handle) == IS_LONG) {
Z_TYPE_P         1058 ext/pcntl/pcntl.c 		if (Z_TYPE_P(user_oldset) != IS_ARRAY) {
Z_TYPE_P         1133 ext/pcntl/pcntl.c 		if (Z_TYPE_P(user_siginfo) != IS_ARRAY) {
Z_TYPE_P         1368 ext/pcre/php_pcre.c 	if (Z_TYPE_P(regex) == IS_ARRAY) {
Z_TYPE_P         1380 ext/pcre/php_pcre.c 			if (Z_TYPE_P(replace) == IS_ARRAY && !is_callable_replace) {
Z_TYPE_P         1450 ext/pcre/php_pcre.c 	if (Z_TYPE_P(replace) != IS_ARRAY && (Z_TYPE_P(replace) != IS_OBJECT || !is_callable_replace)) {
Z_TYPE_P         1454 ext/pcre/php_pcre.c 	if (Z_TYPE_P(regex) != IS_ARRAY) {
Z_TYPE_P         1459 ext/pcre/php_pcre.c 	if (Z_TYPE_P(subject) == IS_ARRAY) {
Z_TYPE_P         1522 ext/pcre/php_pcre.c 	if (Z_TYPE_P(replace) == IS_ARRAY && Z_TYPE_P(regex) != IS_ARRAY) {
Z_TYPE_P         1673 ext/pcre/php_pcre.c 	if (Z_TYPE_P(replace) == IS_ARRAY && Z_TYPE_P(regex) != IS_ARRAY) {
Z_TYPE_P          275 ext/pdo/pdo_dbh.c 			if (Z_TYPE_P(v) == IS_STRING &&
Z_TYPE_P          405 ext/pdo/pdo_dbh.c 		if (Z_TYPE_P(ctor_args) != IS_ARRAY) {
Z_TYPE_P          486 ext/pdo/pdo_dbh.c 		if (Z_TYPE_P(opt) != IS_ARRAY || (item = zend_hash_index_find(Z_ARRVAL_P(opt), 0)) == NULL
Z_TYPE_P          487 ext/pdo/pdo_dbh.c 			|| Z_TYPE_P(item) != IS_STRING
Z_TYPE_P          511 ext/pdo/pdo_dbh.c 			if (Z_TYPE_P(item) != IS_ARRAY) {
Z_TYPE_P          673 ext/pdo/pdo_dbh.c 	if (Z_TYPE_P(value) != IS_LONG && Z_TYPE_P(value) != IS_STRING && Z_TYPE_P(value) != IS_FALSE && Z_TYPE_P(value) != IS_TRUE) { \
Z_TYPE_P          718 ext/pdo/pdo_dbh.c 			if (Z_TYPE_P(value) == IS_ARRAY) {
Z_TYPE_P          720 ext/pdo/pdo_dbh.c 				if ((tmp = zend_hash_index_find(Z_ARRVAL_P(value), 0)) != NULL && Z_TYPE_P(tmp) == IS_LONG) {
Z_TYPE_P          754 ext/pdo/pdo_dbh.c 			if (Z_TYPE_P(value) != IS_ARRAY
Z_TYPE_P          756 ext/pdo/pdo_dbh.c 				|| Z_TYPE_P(item) != IS_STRING
Z_TYPE_P          784 ext/pdo/pdo_dbh.c 				if (Z_TYPE_P(item) != IS_ARRAY) {
Z_TYPE_P          550 ext/pdo/pdo_sql_parser.c 				if (param->param_type == PDO_PARAM_LOB && Z_TYPE_P(parameter) == IS_RESOURCE) {
Z_TYPE_P          322 ext/pdo/pdo_stmt.c 		if (Z_TYPE_P(parameter) == IS_DOUBLE) {
Z_TYPE_P          330 ext/pdo/pdo_stmt.c 	} else if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_INT && (Z_TYPE_P(parameter) == IS_FALSE || Z_TYPE_P(parameter) == IS_TRUE)) {
Z_TYPE_P          332 ext/pdo/pdo_stmt.c 	} else if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_BOOL && Z_TYPE_P(parameter) == IS_LONG) {
Z_TYPE_P          569 ext/pdo/pdo_stmt.c 			if (Z_TYPE_P(dest) == IS_NULL) {
Z_TYPE_P          664 ext/pdo/pdo_stmt.c 		switch (Z_TYPE_P(dest)) {
Z_TYPE_P          672 ext/pdo/pdo_stmt.c 	if (Z_TYPE_P(dest) == IS_NULL && stmt->dbh->oracle_nulls == PDO_NULL_TO_STRING) {
Z_TYPE_P         1060 ext/pdo/pdo_stmt.c 							if (Z_TYPE_P(curr_val) != IS_ARRAY) {
Z_TYPE_P         1324 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         1414 ext/pdo/pdo_stmt.c 			if (Z_TYPE_P(ctor_args) != IS_NULL && Z_TYPE_P(ctor_args) != IS_ARRAY) {
Z_TYPE_P         1419 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         1429 ext/pdo/pdo_stmt.c 			if (Z_TYPE_P(arg2) != IS_STRING) {
Z_TYPE_P         1532 ext/pdo/pdo_stmt.c 			if (Z_TYPE_P(return_value) != IS_ARRAY) {
Z_TYPE_P         2491 ext/pdo/pdo_stmt.c 		if (Z_TYPE_P(member) == IS_LONG) {
Z_TYPE_P         2495 ext/pdo/pdo_stmt.c 		} else if (Z_TYPE_P(member) == IS_STRING
Z_TYPE_P         2545 ext/pdo/pdo_stmt.c 		if (Z_TYPE_P(member) == IS_LONG) {
Z_TYPE_P         2547 ext/pdo/pdo_stmt.c 		} else if (Z_TYPE_P(member) == IS_STRING) {
Z_TYPE_P          525 ext/pdo_firebird/firebird_statement.c 			if (Z_TYPE_P(parameter) == IS_RESOURCE) {
Z_TYPE_P          550 ext/pdo_firebird/firebird_statement.c 			switch (Z_TYPE_P(parameter)) {
Z_TYPE_P          498 ext/pdo_mysql/mysql_statement.c 				if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_NULL || (Z_TYPE_P(parameter) == IS_NULL)) {
Z_TYPE_P          505 ext/pdo_mysql/mysql_statement.c 				if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_NULL || Z_TYPE_P(parameter) == IS_NULL) {
Z_TYPE_P          525 ext/pdo_mysql/mysql_statement.c 						if (Z_TYPE_P(parameter) == IS_RESOURCE) {
Z_TYPE_P          551 ext/pdo_mysql/mysql_statement.c 				switch (Z_TYPE_P(parameter)) {
Z_TYPE_P          577 ext/pdo_mysql/mysql_statement.c 				switch (Z_TYPE_P(parameter)) {
Z_TYPE_P           67 ext/pdo_mysql/pdo_mysql.c 	if (Z_TYPE_P(zv) == IS_OBJECT && instanceof_function(Z_OBJCE_P(zv), php_pdo_get_dbh_ce())) {
Z_TYPE_P          261 ext/pdo_oci/oci_statement.c 	if (Z_TYPE_P(parameter) == IS_OBJECT || Z_TYPE_P(parameter) == IS_RESOURCE) {
Z_TYPE_P          380 ext/pdo_oci/oci_statement.c 						if (Z_TYPE_P(parameter) == IS_STRING) {
Z_TYPE_P          386 ext/pdo_oci/oci_statement.c 					} else if (Z_TYPE_P(parameter) == IS_STRING) {
Z_TYPE_P          392 ext/pdo_oci/oci_statement.c 					if (Z_TYPE_P(parameter) == IS_NULL) {
Z_TYPE_P          431 ext/pdo_oci/oci_statement.c 						} else if (Z_TYPE_P(parameter) == IS_STRING) {
Z_TYPE_P          191 ext/pdo_odbc/odbc_stmt.c 			if (Z_TYPE_P(parameter) != IS_RESOURCE) {
Z_TYPE_P          405 ext/pdo_odbc/odbc_stmt.c 					if (Z_TYPE_P(parameter) == IS_RESOURCE) {
Z_TYPE_P          456 ext/pdo_odbc/odbc_stmt.c 				} else if (Z_TYPE_P(parameter) == IS_NULL || PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_NULL) {
Z_TYPE_P          316 ext/pdo_pgsql/pgsql_statement.c 							Z_TYPE_P(parameter) == IS_RESOURCE) {
Z_TYPE_P          351 ext/pdo_pgsql/pgsql_statement.c 							Z_TYPE_P(parameter) == IS_NULL) {
Z_TYPE_P          354 ext/pdo_pgsql/pgsql_statement.c 					} else if (Z_TYPE_P(parameter) == IS_FALSE || Z_TYPE_P(parameter) == IS_TRUE) {
Z_TYPE_P          355 ext/pdo_pgsql/pgsql_statement.c 						S->param_values[param->paramno] = Z_TYPE_P(parameter) == IS_TRUE ? "t" : "f";
Z_TYPE_P          115 ext/pdo_sqlite/sqlite_statement.c 						if (Z_TYPE_P(parameter) == IS_NULL) {
Z_TYPE_P          140 ext/pdo_sqlite/sqlite_statement.c 						if (Z_TYPE_P(parameter) == IS_RESOURCE) {
Z_TYPE_P          151 ext/pdo_sqlite/sqlite_statement.c 						} else if (Z_TYPE_P(parameter) == IS_NULL) {
Z_TYPE_P          176 ext/pdo_sqlite/sqlite_statement.c 						if (Z_TYPE_P(parameter) == IS_NULL) {
Z_TYPE_P         1485 ext/pgsql/pgsql.c 	if (! PGG(ignore_notices) && Z_TYPE_P(return_value) == IS_RESOURCE) {
Z_TYPE_P         1972 ext/pgsql/pgsql.c 			if (Z_TYPE_P(tmp) == IS_NULL) {
Z_TYPE_P         2175 ext/pgsql/pgsql.c 			if (Z_TYPE_P(tmp) == IS_NULL) {
Z_TYPE_P         2648 ext/pgsql/pgsql.c 	switch (Z_TYPE_P(field)) {
Z_TYPE_P         2801 ext/pgsql/pgsql.c 			if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) {
Z_TYPE_P         3012 ext/pgsql/pgsql.c 	switch (Z_TYPE_P(field)) {
Z_TYPE_P         3201 ext/pgsql/pgsql.c 	if ((argc == 1) && (Z_TYPE_P(pgsql_link) != IS_RESOURCE)) {
Z_TYPE_P         3221 ext/pgsql/pgsql.c 		switch (Z_TYPE_P(oid)) {
Z_TYPE_P         3633 ext/pgsql/pgsql.c 		switch (Z_TYPE_P(oid)) {
Z_TYPE_P         4958 ext/pgsql/pgsql.c 			if (Z_TYPE_P(tmp) == IS_NULL) {
Z_TYPE_P         5135 ext/pgsql/pgsql.c 			if (Z_TYPE_P(tmp) == IS_NULL) {
Z_TYPE_P         5766 ext/pgsql/pgsql.c 	assert(Z_TYPE_P(src) == IS_STRING);
Z_TYPE_P         5787 ext/pgsql/pgsql.c 		if (!(opt & PGSQL_CONV_IGNORE_DEFAULT) && Z_TYPE_P(has_default) == IS_TRUE) { \
Z_TYPE_P         5792 ext/pgsql/pgsql.c 		else if (!(opt & PGSQL_CONV_IGNORE_NOT_NULL) && Z_TYPE_P(not_null) == IS_TRUE) { \
Z_TYPE_P         5809 ext/pgsql/pgsql.c 	assert(Z_TYPE_P(values) == IS_ARRAY);
Z_TYPE_P         5810 ext/pgsql/pgsql.c 	assert(Z_TYPE_P(result) == IS_ARRAY);
Z_TYPE_P         5853 ext/pgsql/pgsql.c 		if (!err && (Z_TYPE_P(val) == IS_ARRAY || Z_TYPE_P(val) == IS_OBJECT)) {
Z_TYPE_P         5862 ext/pgsql/pgsql.c 		if (Z_TYPE_P(is_enum) == IS_TRUE) {
Z_TYPE_P         5872 ext/pgsql/pgsql.c 				switch (Z_TYPE_P(val)) {
Z_TYPE_P         5933 ext/pgsql/pgsql.c 				switch (Z_TYPE_P(val)) {
Z_TYPE_P         5975 ext/pgsql/pgsql.c 				switch (Z_TYPE_P(val)) {
Z_TYPE_P         6036 ext/pgsql/pgsql.c 				switch (Z_TYPE_P(val)) {
Z_TYPE_P         6083 ext/pgsql/pgsql.c 				switch (Z_TYPE_P(val)) {
Z_TYPE_P         6124 ext/pgsql/pgsql.c 				switch (Z_TYPE_P(val)) {
Z_TYPE_P         6157 ext/pgsql/pgsql.c 				switch(Z_TYPE_P(val)) {
Z_TYPE_P         6188 ext/pgsql/pgsql.c 				switch(Z_TYPE_P(val)) {
Z_TYPE_P         6219 ext/pgsql/pgsql.c 				switch(Z_TYPE_P(val)) {
Z_TYPE_P         6250 ext/pgsql/pgsql.c 				switch(Z_TYPE_P(val)) {
Z_TYPE_P         6329 ext/pgsql/pgsql.c 				switch (Z_TYPE_P(val)) {
Z_TYPE_P         6378 ext/pgsql/pgsql.c 				switch(Z_TYPE_P(val)) {
Z_TYPE_P         6554 ext/pgsql/pgsql.c 	assert(Z_TYPE_P(var_array) == IS_ARRAY);
Z_TYPE_P         6598 ext/pgsql/pgsql.c 		switch (Z_TYPE_P(val)) {
Z_TYPE_P         6623 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_WARNING, "Expects scaler values. type = %d", Z_TYPE_P(val));
Z_TYPE_P         6762 ext/pgsql/pgsql.c 		if (where_cond && (Z_TYPE_P(val) == IS_TRUE || Z_TYPE_P(val) == IS_FALSE || (Z_TYPE_P(val) == IS_STRING && !strcmp(Z_STRVAL_P(val), "NULL")))) {
Z_TYPE_P         6768 ext/pgsql/pgsql.c 		switch (Z_TYPE_P(val)) {
Z_TYPE_P         6792 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_WARNING, "Expects scaler values. type=%d", Z_TYPE_P(val));
Z_TYPE_P         6815 ext/pgsql/pgsql.c 	assert(Z_TYPE_P(var_array) == IS_ARRAY);
Z_TYPE_P         6816 ext/pgsql/pgsql.c 	assert(Z_TYPE_P(ids_array) == IS_ARRAY);
Z_TYPE_P         6921 ext/pgsql/pgsql.c 	assert(Z_TYPE_P(ids_array) == IS_ARRAY);
Z_TYPE_P         7012 ext/pgsql/pgsql.c 	assert(Z_TYPE_P(ret_array) == IS_ARRAY);
Z_TYPE_P         7050 ext/pgsql/pgsql.c 	assert(Z_TYPE_P(ids_array) == IS_ARRAY);
Z_TYPE_P         7051 ext/pgsql/pgsql.c 	assert(Z_TYPE_P(ret_array) == IS_ARRAY);
Z_TYPE_P          601 ext/phar/phar_object.c 				IS_STRING != Z_TYPE_P(z_script_name) ||
Z_TYPE_P          607 ext/phar/phar_object.c 				IS_STRING == Z_TYPE_P(z_path_info)) {
Z_TYPE_P          698 ext/phar/phar_object.c 		if (Z_TYPE_P(fci.retval) == IS_UNDEF || Z_TYPE(retval) == IS_UNDEF) {
Z_TYPE_P          815 ext/phar/phar_object.c 				switch (Z_TYPE_P(val)) {
Z_TYPE_P          888 ext/phar/phar_object.c 		if (Z_TYPE_P(data) != IS_STRING) {
Z_TYPE_P         1428 ext/phar/phar_object.c 	switch (Z_TYPE_P(value)) {
Z_TYPE_P         4309 ext/phar/phar_object.c 		switch (Z_TYPE_P(zval_files)) {
Z_TYPE_P         4324 ext/phar/phar_object.c 						switch (Z_TYPE_P(zval_file)) {
Z_TYPE_P          216 ext/phar/stream.c 				&& Z_TYPE_P(pzoption) == IS_LONG
Z_TYPE_P          795 ext/posix/posix.c 	switch (Z_TYPE_P(z_fd)) {
Z_TYPE_P          840 ext/posix/posix.c 	switch (Z_TYPE_P(z_fd)) {
Z_TYPE_P          984 ext/posix/posix.c 	if (array_group == NULL || Z_TYPE_P(array_group) != IS_ARRAY)
Z_TYPE_P         1155 ext/posix/posix.c 	if (NULL == return_value || Z_TYPE_P(return_value) != IS_ARRAY)
Z_TYPE_P          390 ext/reflection/php_reflection.c 	if (obj && Z_TYPE_P(obj) == IS_OBJECT) {
Z_TYPE_P          537 ext/reflection/php_reflection.c 	if (obj && Z_TYPE_P(obj) == IS_OBJECT && Z_OBJ_HT_P(obj)->get_properties) {
Z_TYPE_P         2345 ext/reflection/php_reflection.c 	switch (Z_TYPE_P(reference)) {
Z_TYPE_P         2376 ext/reflection/php_reflection.c 				if (Z_TYPE_P(classref) == IS_OBJECT) {
Z_TYPE_P         2390 ext/reflection/php_reflection.c 				if (ce == zend_ce_closure && Z_TYPE_P(classref) == IS_OBJECT
Z_TYPE_P         2433 ext/reflection/php_reflection.c 	if (Z_TYPE_P(parameter) == IS_LONG) {
Z_TYPE_P         2890 ext/reflection/php_reflection.c 	if (precv && Z_TYPE_P(RT_CONSTANT(&param->fptr->op_array, precv->op2)) == IS_CONSTANT) {
Z_TYPE_P         2915 ext/reflection/php_reflection.c 	if (precv && Z_TYPE_P(RT_CONSTANT(&param->fptr->op_array, precv->op2)) == IS_CONSTANT) {
Z_TYPE_P         3037 ext/reflection/php_reflection.c 	} else if (Z_TYPE_P(classname) == IS_OBJECT) {
Z_TYPE_P         3047 ext/reflection/php_reflection.c 	switch (Z_TYPE_P(classname)) {
Z_TYPE_P         3452 ext/reflection/php_reflection.c 	if (Z_TYPE_P(name) == IS_STRING
Z_TYPE_P         3475 ext/reflection/php_reflection.c 	if (Z_TYPE_P(name) == IS_STRING
Z_TYPE_P         3498 ext/reflection/php_reflection.c 	if (Z_TYPE_P(name) == IS_STRING
Z_TYPE_P         3685 ext/reflection/php_reflection.c 	if (Z_TYPE_P(argument) == IS_OBJECT) {
Z_TYPE_P         4923 ext/reflection/php_reflection.c 	switch (Z_TYPE_P(class_name)) {
Z_TYPE_P         4967 ext/reflection/php_reflection.c 	switch (Z_TYPE_P(interface)) {
Z_TYPE_P         5074 ext/reflection/php_reflection.c 	if (Z_TYPE_P(name) == IS_STRING
Z_TYPE_P         5097 ext/reflection/php_reflection.c 	if (Z_TYPE_P(name) == IS_STRING
Z_TYPE_P         5120 ext/reflection/php_reflection.c 	if (Z_TYPE_P(name) == IS_STRING
Z_TYPE_P         5177 ext/reflection/php_reflection.c 	switch (Z_TYPE_P(classname)) {
Z_TYPE_P         5197 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         6498 ext/reflection/php_reflection.c 	if ((Z_TYPE_P(member) == IS_STRING)
Z_TYPE_P           89 ext/session/session.c 	if (Z_ISREF_P(&PS(http_session_vars)) && Z_TYPE_P(Z_REFVAL(PS(http_session_vars))) == IS_ARRAY)
Z_TYPE_P          319 ext/session/session.c 		Z_TYPE_P(array) == IS_ARRAY &&
Z_TYPE_P          321 ext/session/session.c 		Z_TYPE_P(token) == IS_STRING
Z_TYPE_P          970 ext/session/session.c 			if ((Z_TYPE_P(tmp) == IS_ARRAY && Z_ARRVAL_P(tmp) == &EG(symbol_table)) || tmp == &PS(http_session_vars)) {
Z_TYPE_P         1064 ext/session/session.c 			if ((Z_TYPE_P(tmp) == IS_ARRAY && Z_ARRVAL_P(tmp) == &EG(symbol_table)) || tmp == &PS(http_session_vars)) {
Z_TYPE_P         1474 ext/session/session.c 	if (Z_TYPE_P(ppid) == IS_STRING) {
Z_TYPE_P         1590 ext/session/session.c 			if (Z_TYPE_P(data) == IS_ARRAY && (ppid = zend_hash_str_find(Z_ARRVAL_P(data), PS(session_name), lensess))) {
Z_TYPE_P         1598 ext/session/session.c 			if (Z_TYPE_P(data) == IS_ARRAY && (ppid = zend_hash_str_find(Z_ARRVAL_P(data), PS(session_name), lensess))) {
Z_TYPE_P         1605 ext/session/session.c 			if (Z_TYPE_P(data) == IS_ARRAY && (ppid = zend_hash_str_find(Z_ARRVAL_P(data), PS(session_name), lensess))) {
Z_TYPE_P         1616 ext/session/session.c 			Z_TYPE_P(data) == IS_STRING &&
Z_TYPE_P         1633 ext/session/session.c 			Z_TYPE_P(data) == IS_STRING &&
Z_TYPE_P         2289 ext/session/session.c 				switch(Z_TYPE_P(value)) {
Z_TYPE_P         2818 ext/session/session.c 			&& Z_TYPE_P(ppid) == IS_STRING) {
Z_TYPE_P         2852 ext/session/session.c 	if (Z_TYPE_P(progress_ary) != IS_ARRAY) {
Z_TYPE_P         2858 ext/session/session.c 	return Z_TYPE_P(cancel_upload) == IS_TRUE;
Z_TYPE_P          247 ext/simplexml/simplexml.c 	if (!member || Z_TYPE_P(member) == IS_LONG) {
Z_TYPE_P          258 ext/simplexml/simplexml.c 		if (Z_TYPE_P(member) != IS_STRING) {
Z_TYPE_P          289 ext/simplexml/simplexml.c 			if (Z_TYPE_P(member) != IS_LONG || sxe->iter.type == SXE_ITER_ATTRLIST) {
Z_TYPE_P          290 ext/simplexml/simplexml.c 				if (Z_TYPE_P(member) == IS_LONG) {
Z_TYPE_P          317 ext/simplexml/simplexml.c 			if (!member || Z_TYPE_P(member) == IS_LONG) {
Z_TYPE_P          399 ext/simplexml/simplexml.c 	switch (Z_TYPE_P(value)) {
Z_TYPE_P          453 ext/simplexml/simplexml.c 	if (!member || Z_TYPE_P(member) == IS_LONG) {
Z_TYPE_P          466 ext/simplexml/simplexml.c 		if (Z_TYPE_P(member) != IS_STRING) {
Z_TYPE_P          513 ext/simplexml/simplexml.c 		switch (Z_TYPE_P(value)) {
Z_TYPE_P          519 ext/simplexml/simplexml.c 				if (Z_TYPE_P(value) != IS_STRING) {
Z_TYPE_P          546 ext/simplexml/simplexml.c 			if (Z_TYPE_P(member) == IS_LONG) {
Z_TYPE_P          572 ext/simplexml/simplexml.c 			if (!member || Z_TYPE_P(member) == IS_LONG) {
Z_TYPE_P          623 ext/simplexml/simplexml.c 				if (!member || Z_TYPE_P(member) == IS_LONG) {
Z_TYPE_P          628 ext/simplexml/simplexml.c 			} else if (!member || Z_TYPE_P(member) == IS_LONG) {
Z_TYPE_P          636 ext/simplexml/simplexml.c 			if (Z_TYPE_P(member) == IS_LONG) {
Z_TYPE_P          721 ext/simplexml/simplexml.c 	if (Z_TYPE_P(member) != IS_STRING && Z_TYPE_P(member) != IS_LONG) {
Z_TYPE_P          730 ext/simplexml/simplexml.c 	if (Z_TYPE_P(member) == IS_LONG) {
Z_TYPE_P          754 ext/simplexml/simplexml.c 			if (Z_TYPE_P(member) == IS_LONG) {
Z_TYPE_P          785 ext/simplexml/simplexml.c 			if (Z_TYPE_P(member) == IS_LONG) {
Z_TYPE_P          849 ext/simplexml/simplexml.c 	if (Z_TYPE_P(member) != IS_STRING && Z_TYPE_P(member) != IS_LONG) {
Z_TYPE_P          858 ext/simplexml/simplexml.c 	if (Z_TYPE_P(member) == IS_LONG) {
Z_TYPE_P          882 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         1013 ext/simplexml/simplexml.c 		if (Z_TYPE_P(data_ptr) == IS_ARRAY) {
Z_TYPE_P          805 ext/snmp/snmp.c 						if ((st & SNMP_CMD_WALK) && Z_TYPE_P(return_value) == IS_ARRAY) {
Z_TYPE_P          816 ext/snmp/snmp.c 						if (Z_TYPE_P(return_value) == IS_ARRAY) { /* some records are fetched already, shut down further lookup */
Z_TYPE_P          832 ext/snmp/snmp.c 						if (Z_TYPE_P(return_value) == IS_TRUE || Z_TYPE_P(return_value) == IS_FALSE) {
Z_TYPE_P          897 ext/snmp/snmp.c 				if (!(st & SNMP_CMD_WALK) || response->errstat != SNMP_ERR_NOSUCHNAME || Z_TYPE_P(return_value) == IS_TRUE || Z_TYPE_P(return_value) == IS_FALSE) {
Z_TYPE_P          968 ext/snmp/snmp.c 	if (Z_TYPE_P(oid) != IS_ARRAY) {
Z_TYPE_P          973 ext/snmp/snmp.c 		if (Z_TYPE_P(type) != IS_ARRAY) {
Z_TYPE_P          977 ext/snmp/snmp.c 		if (Z_TYPE_P(value) != IS_ARRAY) {
Z_TYPE_P          984 ext/snmp/snmp.c 	if (Z_TYPE_P(oid) == IS_STRING) {
Z_TYPE_P          993 ext/snmp/snmp.c 			if (Z_TYPE_P(type) == IS_STRING && Z_TYPE_P(value) == IS_STRING) {
Z_TYPE_P         1009 ext/snmp/snmp.c 	} else if (Z_TYPE_P(oid) == IS_ARRAY) { /* we got objid array */
Z_TYPE_P         1025 ext/snmp/snmp.c 				if (Z_TYPE_P(type) == IS_STRING) {
Z_TYPE_P         1028 ext/snmp/snmp.c 				} else if (Z_TYPE_P(type) == IS_ARRAY) {
Z_TYPE_P         1031 ext/snmp/snmp.c 						if (Z_TYPE_P(tmp_type) != IS_UNDEF) {
Z_TYPE_P         1053 ext/snmp/snmp.c 				if (Z_TYPE_P(value) == IS_STRING) {
Z_TYPE_P         1055 ext/snmp/snmp.c 				} else if (Z_TYPE_P(value) == IS_ARRAY) {
Z_TYPE_P         1058 ext/snmp/snmp.c 						if (Z_TYPE_P(tmp_value) != IS_UNDEF) {
Z_TYPE_P         1971 ext/snmp/snmp.c 	if (Z_TYPE_P(member) != IS_STRING) {
Z_TYPE_P         2007 ext/snmp/snmp.c 	if (Z_TYPE_P(member) != IS_STRING) {
Z_TYPE_P         2052 ext/snmp/snmp.c 					ret = Z_TYPE_P(value) != IS_NULL? 1 : 0;
Z_TYPE_P         2061 ext/snmp/snmp.c 					ret = Z_TYPE_P(value) == IS_TRUE? 1:0;
Z_TYPE_P         2174 ext/snmp/snmp.c 	if (Z_TYPE_P(newval) == IS_NULL) {
Z_TYPE_P         2179 ext/snmp/snmp.c 	if (Z_TYPE_P(newval) != IS_LONG) {
Z_TYPE_P         2206 ext/snmp/snmp.c 	if (Z_TYPE_P(newval) != IS_LONG) {
Z_TYPE_P         2236 ext/snmp/snmp.c 	snmp_object->name = Z_TYPE_P(newval) == IS_TRUE? 1 : 0; \
Z_TYPE_P         2250 ext/snmp/snmp.c 	if (Z_TYPE_P(newval) != IS_LONG) {
Z_TYPE_P         2283 ext/snmp/snmp.c 	if (Z_TYPE_P(newval) != IS_LONG) {
Z_TYPE_P          135 ext/soap/php_encoding.c 	if (!zval || Z_TYPE_P(zval) == IS_NULL) { \
Z_TYPE_P          290 ext/soap/php_encoding.c 		if (Z_TYPE_P(data) == IS_OBJECT) {
Z_TYPE_P          385 ext/soap/php_encoding.c 	    Z_TYPE_P(data) == IS_OBJECT &&
Z_TYPE_P          392 ext/soap/php_encoding.c 		    Z_TYPE_P(ztype) != IS_LONG) {
Z_TYPE_P          397 ext/soap/php_encoding.c 		    Z_TYPE_P(zstype) == IS_STRING) {
Z_TYPE_P          399 ext/soap/php_encoding.c 			    Z_TYPE_P(zns) == IS_STRING) {
Z_TYPE_P          430 ext/soap/php_encoding.c 			    Z_TYPE_P(zstype) == IS_STRING) {
Z_TYPE_P          432 ext/soap/php_encoding.c 				    Z_TYPE_P(zns) == IS_STRING) {
Z_TYPE_P          441 ext/soap/php_encoding.c 		    Z_TYPE_P(zname) == IS_STRING) {
Z_TYPE_P          445 ext/soap/php_encoding.c 		    Z_TYPE_P(znamens) == IS_STRING) {
Z_TYPE_P          451 ext/soap/php_encoding.c 		    Z_TYPE_P(data) == IS_OBJECT &&
Z_TYPE_P          458 ext/soap/php_encoding.c 				if (Z_TYPE_P(tmp) == IS_STRING &&
Z_TYPE_P          840 ext/soap/php_encoding.c 	if (Z_TYPE_P(data) == IS_STRING) {
Z_TYPE_P          924 ext/soap/php_encoding.c 	if (Z_TYPE_P(data) == IS_STRING) {
Z_TYPE_P          954 ext/soap/php_encoding.c 	if (Z_TYPE_P(data) != IS_STRING) {
Z_TYPE_P         1057 ext/soap/php_encoding.c 	if (Z_TYPE_P(data) == IS_DOUBLE) {
Z_TYPE_P         1178 ext/soap/php_encoding.c 	if (Z_TYPE_P(object) == IS_OBJECT) {
Z_TYPE_P         1204 ext/soap/php_encoding.c 	} else if (Z_TYPE_P(object) == IS_ARRAY) {
Z_TYPE_P         1216 ext/soap/php_encoding.c 	if (Z_TYPE_P(object) == IS_OBJECT) {
Z_TYPE_P         1226 ext/soap/php_encoding.c 	} else if (Z_TYPE_P(object) == IS_ARRAY) {
Z_TYPE_P         1243 ext/soap/php_encoding.c 			if (any && Z_TYPE_P(any) != IS_ARRAY) {
Z_TYPE_P         1287 ext/soap/php_encoding.c 						if (Z_TYPE_P(el) != IS_ARRAY) {
Z_TYPE_P         1423 ext/soap/php_encoding.c 		    Z_TYPE_P(classname) == IS_STRING &&
Z_TYPE_P         1491 ext/soap/php_encoding.c 				if (Z_TYPE_P(ret) == IS_OBJECT && ce != ZEND_STANDARD_CLASS_DEF_PTR) {
Z_TYPE_P         1593 ext/soap/php_encoding.c 					if (Z_TYPE_P(prop) != IS_ARRAY) {
Z_TYPE_P         1628 ext/soap/php_encoding.c 			    Z_TYPE_P(data) == IS_NULL &&
Z_TYPE_P         1637 ext/soap/php_encoding.c 				    Z_TYPE_P(data) == IS_ARRAY &&
Z_TYPE_P         1643 ext/soap/php_encoding.c 						if (Z_TYPE_P(val) == IS_NULL && model->u.element->nillable) {
Z_TYPE_P         1663 ext/soap/php_encoding.c 					if (Z_TYPE_P(data) == IS_NULL && model->u.element->nillable) {
Z_TYPE_P         1667 ext/soap/php_encoding.c 					} else if (Z_TYPE_P(data) == IS_NULL && model->min_occurs == 0) {
Z_TYPE_P         1715 ext/soap/php_encoding.c 				    Z_TYPE_P(data) == IS_ARRAY &&
Z_TYPE_P         1811 ext/soap/php_encoding.c 	if (!data || Z_TYPE_P(data) == IS_NULL) {
Z_TYPE_P         1821 ext/soap/php_encoding.c 	if (Z_TYPE_P(data) == IS_OBJECT) {
Z_TYPE_P         1823 ext/soap/php_encoding.c 	} else if (Z_TYPE_P(data) == IS_ARRAY) {
Z_TYPE_P         1888 ext/soap/php_encoding.c 			if (Z_TYPE_P(data) == IS_ARRAY &&
Z_TYPE_P         1897 ext/soap/php_encoding.c 					if (Z_TYPE_P(val) == IS_NULL && array_el->nillable) {
Z_TYPE_P         1967 ext/soap/php_encoding.c 				property = master_to_xml(get_conversion(Z_TYPE_P(zprop)), zprop, style, xmlParam);
Z_TYPE_P         1972 ext/soap/php_encoding.c 					if (Z_TYPE_P(data) == IS_OBJECT) {
Z_TYPE_P         1997 ext/soap/php_encoding.c 	if (data && Z_TYPE_P(data) == IS_ARRAY) {
Z_TYPE_P         2118 ext/soap/php_encoding.c 	if (data && Z_TYPE_P(data) == IS_ARRAY) {
Z_TYPE_P         2125 ext/soap/php_encoding.c 					xparam = master_to_xml(get_conversion(Z_TYPE_P(zdata)), zdata, style, xmlParam);
Z_TYPE_P         2217 ext/soap/php_encoding.c 	if (!data || Z_TYPE_P(data) == IS_NULL) {
Z_TYPE_P         2229 ext/soap/php_encoding.c 	if (Z_TYPE_P(data) == IS_OBJECT && instanceof_function(Z_OBJCE_P(data), zend_ce_traversable)) {
Z_TYPE_P         2287 ext/soap/php_encoding.c 	if (Z_TYPE_P(data) == IS_ARRAY) {
Z_TYPE_P         2322 ext/soap/php_encoding.c 				if (el != NULL && Z_TYPE_P(el) == IS_ARRAY &&
Z_TYPE_P         2327 ext/soap/php_encoding.c 					if (Z_TYPE_P(el) == IS_ARRAY) {
Z_TYPE_P         2684 ext/soap/php_encoding.c 	if (Z_TYPE_P(data) == IS_ARRAY) {
Z_TYPE_P         2709 ext/soap/php_encoding.c 			xparam = master_to_xml(get_conversion(Z_TYPE_P(temp_data)), temp_data, style, item);
Z_TYPE_P         2772 ext/soap/php_encoding.c 		enc = get_conversion(Z_TYPE_P(data));
Z_TYPE_P         2882 ext/soap/php_encoding.c 	if (Z_TYPE_P(data) == IS_LONG) {
Z_TYPE_P         2920 ext/soap/php_encoding.c 	} else if (Z_TYPE_P(data) == IS_STRING) {
Z_TYPE_P         2998 ext/soap/php_encoding.c 	if (Z_TYPE_P(data) == IS_ARRAY) {
Z_TYPE_P         3028 ext/soap/php_encoding.c 		if (Z_TYPE_P(data) != IS_STRING) {
Z_TYPE_P         3122 ext/soap/php_encoding.c 	if (Z_TYPE_P(data) == IS_ARRAY) {
Z_TYPE_P         3136 ext/soap/php_encoding.c 	if (Z_TYPE_P(data) == IS_STRING) {
Z_TYPE_P         3504 ext/soap/php_encoding.c 	if (!array || Z_TYPE_P(array) != IS_ARRAY) {
Z_TYPE_P         3515 ext/soap/php_encoding.c 		if (Z_TYPE_P(tmp) == IS_OBJECT &&
Z_TYPE_P         3520 ext/soap/php_encoding.c 			    Z_TYPE_P(ztype) != IS_LONG) {
Z_TYPE_P         3526 ext/soap/php_encoding.c 			    Z_TYPE_P(ztype) == IS_STRING) {
Z_TYPE_P         3533 ext/soap/php_encoding.c 			    Z_TYPE_P(ztype) == IS_STRING) {
Z_TYPE_P         3539 ext/soap/php_encoding.c 		} else if (Z_TYPE_P(tmp) == IS_ARRAY && is_map(tmp)) {
Z_TYPE_P         3544 ext/soap/php_encoding.c 			cur_type = Z_TYPE_P(tmp);
Z_TYPE_P           40 ext/soap/php_http.c 	    Z_TYPE_P(login) == IS_STRING) {
Z_TYPE_P           47 ext/soap/php_http.c 		    Z_TYPE_P(password) == IS_STRING) {
Z_TYPE_P           68 ext/soap/php_http.c 	    Z_TYPE_P(login) == IS_STRING &&
Z_TYPE_P           76 ext/soap/php_http.c 		    Z_TYPE_P(password) == IS_STRING) {
Z_TYPE_P          102 ext/soap/php_http.c 		Z_TYPE_P(tmp) == IS_STRING && Z_STRLEN_P(tmp)) {
Z_TYPE_P          175 ext/soap/php_http.c 	    Z_TYPE_P(proxy_host) == IS_STRING &&
Z_TYPE_P          177 ext/soap/php_http.c 	    Z_TYPE_P(proxy_port) == IS_LONG) {
Z_TYPE_P          186 ext/soap/php_http.c 	    Z_TYPE_P(tmp) == IS_LONG && Z_LVAL_P(tmp) > 0) {
Z_TYPE_P          198 ext/soap/php_http.c 			Z_TYPE_P(tmp) == IS_LONG) {
Z_TYPE_P          279 ext/soap/php_http.c 				Z_TYPE_P(tmp) == IS_LONG) {
Z_TYPE_P          362 ext/soap/php_http.c 	if (this_ptr == NULL || Z_TYPE_P(this_ptr) != IS_OBJECT) {
Z_TYPE_P          368 ext/soap/php_http.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "compression", sizeof("compression")-1)) != NULL && Z_TYPE_P(tmp) == IS_LONG) {
Z_TYPE_P          414 ext/soap/php_http.c 		if ((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_use_proxy", sizeof("_use_proxy")-1)) != NULL && Z_TYPE_P(tmp) == IS_LONG) {
Z_TYPE_P          432 ext/soap/php_http.c 		if (Z_TYPE_P(tmp) != IS_STRING || !is_numeric_string(Z_STRVAL_P(tmp), Z_STRLEN_P(tmp), &redirect_max, NULL, 1)) {
Z_TYPE_P          433 ext/soap/php_http.c 			if (Z_TYPE_P(tmp) == IS_LONG)
Z_TYPE_P          540 ext/soap/php_http.c 		    Z_TYPE_P(tmp) == IS_DOUBLE &&
Z_TYPE_P          581 ext/soap/php_http.c 			 (Z_TYPE_P(tmp) == IS_FALSE || (Z_TYPE_P(tmp) == IS_LONG && Z_LVAL_P(tmp) == 0)))) {
Z_TYPE_P          589 ext/soap/php_http.c 		    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P          597 ext/soap/php_http.c 		           Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P          635 ext/soap/php_http.c 		    Z_TYPE_P(login) == IS_STRING) {
Z_TYPE_P          640 ext/soap/php_http.c 				if (Z_TYPE_P(digest) == IS_ARRAY) {
Z_TYPE_P          652 ext/soap/php_http.c 					    Z_TYPE_P(tmp) == IS_LONG) {
Z_TYPE_P          664 ext/soap/php_http.c 					    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P          669 ext/soap/php_http.c 					    Z_TYPE_P(password) == IS_STRING) {
Z_TYPE_P          675 ext/soap/php_http.c 					    Z_TYPE_P(tmp) == IS_STRING &&
Z_TYPE_P          682 ext/soap/php_http.c 						    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P          710 ext/soap/php_http.c 					    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P          715 ext/soap/php_http.c 					    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P          731 ext/soap/php_http.c 					    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P          736 ext/soap/php_http.c 					    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P          755 ext/soap/php_http.c 					    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P          766 ext/soap/php_http.c 					    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P          771 ext/soap/php_http.c 						Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P          784 ext/soap/php_http.c 				    Z_TYPE_P(password) == IS_STRING) {
Z_TYPE_P          804 ext/soap/php_http.c 		    Z_TYPE_P(cookies) == IS_ARRAY) {
Z_TYPE_P          819 ext/soap/php_http.c 					if (res == HASH_KEY_IS_STRING && Z_TYPE_P(data) == IS_ARRAY) {
Z_TYPE_P          823 ext/soap/php_http.c 						    Z_TYPE_P(value) == IS_STRING) {
Z_TYPE_P          826 ext/soap/php_http.c 							   Z_TYPE_P(tmp) != IS_STRING ||
Z_TYPE_P          829 ext/soap/php_http.c 							   Z_TYPE_P(tmp) != IS_STRING ||
Z_TYPE_P          850 ext/soap/php_http.c 		    (Z_TYPE_P(trace) == IS_TRUE || (Z_TYPE_P(trace) == IS_LONG && Z_LVAL_P(trace) != 0))) {
Z_TYPE_P          899 ext/soap/php_http.c 		    (Z_TYPE_P(trace) == IS_TRUE || (Z_TYPE_P(trace) == IS_LONG && Z_LVAL_P(trace) != 0))) {
Z_TYPE_P          949 ext/soap/php_http.c 		    Z_TYPE_P(cookies) != IS_ARRAY) {
Z_TYPE_P         1143 ext/soap/php_http.c 		     Z_TYPE_P(digest) != IS_ARRAY) &&
Z_TYPE_P         1145 ext/soap/php_http.c 		    Z_TYPE_P(login) == IS_STRING &&
Z_TYPE_P         1147 ext/soap/php_http.c 		    Z_TYPE_P(password) == IS_STRING) {
Z_TYPE_P          374 ext/soap/php_packet_soap.c 	if (Z_TYPE_P(return_value) == IS_ARRAY) {
Z_TYPE_P         3233 ext/soap/php_sdl.c 	    Z_TYPE_P(tmp) == IS_STRING && Z_STRLEN_P(tmp) > 0) {
Z_TYPE_P         3240 ext/soap/php_sdl.c 	    Z_TYPE_P(proxy_host) == IS_STRING &&
Z_TYPE_P         3242 ext/soap/php_sdl.c 	    Z_TYPE_P(proxy_port) == IS_LONG) {
Z_TYPE_P          868 ext/soap/soap.c 	} else if (Z_TYPE_P(actor) == IS_LONG &&
Z_TYPE_P          873 ext/soap/soap.c 	} else if (Z_TYPE_P(actor) == IS_STRING && Z_STRLEN_P(actor) > 0) {
Z_TYPE_P          896 ext/soap/soap.c 	if (Z_TYPE_P(code) == IS_NULL) {
Z_TYPE_P          897 ext/soap/soap.c 	} else if (Z_TYPE_P(code) == IS_STRING) {
Z_TYPE_P          900 ext/soap/soap.c 	} else if (Z_TYPE_P(code) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL_P(code)) == 2) {
Z_TYPE_P          907 ext/soap/soap.c 		if (Z_TYPE_P(t_ns) == IS_STRING && Z_TYPE_P(t_code) == IS_STRING) {
Z_TYPE_P          998 ext/soap/soap.c 	if (Z_TYPE_P(type) == IS_NULL) {
Z_TYPE_P         1042 ext/soap/soap.c 		if (Z_TYPE_P(tmp) != IS_ARRAY) {
Z_TYPE_P         1052 ext/soap/soap.c 					if (Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         1054 ext/soap/soap.c 					} else if (Z_TYPE_P(tmp) != IS_NULL) {
Z_TYPE_P         1058 ext/soap/soap.c 					if (Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         1060 ext/soap/soap.c 					} else if (Z_TYPE_P(tmp) != IS_NULL) {
Z_TYPE_P         1149 ext/soap/soap.c 	if (Z_TYPE_P(wsdl) != IS_STRING && Z_TYPE_P(wsdl) != IS_NULL) {
Z_TYPE_P         1164 ext/soap/soap.c 			if (Z_TYPE_P(tmp) == IS_LONG &&
Z_TYPE_P         1173 ext/soap/soap.c 		    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         1175 ext/soap/soap.c 		} else if (Z_TYPE_P(wsdl) == IS_NULL) {
Z_TYPE_P         1180 ext/soap/soap.c 		    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         1185 ext/soap/soap.c 		    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         1197 ext/soap/soap.c 			Z_TYPE_P(tmp) == IS_ARRAY) {
Z_TYPE_P         1202 ext/soap/soap.c 			Z_TYPE_P(tmp) == IS_ARRAY &&
Z_TYPE_P         1208 ext/soap/soap.c 			Z_TYPE_P(tmp) == IS_LONG) {
Z_TYPE_P         1213 ext/soap/soap.c 		    Z_TYPE_P(tmp) == IS_LONG) {
Z_TYPE_P         1218 ext/soap/soap.c 			if (Z_TYPE_P(tmp) == IS_FALSE) {
Z_TYPE_P         1220 ext/soap/soap.c 			} else if (Z_TYPE_P(tmp) == IS_TRUE) {
Z_TYPE_P         1222 ext/soap/soap.c 			} else if (Z_TYPE_P(tmp) == IS_LONG) {
Z_TYPE_P         1227 ext/soap/soap.c 	} else if (Z_TYPE_P(wsdl) == IS_NULL) {
Z_TYPE_P         1237 ext/soap/soap.c 	if (Z_TYPE_P(wsdl) != IS_NULL) {
Z_TYPE_P         1420 ext/soap/soap.c 	if (Z_TYPE_P(function_name) == IS_ARRAY) {
Z_TYPE_P         1434 ext/soap/soap.c 				if (Z_TYPE_P(tmp_function) != IS_STRING) {
Z_TYPE_P         1453 ext/soap/soap.c 	} else if (Z_TYPE_P(function_name) == IS_STRING) {
Z_TYPE_P         1473 ext/soap/soap.c 	} else if (Z_TYPE_P(function_name) == IS_LONG) {
Z_TYPE_P         1605 ext/soap/soap.c 			    Z_TYPE_P(server_vars) == IS_ARRAY &&
Z_TYPE_P         1607 ext/soap/soap.c 			    Z_TYPE_P(encoding) == IS_STRING) {
Z_TYPE_P         1706 ext/soap/soap.c 			if (Z_TYPE_P(session_vars) == IS_ARRAY &&
Z_TYPE_P         1708 ext/soap/soap.c 			    Z_TYPE_P(tmp_soap) == IS_OBJECT &&
Z_TYPE_P         1773 ext/soap/soap.c 				if (Z_TYPE_P(session_vars) == IS_ARRAY &&
Z_TYPE_P         1832 ext/soap/soap.c 					    Z_TYPE_P(tmp) != IS_NULL) {
Z_TYPE_P         2084 ext/soap/soap.c 		Z_TYPE_P(agent_name) == IS_STRING) {
Z_TYPE_P         2149 ext/soap/soap.c 		     Z_TYPE_P(tmp) != IS_FALSE) {
Z_TYPE_P         2307 ext/soap/soap.c 	    Z_TYPE_P(fault) == IS_OBJECT &&
Z_TYPE_P         2335 ext/soap/soap.c 	if (Z_TYPE_P(wsdl) != IS_STRING && Z_TYPE_P(wsdl) != IS_NULL) {
Z_TYPE_P         2345 ext/soap/soap.c 		if (Z_TYPE_P(wsdl) == IS_NULL) {
Z_TYPE_P         2348 ext/soap/soap.c 			    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         2355 ext/soap/soap.c 					Z_TYPE_P(tmp) == IS_LONG &&
Z_TYPE_P         2361 ext/soap/soap.c 					Z_TYPE_P(tmp) == IS_LONG &&
Z_TYPE_P         2368 ext/soap/soap.c 				Z_TYPE_P(tmp) == IS_RESOURCE) {
Z_TYPE_P         2374 ext/soap/soap.c 		    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         2376 ext/soap/soap.c 		} else if (Z_TYPE_P(wsdl) == IS_NULL) {
Z_TYPE_P         2381 ext/soap/soap.c 			if (Z_TYPE_P(tmp) == IS_LONG ||
Z_TYPE_P         2387 ext/soap/soap.c 		    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         2390 ext/soap/soap.c 			    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         2394 ext/soap/soap.c 			    Z_TYPE_P(tmp) == IS_LONG &&
Z_TYPE_P         2400 ext/soap/soap.c 		    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         2403 ext/soap/soap.c 				if (Z_TYPE_P(tmp) != IS_LONG) {
Z_TYPE_P         2410 ext/soap/soap.c 			    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         2413 ext/soap/soap.c 				    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         2419 ext/soap/soap.c 		    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         2425 ext/soap/soap.c 			    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         2430 ext/soap/soap.c 		    (Z_TYPE_P(tmp) == IS_TRUE ||
Z_TYPE_P         2431 ext/soap/soap.c 		     (Z_TYPE_P(tmp) == IS_LONG && Z_LVAL_P(tmp) == 1))) {
Z_TYPE_P         2436 ext/soap/soap.c 		    (Z_TYPE_P(tmp) == IS_FALSE ||
Z_TYPE_P         2437 ext/soap/soap.c 		     (Z_TYPE_P(tmp) == IS_LONG && Z_LVAL_P(tmp) == 0))) {
Z_TYPE_P         2442 ext/soap/soap.c 		    Z_TYPE_P(tmp) == IS_LONG &&
Z_TYPE_P         2451 ext/soap/soap.c 		    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         2463 ext/soap/soap.c 			Z_TYPE_P(tmp) == IS_ARRAY) {
Z_TYPE_P         2468 ext/soap/soap.c 			Z_TYPE_P(tmp) == IS_ARRAY &&
Z_TYPE_P         2474 ext/soap/soap.c 			Z_TYPE_P(tmp) == IS_LONG) {
Z_TYPE_P         2479 ext/soap/soap.c 			if (Z_TYPE_P(tmp) != IS_LONG) {
Z_TYPE_P         2493 ext/soap/soap.c 		    Z_TYPE_P(tmp) == IS_LONG) {
Z_TYPE_P         2498 ext/soap/soap.c 		    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         2503 ext/soap/soap.c 				(Z_TYPE_P(tmp) == IS_FALSE ||
Z_TYPE_P         2504 ext/soap/soap.c 				 (Z_TYPE_P(tmp) == IS_LONG && Z_LVAL_P(tmp) == 0))) {
Z_TYPE_P         2509 ext/soap/soap.c 			Z_TYPE_P(tmp) == IS_LONG) {
Z_TYPE_P         2512 ext/soap/soap.c 	} else if (Z_TYPE_P(wsdl) == IS_NULL) {
Z_TYPE_P         2518 ext/soap/soap.c 	if (Z_TYPE_P(wsdl) != IS_NULL) {
Z_TYPE_P         2567 ext/soap/soap.c 		    (Z_TYPE_P(trace) == IS_TRUE || (Z_TYPE_P(trace) == IS_LONG && Z_LVAL_P(trace) != 0))) {
Z_TYPE_P         2589 ext/soap/soap.c 		} else if (Z_TYPE_P(response) != IS_STRING) {
Z_TYPE_P         2606 ext/soap/soap.c 		    (Z_TYPE_P(trace) == IS_TRUE || (Z_TYPE_P(trace) == IS_LONG && Z_LVAL_P(trace) != 0))) {
Z_TYPE_P         2660 ext/soap/soap.c 		(Z_TYPE_P(trace) == IS_TRUE || (Z_TYPE_P(trace) == IS_LONG && Z_LVAL_P(trace) != 0))) {
Z_TYPE_P         2665 ext/soap/soap.c 		Z_TYPE_P(tmp) == IS_LONG && Z_LVAL_P(tmp) == SOAP_1_2) {
Z_TYPE_P         2673 ext/soap/soap.c 		    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         2692 ext/soap/soap.c 	    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         2699 ext/soap/soap.c 	    Z_TYPE_P(tmp) == IS_ARRAY) {
Z_TYPE_P         2708 ext/soap/soap.c 	    Z_TYPE_P(tmp) == IS_LONG) {
Z_TYPE_P         2762 ext/soap/soap.c 			if ((uri = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "uri", sizeof("uri")-1)) == NULL || Z_TYPE_P(uri) != IS_STRING) {
Z_TYPE_P         2813 ext/soap/soap.c 		    Z_TYPE_P(return_value) == IS_OBJECT &&
Z_TYPE_P         2816 ext/soap/soap.c 			   Z_TYPE_P(tmp) != IS_FALSE)) {
Z_TYPE_P         2850 ext/soap/soap.c 		if (Z_TYPE_P(tmp) != IS_OBJECT ||
Z_TYPE_P         2885 ext/soap/soap.c 			Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         2890 ext/soap/soap.c 			Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         2895 ext/soap/soap.c 			Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         2900 ext/soap/soap.c 	if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) {
Z_TYPE_P         2901 ext/soap/soap.c 	} else if (Z_TYPE_P(headers) == IS_ARRAY) {
Z_TYPE_P         2905 ext/soap/soap.c 	} else if (Z_TYPE_P(headers) == IS_OBJECT &&
Z_TYPE_P         2919 ext/soap/soap.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "__default_headers", sizeof("__default_headers")-1)) != NULL && Z_TYPE_P(tmp) == IS_ARRAY) {
Z_TYPE_P         2927 ext/soap/soap.c 				if(Z_TYPE_P(tmp) == IS_OBJECT) {
Z_TYPE_P         3032 ext/soap/soap.c 	    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         3051 ext/soap/soap.c 	    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         3070 ext/soap/soap.c 	    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         3089 ext/soap/soap.c 	    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         3148 ext/soap/soap.c 		    Z_TYPE_P(cookies) == IS_ARRAY) {
Z_TYPE_P         3155 ext/soap/soap.c 		    Z_TYPE_P(cookies) != IS_ARRAY) {
Z_TYPE_P         3181 ext/soap/soap.c 	    Z_TYPE_P(cookies) == IS_ARRAY) {
Z_TYPE_P         3202 ext/soap/soap.c 	if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) {
Z_TYPE_P         3204 ext/soap/soap.c 	} else if (Z_TYPE_P(headers) == IS_ARRAY) {
Z_TYPE_P         3211 ext/soap/soap.c 	} else if (Z_TYPE_P(headers) == IS_OBJECT &&
Z_TYPE_P         3246 ext/soap/soap.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "location", sizeof("location")-1)) != NULL && Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         3262 ext/soap/soap.c 	if (obj != NULL && Z_TYPE_P(obj) == IS_OBJECT) {
Z_TYPE_P         3287 ext/soap/soap.c 	if (Z_TYPE_P(obj) != IS_OBJECT) {
Z_TYPE_P         3330 ext/soap/soap.c 	if (fault_detail != NULL && Z_TYPE_P(fault_detail) != IS_UNDEF) {
Z_TYPE_P         3720 ext/soap/soap.c 	    Z_TYPE_P(tmp) == IS_TRUE) {
Z_TYPE_P         3728 ext/soap/soap.c 		if (Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         3734 ext/soap/soap.c 		} else if (Z_TYPE_P(tmp) == IS_LONG) {
Z_TYPE_P         3819 ext/soap/soap.c 	} else if (param_count > 1 && Z_TYPE_P(ret) == IS_ARRAY) {
Z_TYPE_P         3880 ext/soap/soap.c 	if (Z_TYPE_P(ret) == IS_OBJECT &&
Z_TYPE_P         3899 ext/soap/soap.c 			if (Z_TYPE_P(hdr_ret) == IS_OBJECT &&
Z_TYPE_P         3906 ext/soap/soap.c 			      Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         3912 ext/soap/soap.c 				    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         3949 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(prop, "faultcodens", sizeof("faultcodens")-1)) != NULL && Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         3953 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(prop, "_name", sizeof("_name")-1)) != NULL && Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         3999 ext/soap/soap.c 			    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         4024 ext/soap/soap.c 			    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         4053 ext/soap/soap.c 			    Z_TYPE_P(tmp) != IS_NULL) {
Z_TYPE_P         4063 ext/soap/soap.c 			    Z_TYPE_P(detail) == IS_OBJECT &&
Z_TYPE_P         4097 ext/soap/soap.c 		    Z_TYPE_P(tmp) != IS_NULL) {
Z_TYPE_P         4124 ext/soap/soap.c 					      Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         4130 ext/soap/soap.c 						    Z_TYPE_P(tmp) == IS_STRING) {
Z_TYPE_P         4263 ext/soap/soap.c 		    Z_TYPE_P(zstyle) == IS_LONG) {
Z_TYPE_P         4286 ext/soap/soap.c 		     Z_TYPE_P(zuse) == IS_LONG && Z_LVAL_P(zuse) == SOAP_LITERAL) {
Z_TYPE_P         4342 ext/soap/soap.c 			if (Z_TYPE_P(header) != IS_OBJECT) {
Z_TYPE_P         4348 ext/soap/soap.c 			    Z_TYPE_P(name) == IS_STRING &&
Z_TYPE_P         4350 ext/soap/soap.c 			    Z_TYPE_P(ns) == IS_STRING) {
Z_TYPE_P         4413 ext/soap/soap.c 	    Z_TYPE_P(param_val) == IS_OBJECT &&
Z_TYPE_P         4419 ext/soap/soap.c 		    Z_TYPE_P(param_name) == IS_STRING &&
Z_TYPE_P          254 ext/sockets/conversions.c 	if (Z_TYPE_P(container) != IS_ARRAY) {
Z_TYPE_P          285 ext/sockets/conversions.c 	assert(Z_TYPE_P(zarr) == IS_ARRAY);
Z_TYPE_P          313 ext/sockets/conversions.c 	if (Z_TYPE_P(arr_value) != IS_LONG) {
Z_TYPE_P          318 ext/sockets/conversions.c 	switch (Z_TYPE_P(arr_value)) {
Z_TYPE_P          702 ext/sockets/conversions.c 	if (Z_TYPE_P(container) != IS_ARRAY) {
Z_TYPE_P          710 ext/sockets/conversions.c 			&& Z_TYPE_P(elem) != IS_NULL) {
Z_TYPE_P          919 ext/sockets/conversions.c 	if (Z_TYPE_P(arr) != IS_ARRAY) {
Z_TYPE_P         1097 ext/sockets/conversions.c 	if (Z_TYPE_P(arr) != IS_ARRAY) {
Z_TYPE_P         1238 ext/sockets/conversions.c 	if (Z_TYPE_P(zv) == IS_LONG) {
Z_TYPE_P         1334 ext/sockets/conversions.c 	if (Z_TYPE_P(arr) != IS_ARRAY) {
Z_TYPE_P         1351 ext/sockets/conversions.c 	if (Z_TYPE_P(elem) == IS_RESOURCE) {
Z_TYPE_P         1378 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          287 ext/sockets/multicast.c 		ipv4_mcast_ttl_lback = (unsigned char) (Z_TYPE_P(arg4) == IS_TRUE);
Z_TYPE_P          353 ext/sockets/multicast.c 		ov = (int) Z_TYPE_P(arg4) == IS_TRUE;
Z_TYPE_P          333 ext/sockets/sendrecvmsg.c 		if (Z_TYPE_P(arg4) == IS_ARRAY) {
Z_TYPE_P          785 ext/sockets/sockets.c 	if (Z_TYPE_P(sock_array) != IS_ARRAY) return 0;
Z_TYPE_P          812 ext/sockets/sockets.c 	if (Z_TYPE_P(sock_array) != IS_ARRAY) return 0;
Z_TYPE_P          877 ext/sockets/sockets.c 		if (Z_TYPE_P(sec) != IS_LONG) {
Z_TYPE_P         2097 ext/sockets/sockets.c 			if (Z_TYPE_P(arg4) == IS_STRING) {
Z_TYPE_P           97 ext/spl/php_spl.c 	if (Z_TYPE_P(obj) != IS_OBJECT && Z_TYPE_P(obj) != IS_STRING) {
Z_TYPE_P          102 ext/spl/php_spl.c 	if (Z_TYPE_P(obj) == IS_STRING) {
Z_TYPE_P          130 ext/spl/php_spl.c 	if (Z_TYPE_P(obj) != IS_OBJECT && Z_TYPE_P(obj) != IS_STRING) {
Z_TYPE_P          135 ext/spl/php_spl.c 	if (Z_TYPE_P(obj) == IS_STRING) {
Z_TYPE_P          159 ext/spl/php_spl.c 	if (Z_TYPE_P(obj) != IS_OBJECT && Z_TYPE_P(obj) != IS_STRING) {
Z_TYPE_P          164 ext/spl/php_spl.c 	if (Z_TYPE_P(obj) == IS_STRING) {
Z_TYPE_P          415 ext/spl/php_spl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "z", &class_name) == FAILURE || Z_TYPE_P(class_name) != IS_STRING) {
Z_TYPE_P          482 ext/spl/php_spl.c 			if (Z_TYPE_P(zcallable) == IS_ARRAY) {
Z_TYPE_P          500 ext/spl/php_spl.c 			} else if (Z_TYPE_P(zcallable) == IS_STRING) {
Z_TYPE_P          537 ext/spl/php_spl.c 		if (Z_TYPE_P(zcallable) == IS_OBJECT) {
Z_TYPE_P          648 ext/spl/php_spl.c 	if (Z_TYPE_P(zcallable) == IS_OBJECT) {
Z_TYPE_P          296 ext/spl/spl_array.c 	switch (Z_TYPE_P(offset)) {
Z_TYPE_P          305 ext/spl/spl_array.c 			if (Z_TYPE_P(retval) == IS_INDIRECT) {
Z_TYPE_P          307 ext/spl/spl_array.c 				if (Z_TYPE_P(retval) == IS_UNDEF) {
Z_TYPE_P          465 ext/spl/spl_array.c 	switch (Z_TYPE_P(offset)) {
Z_TYPE_P          526 ext/spl/spl_array.c 	switch (Z_TYPE_P(offset)) {
Z_TYPE_P          537 ext/spl/spl_array.c 				if (Z_TYPE_P(data) == IS_INDIRECT) {
Z_TYPE_P          539 ext/spl/spl_array.c 					if (Z_TYPE_P(data) == IS_UNDEF) {
Z_TYPE_P          620 ext/spl/spl_array.c 		switch (Z_TYPE_P(offset)) {
Z_TYPE_P          670 ext/spl/spl_array.c 		zend_bool result = check_empty ? zend_is_true(value) : Z_TYPE_P(value) != IS_NULL;
Z_TYPE_P          944 ext/spl/spl_array.c 				if (data && Z_TYPE_P(data) == IS_INDIRECT &&
Z_TYPE_P          945 ext/spl/spl_array.c 				    Z_TYPE_P(data = Z_INDIRECT_P(data)) == IS_UNDEF) {
Z_TYPE_P         1015 ext/spl/spl_array.c 		if (Z_TYPE_P(data) == IS_INDIRECT) {
Z_TYPE_P         1092 ext/spl/spl_array.c 	if (Z_TYPE_P(array) != IS_OBJECT && Z_TYPE_P(array) != IS_ARRAY) {
Z_TYPE_P         1097 ext/spl/spl_array.c 	if (Z_TYPE_P(array) == IS_ARRAY) {
Z_TYPE_P         1526 ext/spl/spl_array.c 	if (Z_TYPE_P(entry) == IS_INDIRECT) {
Z_TYPE_P         1528 ext/spl/spl_array.c 		if (Z_TYPE_P(entry) == IS_UNDEF) {
Z_TYPE_P         1621 ext/spl/spl_array.c 	RETURN_BOOL(Z_TYPE_P(entry) == IS_ARRAY || (Z_TYPE_P(entry) == IS_OBJECT && (intern->ar_flags & SPL_ARRAY_CHILD_ARRAYS_ONLY) == 0));
Z_TYPE_P         1645 ext/spl/spl_array.c 	if (Z_TYPE_P(entry) == IS_OBJECT) {
Z_TYPE_P         1751 ext/spl/spl_array.c 	if (!php_var_unserialize(zflags, &p, s + buf_len, &var_hash) || Z_TYPE_P(zflags) != IS_LONG) {
Z_TYPE_P         1792 ext/spl/spl_array.c 	if (!php_var_unserialize(members, &p, s + buf_len, &var_hash) || Z_TYPE_P(members) != IS_ARRAY) {
Z_TYPE_P         2206 ext/spl/spl_directory.c 					return Z_TYPE_P(first) == IS_STRING && Z_STRLEN_P(first) == 0;
Z_TYPE_P          822 ext/spl/spl_dllist.c 	if (Z_TYPE_P(zindex) == IS_NULL) {
Z_TYPE_P         1200 ext/spl/spl_dllist.c 	if (!php_var_unserialize(flags, &p, s + buf_len, &var_hash) || Z_TYPE_P(flags) != IS_LONG) {
Z_TYPE_P           46 ext/spl/spl_engine.c 	switch (Z_TYPE_P(offset)) {
Z_TYPE_P          338 ext/spl/spl_fixedarray.c 	if (Z_TYPE_P(offset) != IS_LONG) {
Z_TYPE_P          391 ext/spl/spl_fixedarray.c 	if (Z_TYPE_P(offset) != IS_LONG) {
Z_TYPE_P          439 ext/spl/spl_fixedarray.c 	if (Z_TYPE_P(offset) != IS_LONG) {
Z_TYPE_P          478 ext/spl/spl_fixedarray.c 	if (Z_TYPE_P(offset) != IS_LONG) {
Z_TYPE_P          781 ext/spl/spl_iterators.c 	if (Z_TYPE_P(zobject) == IS_UNDEF) {
Z_TYPE_P          785 ext/spl/spl_iterators.c 		if (Z_TYPE_P(return_value) == IS_UNDEF) {
Z_TYPE_P          806 ext/spl/spl_iterators.c 	if (Z_TYPE_P(zobject) == IS_UNDEF) {
Z_TYPE_P          810 ext/spl/spl_iterators.c 		if (Z_TYPE_P(return_value) == IS_UNDEF) {
Z_TYPE_P         1076 ext/spl/spl_iterators.c 		if (Z_TYPE_P(data) == IS_ARRAY) {
Z_TYPE_P         2090 ext/spl/spl_iterators.c 			if (Z_TYPE_P(replacement) != IS_STRING) {
Z_TYPE_P         2112 ext/spl/spl_iterators.c 		RETVAL_BOOL(Z_TYPE_P(return_value) != IS_TRUE);
Z_TYPE_P          768 ext/spl/spl_observer.c 	if (!php_var_unserialize(pcount, &p, s + buf_len, &var_hash) || Z_TYPE_P(pcount) != IS_LONG) {
Z_TYPE_P          841 ext/spl/spl_observer.c 	if (!php_var_unserialize(pmembers, &p, s + buf_len, &var_hash) || Z_TYPE_P(pmembers) != IS_ARRAY) {
Z_TYPE_P          986 ext/spl/spl_observer.c 		if (Z_TYPE_P(info) != IS_LONG && Z_TYPE_P(info) != IS_STRING) {
Z_TYPE_P         1508 ext/sqlite3/sqlite3.c 			if (Z_TYPE_P(parameter) == IS_NULL) {
Z_TYPE_P         1532 ext/sqlite3/sqlite3.c 					if (Z_TYPE_P(parameter) == IS_RESOURCE) {
Z_TYPE_P          386 ext/standard/array.c 	if (UNEXPECTED(Z_TYPE_P(first) == IS_INDIRECT)) {
Z_TYPE_P          389 ext/standard/array.c 	if (UNEXPECTED(Z_TYPE_P(second) == IS_INDIRECT)) {
Z_TYPE_P          420 ext/standard/array.c 	if (UNEXPECTED(Z_TYPE_P(first) == IS_INDIRECT)) {
Z_TYPE_P          423 ext/standard/array.c 	if (UNEXPECTED(Z_TYPE_P(second) == IS_INDIRECT)) {
Z_TYPE_P          450 ext/standard/array.c 	if (UNEXPECTED(Z_TYPE_P(first) == IS_INDIRECT)) {
Z_TYPE_P          453 ext/standard/array.c 	if (UNEXPECTED(Z_TYPE_P(second) == IS_INDIRECT)) {
Z_TYPE_P          480 ext/standard/array.c 	if (UNEXPECTED(Z_TYPE_P(first) == IS_INDIRECT)) {
Z_TYPE_P          483 ext/standard/array.c 	if (UNEXPECTED(Z_TYPE_P(second) == IS_INDIRECT)) {
Z_TYPE_P          550 ext/standard/array.c 	if (UNEXPECTED(Z_TYPE_P(first) == IS_INDIRECT)) {
Z_TYPE_P          553 ext/standard/array.c 	if (UNEXPECTED(Z_TYPE_P(second) == IS_INDIRECT)) {
Z_TYPE_P          763 ext/standard/array.c 	if (Z_TYPE_P(array) == IS_ARRAY) {
Z_TYPE_P          809 ext/standard/array.c 	switch (Z_TYPE_P(array)) {
Z_TYPE_P         1166 ext/standard/array.c 		if (Z_TYPE_P(entry) == IS_INDIRECT) {
Z_TYPE_P         1200 ext/standard/array.c 		if (Z_TYPE_P(entry) == IS_INDIRECT) {
Z_TYPE_P         1234 ext/standard/array.c 		if (Z_TYPE_P(entry) == IS_INDIRECT) {
Z_TYPE_P         1268 ext/standard/array.c 		if (Z_TYPE_P(entry) == IS_INDIRECT) {
Z_TYPE_P         1299 ext/standard/array.c 	if (Z_TYPE_P(entry) == IS_INDIRECT) {
Z_TYPE_P         1442 ext/standard/array.c 		if (Z_TYPE_P(zv) == IS_INDIRECT) {
Z_TYPE_P         1444 ext/standard/array.c 			if (Z_TYPE_P(zv) == IS_UNDEF) {
Z_TYPE_P         1450 ext/standard/array.c 		    (Z_TYPE_P(zv) == IS_ARRAY ||
Z_TYPE_P         1451 ext/standard/array.c 		     (Z_ISREF_P(zv) && Z_TYPE_P(Z_REFVAL_P(zv)) == IS_ARRAY))) {
Z_TYPE_P         1630 ext/standard/array.c 		if (Z_TYPE_P(value) == IS_LONG) {
Z_TYPE_P         1645 ext/standard/array.c 		} else if (Z_TYPE_P(value) == IS_STRING) {
Z_TYPE_P         1908 ext/standard/array.c 					if (Z_TYPE_P(orig_var) == IS_INDIRECT) {
Z_TYPE_P         1920 ext/standard/array.c 					if (Z_TYPE_P(orig_var) == IS_INDIRECT) {
Z_TYPE_P         1945 ext/standard/array.c 	if (Z_TYPE_P(entry) == IS_STRING) {
Z_TYPE_P         1951 ext/standard/array.c 	} else if (Z_TYPE_P(entry) == IS_ARRAY) {
Z_TYPE_P         2058 ext/standard/array.c 		if (Z_TYPE_P(entry) == IS_LONG) {
Z_TYPE_P         2104 ext/standard/array.c 		if (Z_TYPE_P(zstep) == IS_DOUBLE ||
Z_TYPE_P         2105 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         2119 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         2186 ext/standard/array.c 	} else if (Z_TYPE_P(zlow) == IS_DOUBLE || Z_TYPE_P(zhigh) == IS_DOUBLE || is_step_double) {
Z_TYPE_P         2598 ext/standard/array.c 		if (Z_TYPE_P(val) == IS_INDIRECT) {
Z_TYPE_P         2601 ext/standard/array.c 		if (Z_TYPE_P(val) != IS_UNDEF) {
Z_TYPE_P         2658 ext/standard/array.c 		if (Z_TYPE_P(val) == IS_INDIRECT) {
Z_TYPE_P         2661 ext/standard/array.c 		if (Z_TYPE_P(val) != IS_UNDEF) {
Z_TYPE_P         2905 ext/standard/array.c 	if (ZEND_NUM_ARGS() < 3 || Z_TYPE_P(z_length) == IS_NULL) {
Z_TYPE_P         2992 ext/standard/array.c 				thash = Z_TYPE_P(dest_zval) == IS_ARRAY ? Z_ARRVAL_P(dest_zval) : NULL;
Z_TYPE_P         3009 ext/standard/array.c 				if (Z_TYPE_P(dest_zval) == IS_NULL) {
Z_TYPE_P         3012 ext/standard/array.c 				} else if (Z_TYPE_P(dest_zval) == IS_ARRAY) {
Z_TYPE_P         3020 ext/standard/array.c 				if (Z_TYPE_P(src_zval) == IS_OBJECT) {
Z_TYPE_P         3025 ext/standard/array.c 				if (Z_TYPE_P(src_zval) == IS_ARRAY) {
Z_TYPE_P         3093 ext/standard/array.c 			if (Z_TYPE_P(src_zval) != IS_ARRAY ||
Z_TYPE_P         3095 ext/standard/array.c 				(Z_TYPE_P(dest_entry) != IS_ARRAY &&
Z_TYPE_P         3096 ext/standard/array.c 				 (!Z_ISREF_P(dest_entry) || Z_TYPE_P(Z_REFVAL_P(dest_entry)) != IS_ARRAY))) {
Z_TYPE_P         3106 ext/standard/array.c 			if (Z_TYPE_P(src_zval) != IS_ARRAY ||
Z_TYPE_P         3108 ext/standard/array.c 				(Z_TYPE_P(dest_entry) != IS_ARRAY &&
Z_TYPE_P         3109 ext/standard/array.c 				 (!Z_ISREF_P(dest_entry) || Z_TYPE_P(Z_REFVAL_P(dest_entry)) != IS_ARRAY))) {
Z_TYPE_P         3175 ext/standard/array.c 		if (Z_TYPE_P(arg) != IS_ARRAY) {
Z_TYPE_P         3433 ext/standard/array.c 		if (Z_TYPE_P(entry) == IS_LONG) {
Z_TYPE_P         3441 ext/standard/array.c 		} else if (Z_TYPE_P(entry) == IS_STRING) {
Z_TYPE_P         3462 ext/standard/array.c 	switch (Z_TYPE_P(param)) {
Z_TYPE_P         3486 ext/standard/array.c 	if (Z_TYPE_P(data) == IS_OBJECT) {
Z_TYPE_P         3493 ext/standard/array.c 	} else if (Z_TYPE_P(data) == IS_ARRAY) {
Z_TYPE_P         3494 ext/standard/array.c 		if (Z_TYPE_P(name) == IS_STRING) {
Z_TYPE_P         3496 ext/standard/array.c 		} else if (Z_TYPE_P(name) == IS_LONG) {
Z_TYPE_P         3544 ext/standard/array.c 		if (zkeyval && Z_TYPE_P(zkeyval) == IS_STRING) {
Z_TYPE_P         3546 ext/standard/array.c 		} else if (zkeyval && Z_TYPE_P(zkeyval) == IS_LONG) {
Z_TYPE_P         3548 ext/standard/array.c 		} else if (zkeyval && Z_TYPE_P(zkeyval) == IS_OBJECT) {
Z_TYPE_P         3677 ext/standard/array.c 		if (Z_TYPE_P(entry) == IS_LONG) {
Z_TYPE_P         3684 ext/standard/array.c 		} else if (Z_TYPE_P(entry) == IS_STRING) {
Z_TYPE_P         3783 ext/standard/array.c 		if (Z_TYPE(p->val) == IS_INDIRECT && Z_TYPE_P(Z_INDIRECT(p->val)) == IS_UNDEF) continue;
Z_TYPE_P         3898 ext/standard/array.c 		if (Z_TYPE_P(val) == IS_UNDEF) continue;
Z_TYPE_P         3899 ext/standard/array.c 		if (UNEXPECTED(Z_TYPE_P(val) == IS_INDIRECT)) {
Z_TYPE_P         3901 ext/standard/array.c 			if (Z_TYPE_P(val) == IS_UNDEF) continue;
Z_TYPE_P         4321 ext/standard/array.c 		if (Z_TYPE_P(val) == IS_UNDEF) continue;
Z_TYPE_P         4322 ext/standard/array.c 		if (UNEXPECTED(Z_TYPE_P(val) == IS_INDIRECT)) {
Z_TYPE_P         4324 ext/standard/array.c 			if (Z_TYPE_P(val) == IS_UNDEF) continue;
Z_TYPE_P         4837 ext/standard/array.c 		if (Z_TYPE_P(arg) == IS_ARRAY) {
Z_TYPE_P         4852 ext/standard/array.c 		} else if (Z_TYPE_P(arg) == IS_LONG) {
Z_TYPE_P         5015 ext/standard/array.c 			if (Z_TYPE_P(return_value) != IS_ARRAY) {
Z_TYPE_P         5051 ext/standard/array.c 		if (Z_TYPE_P(entry) == IS_ARRAY || Z_TYPE_P(entry) == IS_OBJECT) {
Z_TYPE_P         5080 ext/standard/array.c 		if (Z_TYPE_P(entry) == IS_ARRAY || Z_TYPE_P(entry) == IS_OBJECT) {
Z_TYPE_P         5086 ext/standard/array.c 		if (Z_TYPE(entry_n) == IS_LONG && Z_TYPE_P(return_value) == IS_LONG) {
Z_TYPE_P         5430 ext/standard/array.c 	switch (Z_TYPE_P(key)) {
Z_TYPE_P         5552 ext/standard/array.c 				if (Z_TYPE_P(entry_keys) == IS_LONG) {
Z_TYPE_P          164 ext/standard/assert.c 	if (Z_TYPE_P(assertion) == IS_STRING) {
Z_TYPE_P          247 ext/standard/assert.c 		} else if (Z_TYPE_P(description) == IS_OBJECT &&
Z_TYPE_P         4276 ext/standard/basic_functions.c  		if (Z_TYPE_P(args) != IS_ARRAY) {
Z_TYPE_P         4385 ext/standard/basic_functions.c 				if (Z_TYPE_P(args) != IS_ARRAY) {
Z_TYPE_P         4395 ext/standard/basic_functions.c 				if (Z_TYPE_P(args) != IS_ARRAY) {
Z_TYPE_P         4566 ext/standard/basic_functions.c 	if (Z_TYPE_P(entry) == IS_STRING) {
Z_TYPE_P         4572 ext/standard/basic_functions.c 	} else if (Z_TYPE_P(entry) == IS_ARRAY) {
Z_TYPE_P         4596 ext/standard/basic_functions.c 		if (Z_TYPE_P(retval) == IS_ARRAY) {
Z_TYPE_P         4955 ext/standard/basic_functions.c 			if (Z_TYPE_P(function) == IS_STRING) {
Z_TYPE_P         4957 ext/standard/basic_functions.c 			} else if (	Z_TYPE_P(function) == IS_ARRAY
Z_TYPE_P         4960 ext/standard/basic_functions.c 						&& Z_TYPE_P(obj) == IS_OBJECT
Z_TYPE_P         4961 ext/standard/basic_functions.c 						&& Z_TYPE_P(method) == IS_STRING) {
Z_TYPE_P         4985 ext/standard/basic_functions.c 	if (Z_TYPE_P(func1) == IS_STRING && Z_TYPE_P(func2) == IS_STRING) {
Z_TYPE_P         4987 ext/standard/basic_functions.c 	} else if (Z_TYPE_P(func1) == IS_ARRAY && Z_TYPE_P(func2) == IS_ARRAY) {
Z_TYPE_P         4989 ext/standard/basic_functions.c 	} else if (Z_TYPE_P(func1) == IS_OBJECT && Z_TYPE_P(func2) == IS_OBJECT) {
Z_TYPE_P         5714 ext/standard/basic_functions.c 	if (Z_TYPE_P(function) != IS_ARRAY && Z_TYPE_P(function) != IS_OBJECT) {
Z_TYPE_P         5843 ext/standard/basic_functions.c 			if (Z_TYPE_P(find_hash) != IS_ARRAY) {
Z_TYPE_P         5849 ext/standard/basic_functions.c 			if (!arg3 || (Z_TYPE_P(arg3) == IS_STRING && Z_STRLEN_P(arg3) == 0)) {
Z_TYPE_P           55 ext/standard/browscap.c 	if (Z_TYPE_P(zvalue) == IS_ARRAY) {
Z_TYPE_P           58 ext/standard/browscap.c 	} else if (Z_TYPE_P(zvalue) == IS_STRING) {
Z_TYPE_P           65 ext/standard/browscap.c 	if (Z_TYPE_P(zvalue) == IS_ARRAY) {
Z_TYPE_P           68 ext/standard/browscap.c 	} else if (Z_TYPE_P(zvalue) == IS_STRING) {
Z_TYPE_P          353 ext/standard/browscap.c 	if (Z_TYPE_P(found_browser_entry) == IS_ARRAY) {
Z_TYPE_P          375 ext/standard/browscap.c 		if (Z_TYPE_P(found_browser_entry) == IS_ARRAY) {
Z_TYPE_P           74 ext/standard/dl.c 	if (Z_TYPE_P(return_value) == IS_TRUE) {
Z_TYPE_P          233 ext/standard/exec.c 		if (Z_TYPE_P(ret_array) != IS_ARRAY) {
Z_TYPE_P          128 ext/standard/file.c 	ZEND_ASSERT(Z_TYPE_P(arg) == IS_RESOURCE); \
Z_TYPE_P          585 ext/standard/file.c 	if (Z_TYPE_P(data) == IS_RESOURCE) {
Z_TYPE_P          620 ext/standard/file.c 	switch (Z_TYPE_P(data)) {
Z_TYPE_P         2050 ext/standard/file.c 		if (len_zv != NULL && Z_TYPE_P(len_zv) != IS_NULL) {
Z_TYPE_P          428 ext/standard/filestat.c 			if (Z_TYPE_P(group) == IS_LONG) {
Z_TYPE_P          431 ext/standard/filestat.c 			} else if (Z_TYPE_P(group) == IS_STRING) {
Z_TYPE_P          456 ext/standard/filestat.c 	if (Z_TYPE_P(group) == IS_LONG) {
Z_TYPE_P          458 ext/standard/filestat.c 	} else if (Z_TYPE_P(group) == IS_STRING) {
Z_TYPE_P          565 ext/standard/filestat.c 			if (Z_TYPE_P(user) == IS_LONG) {
Z_TYPE_P          568 ext/standard/filestat.c 			} else if (Z_TYPE_P(user) == IS_STRING) {
Z_TYPE_P          594 ext/standard/filestat.c 	if (Z_TYPE_P(user) == IS_LONG) {
Z_TYPE_P          596 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         1735 ext/standard/filters.c 	if (filterparams != NULL && Z_TYPE_P(filterparams) != IS_ARRAY) {
Z_TYPE_P          422 ext/standard/formatted_print.c 		if (Z_TYPE_P(array) != IS_ARRAY) {
Z_TYPE_P          532 ext/standard/ftp_fopen_wrapper.c 			Z_TYPE_P(tmpzval) == IS_LONG &&
Z_TYPE_P           80 ext/standard/http.c 		if (Z_TYPE_P(zdata) == IS_ARRAY || Z_TYPE_P(zdata) == IS_OBJECT) {
Z_TYPE_P          142 ext/standard/http.c 			php_url_encode_hash_ex(HASH_OF(zdata), formstr, NULL, 0, newprefix, newprefix_len, "%5D", 3, (Z_TYPE_P(zdata) == IS_OBJECT ? zdata : NULL), arg_sep, enc_type);
Z_TYPE_P          147 ext/standard/http.c 		} else if (Z_TYPE_P(zdata) == IS_NULL || Z_TYPE_P(zdata) == IS_RESOURCE) {
Z_TYPE_P          174 ext/standard/http.c 			switch (Z_TYPE_P(zdata)) {
Z_TYPE_P          239 ext/standard/http.c 	if (Z_TYPE_P(formdata) != IS_ARRAY && Z_TYPE_P(formdata) != IS_OBJECT) {
Z_TYPE_P          244 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, (int)enc_type) == FAILURE) {
Z_TYPE_P          165 ext/standard/http_fopen_wrapper.c 			Z_TYPE_P(tmpzval) != IS_STRING ||
Z_TYPE_P          195 ext/standard/http_fopen_wrapper.c 			Z_TYPE_P(tmpzval) == IS_STRING &&
Z_TYPE_P          259 ext/standard/http_fopen_wrapper.c 			if (Z_TYPE_P(tmpzval) == IS_ARRAY) {
Z_TYPE_P          263 ext/standard/http_fopen_wrapper.c 					if (Z_TYPE_P(tmpheader) == IS_STRING) {
Z_TYPE_P          287 ext/standard/http_fopen_wrapper.c 			} else if (Z_TYPE_P(tmpzval) == IS_STRING && Z_STRLEN_P(tmpzval)) {
Z_TYPE_P          366 ext/standard/http_fopen_wrapper.c 		if (Z_TYPE_P(tmpzval) == IS_STRING && Z_STRLEN_P(tmpzval) > 0) {
Z_TYPE_P          432 ext/standard/http_fopen_wrapper.c 		if (Z_TYPE_P(tmpzval) == IS_ARRAY) {
Z_TYPE_P          437 ext/standard/http_fopen_wrapper.c 				if (Z_TYPE_P(tmpheader) == IS_STRING) {
Z_TYPE_P          448 ext/standard/http_fopen_wrapper.c 		} else if (Z_TYPE_P(tmpzval) == IS_STRING && Z_STRLEN_P(tmpzval)) {
Z_TYPE_P          595 ext/standard/http_fopen_wrapper.c 		Z_TYPE_P(ua_zval) == IS_STRING) {
Z_TYPE_P          630 ext/standard/http_fopen_wrapper.c 				Z_TYPE_P(tmpzval) == IS_STRING && Z_STRLEN_P(tmpzval) > 0
Z_TYPE_P          645 ext/standard/http_fopen_wrapper.c 		Z_TYPE_P(tmpzval) == IS_STRING && Z_STRLEN_P(tmpzval) > 0) {
Z_TYPE_P          673 ext/standard/http_fopen_wrapper.c 		if (!response_header_ptr || Z_TYPE_P(response_header_ptr) != IS_ARRAY) {
Z_TYPE_P          142 ext/standard/incomplete_class.c 	if ((val = zend_hash_str_find(object_properties, MAGIC_MEMBER, sizeof(MAGIC_MEMBER)-1)) != NULL && Z_TYPE_P(val) == IS_STRING) {
Z_TYPE_P          204 ext/standard/info.c 	if ((data = zend_hash_find(&EG(symbol_table), key)) != NULL && (Z_TYPE_P(data) == IS_ARRAY)) {
Z_TYPE_P          230 ext/standard/info.c 			if (Z_TYPE_P(tmp) == IS_ARRAY) {
Z_TYPE_P         1029 ext/standard/info.c 		if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_SELF", sizeof("PHP_SELF")-1)) != NULL && Z_TYPE_P(data) == IS_STRING) {
Z_TYPE_P         1032 ext/standard/info.c 		if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_AUTH_TYPE", sizeof("PHP_AUTH_TYPE")-1)) != NULL && Z_TYPE_P(data) == IS_STRING) {
Z_TYPE_P         1035 ext/standard/info.c 		if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_AUTH_USER", sizeof("PHP_AUTH_USER")-1)) != NULL && Z_TYPE_P(data) == IS_STRING) {
Z_TYPE_P         1038 ext/standard/info.c 		if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_AUTH_PW", sizeof("PHP_AUTH_PW")-1)) != NULL && Z_TYPE_P(data) == IS_STRING) {
Z_TYPE_P          317 ext/standard/math.c 	if (Z_TYPE_P(value) == IS_DOUBLE) {
Z_TYPE_P          319 ext/standard/math.c 	} else if (Z_TYPE_P(value) == IS_LONG) {
Z_TYPE_P          348 ext/standard/math.c 	if (Z_TYPE_P(value) == IS_DOUBLE) {
Z_TYPE_P          350 ext/standard/math.c 	} else if (Z_TYPE_P(value) == IS_LONG) {
Z_TYPE_P          375 ext/standard/math.c 	if (Z_TYPE_P(value) == IS_DOUBLE) {
Z_TYPE_P          377 ext/standard/math.c 	} else if (Z_TYPE_P(value) == IS_LONG) {
Z_TYPE_P          411 ext/standard/math.c 	switch (Z_TYPE_P(value)) {
Z_TYPE_P          420 ext/standard/math.c 			return_val = (Z_TYPE_P(value) == IS_LONG) ? (double)Z_LVAL_P(value) : Z_DVAL_P(value);
Z_TYPE_P          988 ext/standard/math.c 	if (Z_TYPE_P(arg) != IS_STRING || base < 2 || base > 36) {
Z_TYPE_P         1036 ext/standard/math.c 	if (Z_TYPE_P(arg) != IS_STRING || base < 2 || base > 36) {
Z_TYPE_P         1097 ext/standard/math.c 	if (Z_TYPE_P(arg) != IS_LONG || base < 2 || base > 36) {
Z_TYPE_P         1124 ext/standard/math.c 	if ((Z_TYPE_P(arg) != IS_LONG && Z_TYPE_P(arg) != IS_DOUBLE) || base < 2 || base > 36) {
Z_TYPE_P         1128 ext/standard/math.c 	if (Z_TYPE_P(arg) == IS_DOUBLE) {
Z_TYPE_P          307 ext/standard/password.c 		switch (Z_TYPE_P(option_buffer)) {
Z_TYPE_P          483 ext/standard/proc_open.c 			if (Z_TYPE_P(item) == IS_TRUE || ((Z_TYPE_P(item) == IS_LONG) && Z_LVAL_P(item))) {
Z_TYPE_P          490 ext/standard/proc_open.c 			if (Z_TYPE_P(item) == IS_TRUE || ((Z_TYPE_P(item) == IS_LONG) && Z_LVAL_P(item))) {
Z_TYPE_P          497 ext/standard/proc_open.c 			if (Z_TYPE_P(item) == IS_TRUE || ((Z_TYPE_P(item) == IS_LONG) && Z_LVAL_P(item))) {
Z_TYPE_P          537 ext/standard/proc_open.c 		if (Z_TYPE_P(descitem) == IS_RESOURCE) {
Z_TYPE_P          563 ext/standard/proc_open.c 		} else if (Z_TYPE_P(descitem) != IS_ARRAY) {
Z_TYPE_P          606 ext/standard/streamsfuncs.c 	if (Z_TYPE_P(stream_array) != IS_ARRAY) {
Z_TYPE_P          646 ext/standard/streamsfuncs.c 	if (Z_TYPE_P(stream_array) != IS_ARRAY) {
Z_TYPE_P          694 ext/standard/streamsfuncs.c 	if (Z_TYPE_P(stream_array) != IS_ARRAY) {
Z_TYPE_P          886 ext/standard/streamsfuncs.c 		if (Z_TYPE_P(wval) == IS_ARRAY) {
Z_TYPE_P          919 ext/standard/streamsfuncs.c 		if (Z_TYPE_P(tmp) == IS_ARRAY) {
Z_TYPE_P         1596 ext/standard/streamsfuncs.c 	if (Z_TYPE_P(zstream) == IS_RESOURCE) {
Z_TYPE_P         1231 ext/standard/string.c 		if (Z_TYPE_P(tmp) == IS_LONG) {
Z_TYPE_P         1305 ext/standard/string.c 		if (Z_TYPE_P(arg1) != IS_ARRAY) {
Z_TYPE_P         1313 ext/standard/string.c 		if (Z_TYPE_P(arg1) == IS_ARRAY) {
Z_TYPE_P         1316 ext/standard/string.c 		} else if (Z_TYPE_P(arg2) == IS_ARRAY) {
Z_TYPE_P         1824 ext/standard/string.c 	switch (Z_TYPE_P(needle)) {
Z_TYPE_P         1866 ext/standard/string.c 	if (Z_TYPE_P(needle) == IS_STRING) {
Z_TYPE_P         1916 ext/standard/string.c 	if (Z_TYPE_P(needle) == IS_STRING) {
Z_TYPE_P         1976 ext/standard/string.c 	if (Z_TYPE_P(needle) == IS_STRING) {
Z_TYPE_P         2030 ext/standard/string.c 	if (Z_TYPE_P(needle) == IS_STRING) {
Z_TYPE_P         2091 ext/standard/string.c 	if (Z_TYPE_P(zneedle) == IS_STRING) {
Z_TYPE_P         2154 ext/standard/string.c 	if (Z_TYPE_P(zneedle) == IS_STRING) {
Z_TYPE_P         2256 ext/standard/string.c 	if (Z_TYPE_P(needle) == IS_STRING) {
Z_TYPE_P         2460 ext/standard/string.c 	if (Z_TYPE_P(str) != IS_ARRAY) {
Z_TYPE_P         2463 ext/standard/string.c 	if (Z_TYPE_P(repl) != IS_ARRAY) {
Z_TYPE_P         2466 ext/standard/string.c 	if (Z_TYPE_P(from) != IS_ARRAY) {
Z_TYPE_P         2471 ext/standard/string.c 		if (Z_TYPE_P(len) != IS_ARRAY) {
Z_TYPE_P         2475 ext/standard/string.c 		if (Z_TYPE_P(str) != IS_ARRAY) {
Z_TYPE_P         2480 ext/standard/string.c 	if (Z_TYPE_P(str) == IS_STRING) {
Z_TYPE_P         2482 ext/standard/string.c 			(argc == 3 && Z_TYPE_P(from) == IS_ARRAY) ||
Z_TYPE_P         2483 ext/standard/string.c 			(argc == 4 && Z_TYPE_P(from) != Z_TYPE_P(len))
Z_TYPE_P         2488 ext/standard/string.c 		if (argc == 4 && Z_TYPE_P(from) == IS_ARRAY) {
Z_TYPE_P         2496 ext/standard/string.c 	if (Z_TYPE_P(str) != IS_ARRAY) {
Z_TYPE_P         2497 ext/standard/string.c 		if (Z_TYPE_P(from) != IS_ARRAY) {
Z_TYPE_P         2530 ext/standard/string.c 			if (Z_TYPE_P(repl) == IS_ARRAY) {
Z_TYPE_P         2534 ext/standard/string.c 					if (Z_TYPE_P(tmp_repl) != IS_UNDEF) {
Z_TYPE_P         2577 ext/standard/string.c 			if (Z_TYPE_P(from) == IS_ARRAY) {
Z_TYPE_P         2580 ext/standard/string.c 					if (Z_TYPE_P(tmp_from) != IS_UNDEF) {
Z_TYPE_P         2612 ext/standard/string.c 			if (argc > 3 && Z_TYPE_P(len) == IS_ARRAY) {
Z_TYPE_P         2615 ext/standard/string.c 					if (Z_TYPE_P(tmp_len) != IS_UNDEF) {
Z_TYPE_P         2645 ext/standard/string.c 			if (Z_TYPE_P(repl) == IS_ARRAY) {
Z_TYPE_P         2648 ext/standard/string.c 					if (Z_TYPE_P(tmp_repl) != IS_UNDEF) {
Z_TYPE_P         3462 ext/standard/string.c 	if (ac == 2 && Z_TYPE_P(from) != IS_ARRAY) {
Z_TYPE_P         3977 ext/standard/string.c 	if (Z_TYPE_P(search) == IS_ARRAY) {
Z_TYPE_P         3981 ext/standard/string.c 		if (Z_TYPE_P(replace) == IS_ARRAY) {
Z_TYPE_P         3994 ext/standard/string.c 				if (Z_TYPE_P(replace) == IS_ARRAY) {
Z_TYPE_P         4002 ext/standard/string.c 			if (Z_TYPE_P(replace) == IS_ARRAY) {
Z_TYPE_P         4006 ext/standard/string.c 					if (Z_TYPE_P(replace_entry) != IS_UNDEF) {
Z_TYPE_P         4081 ext/standard/string.c 		ZEND_ASSERT(Z_TYPE_P(search) == IS_STRING);
Z_TYPE_P         4137 ext/standard/string.c 	if (Z_TYPE_P(search) != IS_ARRAY) {
Z_TYPE_P         4139 ext/standard/string.c 		if (Z_TYPE_P(replace) != IS_STRING) {
Z_TYPE_P         4142 ext/standard/string.c 	} else if (Z_TYPE_P(replace) != IS_ARRAY) {
Z_TYPE_P         4147 ext/standard/string.c 	if (Z_TYPE_P(subject) == IS_ARRAY) {
Z_TYPE_P         4153 ext/standard/string.c 			if (Z_TYPE_P(subject_entry) != IS_ARRAY && Z_TYPE_P(subject_entry) != IS_OBJECT) {
Z_TYPE_P         4517 ext/standard/string.c 				if (Z_TYPE_P(plocale) != IS_UNDEF) {
Z_TYPE_P           34 ext/standard/type.c 	switch (Z_TYPE_P(arg)) {
Z_TYPE_P          157 ext/standard/type.c 	if (Z_TYPE_P(num) != IS_STRING) {
Z_TYPE_P          228 ext/standard/type.c 	if (Z_TYPE_P(arg) == type) {
Z_TYPE_P          278 ext/standard/type.c 	RETURN_BOOL(Z_TYPE_P(arg) == IS_FALSE || Z_TYPE_P(arg) == IS_TRUE);
Z_TYPE_P          343 ext/standard/type.c 	switch (Z_TYPE_P(arg)) {
Z_TYPE_P          380 ext/standard/type.c 	switch (Z_TYPE_P(arg)) {
Z_TYPE_P          740 ext/standard/url.c 	if ((h = zend_hash_str_find(HASH_OF(&stream->wrapperdata), "headers", sizeof("headers")-1)) != NULL && Z_TYPE_P(h) == IS_ARRAY) {
Z_TYPE_P          752 ext/standard/url.c 		if (Z_TYPE_P(hdr) != IS_STRING) {
Z_TYPE_P          451 ext/standard/user_filters.c 	if (NULL != (pzdata = zend_hash_str_find(Z_OBJPROP_P(zobject), "data", sizeof("data")-1)) && Z_TYPE_P(pzdata) == IS_STRING) {
Z_TYPE_P           94 ext/standard/var.c 	switch (Z_TYPE_P(struc)) {
Z_TYPE_P          264 ext/standard/var.c 	switch (Z_TYPE_P(struc)) {
Z_TYPE_P          447 ext/standard/var.c 	switch (Z_TYPE_P(struc)) {
Z_TYPE_P          598 ext/standard/var.c 	if (!is_ref && Z_TYPE_P(var) != IS_OBJECT) {
Z_TYPE_P          603 ext/standard/var.c 	if (is_ref && Z_TYPE_P(Z_REFVAL_P(var)) == IS_OBJECT) {
Z_TYPE_P          678 ext/standard/var.c 	if (Z_TYPE_P(retval_ptr) == IS_ARRAY) {
Z_TYPE_P          681 ext/standard/var.c 	} else if (Z_TYPE_P(retval_ptr) == IS_OBJECT) {
Z_TYPE_P          709 ext/standard/var.c 			if (Z_TYPE_P(val) != IS_STRING) {
Z_TYPE_P          716 ext/standard/var.c 				if (Z_TYPE_P(d) == IS_INDIRECT) {
Z_TYPE_P          718 ext/standard/var.c 					if (Z_TYPE_P(d) == IS_UNDEF) {
Z_TYPE_P          734 ext/standard/var.c 							if (Z_TYPE_P(d) == IS_INDIRECT) {
Z_TYPE_P          749 ext/standard/var.c 							if (Z_TYPE_P(d) == IS_INDIRECT) {
Z_TYPE_P          751 ext/standard/var.c 								if (Z_TYPE_P(d) == IS_UNDEF) {
Z_TYPE_P          794 ext/standard/var.c 		} else if (Z_TYPE_P(struc) == IS_OBJECT) {
Z_TYPE_P          803 ext/standard/var.c 	switch (Z_TYPE_P(struc)) {
Z_TYPE_P          901 ext/standard/var.c 			if (Z_TYPE_P(struc) == IS_ARRAY) {
Z_TYPE_P          936 ext/standard/var.c 					if ((Z_TYPE_P(data) == IS_ARRAY && Z_TYPE_P(struc) == IS_ARRAY && Z_ARR_P(data) == Z_ARR_P(struc))
Z_TYPE_P          937 ext/standard/var.c 						|| (Z_TYPE_P(data) == IS_ARRAY && Z_ARRVAL_P(data)->u.v.nApplyCount > 1)
Z_TYPE_P          941 ext/standard/var.c 						if (Z_TYPE_P(data) == IS_ARRAY && ZEND_HASH_APPLY_PROTECTION(Z_ARRVAL_P(data))) {
Z_TYPE_P          945 ext/standard/var.c 						if (Z_TYPE_P(data) == IS_ARRAY && ZEND_HASH_APPLY_PROTECTION(Z_ARRVAL_P(data))) {
Z_TYPE_P         1023 ext/standard/var.c 		if(classes && (Z_TYPE_P(classes) == IS_ARRAY || !zend_is_true(classes))) {
Z_TYPE_P         1025 ext/standard/var.c 			zend_hash_init(class_hash, (Z_TYPE_P(classes) == IS_ARRAY)?zend_hash_num_elements(Z_ARRVAL_P(classes)):0, NULL, NULL, 0);
Z_TYPE_P         1027 ext/standard/var.c 		if(class_hash && Z_TYPE_P(classes) == IS_ARRAY) {
Z_TYPE_P           46 ext/standard/var_unserializer.c 	fprintf(stderr, "var_push(%ld): %d\n", var_hash?var_hash->used_slots:-1L, Z_TYPE_P(rval));
Z_TYPE_P          106 ext/standard/var_unserializer.c 	fprintf(stderr, "var_replace(%ld): %d\n", var_hash?var_hash->used_slots:-1L, Z_TYPE_P(nzval));
Z_TYPE_P          348 ext/standard/var_unserializer.c 					if (Z_TYPE_P(old_data) == IS_INDIRECT) {
Z_TYPE_P          457 ext/standard/var_unserializer.c 	if (Z_TYPE_P(rval) != IS_OBJECT) {
Z_TYPE_P          431 ext/sysvmsg/sysvmsg.c 		switch (Z_TYPE_P(message)) {
Z_TYPE_P          457 ext/sysvmsg/sysvmsg.c 		if (Z_TYPE_P(message) != IS_STRING) {
Z_TYPE_P           72 ext/tidy/tidy.c         if(Z_TYPE_P(_val) == IS_ARRAY) { \
Z_TYPE_P          518 ext/tidy/tidy.c 				if (Z_TYPE(conv) != Z_TYPE_P(value)) {
Z_TYPE_P          523 ext/tidy/tidy.c 			if (Z_TYPE(conv) != Z_TYPE_P(value)) {
Z_TYPE_P          210 ext/tokenizer/tokenizer.c 			if (token_zv && Z_TYPE_P(token_zv) == IS_ARRAY) {
Z_TYPE_P          425 ext/wddx/wddx.c 	php_wddx_add_chunk(packet, Z_TYPE_P(var) == IS_TRUE ? WDDX_BOOLEAN_TRUE : WDDX_BOOLEAN_FALSE);
Z_TYPE_P          473 ext/wddx/wddx.c 				if (Z_TYPE_P(varname) != IS_STRING) {
Z_TYPE_P          603 ext/wddx/wddx.c 	if (Z_TYPE_P(var) == IS_INDIRECT) {
Z_TYPE_P          607 ext/wddx/wddx.c 	switch (Z_TYPE_P(var)) {
Z_TYPE_P          666 ext/wddx/wddx.c 	if (Z_TYPE_P(name_var) == IS_STRING) {
Z_TYPE_P          669 ext/wddx/wddx.c 			if (Z_TYPE_P(val) == IS_INDIRECT) {
Z_TYPE_P          674 ext/wddx/wddx.c 	} else if (Z_TYPE_P(name_var) == IS_ARRAY || Z_TYPE_P(name_var) == IS_OBJECT)	{
Z_TYPE_P          675 ext/wddx/wddx.c 		int is_array = Z_TYPE_P(name_var) == IS_ARRAY;
Z_TYPE_P         1134 ext/wddx/wddx.c 		if (Z_TYPE_P(arg) != IS_ARRAY && Z_TYPE_P(arg) != IS_OBJECT) {
Z_TYPE_P         1243 ext/wddx/wddx.c 		if (Z_TYPE_P(arg) != IS_ARRAY && Z_TYPE_P(arg) != IS_OBJECT) {
Z_TYPE_P         1265 ext/wddx/wddx.c 	if (Z_TYPE_P(packet) == IS_STRING) {
Z_TYPE_P         1267 ext/wddx/wddx.c 	} else if (Z_TYPE_P(packet) == IS_RESOURCE) {
Z_TYPE_P          463 ext/xml/xml.c  	if (Z_TYPE_P(data) != IS_ARRAY && Z_TYPE_P(data) != IS_OBJECT) {
Z_TYPE_P          501 ext/xml/xml.c  			if (Z_TYPE_P(handler) == IS_STRING) {
Z_TYPE_P          505 ext/xml/xml.c  					   Z_TYPE_P(obj) == IS_OBJECT &&
Z_TYPE_P          506 ext/xml/xml.c  					   Z_TYPE_P(method) == IS_STRING) {
Z_TYPE_P          670 ext/xml/xml.c  	if (Z_TYPE_P(val) == IS_STRING) {
Z_TYPE_P          124 ext/xmlreader/php_xmlreader.c  	if (Z_TYPE_P(member) != IS_STRING) {
Z_TYPE_P          159 ext/xmlreader/php_xmlreader.c  	if (Z_TYPE_P(member) != IS_STRING) {
Z_TYPE_P          198 ext/xmlreader/php_xmlreader.c  	if (Z_TYPE_P(member) != IS_STRING) {
Z_TYPE_P          372 ext/xmlrpc/xmlrpc-epi-php.c 		if (output_opts && Z_TYPE_P(output_opts) == IS_ARRAY) {
Z_TYPE_P          377 ext/xmlrpc/xmlrpc-epi-php.c 				if (Z_TYPE_P(val) == IS_STRING) {
Z_TYPE_P          388 ext/xmlrpc/xmlrpc-epi-php.c 				if (Z_TYPE_P(val) == IS_STRING) {
Z_TYPE_P          401 ext/xmlrpc/xmlrpc-epi-php.c 				if (Z_TYPE_P(val) == IS_STRING) {
Z_TYPE_P          418 ext/xmlrpc/xmlrpc-epi-php.c 				if (Z_TYPE_P(val) == IS_STRING) {
Z_TYPE_P          426 ext/xmlrpc/xmlrpc-epi-php.c 				if (Z_TYPE_P(val) == IS_ARRAY) {
Z_TYPE_P          432 ext/xmlrpc/xmlrpc-epi-php.c 						if (Z_TYPE_P(iter_val) == IS_STRING && Z_STRVAL_P(iter_val)) {
Z_TYPE_P          445 ext/xmlrpc/xmlrpc-epi-php.c 				} else if (Z_TYPE_P(val) == IS_STRING) {
Z_TYPE_P          696 ext/xmlrpc/xmlrpc-epi-php.c 			if (Z_TYPE_P(vals) != IS_NULL) {
Z_TYPE_P         1277 ext/xmlrpc/xmlrpc-epi-php.c 	if (Z_TYPE_P(value) == IS_STRING) {
Z_TYPE_P         1321 ext/xmlrpc/xmlrpc-epi-php.c 		switch (Z_TYPE_P(value)) {
Z_TYPE_P         1357 ext/xmlrpc/xmlrpc-epi-php.c 						if (Z_TYPE_P(attr) == IS_STRING) {
Z_TYPE_P         1369 ext/xmlrpc/xmlrpc-epi-php.c 			if ((type == xmlrpc_base64 && Z_TYPE_P(value) == IS_OBJECT) || type == xmlrpc_datetime) {
Z_TYPE_P         1422 ext/xmlrpc/xmlrpc-epi-php.c 		vtype = determine_vector_type((Z_TYPE_P(arg) == IS_OBJECT) ? Z_OBJPROP_P(arg) : Z_ARRVAL_P(arg));
Z_TYPE_P          155 ext/xsl/xsltprocessor.c 			if (Z_TYPE_P(value) != IS_STRING) {
Z_TYPE_P          443 ext/xsl/xsltprocessor.c 	if (Z_TYPE_P(cloneDocu) != IS_NULL) {
Z_TYPE_P          542 ext/xsl/xsltprocessor.c 	if (Z_TYPE_P(doXInclude) != IS_NULL) {
Z_TYPE_P          322 ext/zip/php_zip.c 		if (Z_TYPE_P(option) != IS_STRING) {
Z_TYPE_P          342 ext/zip/php_zip.c 		if (Z_TYPE_P(option) != IS_STRING) {
Z_TYPE_P          848 ext/zip/php_zip.c 	if (Z_TYPE_P(member) != IS_STRING) {
Z_TYPE_P          882 ext/zip/php_zip.c 	if (Z_TYPE_P(member) != IS_STRING) {
Z_TYPE_P          921 ext/zip/php_zip.c 	if (Z_TYPE_P(member) != IS_STRING) {
Z_TYPE_P         2628 ext/zip/php_zip.c 	if (zval_files && (Z_TYPE_P(zval_files) != IS_NULL)) {
Z_TYPE_P         2629 ext/zip/php_zip.c 		switch (Z_TYPE_P(zval_files)) {
Z_TYPE_P         2642 ext/zip/php_zip.c 						switch (Z_TYPE_P(zval_file)) {
Z_TYPE_P          761 ext/zlib/zlib.c 		switch (Z_TYPE_P(option_buffer)) {
Z_TYPE_P          839 ext/zlib/zlib.c 				php_error_docref(NULL, E_WARNING, "dictionary must be of type zero-terminated string or array, got %s", zend_get_type_by_const(Z_TYPE_P(option_buffer)));
Z_TYPE_P          331 ext/zlib/zlib_filter.c 			if ((Z_TYPE_P(filterparams) == IS_ARRAY || Z_TYPE_P(filterparams) == IS_OBJECT) &&
Z_TYPE_P          361 ext/zlib/zlib_filter.c 			switch (Z_TYPE_P(filterparams)) {
Z_TYPE_P          484 main/output.c  	switch (Z_TYPE_P(output_handler)) {
Z_TYPE_P          195 main/php_ini.c 	if (Z_TYPE_P(zvalue) == IS_ARRAY) {
Z_TYPE_P          198 main/php_ini.c 	} else if (Z_TYPE_P(zvalue) == IS_STRING) {
Z_TYPE_P          259 main/php_ini.c 				if ((find_arr = zend_hash_find(active_hash, Z_STR_P(arg1))) == NULL || Z_TYPE_P(find_arr) != IS_ARRAY) {
Z_TYPE_P           70 main/php_variables.c 	if (track_vars_array && Z_TYPE_P(track_vars_array) == IS_ARRAY) {
Z_TYPE_P          189 main/php_variables.c 					if (Z_TYPE_P(gpc_element_p) == IS_INDIRECT) {
Z_TYPE_P          192 main/php_variables.c 					if (Z_TYPE_P(gpc_element_p) != IS_ARRAY) {
Z_TYPE_P          582 main/php_variables.c 	if (track_vars_array && Z_TYPE_P(track_vars_array) == IS_ARRAY) {
Z_TYPE_P          634 main/php_variables.c 		if (Z_TYPE_P(src_entry) != IS_ARRAY
Z_TYPE_P          637 main/php_variables.c 			|| Z_TYPE_P(dest_entry) != IS_ARRAY) {
Z_TYPE_P          387 main/streams/userspace.c 		if (Z_ISREF(args[3]) && Z_TYPE_P(Z_REFVAL(args[3])) == IS_STRING && opened_path) {
Z_TYPE_P          641 main/streams/xp_socket.c 		&& Z_TYPE_P(tmpzval) != IS_NULL
Z_TYPE_P          725 main/streams/xp_socket.c 		if (Z_TYPE_P(tmpzval) != IS_STRING) {
Z_TYPE_P          273 sapi/fpm/fpm/fpm_php.c 	if (!data || Z_TYPE_P(data) != IS_ARRAY) {
Z_TYPE_P          266 sapi/litespeed/lsapi_main.c         Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY &&
Z_TYPE_P          276 sapi/litespeed/lsapi_main.c         Z_TYPE_P(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY &&
Z_TYPE_P          521 sapi/phpdbg/phpdbg.c 		if (Z_TYPE_P(option_buffer) == IS_ARRAY && zend_hash_num_elements(Z_ARR_P(option_buffer)) > 0) {
Z_TYPE_P          238 sapi/phpdbg/phpdbg_info.c 				switch (Z_TYPE_P(data)) {
Z_TYPE_P          474 sapi/phpdbg/phpdbg_utils.c 				while (Z_TYPE_P(zv) == IS_INDIRECT) {
Z_TYPE_P          497 sapi/phpdbg/phpdbg_utils.c 				} else retry_ref: if (Z_TYPE_P(zv) == IS_OBJECT) {
Z_TYPE_P          506 sapi/phpdbg/phpdbg_utils.c 				} else if (Z_TYPE_P(zv) == IS_ARRAY) {
Z_TYPE_P          539 sapi/phpdbg/phpdbg_utils.c 			while (Z_TYPE_P(zv) == IS_INDIRECT) {
Z_TYPE_P          549 sapi/phpdbg/phpdbg_utils.c 			} else retry_ref_end: if (Z_TYPE_P(zv) == IS_OBJECT) {
Z_TYPE_P          558 sapi/phpdbg/phpdbg_utils.c 			} else if (Z_TYPE_P(zv) == IS_ARRAY) {
Z_TYPE_P          669 sapi/phpdbg/phpdbg_utils.c 		switch (Z_TYPE_P(zv)) {
Z_TYPE_P          724 sapi/phpdbg/phpdbg_utils.c 				if (Z_TYPE_P(zv) == IS_ARRAY) {
Z_TYPE_P          789 sapi/phpdbg/phpdbg_utils.c 	switch (Z_TYPE_P(zv)) {
Z_TYPE_P          841 sapi/phpdbg/phpdbg_utils.c 			spprintf(&decode, 0, "unknown type: %d", Z_TYPE_P(zv));
Z_TYPE_P          142 sapi/phpdbg/phpdbg_wait.c 	if ((zvp = zend_hash_str_find(ht, ZEND_STRL("GLOBALS"))) && Z_TYPE_P(zvp) == IS_ARRAY) {
Z_TYPE_P          145 sapi/phpdbg/phpdbg_wait.c 			if ((srv = zend_hash_str_find(Z_ARRVAL_P(zvp), ZEND_STRL("_SERVER"))) && Z_TYPE_P(srv) == IS_ARRAY) {
Z_TYPE_P          147 sapi/phpdbg/phpdbg_wait.c 				if ((script = zend_hash_str_find(Z_ARRVAL_P(srv), ZEND_STRL("SCRIPT_FILENAME"))) && Z_TYPE_P(script) == IS_STRING) {
Z_TYPE_P          173 sapi/phpdbg/phpdbg_wait.c 	if ((zvp = zend_hash_str_find(ht, ZEND_STRL("input"))) && Z_TYPE_P(zvp) == IS_STRING) {
Z_TYPE_P          182 sapi/phpdbg/phpdbg_wait.c 	if ((zvp = zend_hash_str_find(ht, ZEND_STRL("cwd"))) && Z_TYPE_P(zvp) == IS_STRING) {
Z_TYPE_P          195 sapi/phpdbg/phpdbg_wait.c 	if ((zvp = zend_hash_str_find(ht, ZEND_STRL("sapi_name"))) && (Z_TYPE_P(zvp) == IS_STRING || Z_TYPE_P(zvp) == IS_NULL)) {
Z_TYPE_P          199 sapi/phpdbg/phpdbg_wait.c 		if (Z_TYPE_P(zvp) == IS_STRING) {
Z_TYPE_P          206 sapi/phpdbg/phpdbg_wait.c 	if ((zvp = zend_hash_str_find(ht, ZEND_STRL("modules"))) && Z_TYPE_P(zvp) == IS_ARRAY) {
Z_TYPE_P          242 sapi/phpdbg/phpdbg_wait.c 	if ((zvp = zend_hash_str_find(ht, ZEND_STRL("extensions"))) && Z_TYPE_P(zvp) == IS_ARRAY) {
Z_TYPE_P          254 sapi/phpdbg/phpdbg_wait.c 				if (Z_TYPE_P(name) == IS_STRING && !zend_binary_strcmp(extension->name, strlen(extension->name), Z_STRVAL_P(name), Z_STRLEN_P(name))) {
Z_TYPE_P          289 sapi/phpdbg/phpdbg_wait.c 			if (Z_TYPE_P(name) == IS_STRING) {
Z_TYPE_P          297 sapi/phpdbg/phpdbg_wait.c 	if ((zvp = zend_hash_str_find(ht, ZEND_STRL("systemini"))) && Z_TYPE_P(zvp) == IS_ARRAY) {
Z_TYPE_P          303 sapi/phpdbg/phpdbg_wait.c 			if (key && Z_TYPE_P(ini_entry) == IS_STRING) {
Z_TYPE_P          317 sapi/phpdbg/phpdbg_wait.c 	if ((zvp = zend_hash_str_find(ht, ZEND_STRL("userini"))) && Z_TYPE_P(zvp) == IS_ARRAY) {
Z_TYPE_P          322 sapi/phpdbg/phpdbg_wait.c 			if (key && Z_TYPE_P(ini_entry) == IS_STRING) {
Z_TYPE_P           93 sapi/phpdbg/phpdbg_watch.c #define HT_FROM_ZVP(zvp) (Z_TYPE_P(zvp) == IS_OBJECT ? Z_OBJPROP_P(zvp) : Z_TYPE_P(zvp) == IS_ARRAY ? Z_ARRVAL_P(zvp) : NULL)
Z_TYPE_P          326 sapi/phpdbg/phpdbg_watch.c 		switch (Z_TYPE_P(watch->addr.zv)) {
Z_TYPE_P          431 sapi/phpdbg/phpdbg_watch.c 	if (Z_TYPE_P(zv) == IS_ARRAY) {
Z_TYPE_P          476 sapi/phpdbg/phpdbg_watch.c 		while (Z_TYPE_P(zv) == IS_INDIRECT) {
Z_TYPE_P          507 sapi/phpdbg/phpdbg_watch.c 		if (Z_TYPE_P(zvp) == IS_ARRAY) {
Z_TYPE_P          753 sapi/phpdbg/phpdbg_watch.c 	while (Z_TYPE_P(zv) == IS_INDIRECT) {
Z_TYPE_P          932 sapi/phpdbg/phpdbg_watch.c 				while (Z_TYPE_P((zval *) curTest) == IS_INDIRECT) {
Z_TYPE_P          937 sapi/phpdbg/phpdbg_watch.c 					switch (Z_TYPE_P((zval *) curTest)) {
Z_TYPE_P         1041 sapi/phpdbg/phpdbg_watch.c 					if (Z_PTR_P(watch->addr.zv) != Z_PTR_P((zval *) oldPtr) || Z_TYPE_P(watch->addr.zv) != Z_TYPE_P((zval *) oldPtr)) {