Home
last modified time | relevance | path

Searched refs:out (Results 226 – 250 of 433) sorted by relevance

12345678910>>...18

/PHP-5.5/ext/sockets/
H A Dmulticast.h68 int php_string_to_if_index(const char *val, unsigned *out TSRMLS_DC);
H A Dmulticast.c66 int php_string_to_if_index(const char *val, unsigned *out TSRMLS_DC) in php_string_to_if_index()
77 *out = ind; in php_string_to_if_index()
88 static int php_get_if_index_from_zval(zval *val, unsigned *out TSRMLS_DC) in php_get_if_index_from_zval()
99 *out = Z_LVAL_P(val); in php_get_if_index_from_zval()
105 ret = php_string_to_if_index(Z_STRVAL_P(val), out TSRMLS_CC); in php_get_if_index_from_zval()
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_shuffle_basic.phpt48 echo "TEST FAILED.. Only $combinations out of a possible 24 combinations used\n";
/PHP-5.5/ext/standard/tests/streams/
H A Dproc_open_bug60120.phpt2 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes
H A Dproc_open_bug64438.phpt2 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes
/PHP-5.5/ext/standard/tests/network/
H A Dudp6loop.phpt5 /* If IPv6 is supported on the platform this will error out with code 111 -
/PHP-5.5/ext/date/tests/
H A Dmktime-3-64bit.phpt19 echo "out of range\n";
/PHP-5.5/ext/standard/tests/file/
H A Dbug47767.phpt14 $ret = exec('mklink rename_variation13tmp.lnk ' . __FILE__ .' 2>&1', $out);
H A Dbug60120.phpt2 Bug #60120 (proc_open hangs when data in stdin/out/err is getting larger or equal to 2048)
/PHP-5.5/ext/curl/tests/
H A Dbug48207.phpt16 // Figure out what handler to use
H A Dcurl_setopt_array_basic.phpt17 // Figure out what handler to use
/PHP-5.5/ext/oci8/tests/
H A Dcursors.phpt65 Warning: oci_fetch_assoc(): ORA-01002: fetch out of sequence in %s on line %d
/PHP-5.5/ext/pspell/
H A Dpspell.dsp56 …32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php…
57 …32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php…
83 … oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/p…
/PHP-5.5/ext/xmlreader/
H A Dxmlreader.dsp56 …lib winspool.lib /nologo /dll /debug /machine:I386 /nodefaultlib:"msvcrt" /out:"..\..\Debug_TS/php…
83 …lib winspool.lib /nologo /dll /debug /machine:I386 /nodefaultlib:"msvcrt" /out:"..\..\Debug_TS/php…
84 …r32.lib gdi32.lib winspool.lib /nologo /dll /incremental:no /machine:I386 /out:"..\..\Release_TS/p…
/PHP-5.5/ext/xmlwriter/
H A Dxmlwriter.dsp56 …lib winspool.lib /nologo /dll /debug /machine:I386 /nodefaultlib:"msvcrt" /out:"..\..\Debug_TS/php…
57 …kernel32.lib user32.lib gdi32.lib winspool.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/p…
84 …lib winspool.lib /nologo /dll /debug /machine:I386 /nodefaultlib:"msvcrt" /out:"..\..\Debug_TS/php…
/PHP-5.5/ext/dba/
H A Ddba.dsp56 … oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/p…
57 … oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/p…
83 …32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php…
84 …32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php…
/PHP-5.5/ext/gd/libgd/
H A Dgd_arc_f_buggy.c707 FILE *out;
726 out = fopen ("test/arctest.png", "wb");
727 if (!out)
732 gdImagePng (im, out);
733 fclose (out);
/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 …]
/PHP-5.5/ext/imap/
H A DIMAP_Win32_HOWTO.txt13 Search for 'ERASE'. Comment out the line that contains the ERASE command.
/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/build/
H A Dshtool1758 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1759 my_error=`grep -v '^ *+' $tmpfile.out`
1763 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1764 my_error=`grep -v '^ *+' $tmpfile.out`
1775 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1776 my_error=`grep -v '^ *+' $tmpfile.out`
1785 rm -f $tmpfile.c $tmpfile.out >/dev/null 2>&1
/PHP-5.5/main/
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()
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c1009 goto out; in mbfl_strpos()
1020 goto out; in mbfl_strpos()
1028 goto out; in mbfl_strpos()
1033 goto out; in mbfl_strpos()
1060 goto out; in mbfl_strpos()
1176 out: in mbfl_strpos()
1997 goto out; in mbfl_ja_jp_hantozen()
2004 goto out; in mbfl_ja_jp_hantozen()
2016 goto out; in mbfl_ja_jp_hantozen()
2029 goto out; in mbfl_ja_jp_hantozen()
[all …]
/PHP-5.5/sapi/cli/
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/ext/standard/tests/file/windows_links/
H A Dbug48746_2.phpt13 $ret = exec('mklink bug48746_tmp.lnk ' . __FILE__ .' 2>&1', $out);

Completed in 213 milliseconds

12345678910>>...18