Home
last modified time | relevance | path

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

123456789

/PHP-7.3/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);
H A DpassByReference_007.phpt39 function foo(&$ref) {
40 var_dump($ref);
41 $ref = "changed";
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_watch.c297 watch->ref = NULL;
375 if (watch->ref != NULL) {
383 coll->ref.type = WATCH_ON_REFCOUNTED;
385 coll->ref.coll = coll;
388 phpdbg_watch_backup_data(&coll->ref);
418 if (watch->ref != NULL) {
427 coll->ref.coll = coll;
428 phpdbg_update_watch_ref(&coll->ref);
431 phpdbg_watch_backup_data(&coll->ref);
437 } else if (watch->ref) {
[all …]
/PHP-7.3/Zend/tests/arg_unpack/
H A Dtraversable_with_by_ref_parameters.phpt6 function test($val1, $val2, $val3, &$ref) {
7 $ref = 42;
/PHP-7.3/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.3/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"/>
/PHP-7.3/ext/soap/tests/soap12/
H A Dsoap12-test.inc111 function echoResolvedRef($ref) {
112 return $ref->RelativeReference->base.$ref->RelativeReference->href;
/PHP-7.3/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.3/ext/spl/tests/
H A Ddit_002.phpt17 $ref = new ReflectionClass($class);
18 $obj = $ref->newInstance('glob://*');
/PHP-7.3/Zend/tests/list/
H A Dlist_reference_008.phpt31 $ref =& $a;
35 var_dump($ref);
/PHP-7.3/Zend/tests/
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)
/PHP-7.3/ext/soap/tests/
H A Dbug71711.phpt14 $ref = array("foo");
16 $data->prop =& $ref;
/PHP-7.3/ext/pdo_oci/tests/
H A Dpdo_oci_class_constants.phpt21 $ref = new ReflectionClass('PDO');
22 $constants = $ref->getConstants();
/PHP-7.3/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_001.phpt26 $ref = &$arg[0];
32 $ref = &$arg[0];
/PHP-7.3/tests/classes/
H A Dstatic_properties_004.phpt17 $ref = 'changed.one';
18 D::$p =& $ref;
/PHP-7.3/Zend/tests/generators/
H A Dreturn_from_by_ref_generator.phpt2 Return from by-ref generator

Completed in 51 milliseconds

123456789