/PHP-8.1/ext/opcache/tests/jit/ |
H A D | add_007.phpt | 22 $g = 0xff001; // Cannot be encoded into imm12 field 23 $h = 0x1000000; // Cannot be encoded into imm12 field 24 $i = 0xf12345678; // Cannot be encoded into imm12 field 25 $j = -31; // Cannot be encoded into imm12 field 45 $g = 0xff001; // Cannot be encoded into imm12 field 46 $h = 0x1000000; // Cannot be encoded into imm12 field 47 $i = 0xf12345678; // Cannot be encoded into imm12 field 48 $j = -31; // Cannot be encoded into imm12 field
|
/PHP-8.1/Zend/tests/fibers/ |
H A D | throw-into-non-running-fiber.phpt | 2 Throw into non-running fiber 12 Fatal error: Uncaught FiberError: Cannot resume a fiber that is not suspended in %sthrow-into-non-r… 14 #0 %sthrow-into-non-running-fiber.php(%d): Fiber->throw(Object(Exception)) 16 thrown in %sthrow-into-non-running-fiber.php on line %d
|
/PHP-8.1/ext/pcre/tests/ |
H A D | preg_split_basic.phpt | 9 …ing, -1, PREG_SPLIT_NO_EMPTY)); //parts of $string separated by : , ; ( or ) are put into an array. 11 …; //all text before (parentheses) is put into first element, ( into second, "parentheses" into thi… 13 …g, -1, PREG_SPLIT_NO_EMPTY)); //every character (including whitespace) is put into an array element
|
/PHP-8.1/ext/tidy/tests/ |
H A D | parsing_inexistent_file.phpt | 16 Warning: tidy::parseFile(): Cannot load "does_not_exist.html" into memory in %s on line %d 19 Warning: tidy_parse_file(): Cannot load "does_not_exist.html" into memory in %s on line %d 22 Warning: tidy::__construct(): Cannot load "does_not_exist.html" into memory in %s on line %d
|
/PHP-8.1/ext/oci8/tests/ |
H A D | cursor_bind_err.phpt | 20 "insert into cursor_bind_err_tab (id, value) values (1,1)", 21 "insert into cursor_bind_err_tab (id, value) values (1,1)", 22 "insert into cursor_bind_err_tab (id, value) values (1,1)", 29 $sql = "select cursor(select * from cursor_bind_err_tab) into :cursor from dual";
|
H A D | imp_res_6.phpt | 28 "insert into imp_res_6_tab values (1, 'a')", 29 "insert into imp_res_6_tab values (2, 'b')", 30 "insert into imp_res_6_tab values (3, 'c')", 31 "insert into imp_res_6_tab values (4, 'd')", 32 "insert into imp_res_6_tab values (5, 'e')", 33 "insert into imp_res_6_tab values (6, 'f')",
|
H A D | imp_res_cursor.phpt | 28 "insert into imp_res_cursor_tab_1 values (1, 'abcde')", 29 "insert into imp_res_cursor_tab_1 values (2, 'fghij')", 30 "insert into imp_res_cursor_tab_1 values (3, 'klmno')", 34 "insert into imp_res_cursor_tab_2 values ('t')", 35 "insert into imp_res_cursor_tab_2 values ('u')", 36 "insert into imp_res_cursor_tab_2 values ('v')",
|
H A D | imp_res_get_cursor.phpt | 28 "insert into imp_res_get_cursor_tab_1 values (1, 'abcde')", 29 "insert into imp_res_get_cursor_tab_1 values (2, 'fghij')", 30 "insert into imp_res_get_cursor_tab_1 values (3, 'klmno')", 34 "insert into imp_res_get_cursor_tab_2 values ('t')", 35 "insert into imp_res_get_cursor_tab_2 values ('u')", 36 "insert into imp_res_get_cursor_tab_2 values ('v')",
|
H A D | imp_res_get_2.phpt | 28 "insert into imp_res_get_2_tab_1 values (1, 'abcde')", 29 "insert into imp_res_get_2_tab_1 values (2, 'fghij')", 30 "insert into imp_res_get_2_tab_1 values (3, 'klmno')", 34 "insert into imp_res_get_2_tab_2 values ('t')", 35 "insert into imp_res_get_2_tab_2 values ('u')", 36 "insert into imp_res_get_2_tab_2 values ('v')",
|
H A D | lob_018.phpt | 26 $init = "insert into lob_018_tab (mykey, lob_1) values(1, empty_clob()) returning lob_1 into :mylob… 35 $init = "insert into lob_018_tab (mykey, lob_1) values(2, empty_clob()) returning lob_1 into :mylob… 67 $init = "insert into lob_018_tab (mykey, lob_1) values(3, empty_clob()) returning lob_1 into :mylob…
|
H A D | fetch_row.phpt | 15 "insert into fetch_row_tab (id, value) values (1,1)", 16 "insert into fetch_row_tab (id, value) values (1,1)", 17 "insert into fetch_row_tab (id, value) values (1,1)",
|
H A D | imp_res_get_1.phpt | 28 "insert into imp_res_get_1_tab_1 values (1, 'abcde')", 29 "insert into imp_res_get_1_tab_1 values (2, 'fghij')", 30 "insert into imp_res_get_1_tab_1 values (3, 'klmno')", 34 "insert into imp_res_get_1_tab_2 values ('t')", 35 "insert into imp_res_get_1_tab_2 values ('u')", 36 "insert into imp_res_get_1_tab_2 values ('v')",
|
H A D | default_prefetch1.phpt | 17 "insert into default_prefetch1_tab (id, value) values (1,1)", 18 "insert into default_prefetch1_tab (id, value) values (1,1)", 19 "insert into default_prefetch1_tab (id, value) values (1,1)",
|
H A D | default_prefetch2.phpt | 17 "insert into default_prefetch2_tab (id, value) values (1,1)", 18 "insert into default_prefetch2_tab (id, value) values (1,1)", 19 "insert into default_prefetch2_tab (id, value) values (1,1)",
|
H A D | default_prefetch0.phpt | 17 "insert into default_prefetch_tab (id, value) values (1,1)", 18 "insert into default_prefetch_tab (id, value) values (1,1)", 19 "insert into default_prefetch_tab (id, value) values (1,1)",
|
H A D | fetch.phpt | 15 "insert into fetch_tab (id, value) values (1,1)", 16 "insert into fetch_tab (id, value) values (1,1)", 17 "insert into fetch_tab (id, value) values (1,1)",
|
/PHP-8.1/ext/pdo_oci/tests/ |
H A D | pdo_oci_attr_autocommit_2.phpt | 27 $dbh->exec("insert into pdo_ac_tab (col1) values ('data 1')"); 28 $dbh->exec("insert into pdo_ac_tab (col1) values ('data 2')"); 41 $dbh->exec("insert into pdo_ac_tab (col1) values ('not committed #1')"); 42 … $dbh->exec("insert into pdo_ac_tab (col1) values ('data that is too long to fit and will barf')"); 53 $dbh->exec("insert into pdo_ac_tab (col1) values ('data 3')"); 68 $dbh->exec("insert into pdo_ac_tab (col1) values ('data 4')"); 85 $dbh->exec("insert into pdo_ac_tab (col1) values ('not committed #2')"); 87 $dbh->exec("insert into pdo_ac_tab (col1) values ('data 5')"); 88 $dbh->exec("insert into pdo_ac_tab (col1) values ('data 6')");
|
/PHP-8.1/Zend/tests/ |
H A D | bug70805.phpt | 15 … unset($GLOBALS["a"]); // this will be called in gc_colloct_roots and put $a into gc roots buf 40 unset($a); // This one can not be putted into roots buf because it's full, thus gc_colloct_roots wi… 41 // but C::__destructor which is called in gc_colloct_roots will put $a into buf 42 // which will make $a be putted into gc roots buf twice
|
H A D | jump07.phpt | 2 jump 07: goto into loop (backward) 11 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump07.php on line 5
|
H A D | jump08.phpt | 2 jump 08: goto into loop (forward) 11 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump08.php on line 2
|
/PHP-8.1/ext/pdo_firebird/tests/ |
H A D | bug_74462.phpt | 14 $dbh->exec('insert into atable (id, abool) values (1, true)'); 15 $dbh->exec('insert into atable (id, abool) values (2, false)'); 16 $dbh->exec('insert into atable (id, abool) values (3, null)');
|
/PHP-8.1/Zend/tests/try/ |
H A D | finally_goto_001.phpt | 2 jmp into a finally block 01 14 Fatal error: jump into a finally block is disallowed in %sfinally_goto_001.php on line %d
|
H A D | finally_goto_002.phpt | 2 jmp into a finally block 02 14 Fatal error: jump into a finally block is disallowed in %sfinally_goto_002.php on line %d
|
H A D | finally_goto_004.phpt | 2 jmp into a finally block 03 14 Fatal error: jump into a finally block is disallowed in %sfinally_goto_004.php on line %d
|
/PHP-8.1/ext/openssl/tests/ |
H A D | bug38255.phpt | 26 Warning: openssl_verify(): Supplied key param cannot be coerced into a public key in %s on line %d 28 Warning: openssl_verify(): Supplied key param cannot be coerced into a public key in %s on line %d 31 Warning: openssl_verify(): Supplied key param cannot be coerced into a public key in %s on line %d
|