parent root
PHP: NOP - Manual
PHP 7.2.23 Release Announcement

NOP

PHP code

<?php
/*
 * no operation
 * opcode number: 0
 */
function A(){}; 
?>

PHP opcodes

Function name: (null)

Compiled variables: none

line#op fetchextreturn operands
60 NOP      
71 RETURN     1

Function name: A

Compiled variables: none

line#op fetchextreturn operands
60 RETURN     null
add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root