Searched defs:enable (Results 1 – 14 of 14) sorted by relevance
/PHP-8.2/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.2/ext/sqlite3/ |
H A D | sqlite3.stub.php | 376 public function enableExceptions(bool $enable = false): bool {} 379 public function enableExtendedResultCodes(bool $enable = true): bool {}
|
H A D | sqlite3.c | 308 bool enable = 1; in PHP_METHOD() local
|
/PHP-8.2/ext/snmp/ |
H A D | snmp.stub.php | 128 function snmp_set_quick_print(bool $enable): bool {} 130 function snmp_set_enum_print(bool $enable): bool {}
|
/PHP-8.2/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.2/ext/gd/ |
H A D | gd.stub.php | 507 function imagealphablending(GdImage $image, bool $enable): bool {} 509 function imagesavealpha(GdImage $image, bool $enable): bool {} 689 function imageinterlace(GdImage $image, ?bool $enable = null): bool {} 762 function imageantialias(GdImage $image, bool $enable): bool {}
|
/PHP-8.2/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.2/ext/standard/ |
H A D | streamsfuncs.c | 1520 bool enable, cryptokindnull = 1; in PHP_FUNCTION() local 1682 bool enable, enable_is_null = 1; in PHP_FUNCTION() local
|
H A D | basic_functions.stub.php | 885 function ob_implicit_flush(bool $enable = true): void {} 1330 function ignore_user_abort(?bool $enable = null): int {} 1402 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
/PHP-8.2/ext/odbc/ |
H A D | odbc.stub.php | 385 function odbc_connect(string $dsn, string $user, #[\SensitiveParameter] string $password, int $curs…
|
/PHP-8.2/ext/pcntl/ |
H A D | pcntl.stub.php | 973 function pcntl_async_signals(?bool $enable = null): bool {}
|
/PHP-8.2/ext/soap/ |
H A D | soap.stub.php | 428 function use_soap_error_handler(bool $enable = true): bool {}
|
/PHP-8.2/ext/mysqli/ |
H A D | mysqli.stub.php | 756 public function autocommit(bool $enable): bool {}
|
/PHP-8.2/Zend/ |
H A D | zend_gc.c | 497 ZEND_API bool gc_enable(bool enable) in gc_enable()
|
Completed in 53 milliseconds