summaryrefslogtreecommitdiff
path: root/Examples/test-suite/php5/arrayptr_runme.php
blob: 3b9baed05caf55d3ffe7bcdb20b794b2b5a8ff22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

require "tests.php";
require "arrayptr.php";

// No new functions
check::functions(array(foo));
// No new classes
check::classes(array());
// now new vars
check::globals(array());

check::done();
?>