parent root
PHP: BOOL_NOT - Manual
PHP 7.2.23 Release Announcement

BOOL_NOT

PHP code

<?php
/*
 * Boolean (logical) not of "value"
 * opcode number: 13
 */
echo !1;
?>

PHP opcodes

Function name: (null)

Compiled variables: none

line#op fetchextreturn operands
60 BOOL_NOT   ~0 1
 1 ECHO     ~0
72 RETURN     1
add a noteadd a note

User Contributed Notes

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