Home
last modified time | relevance | path

Searched refs:ref (Results 176 – 200 of 222) sorted by relevance

123456789

/PHP-7.3/ext/ldap/tests/
H A Dldap_parse_result_basic.phpt18 "ref" => "cn=userA,$base",
/PHP-7.3/ext/soap/tests/schema/
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 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 Dschema081.phpt12 <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="int[]"/>
H A Dschema029.phpt15 <attribute ref="enc12:arraySize" wsdl:arraySize="* 1"/>
/PHP-7.3/Zend/tests/arg_unpack/
H A Dby_ref.phpt2 Argument unpacking with by-ref arguments
/PHP-7.3/ext/spl/tests/
H A Dfixedarray_021.phpt39 /* foreach by ref */
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug29839.wsdl9 <attribute ref="xml:lang" use="required"/>
H A Dbug34453.wsdl9 <attribute ref="xml:lang" use="required"/>
H A Dbug30106.phpt2 Bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFault exception)
/PHP-7.3/ext/soap/tests/soap12/
H A DT56.phpt24 <inputString enc:ref="#data-2" xsi:type="xsd:string" />
H A DT57.phpt22 <test:inputString enc:ref="#data" xsi:type="xsd:string" />
H A DT76_2.phpt22 <inputString enc:ref="data" xsi:type="xsd:string" />
/PHP-7.3/ext/phar/tests/
H A Dtest_alias_unset.phpt34 $a = file_get_contents($pname . '/file1.txt'); // this fails because $fname2 ref exists
/PHP-7.3/sapi/cli/
H A Dphp_cli.c1086 zval arg, ref; in do_cli() local
1111 object_init_ex(&ref, pce); in do_cli()
1115 zend_call_method_with_1_params(&ref, pce, &pce->constructor, "__construct", NULL, &arg); in do_cli()
1126 zend_call_method_with_1_params(NULL, reflection_ptr, NULL, "export", NULL, &ref); in do_cli()
1128 zval_ptr_dtor(&ref); in do_cli()
/PHP-7.3/Zend/
H A Dzend_vm_def.h6136 zval *ref; variable
6144 zend_reference *ref; variable
6147 GC_ADDREF(ref);
6500 zval *ref = NULL; variable
6508 ref = value;
6550 zval *ref = NULL; variable
6557 ref = value;
7454 zend_reference *ref; variable
7498 ref = Z_REF_P(value);
7501 GC_ADDREF(ref);
[all …]
H A Dzend_types.h170 zend_reference *ref; member
696 #define Z_REF(zval) (zval).value.ref
1135 zend_reference *ref; \
1137 ref = Z_REF_P(_z); \
1138 ZVAL_COPY_VALUE(_z, &ref->val); \
1139 efree_size(ref, sizeof(zend_reference)); \
H A Dzend_vm_execute.h3500 zval *ref = NULL; local
3508 ref = value;
3549 zval *ref = NULL; local
3556 ref = value;
12566 ref = value;
18185 ref = value;
21475 zval *ref; local
21510 ref = value;
37700 ref = value;
37748 ref = value;
[all …]
/PHP-7.3/ext/imap/
H A Dphp_imap.c223 ZEND_ARG_INFO(0, ref)
229 ZEND_ARG_INFO(0, ref)
235 ZEND_ARG_INFO(0, ref)
271 ZEND_ARG_INFO(0, ref)
277 ZEND_ARG_INFO(0, ref)
1887 zend_string *ref, *pat; in PHP_FUNCTION() local
1903 mail_list(imap_le_struct->imap_stream, ZSTR_VAL(ref), ZSTR_VAL(pat)); in PHP_FUNCTION()
1926 zend_string *ref, *pat; in PHP_FUNCTION() local
1976 zend_string *ref, *pat, *content; in PHP_FUNCTION() local
2204 zend_string *ref, *pat; in PHP_FUNCTION() local
[all …]
/PHP-7.3/ext/opcache/
H A Dzend_file_cache.c351 zend_reference *ref; local
354 ref = Z_REF_P(zv);
355 UNSERIALIZE_PTR(ref);
356 zend_file_cache_serialize_zval(&ref->val, script, info, buf);
997 zend_reference *ref; local
1000 ref = Z_REF_P(zv);
1001 zend_file_cache_unserialize_zval(&ref->val, script, buf);
/PHP-7.3/ext/oci8/tests/
H A Dbug42841.phpt27 type cursortype is ref Cursor;

Completed in 195 milliseconds

123456789