Arquivos
hhvm/hphp/test/zend/bad/ext-standard-array/array_next_error2.php
T
Mike Magruder 44ae3c3dac Disable tests which are giving us grief with control chars in their output.
We've got some tests that are giving us control chars in their output on contbuild machines. We haven't been able to repo locally yet. Disabling them for now until the test harness can be improved to avoid crashing in these cases.

Note: this diff will likely go thru multiple iterations as more are uncovered.
2013-06-27 17:36:45 -07:00

6 linhas
78 B
PHP

<?php
function f() {
return array(1, 2);
}
var_dump(next(array(1, 2)));
?>