Home
last modified time | relevance | path

Searched refs:out (Results 301 – 325 of 425) sorted by relevance

1...<<11121314151617

/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c842 goto out; in mbfl_strpos()
853 goto out; in mbfl_strpos()
861 goto out; in mbfl_strpos()
866 goto out; in mbfl_strpos()
893 goto out; in mbfl_strpos()
1009 out: in mbfl_strpos()
1793 goto out; in mbfl_ja_jp_hantozen()
1800 goto out; in mbfl_ja_jp_hantozen()
1812 goto out; in mbfl_ja_jp_hantozen()
1825 goto out; in mbfl_ja_jp_hantozen()
[all …]
/PHP-7.4/win32/build/
H A Dconfutils.js1833 var out = "| ";
1877 out = "|";
1881 out += " ";
1883 out += " |";
1885 STDOUT.WriteLine(out);
1889 out = "|";
1896 out += " ";
1899 out += " |";
1902 out = "|";
2354 DEPS.WriteLine(out);
[all …]
/PHP-7.4/main/streams/
H A Dstreams.c338 static const char *_php_stream_pretty_free_options(int close_options, char *out) in _php_stream_pretty_free_options() argument
341 strcat(out, "CALL_DTOR, "); in _php_stream_pretty_free_options()
343 strcat(out, "RELEASE_STREAM, "); in _php_stream_pretty_free_options()
345 strcat(out, "PREVERSE_HANDLE, "); in _php_stream_pretty_free_options()
347 strcat(out, "RSRC_DTOR, "); in _php_stream_pretty_free_options()
349 strcat(out, "PERSISTENT, "); in _php_stream_pretty_free_options()
351 strcat(out, "IGNORE_ENCLOSING, "); in _php_stream_pretty_free_options()
352 if (out[0] != '\0') in _php_stream_pretty_free_options()
353 out[strlen(out) - 2] = '\0'; in _php_stream_pretty_free_options()
354 return out; in _php_stream_pretty_free_options()
[all …]
/PHP-7.4/ext/sockets/
H A Dsockaddr_conv.c12 extern int php_string_to_if_index(const char *val, unsigned *out);
/PHP-7.4/ext/oci8/tests/
H A Darray_bind_001.phpt62 Warning: oci_bind_array_by_name(): OCI-21560: argument 3 is null, invalid, or out of range in %s on…
H A Dbug42841.phpt21 "create or replace procedure bug42841_proc(out_1 out sys_refcursor) is
/PHP-7.4/ext/imap/tests/
H A Dimap_fetchbody_variation6.phpt27 $sequences = array (0, 4, // out of range
H A Dimap_fetchheader_variation5.phpt25 $sequences = array (0, 4, // out of range
/PHP-7.4/ext/fileinfo/libmagic/
H A Dmagic.c233 goto out; in file_or_stream()
294 out: in file_or_stream()
H A Dfuncs.c535 goto out; in file_replace()
545 goto out; in file_replace()
553 out: in file_replace()
/PHP-7.4/ext/standard/tests/file/
H A Dfgetss_variation4.phpt62 var_dump( ftell($file_handle) ); // find out file position
67 var_dump( ftell($file_handle) ); // find out file position
H A Duserwrapper.phpt23 /* By printing out a notice that we are actively stating the file
H A Dfgetss_variation5-win32.phpt67 var_dump( ftell($file_handle) ); // find out file position
72 var_dump( ftell($file_handle) ); // find out file position
H A Dfgetss_variation5.phpt64 var_dump( ftell($file_handle) ); // find out file position
69 var_dump( ftell($file_handle) ); // find out file position
/PHP-7.4/ext/iconv/
H A Dconfig.m4170 char *out = malloc(out_left);
171 char *out_p = out;
/PHP-7.4/sapi/fpm/tests/
H A Dlogtool.inc195 $out = rtrim($line);
198 $out = $matches[2];
209 if (!$this->checkMessage($out, $this->position)) {
212 $outLen = strlen($out);
H A Dbug76601-reload-child-signals.phpt56 exec("kill -USR2 $pid", $out, $killExitCode);
/PHP-7.4/ext/pdo/tests/
H A Dpdo_022.phpt16 * TODO: filter out driver dependent components from this common core
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c1362 goto out; in php_network_listen_socket()
1367 goto out; in php_network_listen_socket()
1370 out: in php_network_listen_socket()
2426 goto out; in php_cli_server_ctor()
2436 goto out; in php_cli_server_ctor()
2442 goto out; in php_cli_server_ctor()
2457 goto out; in php_cli_server_ctor()
2468 goto out; in php_cli_server_ctor()
2479 goto out; in php_cli_server_ctor()
2483 out: in php_cli_server_ctor()
[all …]
/PHP-7.4/ext/mysqli/tests/
H A D057.phpt25 /* this should produce an out of sync error */
H A Dmysqli_report.phpt326 Warning: mysqli_autocommit(): (%s/%d): Commands out of sync; you can't run this command now in %s o…
328 Warning: mysqli_commit(): (%s/%d): Commands out of sync; you can't run this command now in %s on li…
330 Warning: mysqli_rollback(): (%s/%d): Commands out of sync; you can't run this command now in %s on …
332 Warning: mysqli_stmt_prepare(): (%s/%d): Commands out of sync; you can't run this command now in %s…
/PHP-7.4/ext/standard/tests/url/
H A Dparse_url_basic_006.phpt72 --> http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123…
/PHP-7.4/ext/imap/
H A Dphp_imap.c2492 zval *stream, *out; in PHP_FUNCTION() local
2511 switch (Z_TYPE_P(out)) in PHP_FUNCTION()
2829 unsigned char *out, *outp; in PHP_FUNCTION() local
2901 out = emalloc(outlen + 1); in PHP_FUNCTION()
2904 outp = out; in PHP_FUNCTION()
2952 if (outp - out != outlen) { in PHP_FUNCTION()
2968 zend_string *out; in PHP_FUNCTION() local
3068 RETURN_STR(out); in PHP_FUNCTION()
3081 unsigned char *out; in php_imap_mutf7() local
3097 if (out == NIL) { in php_imap_mutf7()
[all …]
/PHP-7.4/ext/standard/
H A Dfile.c691 zval out; in PHP_FUNCTION() local
693 if (zend_std_cast_object_tostring(data, &out, IS_STRING) == SUCCESS) { in PHP_FUNCTION()
694 numbytes = php_stream_write(stream, Z_STRVAL(out), Z_STRLEN(out)); in PHP_FUNCTION()
695 if (numbytes != Z_STRLEN(out)) { in PHP_FUNCTION()
696 …ARNING, "Only %zd of %zd bytes written, possibly out of free disk space", numbytes, Z_STRLEN(out)); in PHP_FUNCTION()
699 zval_ptr_dtor_str(&out); in PHP_FUNCTION()
2185 goto out; in php_fgetcsv()
2335 out: in php_fgetcsv()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c117 #define PHP_X509_NAME_ENTRY_TO_UTF8(ne, i, out) \ argument
118 ASN1_STRING_to_UTF8(&out, X509_NAME_ENTRY_get_data(X509_NAME_get_entry(ne, i)))
1546 unsigned char *out; in php_openssl_alpn_protos_parse() local
1554 out = emalloc(strlen(in) + 1); in php_openssl_alpn_protos_parse()
1559 efree(out); in php_openssl_alpn_protos_parse()
1562 out[start] = i - start; in php_openssl_alpn_protos_parse()
1565 out[i + 1] = in[i]; in php_openssl_alpn_protos_parse()
1571 return out; in php_openssl_alpn_protos_parse()
1576 const unsigned char **out, unsigned char *outlen, in php_openssl_server_alpn_callback() argument
1581 …if (SSL_select_next_proto((unsigned char **)out, outlen, sslsock->alpn_ctx.data, sslsock->alpn_ctx… in php_openssl_server_alpn_callback()

Completed in 105 milliseconds

1...<<11121314151617