Home
last modified time | relevance | path

Searched refs:ref (Results 151 – 175 of 368) sorted by relevance

12345678910>>...15

/PHP-8.2/ext/soap/
H A Dphp_schema.c1084 if (ref) { in schema_group()
1521 if (ref) { in schema_element()
1754 if (ref) { in schema_attribute()
1994 } else if (ref) { in schema_attributeGroup()
2080 if ((tmp = zend_hash_str_find_ptr(ht, ref, strlen(ref))) != NULL) { in schema_find_by_ref()
2083 ref = strrchr(ref, ':'); in schema_find_by_ref()
2084 if (ref) { in schema_find_by_ref()
2136 efree(attr->ref); in schema_attribute_fixup()
2524 if (attr->ref) { in delete_attribute()
2550 if (attr->ref) { in delete_attribute_persistent()
[all …]
/PHP-8.2/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:
H A Dserialization_arrays_003.phpt44 echo "\n\n--- 1,2 ref external:\n";
52 echo "\n\n--- 1,2,3 ref external:\n";
195 --- 1,2 ref external:
239 --- 1,2,3 ref external:
/PHP-8.2/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.2/tests/lang/
H A DforeachLoop.009.phpt10 $ref=&$refedArray;
18 $ref=&$refedArray;
26 $ref=&$refedArray;
40 $ref=&$refedArray;
H A DpassByReference_003.phpt10 function passbyRef(&$ref) {
12 var_dump($ref);
/PHP-8.2/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.2/sapi/phpdbg/
H A Dphpdbg_watch.c351 watch->ref = NULL;
429 if (watch->ref != NULL) {
437 coll->ref.type = WATCH_ON_REFCOUNTED;
439 coll->ref.coll = coll;
442 phpdbg_watch_backup_data(&coll->ref);
472 if (watch->ref != NULL) {
481 coll->ref.coll = coll;
482 phpdbg_update_watch_ref(&coll->ref);
485 phpdbg_watch_backup_data(&coll->ref);
491 } else if (watch->ref) {
[all …]
/PHP-8.2/ext/reflection/tests/
H A Dbug81611.phpt23 $ref = new \ReflectionClass(Foo::class);
26 $params = $ref->getMethod($method)->getParameters();
H A DReflectionReference_errors.phpt33 $ref = ReflectionReference::fromArrayElement($ary, 0);
34 var_dump(serialize($ref));
/PHP-8.2/ext/soap/tests/schema/
H A Dschema073.phpt2 SOAP XML Schema 73: SOAP 1.1 Array (document style, element with type ref)
14 <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="int[]"/>
H A Dschema058.phpt13 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
14 <attribute ref="enc12:arraySize" wsdl:arraySize="*"/>
H A Dschema060.phpt13 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
14 <attribute ref="enc12:arraySize" wsdl:arraySize="* 1"/>
/PHP-8.2/Zend/tests/arg_unpack/
H A Dtraversable_with_by_ref_parameters.phpt6 function test($val1, $val2, $val3, &$ref) {
7 $ref = 42;
/PHP-8.2/Zend/tests/arrow_functions/
H A D006.phpt9 $ref =& $id($var);
10 $ref++;
/PHP-8.2/Zend/tests/named_params/
H A Dvariadic.phpt15 foreach ($refs as &$ref) $ref++;
H A Dcall_user_func.phpt12 $test_ref = function(&$ref) {
13 $ref++;
35 call_user_func($test_ref, ref: null);
82 Warning: {closure}(): Argument #1 ($ref) must be passed by reference, value given in %s on line %d
/PHP-8.2/ext/soap/tests/soap12/
H A Dsoap12-test.inc111 function echoResolvedRef($ref) {
112 return $ref->RelativeReference->base.$ref->RelativeReference->href;
/PHP-8.2/ext/ldap/tests/
H A Dldap_count_references_basic.phpt15 "ref" => "cn=userA,$base",
20 "ref" => "cn=userB,$base",
/PHP-8.2/Zend/tests/list/
H A Dlist_reference_008.phpt31 $ref =& $a;
35 var_dump($ref);
/PHP-8.2/ext/spl/tests/
H A Ddit_002.phpt17 $ref = new ReflectionClass($class);
18 $obj = $ref->newInstance('glob://*');
/PHP-8.2/ext/fileinfo/libmagic/
H A Dcdf_time.c192 static const char *ref = "Sat Apr 23 01:30:00 1977"; in main() local
199 if (strcmp(ref, p) != 0) in main()
200 errx(1, "Error date %s != %s\n", ref, p); in main()
/PHP-8.2/Zend/tests/
H A Dbug43201.phpt17 $c->arr[0]["k2"] = $ref;
19 $ref = chop($undef);
20 $c->arr[$cnt]["k2"] = $ref;
29 Warning: Undefined variable $ref in %s on line %d
H A Dpow_ref.phpt9 $ref =& $b;

Completed in 63 milliseconds

12345678910>>...15