Home
last modified time | relevance | path

Searched refs:test (Results 151 – 175 of 4730) sorted by relevance

12345678910>>...190

/PHP-7.0/ext/standard/tests/file/
H A Dpathinfo_basic1-win32.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',
153 string(7) "c:\test"
166 string(7) "c:\test"
231 string(7) "c:\test"
[all …]
H A Dreadlink_realpath_basic1.phpt20 mkdir("$file_path/readlink_realpath_basic1/home/test/", 0777, true);
29 symlink("$file_path/readlink_realpath_basic1/home/test/readlink_realpath_basic1.tmp",
39 "$file_path/readlink_realpath_basic1/home/test/readlink_realpath_basic1_link.tmp",
40 "$file_path/readlink_realpath_basic1//home/test//../test/./readlink_realpath_basic1_link.tmp",
64 unlink("$name_prefix/home/test/readlink_realpath_basic1.tmp");
67 unlink("$name_prefix/home/test/readlink_realpath_basic1_link.tmp");
69 rmdir("$name_prefix/home/test/");
81 string(%d) "%s/readlink_realpath_basic1/home/test/readlink_realpath_basic1.tmp"
82 string(%d) "%s/readlink_realpath_basic1/home/test/readlink_realpath_basic1.tmp"
85 string(%d) "%s/readlink_realpath_basic1/home/test/readlink_realpath_basic1.tmp"
[all …]
/PHP-7.0/Zend/tests/
H A Dheredoc_003.phpt2 simple variable replacement test (heredoc)
9 This is heredoc test #$a.
14 This is heredoc test #$b.
22 This is heredoc test #1.
23 This is heredoc test #2.
H A Dheredoc_004.phpt2 braces variable replacement test (heredoc)
9 This is heredoc test #{$a}.
14 This is heredoc test #{$b}.
22 This is heredoc test #1.
23 This is heredoc test #2.
H A Dcompare_002.phpt8 class test {
25 new test,
82 string(0) "" !== object(test)#3 (0) {}
99 int(1) !== object(test)#3 (0) {}
116 float(2.5) !== object(test)#3 (0) {}
133 int(0) !== object(test)#3 (0) {}
201 NULL !== object(test)#3 (0) {}
275 object(test)#3 (0) {} !== int(1)
277 object(test)#3 (0) {} !== int(0)
281 object(test)#3 (0) {} !== NULL
[all …]
H A Dnowdoc_003.phpt2 simple variable replacement test (nowdoc)
9 This is nowdoc test #$a.
14 This is nowdoc test #$b.
22 This is nowdoc test #$a.
23 This is nowdoc test #$b.
H A Dnowdoc_004.phpt2 braces variable replacement test (nowdoc)
9 This is nowdoc test #{$a}.
14 This is nowdoc test #{$b}.
22 This is nowdoc test #{$a}.
23 This is nowdoc test #{$b}.
H A Dbug19859.phpt7 class test
11 print "test::__call invoked for method '$method'\n";
14 $x = new test;
20 test::__call invoked for method 'fake'
21 test::__call invoked for method 'fake'
22 test::__call invoked for method 'fake'
/PHP-7.0/sapi/cgi/tests/
H A D006.phpt14 $filename = dirname(__FILE__)."/006.test.php";
19 $test = "var";
21 class test {
25 echo test::$var;
38 class test
58 string(%d) "No syntax errors detected in %s006.test.php
63 <b>Parse error</b>: %s expecting %s{%s in <b>%s006.test.php</b> on line <b>5</b><br />
64 Errors parsing %s006.test.php
H A D003.phpt20 $filename = dirname(__FILE__).'/003.test.php';
23 /* some test script */
25 class test { /* {{{ */
26 public $var = "test"; //test var
42 var_dump(`echo "<?php /* comment */ class test {\n // comment \n function foo() {} } ?>" | $php -n …
54 class test { public $var = "test"; private $pri; function foo() { } } ?>
65 <?php class test { function foo() {} } ?>
/PHP-7.0/ext/reflection/tests/
H A Dbug46064_2.phpt10 $x->test = 2000;
14 var_dump($p->getProperty('test'));
23 class test extends bar {
36 new test;
43 string(4) "test"
51 string(4) "test"
64 string(4) "test"
71 string(4) "test"
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt120 prepex(5, $db, 'DROP TABLE IF EXISTS test');
126 prepex(9, $db, 'DELETE FROM test');
158 prepex(20, $db, 'DROP TABLE IF EXISTS test');
185 $db->exec('DELETE FROM test');
202 prepex(33, $db, 'DROP TABLE IF EXISTS test');
208 prepex(37, $db, 'DELETE FROM test');
233 prepex(44, $db, 'DELETE FROM test');
270 prepex(51, $db, 'DROP TABLE IF EXISTS test');
286 prepex(57, $db, 'DELETE FROM test');
326 …$sql = "SELECT id, label FROM test WHERE id = ? AND label = (SELECT label AS 'SELECT' FROM test WH…
[all …]
/PHP-7.0/ext/iconv/tests/
H A Diconv001.phpt2 iconv() test 1
9 /* include('test.inc'); */
11 $test = "���";
12 var_dump("ISO-8859-1: $test");
13 var_dump("UTF-8: ".iconv( "ISO-8859-1", "UTF-8", $test ) );
/PHP-7.0/sapi/cli/tests/
H A D010.phpt15 $filename = __DIR__."/010.test.php";
16 $filename_txt = __DIR__."/010.test.txt";
27 test
38 @unlink(__DIR__."/010.test.php");
39 @unlink(__DIR__."/010.test.txt");
43 string(10) "test
H A D011.phpt10 $filename = dirname(__FILE__)."/011.test.php";
15 $test = "var";
17 class test {
21 echo test::$var;
34 class test
50 string(%d) "No syntax errors detected in %s011.test.php
56 Errors parsing %s011.test.php
/PHP-7.0/ext/standard/tests/class_object/
H A Dbug71442.phpt9 public static function test() {
19 public static function test() {
21 forward_static_call(array('A', 'test'), 'more', 'args');
22 forward_static_call( 'test', 'other', 'args');
26 B::test('foo');
28 function test() {
/PHP-7.0/Zend/tests/traits/
H A Derror_010.phpt7 public function test() { return 3; }
10 public function test() { return 2; }
14 use foo, c { c::test insteadof foo; }
15 use foo, c { c::test insteadof foo; }
19 var_dump($x->test());
23 Fatal error: Failed to evaluate a trait precedence (test). Method of trait foo was defined to be ex…
/PHP-7.0/ext/session/tests/
H A Dsession_write_close_variation4.phpt20 var_dump(session_id("test"));
43 string(4) "test"
45 string(4) "test"
47 string(4) "test"
49 string(4) "test"
51 string(4) "test"
53 string(4) "test"
/PHP-7.0/ext/simplexml/tests/
H A D030.phpt9 xmlns:s="urn::test" xmlns:t="urn::test-t">
10 <child1>test</child1>
11 <child1>test 2</child1>
26 $atts = $sxe->attributes("urn::test");
35 test
36 test 2
/PHP-7.0/ext/soap/tests/soap12/
H A DT32.phpt11 <test:requiredHeader xmlns:test="http://example.org/ts-tests"
12 env:mustUnderstand="true">foo</test:requiredHeader>
15 <test:echoHeader xmlns:test="http://example.org/ts-tests">
16 </test:echoHeader>
20 include "soap12-test.inc";
/PHP-7.0/ext/sqlite3/tests/
H A Dbug72668.phpt9 throw new \Exception("test exception\n");
16 $result = $db->query('SELECT my_udf_md5("test")');
23 $result = $db->querySingle('SELECT my_udf_md5("test")');
29 $statement = $db->prepare('SELECT my_udf_md5("test")');
39 Exception: test exception
40 Exception: test exception
41 Exception: test exception
/PHP-7.0/ext/standard/tests/streams/
H A Dbug61371-win.phpt6 die('skip windows only test');
10 function test($doFclose) {
13 for($test=1;$test<=3;$test++) {
32 test(true);
33 test(false);
H A Dbug61371.phpt6 die('skip non windows test');
10 function test($doFclose) {
13 for($test=1;$test<=3;$test++) {
32 test(true);
33 test(false);
/PHP-7.0/tests/func/
H A D010.phpt5 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
15 function test($a,$b)
37 test($v42, \'42\');
38 test(\'4000\', $v4000);
40 test($v0, \'0\'); // first
41 test($v'.dechex($limit-1).", '".dechex($limit-1).'\'); // last
42 test($v'.dechex($boundary).", '".dechex($boundary).'\'); //boundary
43 test($v'.dechex($boundary+1).", '".dechex($boundary+1).'\'); //boundary+1
44 test($v'.dechex($boundary-1).", '".dechex($boundary-1).'\'); //boundary-1
/PHP-7.0/ext/odbc/
H A Dconfig.m46 if ! test -f "$ODBC_INCDIR/$1"; then
84 if test ! -f $ODBC_LIBS; then
107 if test -z "$ODBC_TYPE"; then
136 if test -z "$ODBC_TYPE"; then
156 if test -z "$ODBC_TYPE"; then
183 if test -z "$ODBC_TYPE"; then
222 if test -z "$ODBC_TYPE"; then
244 if test -z "$ODBC_TYPE"; then
269 if test -z "$ODBC_TYPE"; then
311 if test -z "$ODBC_TYPE"; then
[all …]

Completed in 43 milliseconds

12345678910>>...190