Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-8.3/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.3/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"/>
H A Dschema038.phpt2 SOAP XML Schema 38: Structure with attributes (ref)
14 <attribute ref="tns:int"/>
/PHP-8.3/Zend/tests/arg_unpack/
H A Dtraversable_with_by_ref_parameters.phpt6 function test($val1, $val2, $val3, &$ref) {
7 $ref = 42;
/PHP-8.3/Zend/tests/arrow_functions/
H A D006.phpt9 $ref =& $id($var);
10 $ref++;
/PHP-8.3/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.3/ext/standard/tests/serialize/
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.3/tests/lang/
H A DpassByReference_003.phpt10 function passbyRef(&$ref) {
12 var_dump($ref);
/PHP-8.3/ext/ldap/tests/
H A Dldap_count_references_basic.phpt15 "ref" => "cn=userA,$base",
20 "ref" => "cn=userB,$base",
/PHP-8.3/ext/soap/tests/soap12/
H A Dsoap12-test.inc111 function echoResolvedRef($ref) {
112 return $ref->RelativeReference->base.$ref->RelativeReference->href;
/PHP-8.3/Zend/tests/list/
H A Dlist_reference_008.phpt31 $ref =& $a;
35 var_dump($ref);
/PHP-8.3/ext/spl/tests/
H A Ddit_002.phpt17 $ref = new ReflectionClass($class);
18 $obj = $ref->newInstance('glob://*');
/PHP-8.3/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.3/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;
H A Dbw_or_assign_with_ref.phpt8 $ref =& $num2;
/PHP-8.3/ext/pdo_oci/tests/
H A Dpdo_oci_class_constants.phpt24 $ref = new ReflectionClass('PDO');
25 $constants = $ref->getConstants();
/PHP-8.3/ext/soap/tests/
H A Dbug71711.phpt14 $ref = array("foo");
16 $data->prop =& $ref;
/PHP-8.3/tests/classes/
H A Dstatic_properties_004.phpt17 $ref = 'changed.one';
18 D::$p =& $ref;
/PHP-8.3/Zend/tests/readonly_props/
H A Dreadonly_containing_object.phpt36 $ref =& $test->prop;
37 $ref = new stdClass;
/PHP-8.3/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_001.phpt26 $ref = &$arg[0];
32 $ref = &$arg[0];

Completed in 42 milliseconds

12345678910>>...16