Home
last modified time | relevance | path

Searched refs:mode (Results 651 – 675 of 728) sorted by relevance

1...<<21222324252627282930

/PHP-5.4/ext/standard/
H A Dimage.c1391 static void php_getimagesize_from_any(INTERNAL_FUNCTION_PARAMETERS, int mode) { /* {{{ */ in php_getimagesize_from_any() argument
1408 if (mode == FROM_PATH) { in php_getimagesize_from_any()
H A Dbasic_functions.c227 ZEND_ARG_INFO(0, mode)
1097 ZEND_ARG_INFO(0, mode)
1108 ZEND_ARG_INFO(0, mode)
1166 ZEND_ARG_INFO(0, mode)
1287 ZEND_ARG_INFO(0, mode)
1649 ZEND_ARG_INFO(0, mode)
2096 ZEND_ARG_INFO(0, mode)
2409 ZEND_ARG_INFO(0, mode)
H A Darray.c274 static int php_count_recursive(zval *array, long mode TSRMLS_DC) /* {{{ */ in php_count_recursive()
286 if (mode == COUNT_RECURSIVE) { in php_count_recursive()
309 long mode = COUNT_NORMAL; in PHP_FUNCTION() local
311 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z|l", &array, &mode) == FAILURE) { in PHP_FUNCTION()
320 RETURN_LONG (php_count_recursive (array, mode TSRMLS_CC)); in PHP_FUNCTION()
/PHP-5.4/sapi/aolserver/
H A Daolserver.c35 #error AOLserver module is only useable in thread-safe mode
/PHP-5.4/ext/standard/tests/strings/
H A Dcount_chars_basic.phpt6 /* Prototype : mixed count_chars ( string $string [, int $mode ] )
/PHP-5.4/ext/spl/internal/
H A Dsplfileobject.inc36 * @param $open_mode The file open mode
/PHP-5.4/
H A DNEWS1814 invalid scanner mode). (Nikic, Laruence)
1938 . Safe mode and all related php.ini options. (Kalle)
2441 invalid scanner mode). (Nikic, Laruence)
3137 etc.) on Windows in thread safe mode. (Pierre)
3244 server mode. (Gustavo)
3445 strict mode). (Ilia)
4599 mode of INI_SCANNER_NORMAL or INI_SCANNER_RAW. In raw mode option values
6875 mode). (Ilia)
7442 . Added a weak/tolerant mode to the JPEG loader.
8033 auto-commit mode). (Wez)
[all …]
H A Dserver-tests.php140 function mkpath($path,$mode = 0777) { argument
145 @mkdir($path,$mode);
/PHP-5.4/ext/gd/
H A Dgd.c3640 static void php_imagechar(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_imagechar() argument
3659 if (mode < 2) { in php_imagechar()
3672 switch (mode) { in php_imagechar()
3933 static void php_imagettftext_common(INTERNAL_FUNCTION_PARAMETERS, int mode, int extended) in php_imagettftext_common() argument
3951 if (mode == TTFTEXT_BBOX) { in php_imagettftext_common()
4959 zend_bool mode = 0; in php_image_filter_pixelate() local
4961 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rll|b", &IM, &tmp, &blocksize, &mode) == FAI… in php_image_filter_pixelate()
4971 if (gdImagePixelate(im, (int) blocksize, (const unsigned int) mode)) { in php_image_filter_pixelate()
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch94 +#define S_ISDIR(mode) ((mode) & _S_IFDIR)
1582 +#define S_ISDIR(mode) ((mode) & _S_IFDIR)
1586 +#define S_ISREG(mode) ((mode) & _S_IFREG)
2483 +/* we should be already be in non blocking mode for network socket */
2915 - int mode, int text)
2916 + size_t level, int mode, int text)
2921 if ((rv = match(ms, ml->magic, ml->nmagic, buf, nbytes, 0, mode,
/PHP-5.4/ext/mbstring/
H A Dphp_mbregex.c1178 _php_mb_regex_ereg_search_exec(INTERNAL_FUNCTION_PARAMETERS, int mode) in _php_mb_regex_ereg_search_exec() argument
1242 switch (mode) { in _php_mb_regex_ereg_search_exec()
/PHP-5.4/ext/libxml/
H A Dlibxml.c290 static void *php_libxml_streams_IO_open_wrapper(const char *filename, const char *mode, const int r… in php_libxml_streams_IO_open_wrapper() argument
337 ret_val = php_stream_open_wrapper_ex(path_to_open, (char *)mode, REPORT_ERRORS, NULL, context); in php_libxml_streams_IO_open_wrapper()
/PHP-5.4/ext/mysql/tests/
H A Dmysql_fetch_field.phpt98 /* Strict SQL mode - 1366, Incorrect integer value: 'true' for column 'label' at row 1 */
/PHP-5.4/ext/standard/tests/file/
H A Dfwrite_variation3.phpt26 Test fwrite with file opened in mode : a,ab,at,a+,a+b,a+t
H A Dfopen_variation14-win32.phpt12 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dfopen_variation15-win32.phpt12 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_closecursor.phpt47 // check if changing the fetch mode from unbuffered to buffered will
/PHP-5.4/ext/standard/tests/array/
H A Dsizeof_variation4.phpt5 /* Prototype : int sizeof($mixed var[, int $mode])
/PHP-5.4/ext/oci8/
H A Doci8_interface.c1326 long mode = OCI_COMMIT_ON_SUCCESS; local
1328 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|l", &z_statement, &mode) == FAILURE) {
1334 if (php_oci_statement_execute(statement, mode TSRMLS_CC)) {
/PHP-5.4/ext/gd/libgd/
H A Dgd.h598 int gdImagePixelate(gdImagePtr im, int block_size, const unsigned int mode);
/PHP-5.4/ext/ftp/
H A Dftp.c591 ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len) in ftp_chmod() argument
599 spprintf(&buffer, 0, "CHMOD %o %s", mode, filename); in ftp_chmod()
/PHP-5.4/ext/mysqli/
H A Dmysqli_api.c2258 ulong mode; local
2280 mode = mode_in;
2281 mode_p = &mode;
/PHP-5.4/ext/ftp/tests/
H A Dserver.inc407 fputs($s, "150 Opening ASCII mode data connection for file list\r\n");
/PHP-5.4/sapi/milter/
H A Dphp_milter.c29 #error SRM sapi module is only useable in thread-safe mode
/PHP-5.4/main/streams/
H A Dxp_socket.c419 *(FILE**)ret = fdopen(sock->socket, stream->mode); in php_sockop_cast()

Completed in 171 milliseconds

1...<<21222324252627282930