Arquivos
hhvm/hphp/test/slow/ext_file/parse_ini_string.php.expect
T
Jordan DeLong 4795dcdc09 Migrate TestExtFile to php
I dropped a couple tests that did nothing
(e.g. clearstatcache) or almost nothing, or that 'tested' things that
almost all the tests do (e.g. unlink or fclose).  Dropped a few unixy
apis that really didn't test that they do anything.  Combined a few
tests also.
2013-06-18 16:23:23 -07:00

34 linhas
602 B
Plaintext

array(5) {
["Version"]=>
string(1) "0"
["Released"]=>
string(31) "Tue, 27 Oct 2009 12:01:07 -0000"
["Browser"]=>
string(17) "DefaultProperties"
["Platform"]=>
string(7) "unknown"
["Beta"]=>
string(0) ""
}
===
array(2) {
["GJK_Browscap_Version"]=>
array(2) {
["Version"]=>
string(4) "4520"
["Released"]=>
string(31) "Tue, 27 Oct 2009 12:01:07 -0000"
}
["DefaultProperties"]=>
array(4) {
["Browser"]=>
string(17) "DefaultProperties"
["Version"]=>
string(1) "0"
["Platform"]=>
string(7) "unknown"
["Beta"]=>
string(0) ""
}
}