ZEND_PARSE_PARAMS_THROW  761 Zend/zend_API.c 				ZEND_ARG_USES_STRICT_TYPES() || (flags & ZEND_PARSE_PARAMS_THROW);
ZEND_PARSE_PARAMS_THROW  878 Zend/zend_API.c 			zend_bool throw_exception = ZEND_ARG_USES_STRICT_TYPES() || (flags & ZEND_PARSE_PARAMS_THROW);
ZEND_PARSE_PARAMS_THROW  972 Zend/zend_API.c 	int flags = ZEND_PARSE_PARAMS_THROW;
ZEND_PARSE_PARAMS_THROW  293 ext/fileinfo/fileinfo.c 	int flags = object ? ZEND_PARSE_PARAMS_THROW : 0;
ZEND_PARSE_PARAMS_THROW   34 ext/intl/collator/collator_create.c 	int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0;
ZEND_PARSE_PARAMS_THROW   36 ext/intl/formatter/formatter_main.c 	int         zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0;
ZEND_PARSE_PARAMS_THROW   38 ext/intl/msgformat/msgformat.c 	int zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0;
ZEND_PARSE_PARAMS_THROW   83 ext/intl/resourcebundle/resourcebundle_class.c 	int         zpp_flags = is_constructor ? ZEND_PARSE_PARAMS_THROW : 0;