Home
last modified time | relevance | path

Searched refs:test2 (Results 1 – 25 of 210) sorted by relevance

123456789

/PHP-8.0/ext/xsl/tests/
H A Dbug70078.phpt23 return 'test2';
51test2</node><node>test2</node><node>test2</node><node>test2</node><node>test2</node><node>test2</n…
/PHP-8.0/tests/classes/
H A Dtostring_001.phpt10 class test2
38 $o = new test2;
91 ====test2====
92 test2 Object
95 test2::__toString()
100 test2::__toString()
103 test2::__toString()
106 test2::__toString()
111 test2::__toString()
112 test2::__toString()
[all …]
/PHP-8.0/ext/standard/tests/general_functions/
H A Dcall_user_func_return.phpt15 $t2 = 'test2';
17 function & test2($arg1, $arg2)
31 test('test2');
40 string(5) "test2" refcount(%d)
42 string(5) "test2" refcount(%d)
/PHP-8.0/Zend/tests/variadic/
H A Dbasic.phpt14 function test2($arg1, $arg2, ...$args) {
18 test2(1, 2);
19 test2(1, 2, 3);
20 test2(1, 2, 3, 4, 5);
/PHP-8.0/Zend/tests/
H A Dhalt_compiler2.phpt8 $text = "<?php echo 'test2'; var_dump(__COMPILER_HALT_OFFSET__); __HALT_COMPILER(); ?>
10 file_put_contents(__DIR__ . '/test2.php', $text);
12 include __DIR__ . '/test2.php';
17 unlink(__DIR__ . '/test2.php');
H A Dbug24436.phpt10 if (!isset($this->test[0][0])) { print "test2\n";}
12 if (!isset($this->test)) { print "test2\n";}
20 test2
22 test2
H A Dbug30140.phpt7 public static $test2 = array();
15 A::$test2 = "y";
18 var_dump(A::$test2);
21 var_dump(B::$test2);
H A Dbug39721.phpt5 class test2 {
15 $foo = new test2();
18 class test2_child extends test2 {
H A Derrmsg_025.phpt10 interface test2 {
14 class test implements test1, test2 {
20 Fatal error: Cannot inherit previously-inherited or override constant FOO from interface test2 in %…
H A Dforeach_shadowed_dyn_property.phpt19 $test2 = new Test2;
20 $test2->prop = "Test2";
21 $test2->run();
H A Dnowdoc_015.phpt30 test2
40 test2
61 test2
68 test2
/PHP-8.0/ext/xmlwriter/tests/
H A Dbug79344.phpt15 $writer->startAttributeNS(null, 'test2', null);
16 $writer->text('test2');
23 <foo test1="test1" test2="test2"/>
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpecl_bug_5780.phpt16 $db->exec("CREATE TABLE test2 (login varchar(32) NOT NULL, password varchar(64) NOT NULL)");
17 $db->exec("INSERT INTO test2 (login, password) VALUES ('testing', 'testing')");
18 $db->exec("INSERT INTO test2 (login, password) VALUES ('test2', 'testpw2')");
21 $authstmt = $db->prepare('SELECT * FROM test2 WHERE login = :varlog AND password = :varpass');
24 @var_dump($logstmt->execute(array(':var1' => 'test1', ':var2' => 'test2')));
34 $db->exec('DROP TABLE IF EXISTS test2');
/PHP-8.0/ext/standard/tests/array/
H A D004.phpt10 5=>'test2',
30 string(5) "test2"
42 string(5) "test2"
54 string(5) "test2"
/PHP-8.0/Zend/tests/arg_unpack/
H A Dby_ref.phpt24 function test2($val1, &$ref1, $val2, &$ref2) {
30 test2(...$array);
40 test2($a, ...$array);
43 test2($a, $b, ...$array);
46 test2($a, $b, $c, ...$array);
49 test2($a, $b, $c, $d, ...$array);
H A Dbasic.phpt10 function test2($arg1, $arg2, $arg3 = null) {
36 test2(...[1, 2]);
37 test2(...[1, 2, 3]);
38 test2(...[1], ...[], ...[], ...[2, 3], ...[4, 5]);
/PHP-8.0/ext/mysqli/tests/
H A Dbug62885.phpt15 $test1 = mysqli_poll($test2, $test3, $tablica, null);
17 $test2 = array();
18 $test2 = array();
19 $test1 = mysqli_poll($test2, $test3, $tablica, null);
/PHP-8.0/ext/filter/tests/
H A D036.phpt12 $data["test2"] = &$var;
16 $args["test2"] = FILTER_VALIDATE_INT;
29 ["test2"]=>
35 ["test2"]=>
/PHP-8.0/ext/simplexml/tests/
H A Dbug75245.phpt9 var_dump(simplexml_load_string('<test1><test2> </test2><test3></test3></test1>'));
13 ["test2"]=>
/PHP-8.0/ext/pdo/tests/
H A Dpdo_023.phpt22 $this->test2 = 2;
23 $this->test2 = 22;
44 $this->test2 = 2;
46 var_dump($this->test2);
47 $this->test2 = 22;
83 ["test2"]=>
102 ["test2"]=>
/PHP-8.0/ext/opcache/tests/match/
H A D002.phpt21 function test2() {
28 test2();
38 0002 INIT_FCALL 0 %d string("test2")
50 test2:
/PHP-8.0/ext/opcache/tests/jit/
H A Dnan_002.phpt21 function test2(float $a, bool $b) {
33 test2(NAN, false);
34 test2(1.0, false);
35 test2(0.0, false);
/PHP-8.0/ext/hash/tests/
H A Dbug73127.phpt7 $test2 = str_repeat("\x00", 40);
12 hash('gost-crypto', $test2),
14 hash('gost', $test2),
/PHP-8.0/ext/dom/tests/
H A Dcanonicalization.phpt12 <bar><test2 /></bar>
54 <bar><test2></test2></bar>
62 <bar><test2></test2></bar>
70 <bar><test2></test2></bar>
78 <bar><test2></test2></bar>
86 <bar><test2></test2></bar>
97 <bar><test2></test2></bar>
/PHP-8.0/ext/standard/tests/url/
H A Dparse_url_basic_008.phpt59 --> http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI : string(31) "test=1&test2=ch…
60 --> www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123 : string(31) "test=…
61 …//secret@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123 : string(31) …
62 …p://secret:@www.php.net/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123 : string(31) …
63 …:hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123 : string(31) …
64 …ret:hideout@www.php.net/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123 : string(31) …
65 …@hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123 : string(31) …
66 …:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123 : string(31) …

Completed in 32 milliseconds

123456789