Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/ext/hash/tests/
H A Dxxhash_unserialize_memsize.phpt6 $str = <<<'STR'
8 STR;
16 $str = <<<'STR'
18 STR;
/PHP-8.3/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-8.3/Zend/tests/
H A Dgc_043.phpt5 $s = <<<'STR'
7 STR;
/PHP-8.3/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-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c117 #define STR 0xe5000000 macro
2089 FAIL_IF(push_inst(compiler, STR | 0x2d0000 | (saved_reg_count >= 3 ? 16 : 8) in sljit_emit_op0()
2093 FAIL_IF(push_inst(compiler, STR | 0x8d0004 | (saved_reg_list[1] << 12) /* str rX, [sp, #4] */)); in sljit_emit_op0()
2097 FAIL_IF(push_inst(compiler, STR | 0x8d0008 | (saved_reg_list[2] << 12) /* str rX, [sp, #8] */)); in sljit_emit_op0()
2841 …FAIL_IF(push_inst(compiler, STR | 0x800000 | RN(SLJIT_SP) | (word_arg_offset << 10) | (offset - 4 … in softfloat_call_with_args()
3590 FAIL_IF(push_inst(compiler, STR | (1 << 21) | RN(SLJIT_SP) | RD(SLJIT_R3) | 8)); in sljit_emit_fmem()

Completed in 32 milliseconds