ADD
کد PHP
<?php
/*
* Adds "value1" to "value2" and stores the result into "result".
* opcode number: 1
*/
echo 1 + 2;
?>
opcodeهای PHP
نام تابع: (null)
متغیر ترجمه شده: هیچ
| line | # | op | fetch | ext | return | operands |
|---|---|---|---|---|---|---|
| 6 | 0 | ADD | ~0 | 1,2 | ||
| 1 | ECHO | ~0 | ||||
| 7 | 2 | RETURN | 1 |
There are no user contributed notes for this page.
