Home
last modified time | relevance | path

Searched refs:out (Results 376 – 400 of 433) sorted by relevance

1...<<1112131415161718

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput15182 /-- This one is here because Perl gives out a grumbly error message (quite
/PHP-5.5/ext/phar/
H A DTODO8 X implement writing out of metadata to new manifest [Marcus]
/PHP-5.5/win32/build/
H A DMakefile93 …@$(CC) $(PHP_GLOBAL_OBJS) $(STATIC_EXT_OBJS) $(STATIC_EXT_LIBS) $(LIBS) $(PHPDLL_RES) /link /out:$…
H A Dconfig.w32.phpize.in88 ARG_ENABLE('object-out-dir', 'Alternate location for binary objects during build', '');
/PHP-5.5/ext/standard/
H A Duser_filters.c59 ZEND_ARG_INFO(0, out)
H A Durl_scanner_ex.re353 /* XXX: Crash avoidance. Need to work with reporter to figure out what goes wrong */
/PHP-5.5/sapi/apache2handler/
H A Dphp5apache2.dsp83 … oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS_i…
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja212 if you prefer to spit out anything in raw binary format, your data
233 made prior to this, proper header may have been sent out to the
715 This will effectively extract Japanese text out of $quote_str.
/PHP-5.5/ext/mbstring/oniguruma/win32/
H A DMakefile92 $(ARLIB) $(ARLIB_FLAGS) -out:$@ $(libobjs) $(encobjs)
/PHP-5.5/sapi/apache_hooks/
H A Dphp5apache_hooks.dsp83 …base:"0x60000000" /version:4.0 /dll /incremental:yes /debug /machine:I386 /out:"..\..\Debug_TS/php…
/PHP-5.5/ext/session/
H A Dsession.c249 static char *bin_to_readable(char *in, size_t inlen, char *out, char nbits) /* {{{ */ in bin_to_readable() argument
277 *out++ = hexconvtab[w & mask]; in bin_to_readable()
282 *out = '\0'; in bin_to_readable()
283 return out; in bin_to_readable()
/PHP-5.5/ext/phar/phar/
H A Dclicommand.inc236 $b = substr($what, 0, $l); // strip out initial $l
/PHP-5.5/sapi/pi3web/
H A Dphp5pi3web.dsp109 ….0 /dll /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libcmt.lib" /out:"..\Release_TS\php5…
/PHP-5.5/ext/ereg/regex/
H A Dtests162 # check out normal matching in the presence of back refs
427 # check out the STARTEND option
/PHP-5.5/ext/standard/tests/file/
H A Dfile.inc561 // dump the stat array so that its easy to figure out the error
639 // dump the stat array so that easy to figure out the error
/PHP-5.5/
H A DREADME.EXT_SKEL117 which will leave out also all module specific stuff and write just function
H A DREADME.PARAMETER_PARSING_API62 L - long, limits out-of-range numbers to LONG_MAX/LONG_MIN (long)
H A Drun-tests.php1811 …$out = system_with_timeout($cmd, $env, isset($section_text['STDIN']) ? $section_text['STDIN'] : nu…
1850 $output = preg_replace("/\r\n/", "\n", trim($out));
1855 if (isset($old_php) && preg_match("/^(.*?)\r?\n\r?\n(.*)/s", $out, $match)) {
/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…
/PHP-5.5/sapi/litespeed/
H A DREADME83 Usually, PHP support has been configured out of box, you don't need to
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c1382 goto out; in dbh_method_get()
1394 out: in dbh_method_get()
/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/ext/curl/
H A Dinterface.c3521 char *str = NULL, *out = NULL; in PHP_FUNCTION() local
3532 if ((out = curl_easy_unescape(ch->cp, str, str_len, &out_len))) { in PHP_FUNCTION()
3533 RETVAL_STRINGL(out, out_len, 1); in PHP_FUNCTION()
3534 curl_free(out); in PHP_FUNCTION()
/PHP-5.5/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt101 /* using zval_dump() to dump out the objects and its reference count */

Completed in 125 milliseconds

1...<<1112131415161718