Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 22801 программист и 1206 роботов. Сейчас ищут 711 программистов ...
Приступая к работе

RECV_INIT

Вернуться к: Opcode Descriptions and Examples

PHP code

<?php
/*
 * Initialize a function argument with "value" if not received from caller.  Otherwise same as RECV.
 * opcode number: 64
 */
function hello($a=5){}
?>

PHP opcodes

Function name: (null)

Compiled variables: none

line#op fetchextreturn operands
60 NOP      
71 RETURN     1

Function name: hello

Compiled variables: !0=$a

line#op fetchextreturn operands
60 RECV_INIT     1,5
 1 RETURN     null


Вернуться к: Opcode Descriptions and Examples

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware