Home
last modified time | relevance | path

Searched refs:test (Results 226 – 250 of 4507) sorted by relevance

12345678910>>...181

/PHP-5.5/ext/soap/tests/schema/
H A Dtest_schema.inc4 function test($input) {
15 xmlns:tns="http://test-uri/"
19 targetNamespace="http://test-uri/"
22 …<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://test-uri/" $attributeForm…
32 <operation name="test">
38 <operation name="test">
39 <soap:operation soapAction="#test" style="$style"/>
41 …<soap:body use="$use" namespace="http://test-uri/" encodingStyle="http://schemas.xmlsoap.org/soap/…
47 <soap:address location="test://" />
60 $y->addfunction("test");
[all …]
/PHP-5.5/ext/pdo_sqlite/
H A Dconfig.m410 if test "$PHP_PDO_SQLITE" != "no"; then
12 if test "$PHP_PDO" = "no" && test "$ext_shared" = "no"; then
21 if test -f $abs_srcdir/include/php/ext/pdo/php_pdo_driver.h; then
23 elif test -f $abs_srcdir/ext/pdo/php_pdo_driver.h; then
25 elif test -f $prefix/include/php/ext/pdo/php_pdo_driver.h; then
35 if test "$PHP_PDO_SQLITE" != "yes"; then
43 if test -r $i/$SEARCH_FOR; then
49 if test -z "$PDO_SQLITE_DIR"; then
76 if test "$enable_maintainer_zts" = "yes"; then
85 if test "$PHP_INTL" = "yes" && test "$PHP_INTL_SHARED" != "yes"; then
[all …]
/PHP-5.5/ext/pdo_pgsql/
H A Dconfig.m49 if test "$PHP_PDO_PGSQL" != "no"; then
11 if test "$PHP_PDO" = "no" && test "$ext_shared" = "no"; then
19 if test -x $i/pg_config; then
25 if test -n "$PG_CONFIG"; then
32 if test "$PHP_PDO_PGSQL" = "yes"; then
40 if test -r "$i/$j/libpq-fe.h"; then
43 if test -r "$i/$j/pg_config.h"; then
50 if test -f "$i/$j/libpq.so" || test -f "$i/$j/libpq.a"; then
57 if test -z "$PGSQL_INCLUDE"; then
61 if test -z "$PGSQL_LIBDIR"; then
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dpathinfo_variaton.phpt26 "../foo/test.link",
333 string(4) "test"
335 string(4) "test"
338 string(4) "test"
340 string(4) "test"
389 string(4) "test"
391 string(4) "test"
394 string(4) "test"
396 string(4) "test"
411 string(4) "test"
[all …]
H A Dbug39538.phpt5 …y("\"\nthis is an test\", \"next data\", \"p\narsed\"","\"\r\nthis is an test\", \"next data\", \"…
19 this is an test
27 this is an test
36 this is an test
H A Ddirname_basic.phpt29 'c:\test\afile',
30 'c:\\test\\afile',
31 'c://test//afile',
32 'c:\test\afile\\',
43 ' c:\test\adir\afile.txt',
44 'c:\test\adir\afile.txt ',
45 ' c:\test\adir\afile.txt ',
50 ' c:\test\adir\afile.txt',
71 string(8) "c://test"
H A Duserstreams_005.phpt26 function test($name, $fd, $dest_size) {
30 var_dump(stream_wrapper_register('test', 'test_wrapper'));
34 $fd = fopen("test://foo","r");
38 test("stream_truncate not implemented", $fd2, 0);
39 test("stream_truncate size 0", $fd, 0);
40 test("stream_truncate size 10", $fd, 10);
41 test("stream_truncate negative size", $fd, -1);
42 test("stream_truncate bad return", $fd3, 0);
/PHP-5.5/Zend/tests/bug67436/
H A Dbug67436_nohandler.phpt19 $b->test();
22 Strict Standards: Declaration of b::test() should be compatible with a::test($arg = c::TESTCONSTANT…
23 b::test()
24 a::test(c::TESTCONSTANT)
/PHP-5.5/Zend/tests/traits/
H A Derror_011.phpt7 public function test() { return 3; }
10 public function test() { return 2; }
14 public function test() { return 1; }
22 var_dump($x->test());
26 Fatal error: Trait method test has not been applied, because there are collisions with other trait …
/PHP-5.5/Zend/tests/
H A Dobjects_027.phpt13 public function test() {
19 $foo->test();
20 $foo::test();
22 call_user_func(array($foo, 'test'));
23 call_user_func(array('foo', 'test'));
30 Strict Standards: Non-static method foo::test() should not be called statically in %s on line %d
38 …func() expects parameter 1 to be a valid callback, non-static method foo::test() should not be cal…
H A Dbug39445.phpt5 class test {
12 $test = new test();
13 echo strtoupper($test);
H A Dbug31102.phpt6 $test = 0;
10 global $test;
12 echo __METHOD__ . "($class,$test)\n";
13 switch($test)
27 while($test++ < 5)
31 eval("\$bug = new Test$test();");
H A Dbug20240.phpt8 class test
12 function test() {
31 $t = new test();
42 test::destructor
43 test::__destruct
/PHP-5.5/ext/oci8/tests/
H A Dlob_039.phpt5 $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
30 var_dump($clob->write("clob test 1"));
33 var_dump($clob->write("clob test 2"));
36 var_dump($clob->write("clob test 3"));
61 string(11) "clob test 1"
63 string(22) " clob test 2"
65 string(33) " clob test 3"
/PHP-5.5/ext/mbstring/tests/
H A Dmb_send_mail03.phpt2 mb_send_mail() test 3 (lang=English)
20 mb_send_mail($to, mb_language(), "test");
25 mb_send_mail($to, "test ".mb_language(), "test");
37 Subject: test English
42 test
H A Dzend_multibyte-13.phpt12 __halt_compiler();test
13 test
15 string(10) "test
16 test
H A Dzend_multibyte-14.phpt12 __halt_compiler();test
13 test
15 string(10) "test
16 test
/PHP-5.5/tests/classes/
H A Dclone_004.phpt12 class test extends base {
13 public $b = 'test';
24 $o1 = new test;
42 object(test)#1 (2) {
59 object(test)#2 (2) {
76 object(test)#2 (2) {
/PHP-5.5/ext/spl/tests/
H A Diterator_to_array.phpt2 SPL: iterator_to_array() exceptions test
15 iterator_to_array($iterator,'test','test');
17 iterator_to_array('test','test');
H A Dspl_iterator_getcallchildren.phpt11 $test = new RecursiveIteratorIterator($recursiveArrayIterator);
13 var_dump($test->current());
14 $test->next();
15 var_dump($test->current());
17 $output = $test->callGetChildren();
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_resource_basic.phpt43 echo $types[$i]. " test returns TRUE\n";
45 echo $types[$i]. " test returns FALSE\n";
76 bool=false test returns FALSE
77 bool=true test returns FALSE
78 integer test returns FALSE
79 double test returns FALSE
80 string test returns FALSE
81 array test returns FALSE
82 NULL test returns FALSE
83 object test returns FALSE
/PHP-5.5/ext/pdo/tests/
H A Dpdo_011.phpt37 $select1 = $db->prepare('SELECT grp, id FROM test');
38 $select2 = $db->prepare('SELECT id, val FROM test');
57 function test($id,$val='N/A')
89 test(1,N/A)
90 test(2,N/A)
91 test(3,N/A)
92 test(4,N/A)
121 test(1,A)
122 test(2,B)
123 test(3,C)
[all …]
/PHP-5.5/ext/soap/tests/soap12/
H A DT76_2.phpt14 <test:DataHolder xmlns:test="http://example.org/ts-tests"
16 <test:Data enc:id="data" xsi:type="xsd:string">hello world</test:Data>
17 </test:DataHolder>
20 <test:echoString xmlns:test="http://example.org/ts-tests"
23 </test:echoString>
27 include "soap12-test.inc";
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_query_nostore.phpt7 /* This file is part of PHP test framework for ext/sybase_ct
12 require('test.inc');
16 // Create test table and insert some data
18 create table #test (
26 var_dump(sybase_query('insert into #test (
32 var_dump(sybase_query('insert into #test (
38 var_dump(sybase_query('insert into #test (
46 $q= sybase_unbuffered_query('select * from #test order by id', $db, FALSE);
53 var_dump(sybase_query('drop table #test'));
/PHP-5.5/ext/wddx/
H A Dconfig.m48 if test -z "$PHP_LIBXML_DIR"; then
16 if test "$PHP_WDDX" != "no"; then
21 if test "$PHP_LIBEXPAT_DIR" = "no"; then
22 if test "$PHP_LIBXML" = "no"; then
27 if test "$PHP_XML" = "no"; then
39 if test "$PHP_LIBEXPAT_DIR" != "no"; then
41 …if test -f "$i/$PHP_LIBDIR/libexpat.a" || test -f "$i/$PHP_LIBDIR/libexpat.$SHLIB_SUFFIX_NAME"; th…
47 if test -z "$EXPAT_DIR"; then

Completed in 33 milliseconds

12345678910>>...181