Home
last modified time | relevance | path

Searched refs:new (Results 1 – 25 of 4967) sorted by last modified time

12345678910>>...199

/PHP-5.5/win32/build/
H A Dphpize.js.in33 var module_dirs = new Array();
64 var re_dep_line = new RegExp("ADD_EXTENSION_DEP\\([^,]*\\s*,\\s*['\"]([^'\"]+)['\"].*\\)", "gm");
66 var deps = new Array();
86 var fc = new Enumerator(f.SubFolders);
93 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
98 item = new Module_Item(n, c, dir_line, deps, contents);
113 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
118 item = new Module_Item(n, c, dir_line, deps, contents);
153 var module_names = (new VBArray(MODULES.Keys())).toArray();
170 module_names = (new VBArray(MODULES.Keys())).toArray();
[all …]
/PHP-5.5/win32/
H A Dinstall.txt140 SYSTEM folder) before moving on with a new PHP installation. Be sure
142 php.ini might be useful in setting up the new PHP as well. And as
304 * Edit your new php.ini file. If you plan to use OmniHTTPd, do not
314 what is already built in. Note that on a new installation it is
346 To test if ActiveScript is working, create a new file, named test.wsf
447 (and should) skip this step. Under ISAPI Filters, add a new ISAPI
463 Extensions, choose "Add a new Web service extension", enter in a name
723 * In the Netscape Enterprise Administration Server create a new mime
744 * In the Netscape Enterprise Administration Server create a new mime
1309 ":/new/dir".
[all …]
/PHP-5.5/tests/output/
H A Dob_implicit_flush_variation_001.phpt86 'instance of classWithToString' => new classWithToString(),
87 'instance of classWithoutToString' => new classWithoutToString(),
H A Dob_start_basic_006.phpt62 $c = new c('originalID');
H A Dob_start_error_003.phpt13 $c = new C;
H A Dob_start_error_004.phpt13 $c = new C;
/PHP-5.5/tests/run-test/
H A Dtest009.phpt6 $foo = new Foo;
/PHP-5.5/tests/lang/
H A DpassByReference_005.phpt120 $c = new C($u1, $u2);
H A DpassByReference_006.phpt47 $c = new C($u1[0], $u2[0][1], $u3->a, $u4->a->b, $u5->a->b->c);
H A DpassByReference_007.phpt67 $myC = new C;
H A DreturnByReference.005.phpt18 $c = new C;
H A DreturnByReference.008.phpt24 $c = new C;
H A Dstatic_variation_002.phpt19 $c = new C;
32 $e = new E;
H A Dthis_assignment.phpt14 $b = new second();
32 $a = new first();
H A Dtype_hints_001.phpt17 $foo = new Foo;
18 $bar = new Bar;
H A Dtype_hints_002.phpt15 $o=new T();
16 $o->f(new P);
H A DforeachLoopIteratorAggregate.002.phpt14 return new stdClass;
33 foreach (new $className as $k=>$v) {
H A DforeachLoopIteratorAggregate.003.phpt43 return new EnglishMealIterator;
49 return new A1;
55 return new A2;
60 foreach (new A1 as $k=>$v) {
65 foreach (new A2 as $k=>$v) {
70 foreach (new A3 as $k=>$v) {
H A DforeachLoopIteratorAggregate.004.phpt50 return new c_iter($this);
56 $t = new c();
H A DforeachLoopObjects.001.phpt16 $obj = new C;
28 foreach (new C as $v) {
31 foreach (new C as $k => $v) {
H A DforeachLoopObjects.002.phpt87 $myC = new C;
91 $myD = new D;
95 $myE = new E;
101 $myC = new C;
105 $myD = new D;
109 $myE = new E;
115 $myC = new C;
118 $myC = new C;
121 $myC = new C;
125 $myD = new D;
[all …]
H A DforeachLoopObjects.003.phpt15 $obj = new C;
23 $obj = new C;
31 $obj = new C;
38 $obj = new C;
41 $newPropName = "new$counter";
52 $obj = new C;
55 $newPropName = "new$counter";
66 $obj = new C;
76 $obj = new C;
H A DforeachLoopObjects.004.phpt15 $obj = new C;
H A DforeachLoopObjects.005.phpt15 $obj = new C;
30 $obj = new C;
H A DforeachLoopObjects.006.phpt15 $obj = new C;
17 $obj2->a = "new a";
18 $obj2->b = "new b";
19 $obj2->c = "new c";
20 $obj2->d = "new d";
21 $obj2->e = "new e";
22 $obj2->f = "new f";
38 $obj = new C;
56 $obj = new C;
77 string(5) "new a"
[all …]

Completed in 49 milliseconds

12345678910>>...199