Searched refs:instructions (Results 1 – 13 of 13) sorted by relevance
/PHP-8.3/benchmark/ |
H A D | generate_diff.php | 42 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 D | benchmark.php | 113 $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 D | domchardata.phpt | 40 $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 D | sccp_016.phpt | 2 SCCP 016: Used constant instructions should be replaced with QM_ASSIGN
|
/PHP-8.3/ext/pdo_odbc/tests/ |
H A D | long_columns.phpt | 19 // -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 D | imap_include.inc | 37 * setup instructions in ext/imap/tests/README.md
|
/PHP-8.3/docs/ |
H A D | self-contained-extensions.md | 50 The user instructions boil down to
|
H A D | release-process.md | 941 > If you're new to GPG, follow GitHub's instructions for
|
/PHP-8.3/sapi/litespeed/ |
H A D | README.md | 89 Brief instructions are as follow:
|
/PHP-8.3/ |
H A D | CONTRIBUTING.md | 137 [per the instructions on the documentation site](http://doc.php.net/tutorial/).
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 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 …]
|
H A D | magic私はガラスを食べられます | 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 D | zend_jit_arm64.dasc | 185 * 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