Php/docs/internals2.opcodes.return

来自菜鸟教程
跳转至:导航、​搜索

RETURN

PHP code

<?php/* * Return value from a funciton. * opcode number: 62 */return 1;?>

PHP opcodes

Function name: (null)

Compiled variables: none

line # op fetch ext return operands
6 0 RETURN       1
7 1 RETURN       1