Home
last modified time | relevance | path

Searched refs:pass (Results 326 – 350 of 358) sorted by relevance

1...<<1112131415

/PHP-5.5/ext/ftp/
H A Dphp_ftp.c416 char *user, *pass; in PHP_FUNCTION() local
419 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rss", &z_ftp, &user, &user_len, &pass, &pass… in PHP_FUNCTION()
426 if (!ftp_login(ftp, user, pass TSRMLS_CC)) { in PHP_FUNCTION()
H A Dftp.c247 ftp_login(ftpbuf_t *ftp, const char *user, const char *pass TSRMLS_DC) in ftp_login()
346 if (!ftp_putcmd(ftp, "PASS", pass)) { in ftp_login()
/PHP-5.5/main/
H A Dmain.c2603 char *pass; in php_handle_auth_data() local
2608 pass = strchr(user, ':'); in php_handle_auth_data()
2609 if (pass) { in php_handle_auth_data()
2610 *pass++ = '\0'; in php_handle_auth_data()
2612 SG(request_info).auth_password = estrdup(pass); in php_handle_auth_data()
/PHP-5.5/ext/intl/
H A DERROR.CONVENTIONS31 no way to pass ownership of the string without it being copied.
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_types.phpt114 // to avoid trouble with numeric ranges, lets pass the numbers as a string
/PHP-5.5/ext/phar/tests/
H A Dbug65028.phpt125 // "a", // This will make the test pass
/PHP-5.5/
H A DREADME.UNIX-BUILD-SYSTEM105 I.e. specify the source-code files as above and also pass the
H A DREADME.namespaces70 It can be used to construct fully-qualified names to pass them as callbacks.
H A DREADME.TESTING83 ext/myext/tests/myext.phpt fails to pass, the following files are created:
H A DREADME.STREAMS109 If you want to copy all remaining data from the src stream, pass
H A Dphp.ini-development1244 ; Connection: The number of seconds that must pass before issuing a
1713 ;mbstring.http_output = pass
/PHP-5.5/ext/standard/tests/array/
H A Darray_change_key_case.phpt8 You can pass two constants there, CASE_UPPER and CASE_LOWER(default).
H A Darray_key_exists_variation8.phpt13 * then pass many different data types as $key argument to test where array_key_exist()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_poll_kill.phpt64 // Lets pass a dead connection
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar1630 // Construct the argument list to pass to the function being tested
1686 // Construct the argument lists to pass to the function being tested
1750 // Construct the argument list to pass to the function being tested
1850 // Construct the argument list to pass to the method being tested
2058 // Construct the argument list to pass to the method being tested
/PHP-5.5/ext/soap/
H A Dphp_http.c1198 if (phpurl->pass) phpurl->pass = estrdup(phpurl->pass); in make_http_soap_request()
/PHP-5.5/ext/ftp/tests/
H A Dftp_nb_continue.phpt14 ftp_login($ftp, 'user', 'pass');
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c2031 int pass; in zend_block_optimization() local
2053 for (pass = 0; pass < PASSES; pass++) { in zend_block_optimization()
/PHP-5.5/ext/oci8/
H A Dconfig.m4285 dnl user must pass in the library directory. But on Linux we default
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1028 ** If you don't have a current timeval handy just pass in 0.
1407 ** If you have a stat buffer on the file, pass it in, otherwise pass 0.
1415 ** If you have a stat buffer on the file, pass it in, otherwise pass 0.
/PHP-5.5/ext/openssl/
H A DREADME122 You may pass in some flags that affect how these functions work using
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1543 sible to pass very long subject strings to the matching function in
2531 calling program wants to pass any of the other fields to pcre_exec() or
2675 It is possible to pass a table pointer or NULL (indicating the use of
3103 return NULL), but you can also create one for yourself, and pass addi-
3224 with a name to pass back, a pointer to the name string (zero termi-
3228 If there is no name to pass back, the variable pointed to by the mark
3522 The first two-thirds of the vector is used to pass back captured sub-
7412 cannot pass to the left of the verb. However, when one of these verbs
8166 and pcre_dfa_exec() also pass back this information, as well as a more
9858 string captured as the "i"th sub-pattern. If you pass in
[all …]
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc207 * @param string $cfg Configuration to pass to a new file
272 * @param string $cfg Configuration to pass to a new file
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS534 2. The extra_data structure can now be used to pass in a set of character
698 possible to pass over a pointer to character tables built in the current
H A DChangeLog520 this should make the test pass on some versions of Solaris where it was
633 pass (on the stack unless there are more than 20 named groups, in which
748 run time, and that the facility to pass tables to pcre_exec() and
1413 24. Added PCRE_INFO_JITSIZE to pass on the value from (21) above, and also
4429 to pcre_exec() should be used to pass in a tables address if a value
4993 (b) For each call to pcre_exec(), you can pass a pcre_extra block in which
5105 \C*n pass the number n (may be negative) as callout_data
5287 These just pass their arguments on to (pcre_free)(), but they are provided
5302 8. Arranged for the Makefile to pass over the settings of CC, CFLAGS, and
5895 pass them.
[all …]

Completed in 144 milliseconds

1...<<1112131415