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

FETCH_DIM_W

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

PHP code

<?php
/*
 * Fetch the value of the element at "index" in "array-value" to store it in "result".  Write-only?
 * opcode number: 84
 */
$a 1;
while(
$a 0){
    
$a 0;
}
/*$input =array(1,2,3);
while (list($var,) = @each($input)){
    unset($$var);
}*/
/*$a = array(1,2,3);
$x = 'a';
$$x[0] = 1;*/

/*while ($b = each($a)) {
  print $b;
}*/


?>

PHP opcodes

Function name: (null)

Compiled variables: !0=$a

line#op fetchextreturn operands
60 ASSIGN     !0,1
71 IS_SMALLER   ~1 0,!0
 2 JMPZ     ~1,->5
83 ASSIGN     !0,0
94 JMP     ->1
235 RETURN     1


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

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