aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/php/constant_expr_c_runme.php
blob: 877d13b49f0bc2e10b62ff0eb9f81bb45de86533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

require "tests.php";

// New functions
check::functions(array('xx', 'yy'));
// New classes
check::classes(array('constant_expr_c'));
// New vars
check::globals(array('X','d_array','s1a','s2a','s2b','s3a','s3b','s4a','s4b','s5a','s5b','s6a','s6b','s7a','s7b','s8a','s8b'));

check::equal(XX, xx());
check::equal(YY, yy());

check::done();