Home
last modified time | relevance | path

Searched refs:new (Results 726 – 750 of 4661) sorted by relevance

1...<<21222324252627282930>>...187

/PHP-5.4/Zend/tests/
H A Ddereference_002.phpt13 $x[] = new foo;
18 $foo = new foo;
28 $x[] = new foo;
H A Dbug32799.phpt17 $p=new test;
18 $p=null; //destroy the object by a new assignment (segfault)
H A Dbug35239.phpt5 $a = new stdClass;
6 $a->x0 = new stdClass;
H A Dbug41075.phpt8 throw new Exception($errstr);
20 $t = new test;
/PHP-5.4/Zend/tests/traits/
H A Dlanguage013.phpt24 $o = new C1();
28 $p = new C2();
/PHP-5.4/ext/spl/tests/
H A DSplDoublyLinkedList_offsetUnset_negative-parameter.phpt7 // Create a new Doubly Linked List
8 $dll = new SplDoublyLinkedList();
H A Darray_018.phpt8 $foo = new ArrayObject();
20 $foo = new ArrayObject();
H A Dbug54304.phpt12 $h = new foo;
13 $i = new RegexIterator($h, '/^test(.*)/', RegexIterator::REPLACE);
H A Diterator_068.phpt24 $obj = new TestIteratorIterator(new Test);
H A DSplDoublyLinkedList_debug-info.phpt7 // Create a new Doubly Linked List
8 $dll = new SplDoublyLinkedList();
H A DarrayObject___construct_error2.phpt15 var_dump(new ArrayObject(new stdClass, 0, "C", "extra"));
H A Dbug40091.phpt12 $autloader1 = new MyAutoloader('dir1');
15 $autloader2 = new MyAutoloader('dir2');
/PHP-5.4/ext/reflection/tests/
H A D020.phpt17 $obj = new ReflectionObject(new Foo());
H A DReflectionObject___toString_basic2.phpt9 $f = new foo;
12 echo new ReflectionObject($f);
H A DReflectionObject_isInstantiable_error.phpt8 return new ReflectionObject(new self);
/PHP-5.4/ext/intl/tests/
H A Dbadargs.phpt10 $arg = new stdClass();
12 $rfunc = new ReflectionFunction($func);
H A Dbug59597_32.phpt9 $formatter = new \NumberFormatter('en', \NumberFormatter::DECIMAL);
13 $formatter = new \NumberFormatter('en', \NumberFormatter::DECIMAL);
H A Dbug59597_64.phpt9 $formatter = new \NumberFormatter('en', \NumberFormatter::DECIMAL);
13 $formatter = new \NumberFormatter('en', \NumberFormatter::DECIMAL);
/PHP-5.4/tests/lang/
H A Dcompare_objects_basic2.phpt15 $obj1 = new X();
16 $obj2 = new DateTime(("2009-02-12 12:47:41 GMT"));
/PHP-5.4/ext/phar/tests/
H A Dbug60164.phpt13 foreach (new RecursiveIteratorIterator(new Phar($phar, null, 'stuboflength1041.phar')) as $item) {
/PHP-5.4/ext/phar/tests/cache_list/
H A Dcopyonwrite9.phar.phpt13 $p = new Phar(__FILE__);
15 $p2 = new Phar(__FILE__);
/PHP-5.4/tests/classes/
H A Dproperty_override_private_privateStatic.phpt24 $a = new A;
27 $b = new B;
H A Dproperty_override_private_protectedStatic.phpt24 $a = new A;
27 $b = new B;
H A Dproperty_override_private_publicStatic.phpt24 $a = new A;
27 $b = new B;
/PHP-5.4/ext/tidy/tests/
H A D021.phpt8 var_dump(tidy_get_opt_doc(new tidy, 'some_bogus_cfg'));
10 $t = new tidy;

Completed in 20 milliseconds

1...<<21222324252627282930>>...187