Home
last modified time | relevance | path

Searched refs:out (Results 26 – 50 of 433) sorted by last modified time

12345678910>>...18

/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/sapi/nsapi/
H A Dnsapi-readme.txt111 the "code" parameter out. Your script can get the HTTP status code
/PHP-5.5/sapi/embed/
H A Dphp5embed.dsp52 # ADD LIB32 /nologo /out:"..\..\Debug_TS\php5embed.lib"
75 # ADD LIB32 /nologo /out:"..\..\Release_TS\php5embed.lib"
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c1702 goto out;
1731 goto out;
1751 goto out;
1769 goto out;
1782 goto out;
2002 out:
/PHP-5.5/sapi/cli/tests/
H A Dbug64529.phpt2 Bug #64529 (Ran out of opcode space)
H A Dcli_process_title_windows.phpt60 // I couldn't figure out a good way to navigate this, so we're "grep'ing" all possible
/PHP-5.5/sapi/cli/
H A Dphp_cli.c693 goto out; in do_cli()
710 goto out; in do_cli()
724 goto out; in do_cli()
1010 goto out; in do_cli()
1020 goto out; in do_cli()
1029 goto out; in do_cli()
1175 out: in do_cli()
1190 goto out; in do_cli()
1321 goto out; in WinMain()
1365 goto out; in WinMain()
[all …]
H A Dphp_cli_server.c1317 goto out; in php_network_listen_socket()
1383 goto out; in php_network_listen_socket()
1388 goto out; in php_network_listen_socket()
1391 out: in php_network_listen_socket()
2289 goto out; in php_cli_server_ctor()
2297 goto out; in php_cli_server_ctor()
2303 goto out; in php_cli_server_ctor()
2318 goto out; in php_cli_server_ctor()
2329 goto out; in php_cli_server_ctor()
2339 out: in php_cli_server_ctor()
[all …]
/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/sapi/caudium/
H A Dconfig.m432 AC_MSG_ERROR(Failed to figure out Pike module and include directories)
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI70 Don't load mod_php, by the way. Make sure it is commented out!
114 Be sure to run the php binary as an appropriate userid. Also, firewall out
H A Dcgi_main.c2122 goto out;
2184 goto out;
2204 goto out;
2238 goto out;
2568 out:
/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/
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)) {
H A Dphp.ini-development321 ; being interrupted by the user or a browser timing out. PHP's default behavior
455 ; out of your application such as database usernames and passwords or worse.
1657 ; Don't bail out by default.
H A Dphp.ini-production321 ; being interrupted by the user or a browser timing out. PHP's default behavior
455 ; out of your application such as database usernames and passwords or worse.
1657 ; Don't bail out by default.
H A Dphp5.spec.in35 # figure out configure options options based on what packages are installed
H A Dltmain.sh4970 This wrapper executable should never be moved out of the build directory.
/PHP-5.5/sapi/aolserver/
H A Dphp5aolserver.dsp57 …b odbccp32.lib /nologo /base:"0x62000000" /version:4.0 /dll /machine:I386 /out:"../../Release_TS/p…
83 …b odbccp32.lib /nologo /base:"0x62000000" /version:4.0 /dll /machine:I386 /out:"../../Release_TS_i…
109 …p32.lib /nologo /base:"0x62000000" /version:4.0 /dll /debug /machine:I386 /out:"..\..\Debug_TS/php…
/PHP-5.5/main/streams/
H A Dstreams.c357 static const char *_php_stream_pretty_free_options(int close_options, char *out) in _php_stream_pretty_free_options() argument
360 strcat(out, "CALL_DTOR, "); in _php_stream_pretty_free_options()
362 strcat(out, "RELEASE_STREAM, "); in _php_stream_pretty_free_options()
364 strcat(out, "PREVERSE_HANDLE, "); in _php_stream_pretty_free_options()
366 strcat(out, "RSRC_DTOR, "); in _php_stream_pretty_free_options()
368 strcat(out, "PERSISTENT, "); in _php_stream_pretty_free_options()
370 strcat(out, "IGNORE_ENCLOSING, "); in _php_stream_pretty_free_options()
371 if (out[0] != '\0') in _php_stream_pretty_free_options()
372 out[strlen(out) - 2] = '\0'; in _php_stream_pretty_free_options()
373 return out; in _php_stream_pretty_free_options()
[all …]
H A Dxp_socket.c647 goto out; in php_tcp_sockop_connect()
693 out: in php_tcp_sockop_connect()
/PHP-5.5/main/
H A Dphp_output.h104 php_output_buffer out; member
H A Drfc1867.c655 char buf[FILLUNIT], *out=NULL; in multipart_buffer_read_body() local
659 out = erealloc(out, total_bytes + read_bytes + 1); in multipart_buffer_read_body()
660 memcpy(out + total_bytes, buf, read_bytes); in multipart_buffer_read_body()
664 if (out) { in multipart_buffer_read_body()
665 out[total_bytes] = '\0'; in multipart_buffer_read_body()
669 return out; in multipart_buffer_read_body()
H A Dnetwork.c546 goto out;
554 goto out;
565 goto out;
588 out:
H A Doutput.c286 if (context.out.data && context.out.used) { in php_output_flush()
288 php_output_write(context.out.data, context.out.used TSRMLS_CC); in php_output_flush()
839 context->out.used = 0; in php_output_context_swap()
840 context->out.free = 0; in php_output_context_swap()
841 context->out.size = 0; in php_output_context_swap()
868 if (context->out.free && context->out.data) { in php_output_context_dtor()
1024 if (context->out.data && context->out.free) { in php_output_handler_op()
1030 context->out.free = 1; in php_output_handler_op()
1087 if (context.out.data && context.out.used) { in php_output_op()
1094 sapi_module.ub_write(context.out.data, context.out.used TSRMLS_CC); in php_output_op()
[all …]

Completed in 158 milliseconds

12345678910>>...18