Home
last modified time | relevance | path

Searched refs:enable (Results 901 – 925 of 945) sorted by relevance

1...<<3132333435363738

/php-src/ext/xmlwriter/
H A Dphp_xmlwriter_arginfo.h13 ZEND_ARG_TYPE_INFO(0, enable, _IS_BOOL, 0)
197 ZEND_ARG_TYPE_INFO(0, enable, _IS_BOOL, 0)
/php-src/ext/soap/
H A Dsoap.stub.php448 function use_soap_error_handler(bool $enable = true): bool {} argument
/php-src/ext/standard/
H A Dbasic_functions.stub.php1551 function ob_implicit_flush(bool $enable = true): void {} argument
2039 function ignore_user_abort(?bool $enable = null): int {} argument
3478 function stream_socket_enable_crypto($stream, bool $enable, ?int $crypto_method = null, $session_st…
3521 function stream_set_blocking($stream, bool $enable): bool {}
3527 function socket_set_blocking($stream, bool $enable): bool {}
3571 function sapi_windows_vt100_support($stream, ?bool $enable = null): bool {}
/php-src/ext/ffi/tests/
H A Dgh11934.phpt6 ffi.enable=1
H A D021.phpt6 ffi.enable=1
/php-src/ext/odbc/
H A Dodbc.stub.php403 function odbc_autocommit(Odbc\Connection $odbc, ?bool $enable = null): int|bool {}
/php-src/sapi/litespeed/
H A DREADME.md28 You need to add `--enable-litespeed` to the configure command to build PHP with
34 ./configure --enable-litespeed
/php-src/ext/mysqli/
H A Dmysqli.stub.php735 public function autocommit(bool $enable): bool {} argument
1336 function mysqli_autocommit(mysqli $mysql, bool $enable): bool {}
/php-src/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt8 opcache.enable=0
/php-src/ext/opcache/tests/jit/
H A Dadd_011.phpt4 opcache.enable=1
/php-src/sapi/embed/
H A DREADME.md47 … see `embed` in the list, you'll need to rebuild PHP with `./configure --enable-embed`. The PHP sh…
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_myisam_index.phpt122 TODO enable after fix
H A Dpdo_mysql_prepare_native_myisam_index.phpt124 TODO enable after fix
H A Dpdo_mysql_prepare_native_anonymous_placeholder.phpt192 TODO enable after fix
/php-src/
H A DCONTRIBUTING.md283 - Rebuild PHP with `--enable-debug` which will show some kinds of memory errors
285 - Rebuild PHP with `--enable-zts` to check your change compiles and operates
345 7. For development use the `--enable-debug` switch to avoid memory leaks and the
346 `--enable-zts` switch to ensure your code handles TSRM correctly and doesn't
H A Dphp.ini-development252 ; URL rewriter will not rewrite absolute URL nor form by default. To enable
266 ; performance, enable output_buffering in addition.
360 ; https://php.net/zend.enable-gc
690 ; https://php.net/enable-post-data-reading
770 ; Whether or not to enable the dl() function. The dl() function does NOT work
773 ; https://php.net/enable-dl
1424 ; To enable rewrites for absolute paths, target hosts must be specified
1558 ; enable automatic encoding translation according to
1664 ;opcache.enable=1
1739 ; You can also enable warnings (level 2), info messages (level 3) or
[all …]
H A Dphp.ini-production252 ; URL rewriter will not rewrite absolute URL nor form by default. To enable
266 ; performance, enable output_buffering in addition.
360 ; https://php.net/zend.enable-gc
692 ; https://php.net/enable-post-data-reading
772 ; Whether or not to enable the dl() function. The dl() function does NOT work
775 ; https://php.net/enable-dl
1426 ; To enable rewrites for absolute paths, target hosts must be specified
1560 ; enable automatic encoding translation according to
1666 ;opcache.enable=1
1741 ; You can also enable warnings (level 2), info messages (level 3) or
[all …]
H A D.gitignore278 # Generated by `./configure --enable-dtrace` for using DTrace framework
/php-src/ext/ftp/
H A Dftp_arginfo.h99 ZEND_ARG_TYPE_INFO(0, enable, _IS_BOOL, 0)
/php-src/.github/scripts/windows/
H A Dtest_task.bat86 if "%OPCACHE%" equ "1" set OPCACHE_OPTS=-d opcache.enable=1 -d opcache.enable_cli=1 -d opcache.prot…
/php-src/ext/sqlite3/
H A Dsqlite3_arginfo.h101 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, enable, _IS_BOOL, 0, "false")
105 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, enable, _IS_BOOL, 0, "true")
/php-src/ext/dba/
H A Dconfig.m489 [AS_HELP_STRING([--enable-dba],
91 --enable-dba=shared])])
789 AC_MSG_CHECKING([whether to enable DBA interface])
/php-src/ext/standard/tests/file/
H A Dumask_variation1.phpt36 // chmod file to 0777 to enable deletion
48 // chmod 0777 to enable deletion
/php-src/ext/gd/
H A Dgd_arginfo.h66 ZEND_ARG_TYPE_INFO(0, enable, _IS_BOOL, 0)
391 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, enable, _IS_BOOL, 1, "null")
/php-src/ext/json/
H A Djson_scanner.re111 re2c:yyfill:enable = 0;

Completed in 68 milliseconds

1...<<3132333435363738