Closes GH-4249.
--TEST--
Test strip_tags() function : basic functionality - with default arguments
---INI--
-short_open_tag = on
--FILE--
<?php
/* Prototype : string strip_tags(string $str [, string $allowable_tags])
--TEST--
Test strip_tags() function : basic functionality - with all arguments
---INI--
-short_open_tag = on
--FILE--
<?php
/* Prototype : string strip_tags(string $str [, string $allowable_tags])
--TEST--
Test strip_tags() function : usage variations - single quoted strings
---INI--
-short_open_tag = on
--FILE--
<?php
/* Prototype : string strip_tags(string $str [, string $allowable_tags])
--TEST--
Test strip_tags() function : obscure values within attributes
---INI--
-short_open_tag = on
--FILE--
<?php
--TEST--
Test strip_tags() function : usage variations - unexpected values for 'allowable_tags'
---INI--
-short_open_tag = on
--FILE--
<?php
/* Prototype : string strip_tags(string $str [, string $allowable_tags])
--TEST--
Test strip_tags() function : usage variations - invalid values for 'str' and valid 'allowable_tags'
---INI--
-short_open_tag = on
--FILE--
<?php
/* Prototype : string strip_tags(string $str [, string $allowable_tags])
--TEST--
Test strip_tags() function : usage variations - heredoc strings
---INI--
-short_open_tag = on
--FILE--
<?php
/* Prototype : string strip_tags(string $str [, string $allowable_tags])
--TEST--
Test strip_tags() function : usage variations - binary safe checking
---INI--
-short_open_tag = on
--FILE--
<?php
/* Prototype : string strip_tags(string $str [, string $allowable_tags])
--TEST--
Test strip_tags() function : usage variations - invalid values for 'str' and 'allowable_tags'
---INI--
-short_open_tag = on
--FILE--
<?php
/* Prototype : string strip_tags(string $str [, string $allowable_tags])
--TEST--
Test strip_tags() function : usage variations - valid value for 'str' and invalid values for 'allowable_tags'
---INI--
-short_open_tag = on
--FILE--
<?php
/* Prototype : string strip_tags(string $str [, string $allowable_tags])
--TEST--
Test strip_tags() function : usage variations - double quoted strings
---INI--
-short_open_tag = on
--FILE--
<?php
/* Prototype : string strip_tags(string $str [, string $allowable_tags])
Test token_get_all() function : usage variations - heredoc string for 'source'
--SKIPIF--
<?php if (!extension_loaded("tokenizer")) print "skip"; ?>
---INI--
-short_open_tag=On
--FILE--
<?php
/* Prototype : array token_get_all(string $source)