Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/list_keyed_non_literals.phpt |
--TEST-- list() with constant keys --FILE-- <?php $arr = [ 1 => "one", 2 => "two", 3 => "three" ]; const COMPILE_TIME_RESOLVABLE = 1; define('PROBABLY_NOT_COMPILE_TIME_RESOLVABLE', file_get_contents("data:text/plain,2")); $probablyNotCompileTimeResolvable3 = cos(0) * 3; list( COMPILE_TIME_RESOLVABLE => $one, PROBABLY_NOT_COMPILE_TIME_RESOLVABLE => $two, $probablyNotCompileTimeResolvable3 => $three ) = $arr; var_dump($one, $two, $three); ?> --EXPECTF-- string(3) "one" string(3) "two" string(5) "three"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare