Home
last modified time | relevance | path

Searched refs:test (Results 101 – 125 of 4158) sorted by relevance

12345678910>>...167

/PHP-5.3/ext/soap/tests/soap12/
H A DT74.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
12 env:role="http://www.w3.org/2003/05/soap-envelope/role/next">foo</test:echoOk>
13 <test:Unknown xmlns:test="http://example.org/ts-tests">
14 <test:raiseFault env:mustUnderstand="1"
16 </test:raiseFault>
17 </test:Unknown>
23 include "soap12-test.inc";
/PHP-5.3/ext/pdo_oci/
H A Dconfig.m413 if test -z "$PDO_OCI_VERSION"; then
22 if test "$ac_cv_sizeof_long_int" = "4" ; then
31 if test -d "$PDO_OCI_DIR/lib" && test ! -d "$PDO_OCI_DIR/lib32"; then
33 elif test ! -d "$PDO_OCI_DIR/lib" && test -d "$PDO_OCI_DIR/lib32"; then
35 elif test -d "$PDO_OCI_DIR/lib" && test -d "$PDO_OCI_DIR/lib32"; then
52 if test "$PHP_PDO_OCI" != "no"; then
54 if test "$PHP_PDO" = "no" && test "$ext_shared" = "no"; then
59 if test "$PHP_PDO_OCI" = "yes" || test -z "$PHP_PDO_OCI"; then
67 if test -z "$PDO_OCI_DIR"; then
84 if test -n "$PDO_OCI_IC_VERS"; then
[all …]
/PHP-5.3/ext/spl/tests/
H A Dspl_recursiveIteratorIterator_setMaxDepth_parameter_count.phpt11 $test = new RecursiveIteratorIterator($recursiveArrayIterator);
13 //var_dump($test->current());
14 $test->setMaxDepth();
15 $test->setMaxDepth(1);
16 $test->setMaxDepth(1,2);
17 $test->setMaxDepth(1,2,3);
19 //var_dump($test->current());
H A Dbug54384.phpt6 function test($f) {
19 test( function() {
29 test( function() {
39 test( function() {
48 test ( function() {
57 test ( function() {
66 test ( function() {
75 test ( function() {
84 test ( function() {
93 test ( function() {
[all …]
H A Dspl_priorityqeue_insert_two_params_error.phpt2 SPL: priorityQueue paramter test on insert method
14 var_dump($testHeap->insert('test'));
15 var_dump($testHeap->insert('test', 'test'));
16 var_dump($testHeap->insert('test', 'test', 'test'));
H A Dbug60082.phpt5 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
7 die('skip.. this test causes the run-tests.php to hang on Freebsd, see #60186');
14 $test = array();
15 $test = new ArrayObject(&$test);
16 $test['a'] = $test['b'];
/PHP-5.3/ext/phar/tests/files/
H A Dinclude_path.phar.inc2 // test advanced example
7 $phar2['test/file1.php'] = 'test/file1.php
9 $phar['hello/test.php'] = '<?php
14 include 'phar://' . __FILE__ . '/hello/test.php';
15 …lude_path('.' . PATH_SEPARATOR . 'phar://' . dirname(__FILE__) . '/files/include_path2.phar/test');
16 include 'phar://' . __FILE__ . '/hello/test.php';
/PHP-5.3/ext/oci8/tests/
H A Dlob_038.phpt117 string(11) "clob test 1"
119 string(11) "clob test 2"
121 string(11) "clob test 3"
133 string(11) "clob test 1"
141 string(11) "clob test 2"
149 string(11) "clob test 3"
159 string(11) "blob test 1"
161 string(11) "blob test 2"
175 string(11) "blob test 1"
183 string(11) "blob test 2"
[all …]
/PHP-5.3/tests/lang/
H A Dbug27439.phpt12 class test {
56 $test = new test();
57 $test->case1();
58 $test->case2();
59 $test->case3();
60 $test->case4();
61 $test->case5();
62 $test->case6();
68 Notice: Undefined property: test::$foobar in %s on line %d
H A Dstring_decimals_001.phpt5 function test($str) {
12 test("..9");
13 test(".9.");
14 test("9..");
15 test("9.9.");
16 test("9.9.9");
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug30106.phpt11 "schema"=>"<xsd:schema><element name=\"test\" type=\"xsd:string\"/></xsd:schema>",
12 "any"=>"<test>Hello World!</test><test>Bye World!</test>"));
63 …Result><xsd:schema><element name="test" type="xsd:string"/></xsd:schema><test>Hello World!</test><
68 string(65) "<xsd:schema><element name="test" type="xsd:string"/></xsd:schema>"
70 string(48) "<test>Hello World!</test><test>Bye World!</test>"
H A Dbug41097.phpt7 function test($soap, $array) {
8 $soap->test($array);
13 $soap = new SoapClient(null, array('uri' => 'http://uri/', 'location' => 'test://', 'exceptions' =>…
14 test($soap, array('Foo', 'Bar'));
15 test($soap, array(5 => 'Foo', 10 => 'Bar'));
16 test($soap, array('5' => 'Foo', '10' => 'Bar'));
17 $soap->test(new SoapVar(array('Foo', 'Bar'), APACHE_MAP));
19 $soap->test(new SoapVar(array('Foo', 'Bar'), SOAP_ENC_ARRAY));
/PHP-5.3/ext/simplexml/tests/
H A D000.phpt10 function test($what)
20 test('sxe');
21 test('sxe->elem1');
22 test('sxe->elem1[0]');
27 test('sxe->elem1[1]');
28 test('sxe->elem1[2]');
29 test('sxe->elem11');
32 test('sxe->elem22');
104 ["test"]=>
139 ["test"]=>
[all …]
/PHP-5.3/ext/odbc/
H A Dconfig.m46 if ! test -f "$ODBC_INCDIR/$1"; then
84 if test ! -f $ODBC_LIBS; then
102 if test -z "$ODBC_TYPE"; then
129 if test -z "$ODBC_TYPE"; then
147 if test -z "$ODBC_TYPE"; then
172 if test -z "$ODBC_TYPE"; then
209 if test -z "$ODBC_TYPE"; then
229 if test -z "$ODBC_TYPE"; then
252 if test -z "$ODBC_TYPE"; then
292 if test -z "$ODBC_TYPE"; then
[all …]
/PHP-5.3/tests/classes/
H A Dprivate_redeclare.phpt9 function test() {
15 $t->test();
21 function test() {
22 echo "test\n";
24 parent::test();
30 $t->test();
34 test
/PHP-5.3/ext/snmp/
H A Dconfig.m414 if test "$PHP_SNMP" != "no"; then
19 if test "$PHP_SNMP" = "yes"; then
25 if test -x "$SNMP_CONFIG"; then
30 if test -n "$SNMP_LIBS" && test -n "$SNMP_PREFIX"; then
41 dnl Try ucd-snmp if net-snmp test failed
44 if test "$PHP_SNMP" = "yes"; then
52 test -f $i/libsnmp.a || test -f $i/libsnmp.$SHLIB_SUFFIX_NAME && SNMP_LIBDIR=$i
60 if test -z "$SNMP_INCDIR"; then
62 elif test -z "$SNMP_LIBDIR"; then
85 if test "$SNMP_SSL" = "yes"; then
[all …]
/PHP-5.3/Zend/tests/
H A Dclosure_018.phpt7 public function test(&$x) {
16 $test = new foo;
19 var_dump($test->test($y));
20 var_dump($x = $test->test($y));
/PHP-5.3/ext/standard/tests/file/windows_links/
H A Dbug48746_2.phpt10 die('skip windows only test');
24 $dirname = __DIR__ . "\\mnt\\test\\directory";
26 chdir(__DIR__ . "\\mnt\\test");
34 file_put_contents("$fullpath\\mnt\\test\\directory\\b.php", "<?php echo \"I am included.\n\" ?>");
36 print_r(scandir("$fullpath\\mnt\\test\\directory"));
37 print_r(scandir("$fullpath\\mnt\\test\\mklink_junction"));
38 unlink("$fullpath\\mnt\\test\\directory\\b.php");
41 rmdir(__DIR__ . "\\mnt\\test\\directory");
42 rmdir(__DIR__ . "\\mnt\\test\\mklink_junction");
43 rmdir(__DIR__ . "\\mnt\\test\\mounted_volume");
[all …]
/PHP-5.3/ext/standard/tests/file/
H A Dinclude_streams.phpt102 die("test wrapper registration failed");
105 echo file_get_contents("test://GLOBALS/data1");
106 include("test://GLOBALS/data1");
107 include_once("test://GLOBALS/data2");
108 include_once("test://GLOBALS/data2");
123 test://GLOBALS/data1
124 test://GLOBALS/data2
126 test://GLOBALS/data3
127 test://GLOBALS/data4
129 test://GLOBALS/data5
[all …]
H A Dpathinfo_basic1.phpt25 'c:\test\adir',
26 'c:\test\adir\\',
31 'c:\test\afile',
32 'c:\\test\\afile',
33 'c://test//afile',
34 'c:\test\afile\\',
35 'c:\test\prog.exe',
36 'c:\\test\\prog.exe',
37 'c:/test/prog.exe',
48 ' c:\test\adir\afile.txt',
[all …]
/PHP-5.3/ext/standard/tests/strings/
H A Dhtmlentities18.phpt8 "test&#043;s &amp; some more &#68;",
9 "test&#x2b;s &amp; some more &#X44;",
18 foreach ($tests as $test) {
19 var_dump(htmlentities($test, ENT_QUOTES, NULL, FALSE));
20 var_dump(htmlspecialchars($test, ENT_QUOTES, NULL, FALSE));
28 string(33) "test&#043;s &amp; some more &#68;"
29 string(33) "test&#043;s &amp; some more &#68;"
30 string(34) "test&#x2b;s &amp; some more &#X44;"
31 string(34) "test&#x2b;s &amp; some more &#X44;"
/PHP-5.3/ext/standard/tests/class_object/
H A Dget_object_vars_basic_001.phpt14 public static function test($b) {
26 public static function test($b) {
35 public static function test($b) {
53 B::test($b);
55 C::test($b);
57 A::test($b);
59 X::test($b);
70 B::test
83 C::test
92 A::test
[all …]
/PHP-5.3/ext/pdo_sqlite/tests/
H A Dbug_42589.phpt11 $db->exec('CREATE TABLE test (field1 VARCHAR(10))');
12 $db->exec('INSERT INTO test VALUES("test")');
14 $result = $db->query('SELECT * FROM test t1 LEFT JOIN test t2 ON t1.field1 = t2.field1');
18 var_dump(!empty($meta1['table']) && $meta1['table'] == 'test');
19 var_dump(!empty($meta2['table']) && $meta2['table'] == 'test');
H A Dbug46139.phpt14 public $test = NULL;
16 var_dump($this->test);
20 $stmt = $db->query("SELECT 'foo' test, 1");
23 printf("'%s'\n", $r1->test);
25 $stmt = $db->query("SELECT 'foo' test, 1");
28 printf("'%s'\n", $r1[0]->test);
30 $stmt = $db->query("SELECT 'foo' test, 1");
33 printf("'%s'\n", $r1->test);
/PHP-5.3/sapi/apache_hooks/
H A Dconfig.m47 if test -n "$APXS_INCLUDEDIR"; then
16 if test "$ac_cv_php_fd_in_buff" = "yes"; then
29 if test "$PHP_APACHE_HOOKS" != "no"; then
33 if test "$?" != "0" && test -x /usr/sbin/apxs; then #SUSE 6.x
41 if test "$?" != "0"; then
95 if test "$?" != "0"; then
113 if test -z "`$APXS -q LD_SHLIB`" || test "`$APXS -q LIBEXECDIR`" = "modules"; then
133 if test "$PHP_SAPI" != "apache" && test "$PHP_SAPI" != "apache_hooks" && test "$PHP_APACHE_HOOKS_ST…
165 if test ! -d $APACHE_TARGET; then
189 if test ! -d $APACHE_TARGET; then
[all …]

Completed in 36 milliseconds

12345678910>>...167