Searched refs:STR (Results 1 – 13 of 13) sorted by relevance
/php-src/ext/standard/tests/serialize/ |
H A D | typed_property_ref_assignment_failure.phpt | 10 $s = <<<'STR' 12 STR; 19 $s = <<<'STR' 21 STR;
|
H A D | overwrite_untyped_ref.phpt | 8 $s = <<<'STR' 10 STR;
|
H A D | typed_property_ref_overwrite.phpt | 9 $s = <<<'STR' 11 STR;
|
H A D | unserialize_ref_to_overwritten_declared_prop.phpt | 5 $str = <<<STR 7 STR;
|
H A D | typed_property_ref_overwrite2.phpt | 9 $s = <<<'STR' 11 STR;
|
H A D | SplObjectStorage_object_reference.phpt | 8 $str = <<<STR 10 STR;
|
H A D | unserialize_overwrite_undeclared_protected.phpt | 10 $str = <<<STR 12 STR;
|
/php-src/ext/hash/tests/ |
H A D | xxhash_unserialize_memsize.phpt | 6 $str = <<<'STR' 8 STR; 16 $str = <<<'STR' 18 STR;
|
/php-src/Zend/tests/named_params/ |
H A D | __call.phpt | 20 $obj = new class { public function __toString() { return "STR"; } }; 34 a: a, b: STR 37 a: a, b: STR
|
/php-src/Zend/tests/gc/ |
H A D | gc_043.phpt | 5 $s = <<<'STR' 7 STR;
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_sigsafe.c | 6 #define STR(x) #x in ZEND_EXTERN_MODULE_GLOBALS() macro 7 #define EXP_STR(x) STR(x) in ZEND_EXTERN_MODULE_GLOBALS()
|
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeARM_32.c | 137 #define STR 0xe5000000 macro 2335 FAIL_IF(push_inst(compiler, STR | 0x2d0000 | (saved_reg_count >= 3 ? 16 : 8) in sljit_emit_op0() 2339 FAIL_IF(push_inst(compiler, STR | 0x8d0004 | (saved_reg_list[1] << 12) /* str rX, [sp, #4] */)); in sljit_emit_op0() 2343 FAIL_IF(push_inst(compiler, STR | 0x8d0008 | (saved_reg_list[2] << 12) /* str rX, [sp, #8] */)); in sljit_emit_op0() 3244 …FAIL_IF(push_inst(compiler, STR | 0x800000 | RN(SLJIT_SP) | (word_arg_offset << 10) | (offset - 4 … in softfloat_call_with_args()
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir.h | 310 _(STR, r0, ___, ___, ___) /* constant str ref */ \
|
Completed in 33 milliseconds