Home
last modified time | relevance | path

Searched refs:instructions (Results 1 – 13 of 13) sorted by relevance

/PHP-8.3/benchmark/
H A Dgenerate_diff.php42 function formatInstructions(?int $instructions): string { argument
43 if ($instructions === null) {
46 if ($instructions > 1e6) {
47 return sprintf('%.0fM', $instructions / 1e6);
48 } elseif ($instructions > 1e3) {
49 return sprintf('%.0fK', $instructions / 1e3);
51 return (string) $instructions;
H A Dbenchmark.php113 $instructions = extractInstructionsFromValgrindOutput($process->stderr);
115 $instructions = gmp_strval(gmp_div_q($instructions, $repeat));
117 return ['instructions' => $instructions];
/PHP-8.3/ext/dom/tests/
H A Ddomchardata.phpt40 $comment = new DOMComment('instructions');
42 $comment->data = 'some more instructions';
71 Comment Value: instructions
72 New Comment Value: some more instructions
/PHP-8.3/ext/opcache/tests/opt/
H A Dsccp_016.phpt2 SCCP 016: Used constant instructions should be replaced with QM_ASSIGN
/PHP-8.3/ext/pdo_odbc/tests/
H A Dlong_columns.phpt19 // -download & instructions: http://www.microsoft.com/en-us/download/details.aspx?id=28160
21 // -follow instructions on web page and install script
/PHP-8.3/ext/imap/tests/setup/
H A Dimap_include.inc37 * setup instructions in ext/imap/tests/README.md
/PHP-8.3/docs/
H A Dself-contained-extensions.md50 The user instructions boil down to
H A Drelease-process.md941 > If you're new to GPG, follow GitHub's instructions for
/PHP-8.3/sapi/litespeed/
H A DREADME.md89 Brief instructions are as follow:
/PHP-8.3/
H A DCONTRIBUTING.md137 [per the instructions on the documentation site](http://doc.php.net/tutorial/).
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic12744 # assembler instructions: jnz 0729;cmp ebx,"TCPA"
12762 # assembler instructions: cmp ebx,"TCPA";cmp
13542 # assembler instructions: jmp 7C05
13544 # assembler instructions: pushfd;pushad
13546 # assembler instructions: jmp 05
13564 # assembler instructions: mov di,0600h;mov cx,0100h
13611 # assembler instructions: movw nametab,bx
13621 # assembler instructions: jmp short 0x58;nop;ASCII
13931 # unused assembler instructions short JMP y2;NOP;NOP
13937 # assembler instructions JMP C000;NOP
[all …]
H A Dmagic私はガラスを食べられます12744 # assembler instructions: jnz 0729;cmp ebx,"TCPA"
12762 # assembler instructions: cmp ebx,"TCPA";cmp
13542 # assembler instructions: jmp 7C05
13544 # assembler instructions: pushfd;pushad
13546 # assembler instructions: jmp 05
13564 # assembler instructions: mov di,0600h;mov cx,0100h
13611 # assembler instructions: movw nametab,bx
13621 # assembler instructions: jmp short 0x58;nop;ASCII
13931 # unused assembler instructions short JMP y2;NOP;NOP
13937 # assembler instructions JMP C000;NOP
[all …]
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_arm64.dasc185 * Used to guard the immediate encoding for add/adds/sub/subs/cmp/cmn instructions. */
191 …mine whether an immediate value can be encoded as the immediate operand of logical instructions. */

Completed in 242 milliseconds