Home
last modified time | relevance | path

Searched refs:new (Results 101 – 125 of 4967) sorted by last modified time

12345678910>>...199

/PHP-5.5/tests/classes/
H A Dprotected_001b.phpt18 $t = new pass();
H A Dserialize_001.phpt38 $ser = serialize(new Test($data));
H A Dsingleton_001.phpt23 self::$m_instance = new Counter();
H A Dstatic_mix_2.phpt20 $t = new pass();
H A Dstatic_properties_003.phpt10 $c = new C;
H A Dstatic_properties_003_error1.phpt8 $c = new C;
H A Dstatic_properties_003_error2.phpt8 $c = new C;
H A Dstatic_properties_003_error3.phpt8 $c = new C;
H A Dstatic_properties_003_error4.phpt8 $c = new C;
H A Dstatic_this.phpt25 $obj = new TestClass;
26 TestClass::Test2(new stdClass);
H A Dthis.phpt37 $object = new Foo;
40 $other = new Foo;
H A Dtostring_001.phpt34 $o = new test1;
40 $o = new test2;
71 $o = new test3;
H A Dtostring_002.phpt21 $o = new Test;
24 $o = new Test;
H A Dtostring_003.phpt10 throw new Exception("Damn!");
22 $o = new Test;
H A Dtostring_004.phpt13 $obj = new stdClass;
28 $obj = new badToString;
H A Dtype_hinting_001.phpt29 $a = new FooBar;
30 $b = new Blort;
H A Dtype_hinting_002.phpt12 $o = new Foo;
H A Dtype_hinting_004.phpt20 call_user_func('f1', new A);
23 call_user_func('f2', new A);
45 call_user_func(array('C', 'f1'), new A);
48 call_user_func(array('C', 'f2'), new A);
69 $d = new D;
71 call_user_func(array($d, 'f1'), new A);
74 call_user_func(array($d, 'f2'), new A);
H A Dunset_properties.phpt74 $o = new Test;
86 echo $o->setPublicProperty('new publicProperty value via setter');
91 $o->publicProperty = 'new publicProperty value via public access';
121 echo $o->setPrivateProperty('new privateProperty value via setter');
136 __set "publicProperty" to "new publicProperty value via setter"
137 new publicProperty value via setter
140 new publicProperty value via public access
145 __set "protectedProperty" to "new protectedProperty value via setter"
147 new protectedProperty value via setter
152 __set "privateProperty" to "new privateProperty value via setter"
[all …]
H A Dfactory_and_singleton_003.phpt13 $obj = new test;
H A Dfactory_and_singleton_004.phpt13 $obj = new test;
H A Dfactory_and_singleton_005.phpt13 $obj = new test;
H A Dfactory_and_singleton_006.phpt13 $obj = new test;
H A Dfactory_and_singleton_007.phpt13 $obj = new test;
H A Dfactory_and_singleton_008.phpt13 $obj = new test;

Completed in 35 milliseconds

12345678910>>...199