Home
last modified time | relevance | path

Searched refs:enable (Results 926 – 937 of 937) sorted by relevance

1...<<3132333435363738

/php-src/ext/sqlite3/
H A Dsqlite3.c317 bool enable = 1; in PHP_METHOD() local
321 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &enable) == FAILURE) { in PHP_METHOD()
328 ret = sqlite3_extended_result_codes(db_obj->db, enable ? 1 : 0); in PHP_METHOD()
/php-src/docs/source/miscellaneous/
H A Dstubs.rst442 tag is required. A ``@var`` tag is also required if you enable ``generate-legacy-arginfo`` (see
591 can enable more accurate optimizations (i.e. better type inference).
/php-src/sapi/fpm/
H A Dconfig.m42 [AS_HELP_STRING([--enable-fpm],
H A Dwww.conf.in397 ; This option will enable timeout limit to be applied unconditionally
/php-src/ext/standard/
H A Dbasic_functions_arginfo.h48 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, enable, _IS_BOOL, 0, "true")
537 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, enable, _IS_BOOL, 1, "null")
1939 ZEND_ARG_TYPE_INFO(0, enable, _IS_BOOL, 0)
1985 ZEND_ARG_TYPE_INFO(0, enable, _IS_BOOL, 0)
2015 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, enable, _IS_BOOL, 1, "null")
/php-src/ext/mysqli/
H A Dmysqli_arginfo.h10 ZEND_ARG_TYPE_INFO(0, enable, _IS_BOOL, 0)
426 ZEND_ARG_TYPE_INFO(0, enable, _IS_BOOL, 0)
/php-src/ext/soap/
H A Dsoap_arginfo.h5 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, enable, _IS_BOOL, 0, "true")
/php-src/
H A DUPGRADING87 exclusively, without also specifying a JIT mode using opcache.jit. To enable
153 If you build PHP without the session extension and with --enable-rtld-now,
/php-src/docs-old/
H A Dstreams.md314 with `--enable-debug`.
/php-src/sapi/fpm/tests/
H A Dfcgi.inc47 * @param bool $keepAlive Whether to enable keep alive.
/php-src/ext/standard/tests/file/
H A Dmkdir_rmdir_variation-win32-mb.phpt43 var_dump( chmod("$file_path/mkdir私はガラスを食べられます/", 0777) ); // chmod to enable removing test1 direct…
H A Dmkdir_rmdir_variation-win32.phpt43 var_dump( chmod("$file_path/mkdir/", 0777) ); // chmod to enable removing test1 directory

Completed in 74 milliseconds

1...<<3132333435363738