Arquivos
hhvm/hphp/test/vm/setHelperPreError.php.exp
T
ptarjan a2c5921413 fix double space after notice and warnings
We are inconsistent with how many spaces happen after ##:## Errors have one, but warnings and notices have 2. I went with 1 because that is what Zend does.
2013-04-01 13:46:30 -07:00

14 linhas
382 B
Plaintext

Test begin
HipHop Warning: Cannot use a scalar value as an array in hphp/test/vm/setHelperPreError.php on line 8
array(1) {
[0]=>
int(0)
}
int(1)
HipHop Warning: Cannot use a scalar value as an array in hphp/test/vm/setHelperPreError.php on line 17
NULL
int(1)
HipHop Warning: Cannot use a scalar value as an array in hphp/test/vm/setHelperPreError.php on line 22
NULL
Test end