Home
last modified time | relevance | path

Searched refs:new (Results 426 – 450 of 4661) sorted by relevance

1...<<11121314151617181920>>...187

/PHP-5.4/ext/xsl/tests/
H A Dbug33853.phpt13 $xsl = new DomDocument();
22 $inputdom = new DomDocument();
26 $proc = new XsltProcessor();
/PHP-5.4/ext/soap/tests/bugs/
H A Dbug40609.phpt11 $c = new SoapClient(dirname(__FILE__)."/bug40609.wsdl", array('trace' => 1, 'exceptions' => 0));
13 $c->update(array('symbol' => new SoapVar("<symbol>MSFT</symbol>", XSD_ANYXML),
14 'price' => new SoapVar("<price>1000</price>", XSD_ANYXML)));
H A Dbug50698_2.phpt10 new SoapClient(dirname(__FILE__) . '/bug50698_2.wsdl');
11 …echo "Call: \"new SoapClient(dirname(__FILE__).'/bug50698_2.wsdl');\" should throw an exception of…
16 …echo "Call: \"new SoapClient(dirname(__FILE__).'/bug50698_2.wsdl');\" threw a SoapFault with an in…
H A Dbug50698_3.phpt10 new SoapClient(dirname(__FILE__) . '/bug50698_3.wsdl');
11 …echo "Call: \"new SoapClient(dirname(__FILE__).'/bug50698_3.wsdl');\" should throw an exception of…
16 …echo "Call: \"new SoapClient(dirname(__FILE__).'/bug50698_3.wsdl');\" threw a SoapFault with an in…
/PHP-5.4/ext/reflection/tests/
H A DReflectionProperty_constructor_error.phpt13 $propInfo = new ReflectionProperty("NonExistentClass", "prop");
21 $propInfo = new ReflectionProperty($a, 'TestClass');
29 $propInfo = new ReflectionProperty('TestClass', "nonExistentProperty");
H A Dbug49092.phpt7 new \ReflectionFunction('ns\func');
8 new \ReflectionFunction('\ns\func');
/PHP-5.4/ext/phar/tests/
H A Dbug46032.phpt12 new phar($a);
18 new phar($a);
23 new phardata('0000000000000000000');
H A Dcreate_new_phar.phpt2 Phar: create a completely new phar
12 "brand new!\n");
25 brand new!
/PHP-5.4/ext/spl/tests/
H A Dbug49263.phpt7 $o1 = new stdClass;
8 $o2 = new stdClass;
10 $s = new splObjectStorage();
H A Dbug63680.phpt8 $a = new SplFixedArray(1);
9 $b = new SplFixedArray(1);
H A DSplObjectStorage_offsetGet.phpt8 $s = new SplObjectStorage();
9 $o1 = new stdClass();
H A Diterator_042.phpt14 $it = new AppendIterator;
17 $it->append(new ArrayIterator(array(1)));
18 $it->append(new ArrayIterator(array(21, 22)));
22 $it->append(new ArrayIterator(array(31, 32, 33)));
H A DSplObjectStorage_var_dump.phpt5 $o = new SplObjectStorage();
7 $o[new StdClass] = $o;
H A Darray_009.phpt8 $dir = new RecursiveIteratorIterator(new RecursiveArrayIterator($array), RecursiveIteratorIterator:…
H A Dbug31926.phpt8 $it = new RecursiveIteratorIterator(new RecursiveArrayIterator($array));
H A Diterator_038.phpt6 foreach(new NoRewindIterator(new ArrayIterator(array('Hello'=>0, 'World'=>1))) as $k => $v)
H A Dfixedarray_018.phpt5 $obj = new SplFixedArray(2);
12 $obj = new SplFixedArray2(2);
/PHP-5.4/ext/tidy/tests/
H A D023.phpt9 new tidy();
10 var_dump(new tidy());
14 $tidy = new tidy();
/PHP-5.4/Zend/tests/
H A D010.phpt22 $bar = new bar;
23 $foo = new foo;
38 var_dump(get_parent_class(new stdclass));
H A Dclosure_bug66622.phpt26 (new B)->foo();
27 (new B)->bar();
28 (new B)->baz();
H A Dclosure_044.phpt17 $a = new A();
29 $d = $nonstaticUnscoped->bindTo(new A, null); $d(); echo "\n";
30 $d = $nonstaticScoped->bindTo(new A, null); $d(); echo "\n";
37 $d = $nonstaticUnscoped->bindTo(new A, 'A'); $d(); echo "\n";
38 $d = $nonstaticScoped->bindTo(new A, 'A'); $d(); echo "\n";
H A Dbug38234.phpt7 throw new Exception();
11 $x = new Foo();
/PHP-5.4/ext/xmlreader/tests/
H A D012.phpt14 $reader = new XMLReader();
31 $reader = new XMLReader();
40 $reader = new XMLReader();
54 $reader = new XMLReader();
/PHP-5.4/ext/date/tests/
H A Dbug62896.phpt7 $tz = new DateTimeZone('Europe/Berlin');
11 $date = new DateTime('@'.strtotime('2012-08-22 00:00:00 CEST'));
19 $date = new DateTime('@'.strtotime('2012-08-22 00:00:00 CEST'));
28 $date = new DateTime('2012-08-22 00:00:00 CEST', $tz);
/PHP-5.4/ext/phar/tests/cache_list/files/
H A Dwrite8.phar2 $p = new Phar(__FILE__);
4 $p2 = new Phar(__FILE__);

Completed in 29 milliseconds

1...<<11121314151617181920>>...187