throw_exception  1338 Zend/zend.c    ZEND_API ZEND_COLD void zend_internal_type_error(zend_bool throw_exception, const char *format, ...) /* {{{ */
throw_exception  1345 Zend/zend.c    	if (throw_exception) {
throw_exception   292 Zend/zend.h    ZEND_API ZEND_COLD void zend_internal_type_error(zend_bool throw_exception, const char *format, ...);
throw_exception   760 Zend/zend_API.c 			zend_bool throw_exception =
throw_exception   764 Zend/zend_API.c 				zend_internal_type_error(throw_exception, "%s%s%s() expects parameter %d %s",
throw_exception   768 Zend/zend_API.c 				zend_internal_type_error(throw_exception,
throw_exception   878 Zend/zend_API.c 			zend_bool throw_exception = ZEND_ARG_USES_STRICT_TYPES() || (flags & ZEND_PARSE_PARAMS_THROW);
throw_exception   879 Zend/zend_API.c 			zend_internal_type_error(throw_exception, "%s%s%s() expects %s %d parameter%s, %d given",
throw_exception  2122 Zend/zend_compile.c static zend_op *zend_compile_class_ref(znode *result, zend_ast *name_ast, int throw_exception) /* {{{ */
throw_exception  2140 Zend/zend_compile.c 		opline->extended_value = fetch_type | (throw_exception ? ZEND_FETCH_CLASS_EXCEPTION : 0);
throw_exception  2154 Zend/zend_compile.c 		opline->extended_value = ZEND_FETCH_CLASS_DEFAULT | (throw_exception ? ZEND_FETCH_CLASS_EXCEPTION : 0);