Home
last modified time | relevance | path

Searched refs:immediate (Results 1 – 18 of 18) sorted by relevance

/PHP-8.3/Zend/tests/generators/
H A Drepeated_yield_from_with_immediate_release.phpt2 A generator can be yielded from multiple times, testing immediate release of the yield from'ing gen…
/PHP-8.3/ext/pdo_oci/tests/
H A Dpdo_oci_fread_1.phpt23 "begin execute immediate 'drop table pdo_oci_fread_tab'; exception when others then null; end;",
H A Dpdo_oci_stream_2.phpt19 $query = "begin execute immediate 'drop table pdo_oci_stream_2'; exception when others then if sqlc…
H A Dbug57702.phpt20 $query = "begin execute immediate 'drop table bug57702'; exception when others then if sqlcode <> -…
/PHP-8.3/ext/opcache/tests/jit/
H A Dcmp_005.phpt2 JIT CMP: 005 Comparisons with immediate values
H A Dadd_007.phpt2 JIT ADD: 007 Addition with immediate values
/PHP-8.3/ext/standard/tests/network/
H A Dnews.rss24 …<description>The PHP development team announces the immediate availability of PHP 5.4.37. Six secu…
/PHP-8.3/ext/oci8/tests/
H A Dimp_res_insert.phpt35 execute immediate 'insert into imp_res_insert_tab values ('||p1||')';
43 execute immediate 'insert into imp_res_insert_tab values ('||p1||')';
H A Dcommit_002.phpt21 ( x int constraint commit_002_tab_check_x check ( x > 0 ) deferrable initially immediate,
/PHP-8.3/ext/standard/html_tables/mappings/
H A D8859-5.TXT46 # notices will be checked, but do not expect an immediate response.
H A D8859-1.TXT46 # notices will be checked, but do not expect an immediate response.
H A D8859-15.TXT45 # notices will be checked, but do not expect an immediate response.
H A DKOI8-R.TXT45 # notices will be checked, but do not expect an immediate response.
/PHP-8.3/build/
H A Dphp_cxx_compile_stdcxx.m4949 // immediate need to actually test for feature availability on the
H A Dlibtool.m41246 _LT_AC_TAGVAR(hardcode_action, $1)=immediate
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_arm64.dasc134 /* Encoding of immediate. */
185 * Used to guard the immediate encoding for add/adds/sub/subs/cmp/cmn instructions. */
191 /* Determine whether an immediate value can be encoded as the immediate operand of logical instruct…
269 /* Move 32-bit immediate value into register. */
283 /* Move 64-bit immediate value into register. */
326 /* Bitwise operation with immediate. 'bw_ins' can be and/orr/eor/ands.
350 /* Test bits 'tst' with immediate. 32-bit and 64-bit registers are distinguished. */
419 /* Add/sub a register value with immediate. 'add_sub_ins' can be add/sub/adds/subs.
746 /* Update IP with 32-bit immediate 'val'. */
985 /* Compare value from memory 'addr' with immediate value 'val'.
[all …]
H A Dzend_jit_x86.dasc446 * x86_64 cmp instruction doesn't support immediate 64-bit operand, and full
/PHP-8.3/ext/session/
H A Dsession.c388 static zend_long php_session_gc(bool immediate) /* {{{ */ in php_session_gc() argument
395 if (immediate) { in php_session_gc()

Completed in 99 milliseconds