Home
last modified time | relevance | path

Searched refs:into (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/PHP-8.1/ext/opcache/tests/jit/
H A Dadd_007.phpt22 $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 Dthrow-into-non-running-fiber.phpt2 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 Dpreg_split_basic.phpt9 …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 Dparsing_inexistent_file.phpt16 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 Dcursor_bind_err.phpt20 "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 Dimp_res_6.phpt28 "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 Dimp_res_cursor.phpt28 "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 Dimp_res_get_cursor.phpt28 "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 Dimp_res_get_2.phpt28 "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 Dlob_018.phpt26 $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 Dfetch_row.phpt15 "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 Dimp_res_get_1.phpt28 "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 Ddefault_prefetch1.phpt17 "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 Ddefault_prefetch2.phpt17 "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 Ddefault_prefetch0.phpt17 "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 Dfetch.phpt15 "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 Dpdo_oci_attr_autocommit_2.phpt27 $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 Dbug70805.phpt15 … 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 Djump07.phpt2 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 Djump08.phpt2 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 Dbug_74462.phpt14 $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 Dfinally_goto_001.phpt2 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 Dfinally_goto_002.phpt2 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 Dfinally_goto_004.phpt2 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 Dbug38255.phpt26 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

Completed in 77 milliseconds

12345678910>>...16