/PHP-5.4/ext/reflection/tests/ |
H A D | ReflectionClass_toString_001.phpt | 24 Method [ <internal:Reflection> static public method export ] { 34 Property [ <default> public $name ] 51 Method [ <internal:Reflection> public method __toString ] { 57 Method [ <internal:Reflection> public method getName ] { 63 Method [ <internal:Reflection> public method isInternal ] { 81 Method [ <internal:Reflection> public method isCloneable ] { 99 Method [ <internal:Reflection> public method getEndLine ] { 117 Method [ <internal:Reflection> public method hasMethod ] { 124 Method [ <internal:Reflection> public method getMethod ] { 215 Method [ <internal:Reflection> public method isTrait ] { [all …]
|
H A D | ReflectionMethod_getModifiers_basic.phpt | 19 public function foo() { 33 public final function fin() {} 39 public function __clone() {} 41 public function __get($a) {} 45 public function __unset($a) {} 47 public function __isset($a) {} 51 public function __sleep() {} 53 public function __wakeup() {} 63 public function int(); 64 public function __clone(); [all …]
|
H A D | ReflectionObject_isInstantiable_variation.phpt | 7 public static function reflectionObjectFactory() { 13 public function __construct() {} 14 public static function reflectionObjectFactory() { 21 public static function reflectionObjectFactory() { 28 public static function reflectionObjectFactory() { 34 public function publicCtorOld() {} 35 public static function reflectionObjectFactory() { 42 public static function reflectionObjectFactory() { 49 public static function reflectionObjectFactory() {
|
/PHP-5.4/ext/oci8/tests/ |
H A D | reflection2.phpt | 30 Method [ <internal%s> public method load ] { 36 Method [ <internal%s> public method tell ] { 42 Method [ <internal%s> public method truncate ] { 49 Method [ <internal%s> public method erase ] { 57 Method [ <internal%s> public method flush ] { 83 Method [ <internal%s> public method read ] { 90 Method [ <internal%s> public method eof ] { 96 Method [ <internal%s> public method seek ] { 104 Method [ <internal%s> public method write ] { 119 Method [ <internal%s> public method size ] { [all …]
|
/PHP-5.4/tests/lang/ |
H A D | bug27439.phpt | 7 public $a = 1; 8 public $b = 2; 9 public $c = 3; 13 public $array = array(1,2,3); 14 public $string = "string"; 28 public function case1() { 34 public function case2() { 38 public function case3() { 42 public function case4() { 46 public function case5() { [all …]
|
/PHP-5.4/Zend/tests/ |
H A D | bug52614.phpt | 6 public $a1; 7 public $a2 = array(); 8 public $a3; 9 public $o1; 10 public $o2; 12 public function f1() { 16 public function f2() { 20 public function f3() { 25 public function f4() { 29 public function f5() { [all …]
|
H A D | bug60573.phpt | 7 public function setSelf(self $s) { } 13 public function setSelf(parent $s) { } 19 public function setSelf(Foo2 $s) { } 25 public function setSelf(parent $s) { } 34 public function setSelf(parent $s) { } 40 public function setSelf(Base $s) { } 46 public function setSelf(self $s) { } 52 public function setSelf(self $s) { } 58 public function setSelf(parent $s) { } 64 public function setSelf(parent $s) { } [all …]
|
H A D | lsb_020.phpt | 2 ZE2 Late Static Binding properties and methods declared as public and overridden as public. 6 public static $staticVar; 8 public static function staticFunction() { 12 public static function testStaticVar() { 18 public static function testStaticFunction() { 24 public static $staticVar; 26 public static function staticFunction() {
|
H A D | bug32674.phpt | 9 public function __construct() { 12 public function rewind() { 16 public function count() { 20 public function current() { 25 public function next() { 30 public function key() { 36 public function valid() { 44 public $dummy;
|
H A D | lsb_015.phpt | 9 public static function bla() { 12 public static function getException() { 19 public static function throwException_after() { 22 public static function throwException() { 25 public static function test() { 28 public static function who() { 32 public static function mycatch() { 48 public static function simpleCatch() { 59 public static function who() {
|
H A D | bug26010.phpt | 8 public $public = 'public'; 16 ["public"]=> 17 string(6) "public"
|
H A D | bug30702.phpt | 12 public $c1=bar::C1; 13 public $c2=bar::C2; 15 public $c3=self::C1; 16 public $c4=self::C2; 18 public $c5=foo::C1; 19 public $c6=parent::C1;
|
H A D | bug32993.phpt | 7 public $arr = array(); 9 public function rewind() { return reset($this->arr); } 10 public function current() { throw new Exception(); } 11 public function key() { return key($this->arr); } 12 public function next() { return next($this->arr); } 13 public function valid() { return (current($this->arr) !== false); }
|
/PHP-5.4/tests/classes/ |
H A D | clone_003.phpt | 9 public $p2 = 'base:2'; 10 public $p3 = 'base:3'; 11 public $p4 = 'base:4'; 12 public $p5 = 'base:5'; 14 public function __clone() { 19 public $p1 = 'test:1'; 20 public $p3 = 'test:3'; 21 public $p4 = 'test:4'; 22 public $p5 = 'test:5'; 23 public function __clone() {
|
H A D | private_members_serialization.phpt | 9 public $public = 'public'; 14 public function __sleep() 16 return array("\0foo\0private", 'protected', 'public'); 23 …2:"\0foo\0private";s:7:"private";s:12:"\0*\0protected";s:9:"protected";s:6:"public";s:6:"public";}"
|
H A D | bug26737.phpt | 9 public $public = 'public'; 11 public function __sleep() 13 return array('private', 'protected', 'public', 'no_such'); 22 …0private";s:7:"private";s:12:"\0*\0protected";s:9:"protected";s:6:"public";s:6:"public";s:7:"no_su…
|
H A D | array_conversion_keys.phpt | 9 public $public = 'public'; 17 'public' => 'public',
|
H A D | unset_properties.phpt | 15 public function __get($name) 20 public function __set($name, $value) 26 public function __isset($name) 32 public function getPublicProperty() 37 public function setPublicProperty($publicProperty) 42 public function unsetProtectedProperty() 47 public function getProtectedProperty() 57 public function unsetPrivateProperty() 62 public function getPrivateProperty() 73 // verifying public property [all …]
|
/PHP-5.4/ext/sqlite3/tests/ |
H A D | stream_test.inc | 6 public static $string_length = 10; 7 public static $string = "abcdefg\0hi"; 9 public function stream_open($path, $mode, $options, &$opened_path) 15 public function stream_read($count) 22 public function stream_write($data) 27 public function stream_stat() 32 public function stream_tell() 37 public function stream_eof()
|
/PHP-5.4/ext/standard/tests/serialize/ |
H A D | bug64146.phpt | 10 public $a = array(); 12 public function __construct() 21 public $b; 23 public function __construct($c) 28 public function serialize() 33 public function unserialize($data) 41 public $c; 43 public function __construct($c)
|
/PHP-5.4/ext/session/tests/ |
H A D | session_set_save_handler_iface_002.phpt | 22 public function open($path, $name); 23 public function close(); 24 public function read($id); 25 public function write($id, $data); 26 public function destroy($id); 27 public function gc($maxlifetime); 31 public $path; 41 public function close() { 45 public function read($id) { 53 public function destroy($id) { [all …]
|
/PHP-5.4/ext/standard/tests/class_object/ |
H A D | get_class_vars_variation2.phpt | 22 public $pub = "public var"; 26 static public $pubs = "public static var"; 84 string(10) "public var" 86 string(17) "public static var" 92 string(10) "public var" 98 string(17) "public static var" 108 string(10) "public var" 124 string(10) "public var" 136 string(10) "public var" 148 string(10) "public var" [all …]
|
/PHP-5.4/ext/spl/tests/ |
H A D | bug65328.phpt | 27 public function getHead() 36 public function find($uid) 71 public function getIterator() 140 public function getUid() 181 public function getData() 227 public function current() 235 public function key() 243 public function next() 251 public function rewind() 259 public function valid() [all …]
|
H A D | array_005.phpt | 11 public function __construct($id, $name) 17 public function __toString() 22 public function getId() 32 public function __construct(ArrayObject $students, Student $other) 38 public function accept() 49 public function __construct() 54 public function add(Student $student) 61 public function contains(Student $student) 72 public function getIterator() {
|
/PHP-5.4/sapi/cli/tests/ |
H A D | 005.phpt | 68 Method [ <internal:Core, ctor> public method __construct ] { 77 Method [ <internal:Core> public method __wakeup ] { 80 Method [ <internal:Core> final public method getMessage ] { 83 Method [ <internal:Core> final public method getCode ] { 86 Method [ <internal:Core> final public method getFile ] { 89 Method [ <internal:Core> final public method getLine ] { 92 Method [ <internal:Core> final public method getTrace ] { 95 Method [ <internal:Core> final public method getPrevious ] { 98 Method [ <internal:Core> final public method getTraceAsString ] { 101 Method [ <internal:Core> public method __toString ] {
|