root / trunk / ext / php / tests / 001.phpt

Revision 23, 0.5 kB (checked in by whythluckystiff, 6 years ago)

PHP extension.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1--TEST--
2Check for syck presence
3--SKIPIF--
4<?php if (!extension_loaded("syck")) print "skip"; ?>
5--POST--
6--GET--
7--INI--
8--FILE--
9<?php
10echo "syck extension is available";
11/*
12        you can add regression tests for your extension here
13
14  the output of your test code has to be equal to the
15  text in the --EXPECT-- section below for the tests
16  to pass, differences between the output and the
17  expected text are interpreted as failure
18
19        see php4/README.TESTING for further information on
20  writing regression tests
21*/
22?>
23--EXPECT--
24syck extension is available
Note: See TracBrowser for help on using the browser.