Home
last modified time | relevance | path

Searched refs:ref (Results 26 – 50 of 155) sorted by relevance

1234567

/PHP-5.6/tests/lang/
H A DreturnByReference.004.phpt26 …2. Trying to assign by reference the return value of a function that returns a constant by ref:\n";
33 echo "\n---> 3. Trying to assign by reference the return value of a function that returns by ref:\n…
49 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref:
55 ---> 3. Trying to assign by reference the return value of a function that returns by ref:
H A DreturnByReference.005.phpt27 …2. Trying to assign by reference the return value of a function that returns a constant by ref:\n";
34 echo "\n---> 3. Trying to assign by reference the return value of a function that returns by ref:\n…
50 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref:
56 ---> 3. Trying to assign by reference the return value of a function that returns by ref:
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-5.6/ext/dom/tests/
H A DDOMDocument_createEntityReference_basic.phpt13 $ref = $dom->createEntityReference('nbsp');
14 $dom->appendChild($ref);
/PHP-5.6/Zend/tests/
H A Dbug47353.phpt15 $ref = & $myArray[$i];
16 $ref[] = new stdClass();
H A Dbug50146.phpt10 $ref = new ReflectionObject($obj);
11 var_dump($ref->hasProperty('b'));
H A Dbug43201.phpt17 $c->arr[0]["k2"] = $ref;
19 $ref = chop($undef);
20 $c->arr[$cnt]["k2"] = $ref;
29 Notice: Undefined variable: ref in %sbug43201.php on line 14
/PHP-5.6/ext/ldap/tests/
H A Dldap_parse_reference_basic.phpt17 "ref" => "cn=userA,$base",
21 $ref = ldap_first_reference($link, $result);
24 ldap_parse_reference($link, $ref, $refs),
H A Dldap_first_reference_basic.phpt17 "ref" => "cn=userA,$base",
21 var_dump($ref = ldap_first_reference($link, $result));
23 ldap_parse_reference($link, $ref, $refs);
/PHP-5.6/ext/spl/internal/
H A Drecursivearrayiterator.inc49 if (empty($this->ref))
51 $this->ref = new ReflectionClass($this);
53 return $this->ref->newInstance($this->current());
56 private $ref;
H A Drecursivecachingiterator.inc56 if (!$this->ref)
58 $this->ref = new ReflectionClass($this);
60 $this->getChildren = $ref->newInstance($child, $this->flags);
78 private $ref;
H A Drecursivefilteriterator.inc52 if (empty($this->ref))
54 $this->ref = new ReflectionClass($this);
56 return $this->ref->newInstance($this->getInnerIterator()->getChildren());
59 private $ref;
/PHP-5.6/ext/reflection/tests/
H A Dbug29268.phpt15 $ref = new reflectionMethod('B','doit');
16 $parameters = $ref->getParameters();
H A D007.phpt11 $ref = new ReflectionClass($class);
22 var_dump($ref->newInstance());
32 var_dump($ref->newInstance(25));
42 var_dump($ref->newInstance(25, 42));
/PHP-5.6/Zend/tests/generators/errors/
H A Dnon_ref_generator_iterated_by_ref_error.phpt2 Non-ref generators cannot be iterated by-ref
/PHP-5.6/ext/spl/tests/
H A Dfixedarray_002.phpt53 $ref = "value4";
54 $ref2 =&$ref;
55 $a[4] = $ref;
56 $ref = "value5";
/PHP-5.6/ext/soap/
H A Dphp_schema.c1076 if (ref) { in schema_group()
1510 if (ref) { in schema_element()
1745 if (ref) { in schema_attribute()
1980 } else if (ref) { in schema_attributeGroup()
2070 ref = strrchr(ref, ':'); in schema_find_by_ref()
2071 if (ref) { in schema_find_by_ref()
2125 efree(attr->ref); in schema_attribute_fixup()
2126 attr->ref = NULL; in schema_attribute_fixup()
2521 if (attr->ref) { in delete_attribute()
2547 if (attr->ref) { in delete_attribute_persistent()
[all …]
/PHP-5.6/Zend/tests/arg_unpack/
H A Dtraversable_with_by_ref_parameters.phpt6 function test($val1, $val2, $val3, &$ref) {
7 $ref = 42;
/PHP-5.6/ext/standard/tests/serialize/
H A Dserialization_arrays_004.phpt38 echo "\n\n--- 1,2 ref container:\n";
45 echo "\n\n--- 1,2,3 ref container:\n";
113 --- 1,2 ref container:
185 --- 1,2,3 ref container:
/PHP-5.6/ext/fileinfo/libmagic/
H A Dcdf_time.c187 static const char *ref = "Sat Apr 23 01:30:00 1977"; in main() local
194 if (strcmp(ref, p) != 0) in main()
195 errx(1, "Error date %s != %s\n", ref, p); in main()
/PHP-5.6/ext/soap/tests/soap12/
H A Dsoap12-test.inc111 function echoResolvedRef($ref) {
112 return $ref->RelativeReference->base.$ref->RelativeReference->href;
/PHP-5.6/ext/soap/tests/schema/
H A Dschema058.phpt12 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
13 <attribute ref="enc12:arraySize" wsdl:arraySize="*"/>
H A Dschema073.phpt2 SOAP XML Schema 73: SOAP 1.1 Array (document style, element with type ref)
13 <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="int[]"/>
H A Dschema060.phpt12 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
13 <attribute ref="enc12:arraySize" wsdl:arraySize="* 1"/>

Completed in 37 milliseconds

1234567