Home
last modified time | relevance | path

Searched refs:new (Results 551 – 575 of 4661) sorted by relevance

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

/PHP-5.4/Zend/tests/
H A Dbug30161.phpt8 throw new Exception;
29 $db = new hariCow;
H A Dbug47714.phpt20 $h = new handler();
24 throw new Exception('exception');
H A Ddereference_004.phpt12 $h[] = new stdclass;
21 $fo = new foo;
H A Dgc_008.phpt7 $a = new stdClass();
8 $a->a = new stdClass();
H A Dlsb_003.phpt2 ZE2 Late Static Binding creating a new class with 'static'
8 return new static();
H A Dbug30707.phpt21 throw new Exception;
25 $x = new C;
H A Dbug39721.phpt15 $foo = new test2();
23 $child = new test2_child();
/PHP-5.4/ext/reflection/tests/
H A DReflectionClass_newInstance_001.phpt35 $rcA = new ReflectionClass('A');
36 $rcB = new ReflectionClass('B');
37 $rcC = new ReflectionClass('C');
38 $rcD = new ReflectionClass('D');
39 $rcE = new ReflectionClass('E');
H A DReflectionMethod_getDeclaringClass_basic.phpt14 $methodInfo = new ReflectionMethod('B', 'foo');
17 $methodInfo = new ReflectionMethod('B', 'bar');
H A DReflectionObject___toString_basic1.phpt9 $f = new foo;
11 echo new ReflectionObject($f);
H A DReflectionObject_getConstants_error.phpt8 $rc = new ReflectionObject(new X);
H A Dbug53366.phpt9 $myClass = new UserClass;
12 $reflect = new ReflectionObject($myClass);
/PHP-5.4/tests/classes/
H A Dinterface_implemented.phpt48 $t = new base();
51 $t = new derived_a();
54 $t = new derived_b();
57 $t = new derived_c();
60 $t = new derived_d();
H A Dproperty_recreate_private.phpt22 $d = new D;
28 $d = new D;
34 $d = new D;
41 $c = new C;
47 $c = new C;
/PHP-5.4/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_006s.phpt7 $param = new SoapParam(new SoapVar(array(
8 new SoapVar('good', XSD_STRING),
9 new SoapVar('bad', XSD_STRING)
11 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
/PHP-5.4/ext/spl/tests/
H A DSplDoublyLinkedList_setIteratorMode_param_SplDoublyLinkedList.phpt7 $dll = new SplDoublyLinkedList(2);
8 $dll->setIteratorMode(new SplDoublyLinkedList(2));
H A Diterator_036.phpt14 $ar = new ArrayIterator(array(1, 2, 3));
16 test(new CachingIterator($ar, 0));
H A Dobserver_007.phpt5 $a = new SplObjectStorage;
6 $b = new SplObjectStorage;
H A Drecursiveiteratoriterator_getsubiterator_error.phpt8 $iterator = new RecursiveIteratorIterator(new RecursiveArrayIterator(array()));
H A Dspl_cachingiterator_setFlags_basic.phpt9 $ai = new ArrayIterator(array('foo', 'bar'));
11 $ci = new CachingIterator($ai);
H A Dspl_iterator_caching_getcache_error.phpt8 $i = new ArrayIterator(array(1,1,1,1,1));
9 $i = new CachingIterator($i);
/PHP-5.4/ext/phar/tests/cache_list/files/
H A Dwrite21.phar.inc6 $phar = new Phar($fname);
8 $p = new Phar(__FILE__);
H A Dwrite7.phar.inc6 $phar = new Phar($fname);
8 $p = new Phar(__FILE__);
/PHP-5.4/ext/dom/tests/
H A DDOMDocument_createEntityReference_basic.phpt2 DOMDocument::createEntityReference() should create a new entity reference node
12 $dom = new DOMDocument('1.0');
/PHP-5.4/scripts/dev/generate-phpt/src/codeSnippets/
H A Dobject.txt23 'instance of classWithToString' => new classWithToString(),
24 'instance of classWithoutToString' => new classWithoutToString(),

Completed in 59 milliseconds

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