Home
last modified time | relevance | path

Searched refs:out (Results 1 – 25 of 433) sorted by last modified time

12345678910>>...18

/PHP-5.5/win32/
H A Dphp5dll.dsp57 …:I386 /nodefaultlib:"libcmt" /nodefaultlib:"libc" /nodefaultlib:"libcmtd" /out:"c:\php-fcgi\php5nt…
83 …b resolv.lib tsrm.lib /nologo /dll /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release\php5nts…
109 …b Zend.lib resolv.lib /nologo /dll /machine:I386 /nodefaultlib:"libc.lib" /out:"Release/php5nts.dl…
110 …b tsrm.lib resolv.lib /nologo /dll /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release\php5nts…
H A Dphp5dllts.dsp58 …0 /dll /debug /machine:I386 /nodefaultlib:"libcmt" /nodefaultlib:"msvcrt" /out:"..\Debug_TS\php5ts…
84 …conv_a.lib /nologo /version:4.0 /dll /machine:I386 /nodefaultlib:"libcmt" /out:"..\Release_TS\php5…
110 …go /dll /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libcmt.lib" /out:"Release_TS/php5ts.…
111 …conv_a.lib /nologo /version:4.0 /dll /machine:I386 /nodefaultlib:"libcmt" /out:"..\Release_TS_inli…
137 ….0 /dll /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libcmt.lib" /out:"..\Release_TS\php5…
138 …lib /nologo /version:4.0 /dll /debug /machine:I386 /nodefaultlib:"libcmt" /out:"..\Release_TSDbg\p…
H A Dphp5ts.dsp56 …go /version:4.0 /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release_TS\php.…
81 …console /debug /machine:I386 /nodefaultlib:"libcd" /nodefaultlib:"libcmt" /out:"..\Debug_TS/php.ex…
108 …go /version:3.0 /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /out:"Release_TS\php.exe…
109 …go /version:4.0 /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release_TS_inli…
135 …go /version:4.0 /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release_TS\php.…
136 …sion:4.0 /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release_TSDbg\p…
H A Dphp5ts_cli.dsp56 …go /version:4.0 /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release_TS\cli\…
81 …console /debug /machine:I386 /nodefaultlib:"libcd" /nodefaultlib:"libcmt" /out:"..\Debug_TS\cli\ph…
108 …go /version:3.0 /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /out:"Release_TS\php.exe…
109 …go /version:4.0 /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release_TS_inli…
135 …go /version:4.0 /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release_TS\php.…
136 …sion:4.0 /subsystem:console /debug /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release_TSDbg\p…
H A Dinstall.txt390 commented out inside php.ini.
414 will check that the script file exists and sort out authentication
563 versions of httpd.conf, but it is commented out. Remember also to
829 page for all errors that could exist, leave the code parameter out.
1219 may be able to help you. You should check out the archive first, in
1699 be sure the directive isn't commented out (with a ;). Like all
H A Dphp5.dsp55 …go /version:3.0 /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release\php.exe…
80 …console /debug /machine:I386 /nodefaultlib:"libcd" /nodefaultlib:"libcmt" /out:"c:\php-fcgi\php.ex…
107 …go /version:3.0 /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /out:"Release\php.exe" /…
108 …go /version:3.0 /subsystem:console /machine:I386 /nodefaultlib:"libc.lib" /out:"..\Release\php.exe…
/PHP-5.5/win32/build/
H A Dconfutils.js1538 var out = "| ";
1580 out = "|";
1584 out += " ";
1586 out += " |";
1588 STDOUT.WriteLine(out);
1592 out = "|";
1598 out += " ";
1600 out += " |";
1603 out = "|";
1919 DEPS.WriteLine(out);
[all …]
H A Dphpize.js.in69 // now we need the extension name out of this thing
261 // Comment out the calls from their original positions
H A Dprojectgen.js41 var out = get_define("BUILD_DIR");
61 src.WriteLine('# PROP Intermediate_Dir "' + intpath + out + '\\' + path + libpath + '"');
605out = '/out:"' + outpath + "\\" + ext + type + '"' + ' /libpath:"' + outpath + '"' + ' /libpath:".…
606 tmpl = tmpl.replace(/OUTPATH/, out);
H A DMakefile93 …@$(CC) $(PHP_GLOBAL_OBJS) $(STATIC_EXT_OBJS) $(STATIC_EXT_LIBS) $(LIBS) $(PHPDLL_RES) /link /out:$…
H A Dconfig.w3289 ARG_ENABLE('object-out-dir', 'Alternate location for binary objects during build', '');
H A Dconfig.w32.phpize.in88 ARG_ENABLE('object-out-dir', 'Alternate location for binary objects during build', '');
/PHP-5.5/tests/output/
H A Dob_get_clean_basic_002.phpt14 $out = ob_get_clean();
15 $out = strtolower($out);
17 var_dump($out);
H A Dob_start_callbacks.phpt14 static function out($foo) {
18 $a = array('foo', 'out');
24 ob_start(array('foo', 'out'));
H A Dob_flush_basic_001.phpt22 $out = ob_flush();
23 var_dump($out);
H A Dob_clean_basic_001.phpt22 $out = ob_get_clean();
23 var_dump($out);
/PHP-5.5/tests/lang/
H A Dbug24396.phpt9 global $$k; // comment this out and it works in PHP 5 too..
H A D023.phpt158 commented out...
H A D024.phpt501 commented out...
726 commented out...
951 commented out...
1176 commented out...
1401 commented out...
1626 commented out...
1851 commented out...
2076 commented out...
2301 commented out...
2526 commented out...
[all …]
/PHP-5.5/
H A Dserver-tests.php186 if ($out != strlen($input)) {
229 $out = $match[2];
231 return $out;
541 $out = preg_split("/[\n\r]+/",$out);
543 foreach ($out as $line) {
575 $out = '';
586 return $out;
1386 $out = $r->response;
1395 $out = $match[2];
1410 echo "OUTPUT: \n$out\n";
[all …]
/PHP-5.5/sapi/pi3web/
H A DREADME10 You should have checked out and built the PHP5 source package from the
H A Dphp5pi3web.dsp109 ….0 /dll /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libcmt.lib" /out:"..\Release_TS\php5…
/PHP-5.5/sapi/roxen/
H A Dconfig.m430 AC_MSG_ERROR([Failed to figure out Pike module and include directories])
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch411 /* Figure out the host directory. */
820 - ** being that if we're using syslog() we leave out the date, because
1614 syslog( LOG_CRIT, "out of memory allocating a connecttab" );
2252 - "%.80s connection timed out reading",
2270 - "%.80s connection timed out sending",
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp55 HANDLE out; member
647 …context.out = CreateFile(fname, GENERIC_WRITE, FILE_SHARE_READ, NULL, CREATE_ALWAYS, FILE_FLAG_WRI… in stress_main()
648 if (context.out==INVALID_HANDLE_VALUE) { in stress_main()
711 if (context.out != INVALID_HANDLE_VALUE) CloseHandle(context.out); in stress_main()
780 if (c->out != INVALID_HANDLE_VALUE) in WriteClient()
781 return WriteFile(c->out, lpBuffer, *lpdwSize, lpdwSize, NULL); in WriteClient()

Completed in 101 milliseconds

12345678910>>...18