Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/serialize/
H A Dtyped_property_ref_assignment_failure.phpt10 $s = <<<'STR'
12 STR;
19 $s = <<<'STR'
21 STR;
H A Doverwrite_untyped_ref.phpt8 $s = <<<'STR'
10 STR;
H A Dtyped_property_ref_overwrite.phpt9 $s = <<<'STR'
11 STR;
H A Dunserialize_ref_to_overwritten_declared_prop.phpt5 $str = <<<STR
7 STR;
H A Dtyped_property_ref_overwrite2.phpt9 $s = <<<'STR'
11 STR;
H A DSplObjectStorage_object_reference.phpt8 $str = <<<STR
10 STR;
H A Dunserialize_overwrite_undeclared_protected.phpt10 $str = <<<STR
12 STR;
/php-src/ext/hash/tests/
H A Dxxhash_unserialize_memsize.phpt6 $str = <<<'STR'
8 STR;
16 $str = <<<'STR'
18 STR;
/php-src/Zend/tests/named_params/
H A D__call.phpt20 $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 Dgc_043.phpt5 $s = <<<'STR'
7 STR;
/php-src/sapi/phpdbg/
H A Dphpdbg_sigsafe.c6 #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 DsljitNativeARM_32.c137 #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 Dir.h310 _(STR, r0, ___, ___, ___) /* constant str ref */ \

Completed in 33 milliseconds