Arquivos
hhvm/hphp/test/quick/builtin_extension_Normalizer.php
T
Paul Tarjan c4357440b0 slice up builtin_extension
This .expectf files turns into a huge regex and is our largest one. Instead lets have many small tests.

I made it with some fancy bash script.
2013-05-09 11:37:39 -07:00

9 linhas
131 B
PHP

<?php
include __DIR__."/builtin_extensions.inc";
class A_Normalizer extends DateInterval {
public $___x;
}
test("Normalizer");