Home
last modified time | relevance | path

Searched refs:new (Results 501 – 525 of 4661) sorted by relevance

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

/PHP-5.4/ext/phar/tests/cache_list/files/
H A Dwrite13.phar2 $p = new Phar(__FILE__);
4 $p2 = new Phar(__FILE__);
H A Dwrite14.phar2 $p = new Phar(__FILE__);
4 $p2 = new Phar(__FILE__);
H A Dwrite10.phar2 $p = new Phar(__FILE__);
4 $p2 = new Phar(__FILE__);
/PHP-5.4/ext/spl/tests/
H A Dspl_iterator_caching_count_basic.phpt8 $i = new ArrayIterator(array(1,1,1,1,1));
9 $i = new CachingIterator($i,CachingIterator::FULL_CACHE);
H A DarrayObject_setIteratorClass_error1.phpt6 $ao = new ArrayObject(array('a'=>1,'b'=>2,'c'=>3));
16 $ao = new ArrayObject(array('a'=>1,'b'=>2,'c'=>3));
27 $ao = new ArrayObject(array('a'=>1,'b'=>2,'c'=>3), 0, "nonExistentClass");
36 $ao = new ArrayObject(array('a'=>1,'b'=>2,'c'=>3), 0, "stdClass");
H A Diterator_050.phpt18 $ar = new ArrayIterator(array('1','1,2','1,2,3','',NULL,array(),'FooBar',',',',,'));
19 $it = new MyRegexIterator($ar, '/(\d),(\d)/', RegexIterator::GET_MATCH);
22 $it = new MyRegexIterator($ar, '/(\d)/', RegexIterator::GET_MATCH);
H A Drecursive_tree_iterator_setprefixpart.phpt13 $it = new RecursiveArrayIterator($arr);
14 $it = new RecursiveTreeIterator($it);
18 $a = new stdClass();
/PHP-5.4/Zend/tests/
H A Derrmsg_003.phpt8 $a = new test;
13 $t = new test;
H A Dbug62763.phpt19 new test1;
20 new test2;
/PHP-5.4/ext/date/tests/
H A Ddate-set-timestamp.phpt6 $d = new DateTime( '@1217184864' );
9 $d = new DateTime();
/PHP-5.4/ext/standard/tests/general_functions/
H A Dbug44487.phpt13 throw new Exception();
18 $bar = new Foo();
/PHP-5.4/ext/standard/tests/array/
H A Drsort_object2.phpt55 new for_integer_rsort(11,33,30),
56 new for_integer_rsort(66,44,4),
57 new for_integer_rsort(-88,-5,5),
58 new for_integer_rsort(0.001,99.5,0.1)
63 new for_string_rsort("axx","AXX","ass"),
64 new for_string_rsort("t","eee","abb"),
65 new for_string_rsort("w","W", "c"),
66 new for_string_rsort("py","PY", "pt"),
/PHP-5.4/ext/mysqli/tests/
H A Dbug36949.phpt17 $this->mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket);
35 $this->mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket);
47 $A = new A();
48 $B = new B();
/PHP-5.4/Zend/tests/traits/
H A Dproperty008.phpt34 $classic = new SubclassClassicInheritance;
37 $a = new SubclassA;
40 $b = new SubclassB;
/PHP-5.4/ext/soap/tests/
H A Dtypemap012.phpt23 throw new SoapFault("Client", "Conversion Error");
33 $client = new TestSoapClient(dirname(__FILE__)."/classmap.wsdl",$options);
34 $book = new book();
/PHP-5.4/ext/phar/tests/
H A Dopen_for_write_newfile.phpt2 Phar: fopen a .phar for writing (new file)
20 $fp = fopen($pname . '/b/new.php', 'wb');
24 include $pname . '/b/new.php';
H A Dphar_construct_invalidurl.phpt10 $a = new Phar('http://should.fail.com');
15 $a = new Phar('http://');
20 $a = new Phar('http:/');
H A Dphar_dir_iterate.phpt13 $phar = new Phar($fname);
17 $newphar = new Phar($fname);
18 foreach (new RecursiveIteratorIterator($newphar) as $path => $obj) {
H A Dphar_oo_001.phpt17 $phar = new Phar($fname);
30 $phar = new MyPhar();
38 $phar = new Phar('test.phar');
/PHP-5.4/ext/dom/tests/
H A DDOMNode_insertBefore_error4.phpt6 This test checks the error message is raised when the refnode is a brand new node
15 $dom = new DOMDocument();
26 // could be a brand new node
H A Dbug36756.phpt9 $dom = new DOMDocument();
11 $xpath = new DOMXpath($dom);
19 $xpath = new DOMXpath($dom);
/PHP-5.4/ext/session/tests/
H A Dsession_set_save_handler_class_006.phpt37 $bar = new MySession7_Foo;
38 $handler = new MySession7;
39 $handler->foo = new MySession7_Foo;
/PHP-5.4/ext/soap/tests/bugs/
H A Dbug41004.phpt25 $client = new SoapClient($wsdl, array('location'=>'test://',"classmap" => $classmap, 'exceptions'=>…
26 $echo=new EchoRequest();
27 $in=new EchoBean();
H A Dbug42326.phpt30 $this->products = new SOAP_productDetailsType();
37 return new SOAP_GetProductsResponse();
41 $soap = new SoapServer(dirname(__FILE__).'/bug42326.wsdl', array('classmap' => $soap_admin_classmap…
/PHP-5.4/ext/standard/tests/serialize/
H A Dbug31402.phpt21 $this->A[1] = new TestX(1);
22 $this->A[2] = & new TestX(2);
28 $before = new TestY();

Completed in 132 milliseconds

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