Home
last modified time | relevance | path

Searched refs:test1 (Results 1 – 25 of 141) sorted by relevance

123456

/PHP-8.3/Zend/tests/
H A Dbug24436.phpt9 if (empty($this->test[0][0])) { print "test1\n";}
11 if (empty($this->test)) { print "test1\n";}
16 $test1 = new test();
19 test1
21 test1
H A Dbug62763.phpt5 class test1 {
14 class test2 extends test1 {
19 new test1;
23 test1::shutdowntest2::__destruct
H A D003.phpt6 function test1() {
18 test1();
19 test1(10);
28 call_user_func("test1");
37 static function test1($a) {
42 test::test1(1);
H A Dbug30140.phpt6 public static $test1 = true;
14 A::$test1 = "x";
17 var_dump(A::$test1);
20 var_dump(B::$test1);
H A D001.phpt6 function test1() {
18 test1();
28 call_user_func("test1");
37 static function test1($a) {
42 test::test1(1);
H A Dfirst_class_callable_optimization.phpt6 function test1() {}
9 var_dump(test1(...));
16 string(5) "test1"
H A Derrmsg_025.phpt6 interface test1 {
14 class test implements test1, test2 {
20 Fatal error: Class test inherits both test1::FOO and test2::FOO, which is ambiguous in %s on line %d
H A Dclass_toString_concat_non_interned_with_itself.phpt14 $test1 = new Test;
16 $test1 .= $test2;
18 echo $test1 . "\n";
H A Derrmsg_023.phpt6 class test1 {
10 class test extends test1 {
17 Fatal error: Access level to test::$var must be protected (as in class test1) or weaker in %s on li…
/PHP-8.3/ext/standard/tests/general_functions/
H A Dcall_user_func_return.phpt6 $t1 = 'test1';
8 function test1($arg1, $arg2)
30 test('test1');
36 string(5) "test1"
38 string(5) "test1"
H A Dbug35229.phpt12 eval('class test1 extends test2 {}');
14 test1::use_stack(
21 call_user_func(array('test1', 'use_stack'),
/PHP-8.3/Zend/tests/return_types/
H A D001.phpt5 function test1() : array {
8 test1();
11 Fatal error: Uncaught TypeError: test1(): Return value must be of type array, none returned in %s:%d
13 #0 %s(%d): test1()
H A D003.phpt5 function test1() : array {
8 test1();
11 Fatal error: Uncaught TypeError: test1(): Return value must be of type array, int returned in %s:%d
13 #0 %s(%d): test1()
H A D002.phpt5 function test1() : array {
9 test1();
12 Fatal error: Uncaught TypeError: test1(): Return value must be of type array, null returned in %s:%d
14 #0 %s(%d): test1()
H A D004.phpt5 function test1() : array {
9 test1();
12 Fatal error: Uncaught TypeError: test1(): Return value must be of type array, string returned in %s…
14 #0 %s(%d): test1()
/PHP-8.3/Zend/tests/variadic/
H A Dbasic.phpt6 function test1(... $args) {
10 test1();
11 test1(1);
12 test1(1, 2, 3);
/PHP-8.3/ext/xmlwriter/tests/
H A Dbug79344.phpt12 $writer->writeAttributeNS(null, 'test1', null, 'test1');
21 <foo test1="test1" test2="test2"/>
/PHP-8.3/ext/standard/tests/file/
H A Dinclude_userstream_003.phpt17 $this->stream = fopen("test1://".substr($path, 8), $mode);
91 stream_register_wrapper("test1", "test", STREAM_IS_URL);
93 echo file_get_contents("test1://hello"),"\n";
94 include "test1://hello";
106 Warning: include(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=0 i…
108 Warning: include(test1://hello): Failed to open stream: no suitable wrapper could be found in %s on…
110 Warning: include(): Failed opening 'test1://hello' for inclusion (include_path='%s') in %s on line …
112 Warning: fopen(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=0 in …
114 Warning: fopen(test1://hello): Failed to open stream: no suitable wrapper could be found in %s on l…
119 Warning: fopen(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=0 in …
[all …]
/PHP-8.3/ext/reflection/tests/
H A Dnew_in_constexpr.phpt6 function test1() {
11 $rf = new ReflectionFunction('test1');
13 test1();
16 var_dump($s['x'] === test1());
/PHP-8.3/ext/standard/tests/strings/
H A Dbug70667.phpt5 $a = array("{{language_id}}"=>"255", "{{partner_name}}"=>"test1");
6 var_dump(strtr("Sign in to test1", $a));
9 string(16) "Sign in to test1"
/PHP-8.3/ext/filter/tests/
H A D036.phpt11 $data["test1"] = 1;
15 $args["test1"] = FILTER_VALIDATE_INT;
27 ["test1"]=>
33 ["test1"]=>
/PHP-8.3/ext/spl/tests/
H A Dbug50579.phpt9 'test1'=>'test888',
35 test1=>[test888]
37 test1=>888
39 test1=>[888]
/PHP-8.3/ext/dom/tests/
H A Dcanonicalization.phpt11 <bar><test1 /></bar>
53 <bar><test1></test1></bar>
61 <bar><test1></test1></bar>
69 <bar><test1></test1></bar>
77 <bar><test1></test1></bar>
85 <bar><test1></test1></bar>
96 <bar><test1></test1></bar>
/PHP-8.3/tests/classes/
H A Dtostring_001.phpt6 class test1
27 echo "====test1====\n";
28 $o = new test1;
84 ====test1====
85 test1 Object
88 Object of class test1 could not be converted to string
89 object(test1)#1 (0) {
/PHP-8.3/ext/opcache/tests/jit/
H A Dnan_002.phpt18 function test1(float $a, bool $b) {
28 test1(NAN, true);
29 test1(1.0, true);
30 test1(0.0, true);

Completed in 52 milliseconds

123456