Searched refs:CONST (Results 1 – 13 of 13) sorted by relevance
/php-src/ext/tokenizer/tests/ |
H A D | token_get_all_TOKEN_PARSE_002.phpt | 9 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 D | nan-comparison-false.phpt | 6 echo "** CONST\n"; 20 ** CONST
|
/php-src/Zend/tests/generators/ |
H A D | get_return_types.phpt | 7 return; // CONST 15 return "str"; // CONST
|
/php-src/Zend/ |
H A D | zend_vm_def.h | 47 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) 2396 ZEND_VM_HANDLER(98, ZEND_FETCH_LIST_R, CONST|TMPVARCV, CONST|TMPVAR|CV) 3906 ZEND_VM_HANDLER(118, ZEND_INIT_USER_CALL, CONST, CONST|TMPVAR|CV, NUM) 4802 ZEND_VM_HOT_HANDLER(65, ZEND_SEND_VAL, CONST|TMPVAR, CONST|UNUSED|NUM) 7907 ZEND_VM_HANDLER(145, ZEND_DECLARE_CLASS_DELAYED, CONST, CONST) [all …]
|
H A D | zend_strtod.c | 303 #ifndef CONST 305 #define CONST /* blank */ macro 307 #define CONST const macro 1476 static CONST double 1486 static CONST double 1588 CONST char *s = *sp; 1604 (rvp, sp) U *rvp; CONST char **sp; in hexnan() 1610 CONST char *s; 2311 U *rv; CONST char *s0; BCinfo *bc; in bigcomp() 2526 CONST char *s, *s0, *s1; [all …]
|
H A D | README.md | 56 use any combination of the following op_types UNUSED, CONST, VAR, TMP and CV
|
/php-src/ext/opcache/tests/opt/ |
H A D | isset_var_001.phpt | 2 ISSET_ISEMPTY_VAR 001: CONST operand of ISSET_ISEMPTY_VAR must be converted to STRING
|
/php-src/ext/opcache/tests/jit/ |
H A D | const_001.phpt | 2 JIT CONST: defined
|
/php-src/ext/reflection/tests/ |
H A D | ReflectionParameter_DefaultValueConstant_basic2.phpt | 7 CONST TEST_CONST_1 = "Test Const 1";
|
/php-src/Zend/tests/type_declarations/ |
H A D | typed_properties_106.phpt | 2 CONST/CV should not be freed on failed reference assignment
|
/php-src/Zend/tests/grammar/ |
H A D | semi_reserved_005.phpt | 19 const CONST = 'const'; 96 echo Obj::CONST, PHP_EOL;
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_x86.dasc | 2457 …/* l = LOAD(_, a) ... v = SHIFT(l, CONST) ... STORE(l, a, v) => SKIP ... SKIP ... MEM_SHIFT_CONST … 8602 /* delay CONST->REG and MEM->REG moves to third pass */
|
H A D | ir_aarch64.dasc | 4737 /* delay CONST->REG and MEM->REG moves to third pass */
|
Completed in 105 milliseconds