Home
last modified time | relevance | path

Searched refs:ref (Results 126 – 150 of 376) sorted by relevance

12345678910>>...16

/PHP-8.3/Zend/tests/
H A Dbug63734.phpt8 public $ref;
11 $this->ref = $this;
H A Dclass_on_object.phpt8 $ref =& $obj;
9 var_dump($ref::class);
/PHP-8.3/ext/standard/tests/array/
H A Dunexpected_array_mod_bug_variation1.phpt13 usort($array, function($a, $b) use (&$array, &$ref) {
15 $ref = $array;
H A Dbug79839.phpt12 array_walk($test, function(&$ref) {
13 $ref = []; // Should throw
/PHP-8.3/Zend/tests/generators/errors/
H A Dnon_ref_generator_iterated_by_ref_error.phpt2 Non-ref generators cannot be iterated by-ref
/PHP-8.3/ext/zend_test/tests/
H A Dopline_dangling_02.phpt12 function ref() {
23 var_dump(ref('string', 0));
H A Dopline_dangling.phpt14 function &ref() {
26 var_dump(ref());
/PHP-8.3/ext/reflection/tests/
H A D007.phpt11 $ref = new ReflectionClass($class);
22 var_dump($ref->newInstance());
36 var_dump($ref->newInstance(25));
46 var_dump($ref->newInstance(25, 42));
H A Dbug29268.phpt15 $ref = new reflectionMethod('B','doit');
16 $parameters = $ref->getParameters();
/PHP-8.3/Zend/tests/weakrefs/
H A Dgh10043-012.phpt23 $ref = WeakReference::create($map);
30 var_dump($ref->get());
/PHP-8.3/Zend/tests/fibers/
H A Dgh10496-001.phpt6 function x(&$ref) {
7 $ref = new class() {
/PHP-8.3/ext/dom/tests/
H A Duaf_doctype_iterator.phpt16 $ref = $dom->documentElement->firstChild;
17 $nodes = $ref->childNodes;
H A DDOMEntityReference_predefined_free.phpt7 $ref = new DOMEntityReference("amp");
8 var_dump($ref);
/PHP-8.3/Zend/tests/gh10168/
H A Dassign_prop_ref_with_prop_ref.phpt2 GH-10168: Assign prop ref with prop ref
H A Dassign_untyped_prop_ref_with_prop_ref.phpt2 GH-10168: Assign prop ref with prop ref
/PHP-8.3/.github/workflows/
H A Dnightly.yml70 …runs-on: ubuntu-${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' |…
85 ref: ${{ matrix.branch.ref }}
164 …image: ubuntu:${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' || …
177 ref: ${{ matrix.branch.ref }}
246 ref: ${{ matrix.branch.ref }}
352 …runs-on: ubuntu-${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' |…
361 ref: ${{ matrix.branch.ref }}
541 ref: ${{ matrix.branch.ref }}
617 ref: ${{ matrix.branch.ref }}
717 ref: ${{ matrix.branch.ref }}
[all …]
/PHP-8.3/ext/spl/tests/
H A Dfixedarray_002.phpt56 $ref = "value4";
57 $ref2 =&$ref;
58 $a[4] = $ref;
59 $ref = "value5";
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c184 return ref->prop ? ref->prop->flags : ZEND_ACC_PUBLIC; in prop_get_flags()
2528 ref->fptr = fptr; in ZEND_METHOD()
2530 intern->ptr = ref; in ZEND_METHOD()
3998 ref->attributes, 0, ref->ce, ZEND_ATTRIBUTE_TARGET_CLASS_CONST, in ZEND_METHOD()
3999 ref->ce->type == ZEND_USER_CLASS ? ref->ce->info.user.filename : NULL); in ZEND_METHOD()
5557 _property_string(&str, ref->prop, ZSTR_VAL(ref->unmangled_name), ""); in ZEND_METHOD()
5808 ce = ref->prop ? ref->prop->ce : intern->ce; in ZEND_METHOD()
5823 if (ref->prop && ref->prop->doc_comment) { in ZEND_METHOD()
5871 if (!ref->prop || !ZEND_TYPE_IS_SET(ref->prop->type)) { in ZEND_METHOD()
5891 RETVAL_BOOL(ref->prop && ZEND_TYPE_IS_SET(ref->prop->type)); in ZEND_METHOD()
[all …]
/PHP-8.3/ext/soap/
H A Dphp_schema.c1096 if (ref) { in schema_group()
1530 if (ref) { in schema_element()
1763 if (ref) { in schema_attribute()
2003 } else if (ref) { in schema_attributeGroup()
2089 if ((tmp = zend_hash_str_find_ptr(ht, ref, strlen(ref))) != NULL) { in schema_find_by_ref()
2092 ref = strrchr(ref, ':'); in schema_find_by_ref()
2093 if (ref) { in schema_find_by_ref()
2145 efree(attr->ref); in schema_attribute_fixup()
2533 if (attr->ref) { in delete_attribute()
2559 if (attr->ref) { in delete_attribute_persistent()
[all …]
/PHP-8.3/Zend/tests/readonly_props/
H A Dcache_slot.phpt22 $ref =& $this->prop3;
23 $ref = new stdClass;
81 $ref =& $this->prop3;
82 $ref = new stdClass;
H A Dreadonly_modification.phpt17 function byRef(&$ref) {}
42 $ref =& $test->prop;
47 $test->prop =& $ref;
/PHP-8.3/ext/standard/tests/serialize/
H A Dserialization_arrays_004.phpt27 echo "\n\n--- 1,2 ref container:\n";
34 echo "\n\n--- 1,2,3 ref container:\n";
95 --- 1,2 ref container:
153 --- 1,2,3 ref container:
/PHP-8.3/tests/lang/
H A DforeachLoop.009.phpt10 $ref=&$refedArray;
18 $ref=&$refedArray;
26 $ref=&$refedArray;
40 $ref=&$refedArray;
/PHP-8.3/ext/soap/tests/
H A Dbug71996.phpt15 $ref = array("foo");
16 $data = array(&$ref);
19 $ref = array("def" => "foo");
20 $data = array("abc" => &$ref);
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_watch.c349 watch->ref = NULL;
427 if (watch->ref != NULL) {
435 coll->ref.type = WATCH_ON_REFCOUNTED;
437 coll->ref.coll = coll;
440 phpdbg_watch_backup_data(&coll->ref);
470 if (watch->ref != NULL) {
479 coll->ref.coll = coll;
480 phpdbg_update_watch_ref(&coll->ref);
483 phpdbg_watch_backup_data(&coll->ref);
489 } else if (watch->ref) {
[all …]

Completed in 61 milliseconds

12345678910>>...16