Embed a bulid id to report to HHVM when runing as daemon
[hiphop-php.git] / hphp / test / zend7 / Zend / tests / bug39438.php
blob173dd482b6ef68d7817c4121874d1bcf120c1c80
1 <?php
2 $i=0;
3 $test2=array(
4 'a1_teasermenu' => array(
5 'downloadcounter' => 2777,
6 'versions' => array(
7 '0.1.0' => array (
8 'title' => 'A1 Teasermenu',
9 'description' => 'Displays a teaser for advanced subpages or a selection of advanced pages',
10 'state' => 'stable',
11 'reviewstate' => 0,
12 'category' => 'plugin',
13 'downloadcounter' => 2787,
14 'lastuploaddate' => 1088427240,
15 'dependencies' => array (
16 'depends' => array(
17 'typo3' =>'',
18 'php' =>'',
19 'cms' => ''
20 ),
21 'conflicts' => array('' =>'')
22 ),
23 'authorname' => 'Mirko Balluff',
24 'authoremail' => 'balluff@amt1.de',
25 'ownerusername' => 'amt1',
26 't3xfilemd5' => '3a4ec198b6ea8d0bc2d69d9b7400398f',
31 $test=array();
32 while($i<1200) {
33 $test[]=$test2;
34 $i++;
36 $out=serialize($test);
37 echo "ok\n";