dismiss Step into the future! Click here to switch to the beta php.net site
downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

FETCH_DIM_FUNC_ARG> <FETCH_CLASS
[edit] Last updated: Fri, 28 Jun 2013

view this page in

FETCH_CONSTANT

PHP code

<?php
/*
 * Fetch the constant value bound to the specified name (name) and stores it into a variable (result).
 * opcode number: 99
 */
define("FOO""something");
echo 
FOO;
?>

PHP opcodes

Function name: (null)

Compiled variables: none

line#op fetchextreturn operands
60 SEND_VAL     'FOO'
 1 SEND_VAL     'something'
 2 DO_FCALL  2  'define'
73 FETCH_CONSTANT   ~1 'FOO'
 4 ECHO     ~1
85 RETURN     1


add a note add a note User Contributed Notes FETCH_CONSTANT - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites