Home
last modified time | relevance | path

Searched refs:out (Results 426 – 450 of 491) sorted by relevance

1...<<11121314151617181920

/php-src/ext/hash/
H A Dhash.c464 static inline void php_hash_string_xor_char(unsigned char *out, const unsigned char *in, const unsi… in php_hash_string_xor_char() argument
467 out[i] = in[i] ^ xor_with; in php_hash_string_xor_char()
471 static inline void php_hash_string_xor(unsigned char *out, const unsigned char *in, const unsigned … in php_hash_string_xor() argument
474 out[i] = in[i] ^ xor_with[i]; in php_hash_string_xor()
/php-src/build/
H A Dlibtool.m4571 # Find out which ABI we are using.
586 # Find out which ABI we are using.
620 # Find out which ABI we are using.
687 # Find out which ABI we are using.
1141 mkdir out
1156 cat out/conftest.err >&5
1163 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
1164 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
1172 test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
1173 $rm out/* && rmdir out
[all …]
H A Dax_func_which_gethostbyname_r.m484 # assuming an implicit prototype. In which case, we're out of luck.
/php-src/ext/standard/tests/url/
H A Dparse_url_basic_004.phpt66 --> http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123…
H A Dparse_url_basic_002.phpt67 --> http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123…
H A Dparse_url_basic_005.phpt66 --> http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123…
H A Dparse_url_basic_008.phpt66 --> http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123…
H A Dparse_url_basic_009.phpt66 --> http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123…
H A Dparse_url_basic_003.phpt66 --> http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123…
H A Dparse_url_basic_007.phpt66 --> http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123…
/php-src/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation4.phpt37 // and could never get out of that state; it would not even try to interpret any other encoded words
H A Dmb_convert_variables.phpt11 //$debug = true; // Uncomment this line to view error/warning/notice message in *.out file
/php-src/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt100 /* using zval_dump() to dump out the objects and its reference count */
/php-src/docs/source/introduction/ides/
H A Dvisual-studio-code.rst27 extension will mostly work out of the box, but it is advisable to use the ``compile_commands.json``
/php-src/ext/openssl/tests/
H A Dopenssl_error_string_basic_openssl3.phpt115 @openssl_pkey_export($private_key_file_with_pass, $out, 'wrong pwd', $options);
H A Dopenssl_error_string_basic.phpt111 @openssl_pkey_export($private_key_file_with_pass, $out, 'wrong pwd');
/php-src/sapi/embed/
H A DREADME.md52 $ ./a.out
/php-src/ext/mbstring/
H A Dphp_mbregex.c930 goto out; in _php_mb_regex_ereg_exec()
938 goto out; in _php_mb_regex_ereg_exec()
960 out: in _php_mb_regex_ereg_exec()
/php-src/ext/opcache/jit/
H A DREADME.md34 …on is also useful to test with [valgrind](https://valgrind.org/) to detect out of bounds memory ac…
/php-src/main/streams/
H A Dxp_socket.c774 goto out; in php_tcp_sockop_connect()
843 out: in php_tcp_sockop_connect()
/php-src/ext/ftp/
H A Dftp.c1736 char out[INET6_ADDRSTRLEN]; in ftp_getdata() local
1739 r = inet_ntop(AF_INET6, &((struct sockaddr_in6*) sa)->sin6_addr, out, sizeof(out)); in ftp_getdata()
1742 …eprtarg_len = snprintf(eprtarg, sizeof(eprtarg), "|2|%s|%hu|", out, ntohs(((struct sockaddr_in6 *)… in ftp_getdata()
/php-src/tests/lang/
H A D023.phpt158 commented out...
/php-src/ext/curl/tests/
H A Dcurl_setopt_ssl.phpt8 exec('openssl version', $out, $code);
H A Dcurl_setopt_CURLOPT_DEBUGFUNCTION.phpt67 // Header-out should be an exact match
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_get_result.phpt194 [040] [2014] [Commands out of sync; you can't run this command now]

Completed in 72 milliseconds

1...<<11121314151617181920