Home
last modified time | relevance | path

Searched refs:new (Results 476 – 500 of 4661) sorted by relevance

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

/PHP-5.4/Zend/tests/
H A Dns_037.phpt17 new X();
18 new Y\X();
19 new \X\X();
H A Dbug41209.phpt15 throw new ErrorException($errstr, 0, $errno, $errfile, $errline);
35 $env = new env();
36 $cache = new cache();
H A Dexception_handler_003.phpt17 $a = new test;
19 throw new Exception();
/PHP-5.4/ext/phar/tests/
H A Dphar_oo_001U.phpt17 $phar = new Phar($fname);
30 $phar = new MyPhar();
38 $phar = new Phar('test.phar');
/PHP-5.4/ext/standard/tests/strings/
H A Dbug55871.phpt27 $out = substr_replace(array(&$my_var), array(new test1), 40, 0);
30 $out = substr_replace(array(&$my_var), array(new test2), 40, 0);
33 $out = substr_replace(array(&$my_var), array(new test3), 40, 0);
/PHP-5.4/ext/soap/tests/bugs/
H A Dbug41097.phpt13 $soap = new SoapClient(null, array('uri' => 'http://uri/', 'location' => 'test://', 'exceptions' =>…
17 $soap->test(new SoapVar(array('Foo', 'Bar'), APACHE_MAP));
19 $soap->test(new SoapVar(array('Foo', 'Bar'), SOAP_ENC_ARRAY));
/PHP-5.4/ext/soap/tests/
H A Dclassmap003.phpt25 return new B(5);
32 $this->server = new SoapServer($wsdl, $options);
45 $client = new LocalSoapClient(dirname(__FILE__)."/classmap003.wsdl",
/PHP-5.4/ext/reflection/tests/
H A DReflectionObject_getConstant_error.phpt9 $rc = new ReflectionObject(new C);
17 var_dump($rc->getConstant(new C));
H A Dbug48757.phpt13 $func = new ReflectionFunction('test');
16 $func = new ReflectionFunction('another_test');
/PHP-5.4/ext/zip/tests/
H A Dbug47667.phpt13 $zip = new ZipArchive();
22 $zip = new ZipArchive();
30 $zip = new ZipArchive();
/PHP-5.4/ext/spl/internal/
H A Dinfiniteiterator.inc24 $it = new ArrayIterator(array(1,2,3));
25 $infinite = new InfiniteIterator($it);
26 $limit = new LimitIterator($infinite, 0, 5);
/PHP-5.4/ext/spl/tests/
H A Darray_024.phpt5 $obj = new ArrayObject(array(1,2));
12 $obj = new ArrayObject2(array(1,2));
H A Dbug47534.phpt5 $it1 = new RecursiveDirectoryIterator(dirname(__FILE__), FileSystemIterator::CURRENT_AS_PATHNAME);
9 $it2 = new RecursiveDirectoryIterator(dirname(__FILE__));
H A Dfixedarray_005.phpt6 $b = new stdClass;
8 $a = new SplFixedArray($b);
H A Diterator_070.phpt7 $recArrIt = new RecursiveArrayIterator($array);
9 $recItIt = new RecursiveIteratorIterator($recArrIt);
H A Dbug36258.phpt6 $diriter = new RecursiveIteratorIterator( new RecursiveDirectoryIterator('.') );
H A Dspl_iterator_apply_error_001.phpt7 throw new Exception('Broken callback');
10 $it = new RecursiveArrayIterator(array(1, 21, 22));
H A DSplDoublyLinkedList_isEmpty_empty.phpt7 // Create a new Doubly Linked List
8 $dll = new SplDoublyLinkedList();
H A Ddllist_008.phpt5 $obj = new SplDoublyLinkedList();
14 $obj = new SplDoublyLinkedList2();
H A Dfixedarray_006.phpt7 $a = new SplFixedArray($b);
11 $a[] = new stdClass;
/PHP-5.4/ext/standard/tests/array/
H A Darray_intersect_1.phpt30 $a = array("0.1" => new cr(9), "0.5" => new cr(12), 0 => new cr(23), 1=> new cr(4), 2 => new cr(-15…
31 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr( 3), 1=> new cr(4), 2 => new cr(-15…
/PHP-5.4/tests/lang/
H A Dforeach_with_object_001.phpt8 return new Test();
12 $obj = new Test();
H A Dbug27535.phpt17 $this->storage = new Class1();
23 $foo = new Class2();
/PHP-5.4/ext/snmp/tests/
H A Dsnmp-object-errno-errstr.phpt20 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
27 $session = new SNMP(SNMP::VERSION_2c, $hostname, 'timeout_community_432', $timeout, $retries);
35 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
42 $session = new SNMP(SNMP::VERSION_3, $hostname, 'somebogususer', $timeout, $retries);
52 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
58 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
64 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
70 $session = new SNMP(SNMP::VERSION_3, $hostname, $rwuser, $timeout, $retries);
80 $session = new SNMP(SNMP::VERSION_3, $hostname, $rwuser, $timeout, $retries);
/PHP-5.4/ext/phar/tests/cache_list/files/
H A Dwrite17.phar.inc6 $phar = new Phar($fname);
8 $p = new Phar(__FILE__);

Completed in 24 milliseconds

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