Home
last modified time | relevance | path

Searched refs:new (Results 601 – 625 of 4661) sorted by relevance

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

/PHP-5.4/ext/standard/tests/array/
H A Darray_fill_object.phpt179 /* 1 */ new Test(),
180 new Test1(100 , 101),
181 new Child_test1(100 , 101 , 102),
182 new Test2(100 , 101),
183 /* 5 */ new Child_test2(100 , 101 , 102),
184 new Test3(100 , 101),
185 new Child_test3(100 , 101 , 102),
186 new Test4( 100 , 101 , 102),
187 new Child_test4(100 , 101 , 102 , 103),
188 new ConcreteClass1(),
[all …]
H A Darray_fill_object_2_4.phpt179 /* 1 */ new Test(),
180 new Test1(100 , 101),
181 new Child_test1(100 , 101 , 102),
182 new Test2(100 , 101),
183 /* 5 */ new Child_test2(100 , 101 , 102),
184 new Test3(100 , 101),
185 new Child_test3(100 , 101 , 102),
186 new Test4( 100 , 101 , 102),
187 new Child_test4(100 , 101 , 102 , 103),
188 new ConcreteClass1(),
[all …]
/PHP-5.4/ext/spl/tests/
H A Dspl_autoload_008.phpt11 throw new Exception('Bla');
19 throw new Exception('Bla');
25 throw new Exception('Bla');
29 $obj = new MyAutoLoader;
H A DSplDoublyLinkedList_isEmpty_empty-with-parameter.phpt7 // Create a new Doubly Linked List
8 $dll = new SplDoublyLinkedList();
H A Dlimititerator_seek.phpt10 $lt = new LimitIterator(new ArrayIterator($a));
H A Drecursiveiteratoriterator_getsubiterator_variation_002.phpt10 $iterator = new RecursiveIteratorIterator(new RecursiveArrayIterator($sample_array));
H A Dbug31346.phpt5 $obj = new stdClass;
8 $ao = new ArrayObject($obj);
H A Dbug36825.phpt11 throw new Exception("hi");
15 $test = new foo();
/PHP-5.4/ext/phar/tests/
H A Dtest_alias_unset.phpt14 $phar = new Phar($fname);
19 $phar2 = new Phar($fname2);
26 $phar2 = new Phar($fname2); // fails because references open to $fname
31 $phar2 = new Phar($fname2); // succeeds because all refs are closed
/PHP-5.4/ext/json/tests/
H A Dserialize.phpt49 'obj' => new StdClass,
58 echo json_encode(new $class($adata)), "\n";
59 echo json_encode(new $class($ndata)), "\n";
60 echo json_encode(new $class($odata)), "\n";
/PHP-5.4/ext/reflection/tests/
H A DReflectionProperty_error.phpt10 var_dump(new ReflectionProperty());
11 var_dump(new ReflectionProperty('C::p'));
12 var_dump(new ReflectionProperty('C', 'p', 'x'));
13 $rp = new ReflectionProperty('C', 'p');
H A DReflectionObject_isInternal_error.phpt6 $r1 = new ReflectionObject(new stdClass);
H A DReflectionObject_isUserDefined_error.phpt5 $r1 = new ReflectionObject(new stdClass);
H A Dbug30209.phpt14 $class = new ReflectionClass($this);
24 $foo = new Foo;
H A Dbug36337.phpt10 $property = new ReflectionProperty(get_class($this),'_values');
22 $x = new myEnum();
H A Dbug37816.phpt11 $o = new TestClass;
13 $r = new ReflectionProperty($o, 'p');
H A Dbug53915.phpt11 $rc = new ReflectionClass('Foo');
20 $rc = new ReflectionClass('Foo2');
H A Dbug63614.phpt21 $reflect = new ReflectionFunction("dummy");
23 $reflect = new ReflectionMethod('Test', 'func');
/PHP-5.4/ext/phar/tests/cache_list/files/
H A Dwrite.phar.inc6 $phar = new Phar($fname);
8 $phar = new Phar(__FILE__);
H A Dwrite16.phar.inc6 $phar = new Phar($fname);
8 $p = new Phar(__FILE__);
H A Dwrite20.phar.inc6 $phar = new Phar($fname);
8 $p = new Phar(__FILE__);
H A Dwrite22.phar.inc6 $phar = new Phar($fname);
8 $p = new Phar(__FILE__);
H A Dwrite19.phar.inc6 $phar = new Phar($fname);
8 $p = new Phar(__FILE__);
H A Dwrite24.phar.inc6 $phar = new Phar($fname);
8 $p = new Phar(__FILE__);
/PHP-5.4/ext/mysqli/tests/
H A D064.phpt12 $mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
14 $stmt = new mysqli_stmt($mysql, "SELECT NULL FROM DUAL");

Completed in 32 milliseconds

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