Changeset 43571 for trunk/tests/phpunit/tests/compat.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/compat.php
r43226 r43571 96 96 $unset_var = 10; 97 97 unset( $unset_var ); 98 $heredoc = <<<EOT98 $heredoc = <<<EOT 99 99 hello world 100 100 EOT; 101 $inputs = array(101 $inputs = array( 102 102 0, 103 103 1,
Note: See TracChangeset
for help on using the changeset viewer.