Home
last modified time | relevance | path

Searched refs:base (Results 101 – 125 of 303) sorted by relevance

12345678910>>...13

/PHP-5.5/Zend/tests/traits/
H A Dinheritance003.phpt2 Trait method overrides base class method and satisfies prototype
/PHP-5.5/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 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 Dschema073.phpt12 <restriction base="SOAP-ENC:Array">
H A Dschema005.phpt12 <restriction base="xsd:int"/>
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 Dschema007.phpt13 <restriction base="xsd:int"/>
H A Dschema008.phpt13 <restriction base="xsd:int"/>
/PHP-5.5/ext/standard/tests/math/
H A Dpow_basic.phpt39 foreach($bases as $base) {
40 echo "\n\nBase = $base";
43 $res = pow($base, $exponent);
H A Dpow_basic_64bit.phpt39 foreach($bases as $base) {
40 echo "\n\nBase = $base";
43 $res = pow($base, $exponent);
/PHP-5.5/ext/reflection/tests/
H A Dbug49719.phpt2 Bug #49719 (ReflectionClass::hasProperty returns true for a private property in base class)
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
H A DReflectionClass_getProperty_004.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-5.5/ext/interbase/
H A Dconfig.m42 [ --with-interbase[=DIR] Include InterBase support. DIR is the InterBase base
/PHP-5.5/ext/date/lib/
H A Dtimelib.h90 void timelib_do_normalize(timelib_time *base);
91 void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt);
/PHP-5.5/ext/spl/tests/
H A DarrayObject_ksort_basic2.phpt2 SPL: Test ArrayObject::ksort() function : basic functionality with object base store

Completed in 119 milliseconds

12345678910>>...13