Home
last modified time | relevance | path

Searched refs:base (Results 176 – 200 of 368) sorted by relevance

12345678910>>...15

/PHP-7.4/ext/soap/tests/schema/
H A Dschema071.phpt11 <restriction base="SOAP-ENC:Array">
H A Dschema001.phpt10 <restriction base="xsd:int"/>
H A Dschema056.phpt11 <restriction base="SOAP-ENC:Array">
H A Dschema057.phpt11 <restriction base="SOAP-ENC:Array">
H A Dschema072.phpt12 <restriction base="SOAP-ENC:Array">
H A Dschema004.phpt12 <restriction base="tns:testType2"/>
H A Dschema005.phpt12 <restriction base="xsd:int"/>
H A Dschema011.phpt12 <restriction base="int"/>
H A Dschema012.phpt12 <restriction base="int"/>
H A Dschema018.phpt12 <restriction base="float"/>
H A Dschema019.phpt12 <restriction base="float"/>
H A Dschema058.phpt11 <restriction base="enc12:Array" xmlns:enc12="http://www.w3.org/2003/05/soap-encoding">
H A Dschema059.phpt11 <restriction base="enc12:Array" xmlns:enc12="http://www.w3.org/2003/05/soap-encoding">
H A Dschema073.phpt12 <restriction base="SOAP-ENC:Array">
/PHP-7.4/ext/ldap/tests/
H A Dldap_connect_error.phpt16 var_dump(ldap_connect("ldap://$host:$port/$base"));
H A Dldap_list_error.phpt20 var_dump(ldap_list($link, "$base", "(objectClass=*)", array(), 0, 0, 0, 0, [], "Additional data"));
H A Dldap_read_error.phpt20 var_dump(ldap_read($link, "$base", "(objectClass=*)", array(), 0, 0, 0, 0, [], "Additional data"));
/PHP-7.4/ext/standard/tests/math/
H A Dpow_variation1.phpt2 Test pow() function : usage variations - different data types as $base argument
11 /* Prototype : number pow ( number $base , number $exp )
H A Dpow_variation1_64bit.phpt2 Test pow() function : usage variations - different data types as $base argument
11 /* Prototype : number pow ( number $base , number $exp )
H A Dpow_basic_64bit.phpt39 foreach($bases as $base) {
40 echo "\n\nBase = $base";
43 $res = pow($base, $exponent);
H A Dpow_basic.phpt39 foreach($bases as $base) {
40 echo "\n\nBase = $base";
43 $res = pow($base, $exponent);
/PHP-7.4/ext/soap/
H A Dphp_schema.c202 xmlFree(base); in load_schema()
222 xmlFree(base); in load_schema()
250 xmlFree(base); in load_schema()
640 xmlAttrPtr base; in schema_restriction_simpleContent() local
643 if (base != NULL) { in schema_restriction_simpleContent()
744 xmlAttrPtr base; in schema_restriction_complexContent() local
748 if (base != NULL) { in schema_restriction_complexContent()
870 xmlAttrPtr base; in schema_extension_simpleContent() local
873 if (base != NULL) { in schema_extension_simpleContent()
925 xmlAttrPtr base; in schema_extension_complexContent() local
[all …]
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_getProperty_003.phpt243 Fully qualified property name X::pubC does not specify a base class of C
245 Fully qualified property name X::protC does not specify a base class of C
247 Fully qualified property name X::privC does not specify a base class of C
249 Fully qualified property name X::doesntExist does not specify a base class of C
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c755 sljit_ins base; in sljit_emit_enter() local
773 base = S(SLJIT_SP); in sljit_emit_enter()
780 base = S(TMP_REG2); in sljit_emit_enter()
830 sljit_ins base; in sljit_emit_return() local
839 base = S(SLJIT_SP); in sljit_emit_return()
843 base = S(TMP_REG1); in sljit_emit_return()
957 sljit_s32 tmp_ar, base, delay_slot; in getput_arg() local
973 base = arg & REG_MASK; in getput_arg()
1030 if (!base) in getput_arg()
1058 base = arg & REG_MASK; in emit_op_mem()
[all …]
/PHP-7.4/ext/spl/tests/
H A DarrayObject_ksort_basic2.phpt2 SPL: Test ArrayObject::ksort() function : basic functionality with object base store

Completed in 42 milliseconds

12345678910>>...15