Home
last modified time | relevance | path

Searched refs:CONST (Results 1 – 13 of 13) sorted by relevance

/php-src/ext/tokenizer/tests/
H A Dtoken_get_all_TOKEN_PARSE_002.phpt9 const CONST = 1;
10 const CONTINUE = (self::CONST + 1);
33 L3: T_STRING CONST
43 L4: T_STRING CONST
/php-src/tests/lang/operators/
H A Dnan-comparison-false.phpt6 echo "** CONST\n";
20 ** CONST
/php-src/Zend/tests/generators/
H A Dget_return_types.phpt7 return; // CONST
15 return "str"; // CONST
/php-src/Zend/
H A Dzend_vm_def.h47 ZEND_VM_HOT_NOCONSTCONST_HANDLER(1, ZEND_ADD, CONST|TMPVARCV, CONST|TMPVARCV)
106 ZEND_VM_HOT_NOCONSTCONST_HANDLER(2, ZEND_SUB, CONST|TMPVARCV, CONST|TMPVARCV)
206 ZEND_VM_COLD_CONSTCONST_HANDLER(4, ZEND_DIV, CONST|TMPVAR|CV, CONST|TMPVAR|CV)
251 ZEND_VM_COLD_CONSTCONST_HANDLER(5, ZEND_MOD, CONST|TMPVARCV, CONST|TMPVARCV)
299 ZEND_VM_COLD_CONSTCONST_HANDLER(6, ZEND_SL, CONST|TMPVARCV, CONST|TMPVARCV)
341 ZEND_VM_COLD_CONSTCONST_HANDLER(7, ZEND_SR, CONST|TMPVARCV, CONST|TMPVARCV)
2350 ZEND_VM_HANDLER(98, ZEND_FETCH_LIST_R, CONST|TMPVARCV, CONST|TMPVAR|CV)
3838 ZEND_VM_HANDLER(118, ZEND_INIT_USER_CALL, CONST, CONST|TMPVAR|CV, NUM)
4708 ZEND_VM_HOT_HANDLER(65, ZEND_SEND_VAL, CONST|TMPVAR, CONST|UNUSED|NUM)
7832 ZEND_VM_HANDLER(145, ZEND_DECLARE_CLASS_DELAYED, CONST, CONST)
[all …]
H A Dzend_strtod.c295 #ifndef CONST
297 #define CONST /* blank */ macro
299 #define CONST const macro
1484 static CONST double
1494 static CONST double
1596 CONST char *s = *sp;
1612 (rvp, sp) U *rvp; CONST char **sp; in hexnan()
1618 CONST char *s;
2319 U *rv; CONST char *s0; BCinfo *bc; in bigcomp()
2534 CONST char *s, *s0, *s1;
[all …]
H A DREADME.md56 use any combination of the following op_types UNUSED, CONST, VAR, TMP and CV
/php-src/ext/opcache/tests/opt/
H A Disset_var_001.phpt2 ISSET_ISEMPTY_VAR 001: CONST operand of ISSET_ISEMPTY_VAR must be converted to STRING
/php-src/ext/opcache/tests/jit/
H A Dconst_001.phpt2 JIT CONST: defined
/php-src/ext/reflection/tests/
H A DReflectionParameter_DefaultValueConstant_basic2.phpt7 CONST TEST_CONST_1 = "Test Const 1";
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_106.phpt2 CONST/CV should not be freed on failed reference assignment
/php-src/Zend/tests/grammar/
H A Dsemi_reserved_005.phpt19 const CONST = 'const';
96 echo Obj::CONST, PHP_EOL;
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc2255 …/* l = LOAD(_, a) ... v = SHIFT(l, CONST) ... STORE(l, a, v) => SKIP ... SKIP ... MEM_SHIFT_CONST …
8126 /* delay CONST->REG and MEM->REG moves to third pass */
H A Dir_aarch64.dasc4555 /* delay CONST->REG and MEM->REG moves to third pass */

Completed in 75 milliseconds