Home
last modified time | relevance | path

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

12345678910>>...13

/php-src/ext/opcache/tests/jit/
H A Dadd_007.phpt21 $g = 0xff001; // Cannot be encoded into imm12 field
22 $h = 0x1000000; // Cannot be encoded into imm12 field
23 $i = 0xf12345678; // Cannot be encoded into imm12 field
24 $j = -31; // Cannot be encoded into imm12 field
44 $g = 0xff001; // Cannot be encoded into imm12 field
45 $h = 0x1000000; // Cannot be encoded into imm12 field
46 $i = 0xf12345678; // Cannot be encoded into imm12 field
47 $j = -31; // Cannot be encoded into imm12 field
H A Dcmp_005.phpt21 $g = 0xff001; // Cannot be encoded into imm12 field
22 $h = 0x1000000; // Cannot be encoded into imm12 field
23 $i = 0xf12345678; // Cannot be encoded into imm12 field
/php-src/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-src/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-src/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-src/Zend/tests/
H A Dbug70805.phpt17 … unset($GLOBALS["a"]); // this will be called in gc_colloct_roots and put $a into gc roots buf
42 unset($a); // This one cannot be put into roots buf because it's full, thus gc_colloct_roots will b…
43 // but C::__destructor which is called in gc_colloct_roots will put $a into buf
44 // which will make $a be put 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
H A Djump09.phpt2 jump 09: goto into switch (backward)
13 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump09.php on line 7
H A Djump10.phpt2 jump 10: goto into switch (forward)
13 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump10.php on line 2
H A Dns_022.phpt2 022: Name search priority (first look into import, then into current namespace and then for class)
/php-src/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-src/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
H A Dopenssl_verify_basic.phpt22 Warning: openssl_verify(): Supplied key param cannot be coerced into a public key in %s on line %d
25 Warning: openssl_verify(): Supplied key param cannot be coerced into a public key in %s on line %d
/php-src/ext/pdo_firebird/tests/
H A Dbug_74462.phpt16 $dbh->exec('insert into test74462 (id, abool) values (1, true)');
17 $dbh->exec('insert into test74462 (id, abool) values (2, false)');
18 $dbh->exec('insert into test74462 (id, abool) values (3, null)');
/php-src/Zend/asm/
H A Dmake_ppc32_sysv_xcoff_gas.S68 # save return address into R6
98 # load LR into R4
114 # save return address into R0
H A Dmake_ppc64_sysv_xcoff_gas.S80 # save return address into R6
110 # load LR into R4
126 # save return address into R0
/php-src/ext/sqlite3/tests/
H A Dsqlite3_24_last_insert_rowid.phpt14 echo "INSERT into table\n";
27 INSERT into table
H A Dsqlite3_13_skip_all_cleanup.phpt14 echo "INSERT into table\n";
29 INSERT into table
H A Dsqlite3_14_querysingle.phpt14 echo "INSERT into table\n";
27 INSERT into table
H A Dsqlite3_18_changes.phpt14 echo "INSERT into table\n";
31 INSERT into table
H A Dsqlite3_03_insert.phpt14 echo "INSERT into table\n";
33 INSERT into table
/php-src/ext/dom/tests/modern/spec/
H A Dpre_insertion_validation.phpt11 echo "--- Trying to insert text node into the document ---\n";
29 echo "--- Trying to insert doctype into not a document ---\n";
97 --- Trying to insert text node into the document ---
101 --- Trying to insert doctype into not a document ---
102 Exception: Cannot insert a document type into anything other than a document

Completed in 29 milliseconds

12345678910>>...13