Home
last modified time | relevance | path

Searched refs:pass (Results 351 – 364 of 364) sorted by relevance

1...<<1112131415

/php-src/ext/standard/
H A Durl_scanner_ex.re249 if (url_parts->pass) {
250 smart_str_appends(dest, ZSTR_VAL(url_parts->pass));
/php-src/ext/openssl/
H A Dopenssl.c2590 char * pass; in PHP_FUNCTION() local
2601 Z_PARAM_STRING(pass, pass_len) in PHP_FUNCTION()
2650 p12 = PKCS12_create(pass, friendly_name, priv_key, cert, ca, 0, 0, 0, 0, 0); in PHP_FUNCTION()
2692 char * pass; in PHP_FUNCTION() local
2702 Z_PARAM_STRING(pass, pass_len) in PHP_FUNCTION()
2740 p12 = PKCS12_create(pass, friendly_name, priv_key, cert, ca, 0, 0, 0, 0, 0); in PHP_FUNCTION()
2774 char *pass, *zp12; in PHP_FUNCTION() local
2783 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "szs", &zp12, &zp12_len, &zout, &pass, &pass_len) == FA… in PHP_FUNCTION()
2798 if (d2i_PKCS12_bio(bio_in, &p12) && PKCS12_parse(p12, pass, &pkey, &cert, &ca)) { in PHP_FUNCTION()
/php-src/ext/mbstring/tests/
H A Dutf7imap_encoding.phpt61 * it pass... among other things, this makes it possible to concatenate UTF-7-IMAP
H A Dmb_encode_mimeheader_basic4.phpt91 // ASCII strings with no spaces should pass through unchanged
/php-src/ext/ftp/
H A Dftp.c253 ftp_login(ftpbuf_t *ftp, const char *user, const size_t user_len, const char *pass, const size_t pa… in ftp_login() argument
390 if (!ftp_putcmd(ftp, "PASS", sizeof("PASS")-1, pass, pass_len)) { in ftp_login()
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc1541 /* pass */
1785 /* pass */
1787 /* pass */
1812 /* pass */
1814 /* pass */
1955 /* pass */
2092 /* pass */
2180 /* pass */
2220 /* pass */
2234 /* pass */
[all …]
/php-src/ext/phar/phar/
H A Dpharcommand.inc209 * @param string $cfg Configuration to pass to a new file
274 * @param string $cfg Configuration to pass to a new file
/php-src/docs-old/
H A Dstreams.md111 If you want to copy all remaining data from the src stream, pass
/php-src/Zend/
H A Dzend_execute.c133 static ZEND_FUNCTION(pass) in ZEND_FUNCTION() argument
154 ZEND_FN(pass), /* handler */
1275 …if (fbc->internal_function.handler == ZEND_FN(pass) || (fbc->internal_function.fn_flags & ZEND_ACC… in zend_internal_call_should_throw()
/php-src/build/
H A Dlibtool.m41501 # especially as we might pass files found there to a mingw objdump,
4252 # How to pass a linker flag through the compiler.
5110 # PORTME Check for flag to pass linker flags through the system compiler.
/php-src/
H A Dphp.ini-development255 ; "form" tag is special tag. It will add hidden input tag to pass values.
H A Dphp.ini-production255 ; "form" tag is special tag. It will add hidden input tag to pass values.
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます18499 # Compressed color-mapped data, using Huffman, Delta, and RLE. 4-pass quadtree- type process
33441 # class name[(base classes,)]: [pass]
33443 >0 regex \^class\ [_[:alpha:]]+(\\(.*\\))?(\ )*:([\ \t]+pass)?$ Python script text executable
H A Dmagic18499 # Compressed color-mapped data, using Huffman, Delta, and RLE. 4-pass quadtree- type process
33441 # class name[(base classes,)]: [pass]
33443 >0 regex \^class\ [_[:alpha:]]+(\\(.*\\))?(\ )*:([\ \t]+pass)?$ Python script text executable

Completed in 254 milliseconds

1...<<1112131415