61ec6703fc
Added PHP implementations for PHP SPL classes that are currently missing from HHVM. These include: - SplDoublyLinkedList - SplQueue and SplStack - SplFixedArray - SplHeap, SplMinHeap, and SplMaxHeap - SplPriorityQueue - SplTempFileObject Closes #807
3 linhas
49 B
PHP
3 linhas
49 B
PHP
<?php
|
|
$array = SplFixedArray::fromArray(true);
|
|
?>
|