Home
last modified time | relevance | path

Searched refs:ref (Results 101 – 125 of 155) sorted by relevance

1234567

/PHP-5.6/ext/standard/tests/serialize/
H A Dserialization_objects_015.phpt39 echo "\n\n--- a,b ref container:\n";
55 echo "\n\n--- a,b,c ref container:\n";
162 --- a,b ref container:
250 --- a,b,c ref container:
/PHP-5.6/tests/lang/
H A Dfunc_num_args.004.phpt2 Pass same variable by ref and by value.
H A Dfunc_get_args.004.phpt2 Pass same variable by ref and by value.
/PHP-5.6/ext/soap/tests/schema/
H A Dschema056.phpt12 <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="int[]"/>
H A Dschema072.phpt13 <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="int[]"/>
H A Dschema061.phpt15 <attribute ref="enc12:arraySize" wsdl:arraySize="* 1"/>
H A Dschema023.phpt12 <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="int[]"/>
H A Dschema069.phpt11 <attribute ref="tns:int"/>
H A Dschema070.phpt11 <attributeGroup ref="tns:int_group"/>
H A Dschema081.phpt12 <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="int[]"/>
H A Dschema027.phpt12 <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="int[,]"/>
H A Dschema039.phpt13 <attributeGroup ref="tns:intGroup"/>
H A Dschema041.phpt10 <group ref="tns:testGroup"/>
H A Dschema029.phpt15 <attribute ref="enc12:arraySize" wsdl:arraySize="* 1"/>
/PHP-5.6/ext/oci8/tests/
H A Dbug44206.phpt2 Bug #44206 (Test if selecting ref cursors leads to ORA-1000 maximum open cursors reached)
/PHP-5.6/ext/reflection/
H A Dphp_reflection.c2340 ref->fptr = fptr; in ZEND_METHOD()
2342 intern->ptr = ref; in ZEND_METHOD()
4950 property_reference *ref; in ZEND_METHOD() local
4977 property_reference *ref; in _property_check_flag() local
5032 property_reference *ref; in ZEND_METHOD() local
5048 property_reference *ref; in ZEND_METHOD() local
5094 property_reference *ref; in ZEND_METHOD() local
5164 property_reference *ref; in ZEND_METHOD() local
5180 ce = tmp_ce = ref->ce; in ZEND_METHOD()
5203 property_reference *ref; in ZEND_METHOD() local
[all …]
/PHP-5.6/ext/ldap/tests/
H A Dldap_parse_result_basic.phpt18 "ref" => "cn=userA,$base",
/PHP-5.6/Zend/tests/arg_unpack/
H A Dby_ref.phpt2 Argument unpacking with by-ref arguments
/PHP-5.6/ext/spl/tests/
H A Dfixedarray_021.phpt39 /* foreach by ref */
/PHP-5.6/sapi/cli/
H A Dphp_cli.c1100 zval *arg, *ref; in do_cli() local
1126 ALLOC_ZVAL(ref); in do_cli()
1127 object_init_ex(ref, pce); in do_cli()
1128 INIT_PZVAL(ref); in do_cli()
1133 zend_call_method_with_1_params(&ref, pce, &pce->constructor, "__construct", NULL, arg); in do_cli()
1141 zend_call_method_with_1_params(NULL, reflection_ptr, NULL, "export", NULL, ref); in do_cli()
1143 zval_ptr_dtor(&ref); in do_cli()
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug34453.wsdl9 <attribute ref="xml:lang" use="required"/>
H A Dbug29839.wsdl9 <attribute ref="xml:lang" use="required"/>
/PHP-5.6/ext/soap/tests/soap12/
H A DT56.phpt24 <inputString enc:ref="#data-2" xsi:type="xsd:string" />
H A DT76_2.phpt22 <inputString enc:ref="data" xsi:type="xsd:string" />
/PHP-5.6/ext/phar/tests/
H A Dtest_alias_unset.phpt34 $a = file_get_contents($pname . '/file1.txt'); // this fails because $fname2 ref exists

Completed in 54 milliseconds

1234567