| Current Path : /hdd/hdd21/main/php/php-7.3.1/Zend/tests/ |
| Current File : //hdd/hdd21/main/php/php-7.3.1/Zend/tests/bug69532.phpt |
--TEST-- Bug #69532: array_multisort is chocking when using it's own constants --FILE-- <?php namespace Foo; $origins = array(); $profiles = array(); $all_files = array(); array_multisort($origins, SORT_ASC, $profiles, SORT_ASC, $all_files); ?> ===DONE=== --EXPECT-- ===DONE===