Home
last modified time | relevance | path

Searched refs:new (Results 3151 – 3175 of 4967) sorted by relevance

1...<<121122123124125126127128129130>>...199

/PHP-5.5/tests/classes/
H A Dprivate_003b.phpt28 $t = new fail();
/PHP-5.5/tests/lang/
H A DforeachLoop.011.phpt14 $a = new stdClass;
H A Dexecution_order.phpt28 $str = new strclass();
163 $c = new c();
/PHP-5.5/Zend/tests/traits/
H A Dproperty003.phpt24 $t = new TraitsTest;
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_open_variation1.phpt8 * Description: Create a new fileinfo resource.
/PHP-5.5/ext/intl/tests/
H A Dformatter_fail.phpt17 return new NumberFormatter($l, $s);
36 $fmt = new NumberFormatter();
H A Ddateformat_format.phpt77 $d1 = new DateTime("2010-01-01 01:02:03", new DateTimeZone("UTC"));
78 $d2 = new DateTime("2000-12-31 03:04:05", new DateTimeZone("UTC"));
79 $d2->setTimezone(new DateTimeZone("PDT"));
83 new StdClass(),
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options_libmysql.phpt22 $db = new PDO($dsn, $user, $pass, array($option => $value));
53 $db = new PDO($dsn, $user, $pass);
/PHP-5.5/ext/spl/tests/
H A Dfileobject_003.phpt12 $o = new SplFileInfo($name);
22 $f = new SplFileObject($name);
H A Dobserver_005.phpt44 $storage = new MyStorage(1,2,3);
48 $storage->attach(new TestClass($value[0], $value[1], $value[2]));
/PHP-5.5/ext/simplexml/tests/
H A Dsxe_004.phpt77 $sxe = new SXETest((binary)$xml);
78 $rit = new RecursiveIteratorIterator($sxe, RecursiveIteratorIterator::SELF_FIRST);
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug30106.phpt18 $this->server = new SoapServer($wsdl, $options);
33 $client = new LocalSoapClient(dirname(__FILE__)."/bug30106.wsdl");
H A Dbug39815.phpt22 $this->server = new SoapServer($wsdl, $options);
35 $x = new LocalSoapClient(NULL,array('location'=>'test://',
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_001w.phpt17 $struct = new SOAPStruct('arg',34,325.325);
18 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_rpcenc.wsdl",array("trace"=>1,"e…
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_isIterateable_001.phpt33 $rc = new ReflectionClass($class);
39 $rc = new ReflectionClass('IteratorImpl');
/PHP-5.5/ext/pdo/
H A DREADME24 $dbh = new PDO("...", $user, $pass, array(PDO_ATTR_AUTOCOMMIT => true));
30 $dbh = new PDO("...", $user, $pass, array(PDO_ATTR_AUTOCOMMIT => false));
/PHP-5.5/ext/standard/tests/file/
H A Drealpath_variation-win32.phpt34 $obj1 = new object_temp("$name_prefix/realpath_variation/../././realpath_variation/home/tests/realp…
35 $obj2 = new object_temp("$name_prefix/realpath_variation/home/..///realpath_variation.tmp");
/PHP-5.5/ext/standard/tests/general_functions/
H A Dparse_ini_string_002.phpt24 test= \"new
109 %unicode|string%(8) "new
H A Dgettype_settype_variation6.phpt24 dump the variable to see its new data
25 get the new type of the variable
149 new point(NULL, NULL),
150 new point(2.5, 40.5),
151 new point(0, 0),
177 // check the new type after conversion
H A Dgettype_settype_variation8.phpt24 dump the variable to see its new data
25 get the new type of the variable
149 new point(NULL, NULL),
150 new point(2.5, 40.5),
151 new point(0, 0),
176 // check the new type after conversion
/PHP-5.5/Zend/tests/
H A Dbug29210.phpt67 $object = new test_class;
89 $object = new foo();
/PHP-5.5/sapi/cgi/tests/
H A D008.phpt27 $o = new test;
45 … style="color: #0000BB">$o&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span s…
/PHP-5.5/ext/phar/tests/
H A Dphar_convert_repeated.phpt25 echo "=================== new Phar() =======================\n";
26 $phar = new Phar($fname);
102 =================== new Phar() =======================
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_replace_variation3.phpt44 $obj_subject = new subject;
52 $obj_search = new search;
60 $obj_replace = new replace;
/PHP-5.5/ext/dom/tests/
H A Ddom001.phpt10 $dom = new domDocument;
44 echo "--------- creating a new attribute\n";
72 $myelement = new domElement("Silly", "Symphony");
163 --------- creating a new attribute

Completed in 78 milliseconds

1...<<121122123124125126127128129130>>...199