Home
last modified time | relevance | path

Searched refs:ref (Results 101 – 125 of 377) sorted by relevance

12345678910>>...16

/php-src/Zend/tests/
H A Dreturn_ref_none.phpt2 Argument-less return from by-ref function
10 $ref =& test();
H A Dbug72543_5.phpt6 $ref =& $arr[0];
11 $ref =& $obj->prop;
H A Dbug70117.phpt13 $a = array("ref");
22 string(3) "ref"
H A Dbug50146.phpt10 $ref = new ReflectionObject($obj);
11 var_dump($ref->hasProperty('b'));
H A Dgh11244-004.phpt2 GH-11244: Modifying a copied by-ref iterated array resets the array position (with object)
11 $ref = &$obj->$p;
H A Dbug63762.phpt7 $ref = new ReflectionProperty($e, 'trace');
10 $ref->setValue($e, array(NULL));
15 $ref->setValue($e, array(array()));
19 $ref->setValue($e, array(array(
H A Dbug68262.phpt14 $ref =& $first->p;
15 unset($ref);
H A Dassign_typed_ref_result.phpt11 $ref =& $obj->prop;
12 var_dump($ref = 0);
/php-src/Zend/tests/gh10168/
H A Dassign_ref_with_prop_ref.phpt2 GH-10168: Assign ref with prop ref
H A Dassign_dim_ref_with_prop_ref.phpt2 GH-10168: Assign dim ref with prop ref
H A Dassign_static_untyped_prop_ref_with_prop_ref.phpt2 GH-10168: Assign static prop ref with prop ref
H A Dassign_static_prop_ref_with_prop_ref.phpt2 GH-10168: Assign static prop ref with prop ref
/php-src/ext/opcache/tests/jit/
H A Dassign_op_002.phpt14 $ref =& $obj->prop;
15 var_dump($ref &= 1);
H A Dassign_static_prop_op_001.phpt11 function ref () {
19 var_dump(Foo::$s -= ref());
H A Dassign_041.phpt15 $ref =& $obj->prop;
16 var_dump($ref = $val);
/php-src/Zend/
H A Dzend_execute.h110 #define ZEND_REF_TYPE_SOURCES(ref) \ argument
111 (ref)->sources
113 #define ZEND_REF_HAS_TYPE_SOURCES(ref) \ argument
114 (ZEND_REF_TYPE_SOURCES(ref).ptr != NULL)
116 #define ZEND_REF_FIRST_SOURCE(ref) \ argument
119 : (ref)->sources.ptr)
130 zend_refcounted *ref = NULL; in zend_copy_to_variable() local
133 ref = Z_COUNTED_P(value); in zend_copy_to_variable()
147 if (UNEXPECTED(GC_DELREF(ref) == 0)) { in zend_copy_to_variable()
148 efree_size(ref, sizeof(zend_reference)); in zend_copy_to_variable()
[all …]
/php-src/Zend/tests/nullsafe_operator/
H A D010.phpt2 Test fetch nested nullsafe property by ref
7 $ref = &$foo?->bar->baz;
/php-src/scripts/dev/
H A Dsearch_underscores.php47 $ref = new ReflectionClass($c); variable
48 if (!($ext = $ref->getExtensionName())) {;
49 $ext = $ref->isInternal() ? "<internal>" : "<user>";
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_098.phpt12 $ref =& $test->prop;
13 var_dump($ref);
/php-src/ext/gd/tests/
H A Dbug74031.phpt14 $ref = new ReflectionFunction('imagepng');
15 var_dump(count($ref->getParameters()));
/php-src/Zend/tests/weakrefs/
H A Dgh10043-015.phpt14 $ref = WeakReference::create($map);
20 var_dump($ref->get());
/php-src/ext/opcache/jit/ir/
H A Dir_php.h17 #define IR_SNAPSHOT_HANDLER(ctx, ref, insn, addr) \ argument
18 zend_jit_snapshot_handler(ctx, ref, insn, addr)
/php-src/tests/lang/
H A DpassByReference_004.phpt6 function foo(&$ref)
8 var_dump($ref);
/php-src/ext/dom/tests/
H A DDOMDocument_createEntityReference_basic.phpt11 $ref = $dom->createEntityReference('nbsp');
12 $dom->appendChild($ref);
/php-src/Zend/tests/attributes/
H A D027_trailing_comma_args.phpt14 $ref = new \ReflectionClass(Foo::class);
15 $attr = $ref->getAttributes()[0];

Completed in 51 milliseconds

12345678910>>...16