peachpie/tests/transformations
Robert Husák 70190711e7 Add tests of __clone 2020-02-07 10:40:42 +01:00
..
arithmetic_001.php Clean up tests 2020-01-15 15:46:20 +01:00
callable_001.php Clean up tests 2020-01-15 15:46:20 +01:00
conditional_001.php Add transformation of isset($a[$i]) ? $a[$i] : ... 2019-12-10 13:20:43 +01:00
define_001.php Add transformation of define call into constant declaration 2019-11-25 17:51:51 +01:00
empty_001.php Add transformation of empty($x) into false for undefined $x 2019-11-22 17:34:06 +01:00
ord_001.php Extend tests of ord($s[$i]) transformation 2020-01-16 18:02:03 +01:00
ord_002.php Fix function call transformations to work in namespaces 2019-12-06 11:38:49 +01:00
skipcopy_001.php Implement unnecessary return copy removal transformation 2020-01-12 23:54:03 +01:00
skippass_001.php Add tests of __clone 2020-02-07 10:40:42 +01:00
skippass_002.php Fix and improve parameter passing skip analysis 2019-11-15 17:11:22 +01:00