Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 25 of 307) sorted by path

12345678910>>...13

/PHP-5.3/
H A DINSTALL79 text files depending on some arguments you pass to them), you always
H A DNEWS766 . Fixed bug #52624 (tempnam() by-pass open_basedir with nonnexistent
1906 - Fixed a possible memory corruption because of unexpected call-time pass by
3649 - Fixed bug #46247 (ibase_set_event_handler() is allowing to pass callback
6192 - Fixed inheritance check to control return by reference and pass by
6392 - Fixed bug #33940 (array_map() fails to pass by reference when called
7026 - Fixed bug #30045 (Cannot pass big integers (> 2147483647) in SOAP requests).
H A DREADME.PARAMETER_PARSING_API75 OSes (int is 4 bytes and long is 8 bytes), so make sure you pass longs to "l"
76 and ints to strings length (i.e. for "s" you need to pass char * and int),
78 Remember: "l" is the only case when you need to pass long (and that's why
H A DREADME.STREAMS109 If you want to copy all remaining data from the src stream, pass
H A DREADME.TESTING83 ext/myext/tests/myext.phpt fails to pass, the following files are created:
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 DTODO13 interfaces difficult which pass const parameters to us.
H A DUPGRADING220 - Call-time pass-by-reference has been deprecated
/PHP-5.3/Zend/tests/
H A Dbug26698.phpt2 Bug #26698 (Thrown exceptions while evaluting argument to pass as parameter crash PHP)
H A Dbug64966.phpt25 #0 [internal function]: {closure}(4096, 'Argument 1 pass...', '%s', 6, Array)
H A Dclosure_019.phpt26 Fatal error: Cannot pass parameter 1 by reference in %s on line %d
/PHP-5.3/build/
H A Dlibtool.m41488 # especially as we might pass files found there to a mingw objdump,
4244 # How to pass a linker flag through the compiler.
5102 # PORTME Check for flag to pass linker flags through the system compiler.
/PHP-5.3/ext/calendar/tests/
H A Dunixtojd.phpt16 // on Windows, the only thing that gets this test to pass is to put TZ=UTC in --ENV-- section
/PHP-5.3/ext/curl/tests/
H A Dcurl_setopt_basic003.phpt41 Warning: curl_setopt(): You must pass either an object or an array with the CURLOPT_HTTPHEADER, CUR…
/PHP-5.3/ext/dba/
H A DREADME37 can pass arrays of the form array(0=>group,1=>value_name) or
/PHP-5.3/ext/dom/tests/
H A DDOMDocument_createAttribute_basic.phpt16 // A pass case.
H A DDOMDocument_schemaValidateSource_error4.phpt2 DomDocument::schemaValidateSource() - pass no parameters
H A DDOMDocument_schemaValidate_error4.phpt2 DomDocument::schemaValidate() - pass no parameters
/PHP-5.3/ext/ereg/tests/
H A Dereg_variation_004.phpt2 Test ereg() function : usage variations - pass non-variable as arg 3, which is pass-by-ref.
H A Deregi_variation_004.phpt2 Test eregi() function : usage variations - pass non-variable as arg 3, which is pass-by-ref.
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch5 * apprentice - make one pass through /etc/magic, learning its secrets.
/PHP-5.3/ext/ftp/
H A Dftp.c242 ftp_login(ftpbuf_t *ftp, const char *user, const char *pass TSRMLS_DC) in ftp_login()
336 if (!ftp_putcmd(ftp, "PASS", pass)) { in ftp_login()
H A Dftp.h110 int ftp_login(ftpbuf_t *ftp, const char *user, const char *pass TSRMLS_DC);
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()

Completed in 81 milliseconds

12345678910>>...13