Searched defs:enable (Results 1 – 14 of 14) sorted by relevance
/PHP-8.3/win32/ |
H A D | console.c | 58 PHP_WINUTIL_API BOOL php_win32_console_fileno_set_vt100(zend_long fileno, BOOL enable) in php_win32_console_fileno_set_vt100()
|
/PHP-8.3/ext/sqlite3/ |
H A D | sqlite3.stub.php | 383 public function enableExceptions(bool $enable = false): bool {} 386 public function enableExtendedResultCodes(bool $enable = true): bool {}
|
H A D | sqlite3.c | 311 bool enable = 1; in PHP_METHOD() local
|
/PHP-8.3/ext/snmp/ |
H A D | snmp.stub.php | 128 function snmp_set_quick_print(bool $enable): true {} 130 function snmp_set_enum_print(bool $enable): true {}
|
/PHP-8.3/ext/xmlwriter/ |
H A D | php_xmlwriter.stub.php | 9 function xmlwriter_set_indent(XMLWriter $writer, bool $enable): bool {} 109 public function setIndent(bool $enable): bool {}
|
/PHP-8.3/ext/gd/ |
H A D | gd.stub.php | 507 function imagealphablending(GdImage $image, bool $enable): bool {} 509 function imagesavealpha(GdImage $image, bool $enable): bool {} 688 function imageinterlace(GdImage $image, ?bool $enable = null): bool {} 761 function imageantialias(GdImage $image, bool $enable): bool {}
|
/PHP-8.3/ext/com_dotnet/ |
H A D | com_handlers.c | 540 void php_com_object_enable_event_sink(php_com_dotnet_object *obj, bool enable) in php_com_object_enable_event_sink()
|
/PHP-8.3/ext/odbc/ |
H A D | odbc.stub.php | 385 function odbc_connect(string $dsn, string $user, #[\SensitiveParameter] string $password, int $curs…
|
/PHP-8.3/ext/standard/ |
H A D | streamsfuncs.c | 1540 bool enable, cryptokindnull = 1; in PHP_FUNCTION() local 1706 bool enable, enable_is_null = 1; in PHP_FUNCTION() local
|
H A D | basic_functions.stub.php | 1551 function ob_implicit_flush(bool $enable = true): void {} 2023 function ignore_user_abort(?bool $enable = null): int {} 2096 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
/PHP-8.3/ext/pcntl/ |
H A D | pcntl.stub.php | 980 function pcntl_async_signals(?bool $enable = null): bool {}
|
/PHP-8.3/ext/soap/ |
H A D | soap.stub.php | 428 function use_soap_error_handler(bool $enable = true): bool {}
|
/PHP-8.3/ext/mysqli/ |
H A D | mysqli.stub.php | 756 public function autocommit(bool $enable): bool {}
|
/PHP-8.3/Zend/ |
H A D | zend_gc.c | 548 ZEND_API bool gc_enable(bool enable) in gc_enable()
|
Completed in 70 milliseconds