Home
last modified time | relevance | path

Searched refs:ref (Results 276 – 300 of 382) sorted by relevance

1...<<111213141516

/php-src/Zend/tests/gh10168/
H A Dassign_untyped_prop_ref.phpt2 GH-10168: Assign prop ref
H A Dassign_prop_with_prop_ref.phpt2 GH-10168: Assign prop with prop ref
H A Dassign_untyped_prop_with_prop_ref.phpt2 GH-10168: Assign prop with prop ref
/php-src/Zend/tests/
H A Dgh11244-005.phpt2 GH-11244: Modifying a copied by-ref iterated array resets the array position (multiple copies)
H A Dobjects_032.phpt2 Covariant return-by-ref constraints
H A Dbug70083.phpt2 Bug #70083 (Use after free with assign by ref to overloaded objects)
H A Dbug72813.phpt2 Bug #72813 (Segfault with __get returned by ref)
H A Dassign_ref_to_overloaded_prop.phpt2 Cannot assign by reference to overloaded object, even if __get() returns by-ref
H A Dgh12102_1.phpt15 /* Intentionally declared after test() to avoid compile-time checking of ref args. */
H A Dgh12102_3.phpt15 /* Intentionally declared after test() to avoid compile-time checking of ref args. */
H A Dgh11222.phpt2 GH-11222: foreach by-ref may jump over keys during a rehash
/php-src/.github/workflows/
H A Dnightly.yml78 ref: ${{ matrix.branch.ref }}
172 ref: ${{ matrix.branch.ref }}
239 ref: ${{ matrix.branch.ref }}
368 ref: ${{ matrix.branch.ref }}
561 ref: ${{ matrix.branch.ref }}
635 ref: ${{ matrix.branch.ref }}
733 ref: ${{ matrix.branch.ref }}
749 withMysqli: ${{ matrix.branch.ref == 'PHP-8.1' }}
753 withMysqli: ${{ matrix.branch.ref == 'PHP-8.1' }}
759 withMysqli: ${{ matrix.branch.ref == 'PHP-8.1' }}
[all …]
/php-src/tests/lang/
H A Dfunc_get_arg.005.phpt14 $ref =& $a;
/php-src/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_refs.phpt14 // rc=1 singleton ref remains
/php-src/Zend/tests/readonly_props/
H A Dby_ref_foreach.phpt2 By-ref foreach over readonly property
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_102.phpt2 Compound assignment operator on static property holding ref
H A Dtyped_properties_067.phpt2 Iterable typed properties must be accepted to by-ref array arguments
/php-src/Zend/tests/generators/
H A Dyield_by_reference_optimization.phpt2 Make sure optimization does not interfere with yield by ref
/php-src/Zend/tests/type_declarations/intersection_types/
H A Dparsing_comment.phpt2 Intersection type and by-ref parameter parsing with comments
/php-src/ext/standard/tests/serialize/
H A Dserialization_objects_014.phpt44 echo "\n\n--- a,b ref external:\n";
52 echo "\n\n--- a,b,c ref external:\n";
195 --- a,b ref external:
239 --- a,b,c ref external:
/php-src/ext/standard/tests/array/
H A Darray_map_variation19.phpt19 $ref =& $arr2[0];
/php-src/tests/classes/
H A Dstatic_properties_003_error4.phpt12 $c->y =& $ref;
/php-src/ext/date/tests/
H A DDatePeriod_by_ref_iterator.phpt2 DatePeriod by-ref iterator
/php-src/ext/opcache/jit/ir/
H A Dir.h326 _(LOAD, l2, src, ref, ___) /* load from memory */ \
327 _(STORE, s3, src, ref, def) /* store to memory */ \
390 #define IR_IS_CONST_REF(ref) ((ref) < 0) argument
706 void ir_set_op(ir_ctx *ctx, ir_ref ref, int32_t n, ir_ref val);
708 IR_ALWAYS_INLINE void ir_set_op1(ir_ctx *ctx, ir_ref ref, ir_ref val) in ir_set_op1() argument
710 ctx->ir_base[ref].op1 = val; in ir_set_op1()
713 IR_ALWAYS_INLINE void ir_set_op2(ir_ctx *ctx, ir_ref ref, ir_ref val) in ir_set_op2() argument
715 ctx->ir_base[ref].op2 = val; in ir_set_op2()
718 IR_ALWAYS_INLINE void ir_set_op3(ir_ctx *ctx, ir_ref ref, ir_ref val) in ir_set_op3() argument
720 ctx->ir_base[ref].op3 = val; in ir_set_op3()
[all …]
/php-src/ext/soap/tests/bugs/
H A Dbug41566.phpt65 …i:type="xsd:string">newUser</sName></item><item enc:ref="#ref1"/><item enc:ref="#ref1"/><item enc:

Completed in 36 milliseconds

1...<<111213141516