Searched refs:test1 (Results 1 – 25 of 124) sorted by relevance
12345
/PHP-8.0/Zend/tests/ |
H A D | bug24436.phpt | 9 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 D | bug62763.phpt | 5 class test1 { 14 class test2 extends test1 { 19 new test1; 23 test1::shutdowntest2::__destruct
|
H A D | 003.phpt | 6 function test1() { 18 test1(); 19 test1(10); 28 call_user_func("test1"); 37 static function test1($a) { 42 test::test1(1);
|
H A D | bug30140.phpt | 6 public static $test1 = true; 14 A::$test1 = "x"; 17 var_dump(A::$test1); 20 var_dump(B::$test1);
|
H A D | 001.phpt | 6 function test1() { 18 test1(); 28 call_user_func("test1"); 37 static function test1($a) { 42 test::test1(1);
|
H A D | errmsg_023.phpt | 6 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…
|
H A D | nowdoc_015.phpt | 29 test1 39 test1 60 string(20) "test1 67 string(20) "test1
|
H A D | halt_compiler2.phpt | 7 file_put_contents(__DIR__ . '/test1.php', $text); 11 include __DIR__ . '/test1.php'; 16 unlink(__DIR__ . '/test1.php');
|
/PHP-8.0/Zend/tests/return_types/ |
H A D | 001.phpt | 5 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 D | 003.phpt | 5 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 D | 002.phpt | 5 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 D | 004.phpt | 5 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.0/ext/standard/tests/general_functions/ |
H A D | call_user_func_return.phpt | 6 $t1 = 'test1'; 8 function test1($arg1, $arg2) 30 test('test1'); 36 string(5) "test1" refcount(%d) 38 string(5) "test1" refcount(%d)
|
H A D | bug35229.phpt | 12 eval('class test1 extends test2 {}'); 14 test1::use_stack( 21 call_user_func(array('test1', 'use_stack'),
|
/PHP-8.0/Zend/tests/variadic/ |
H A D | basic.phpt | 6 function test1(... $args) { 10 test1(); 11 test1(1); 12 test1(1, 2, 3);
|
/PHP-8.0/ext/xmlwriter/tests/ |
H A D | bug79344.phpt | 14 $writer->writeAttributeNS(null, 'test1', null, 'test1'); 23 <foo test1="test1" test2="test2"/>
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | bug70667.phpt | 5 $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.0/ext/standard/tests/file/ |
H A D | include_userstream_003.phpt | 16 $this->stream = fopen("test1://".substr($path, 8), $mode); 90 stream_register_wrapper("test1", "test", STREAM_IS_URL); 92 echo file_get_contents("test1://hello"),"\n"; 93 include "test1://hello"; 105 Warning: include(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=0 i… 107 Warning: include(test1://hello): Failed to open stream: no suitable wrapper could be found in %sinc… 109 Warning: include(): Failed opening 'test1://hello' for inclusion (include_path='%s') in %sinclude_u… 111 Warning: fopen(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=0 in … 113 Warning: fopen(test1://hello): Failed to open stream: no suitable wrapper could be found in %sinclu… 118 Warning: fopen(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=0 in … [all …]
|
/PHP-8.0/ext/filter/tests/ |
H A D | 036.phpt | 11 $data["test1"] = 1; 15 $args["test1"] = FILTER_VALIDATE_INT; 27 ["test1"]=> 33 ["test1"]=>
|
/PHP-8.0/ext/spl/tests/ |
H A D | bug50579.phpt | 9 'test1'=>'test888', 35 test1=>[test888] 37 test1=>888 39 test1=>[888]
|
/PHP-8.0/tests/classes/ |
H A D | tostring_001.phpt | 6 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.0/ext/opcache/tests/jit/ |
H A D | nan_002.phpt | 18 function test1(float $a, bool $b) { 28 test1(NAN, true); 29 test1(1.0, true); 30 test1(0.0, true);
|
/PHP-8.0/ext/hash/tests/ |
H A D | bug73127.phpt | 6 $test1 = str_repeat("\xFF", 40); 8 echo hash('gost-crypto', $test1), 10 hash('gost', $test1),
|
/PHP-8.0/ext/dom/tests/ |
H A D | canonicalization.phpt | 11 <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.0/Zend/tests/arg_unpack/ |
H A D | by_ref.phpt | 8 function test1(&...$args) { 14 test1(...[1, 2, 3]); 17 test1(...$array); 21 test1(...$array1, ...$array2); 34 test1(...$array1, ...$array2);
|
Completed in 30 milliseconds
12345