Home
last modified time | relevance | path

Searched refs:ref (Results 76 – 100 of 218) sorted by relevance

123456789

/PHP-7.1/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:
H A Dserialization_arrays_003.phpt55 echo "\n\n--- 1,2 ref external:\n";
63 echo "\n\n--- 1,2,3 ref external:\n";
206 --- 1,2 ref external:
250 --- 1,2,3 ref external:
/PHP-7.1/ext/soap/tests/soap12/
H A Dsoap12-test.inc111 function echoResolvedRef($ref) {
112 return $ref->RelativeReference->base.$ref->RelativeReference->href;
H A DT59.phpt17 <item enc:id="data" xsi:type="xsd:string" enc:ref="#data">hello</item>
28 …</env:Code><env:Reason><env:Text>SOAP-ERROR: Encoding: Violation of id and ref information items '…
/PHP-7.1/ext/fileinfo/libmagic/
H A Dcdf_time.c188 static const char *ref = "Sat Apr 23 01:30:00 1977"; in main() local
195 if (strcmp(ref, p) != 0) in main()
196 errx(1, "Error date %s != %s\n", ref, p); in main()
/PHP-7.1/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"/>
H A Dschema038.phpt2 SOAP XML Schema 38: Structure with attributes (ref)
13 <attribute ref="tns:int"/>
H A Dschema083.phpt12 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
13 <attribute ref="enc12:arraySize" wsdl:arraySize="*"/>
H A Dschema025.phpt12 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
13 <attribute ref="enc12:arraySize" wsdl:arraySize="*"/>
H A Dschema028.phpt12 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
13 <attribute ref="enc12:arraySize" wsdl:arraySize="* 1"/>
/PHP-7.1/ext/spl/tests/
H A Ddit_002.phpt17 $ref = new ReflectionClass($class);
18 $obj = $ref->newInstance('glob://*');
/PHP-7.1/Zend/tests/
H A Dbug72543_5.phpt6 $ref =& $arr[0];
H A Dpow_ref.phpt9 $ref =& $b;
H A Dbw_or_assign_with_ref.phpt8 $ref =& $num2;
H A Dbug67856.phpt2 Bug #67856 (Leak when using array_reduce with by-ref function)
H A Dbug68163.phpt8 $ref =& $foo;
H A Dbug69376_2.phpt2 Bug #69376 (Wrong ref counting)
H A Dvarvars_by_ref.phpt7 $ref =& $name;
/PHP-7.1/ext/soap/tests/
H A Dbug71711.phpt14 $ref = array("foo");
16 $data->prop =& $ref;
/PHP-7.1/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_001.phpt26 $ref = &$arg[0];
32 $ref = &$arg[0];
/PHP-7.1/tests/lang/
H A DpassByReference_007.phpt39 function foo(&$ref) {
40 var_dump($ref);
41 $ref = "changed";
/PHP-7.1/Zend/tests/generators/
H A Dreturn_from_by_ref_generator.phpt2 Return from by-ref generator
/PHP-7.1/tests/classes/
H A Dstatic_properties_004.phpt17 $ref = 'changed.one';
18 D::$p =& $ref;

Completed in 50 milliseconds

123456789