Home
last modified time | relevance | path

Searched defs:enable (Results 1 – 14 of 14) sorted by relevance

/PHP-8.2/win32/
H A Dconsole.c58 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 Dsqlite3.stub.php346 public function enableExceptions(bool $enable = false): bool {}
349 public function enableExtendedResultCodes(bool $enable = true): bool {}
H A Dsqlite3.c311 bool enable = 1; in PHP_METHOD() local
/PHP-8.2/ext/snmp/
H A Dsnmp.stub.php128 function snmp_set_quick_print(bool $enable): true {}
130 function snmp_set_enum_print(bool $enable): true {}
/PHP-8.2/ext/xmlwriter/
H A Dphp_xmlwriter.stub.php9 function xmlwriter_set_indent(XMLWriter $writer, bool $enable): bool {}
109 public function setIndent(bool $enable): bool {}
/PHP-8.2/ext/gd/
H A Dgd.stub.php507 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.2/ext/com_dotnet/
H A Dcom_handlers.c540 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/odbc/
H A Dodbc.stub.php385 function odbc_connect(string $dsn, ?string $user = null, #[\SensitiveParameter] ?string $password =…
/PHP-8.2/ext/standard/
H A Dstreamsfuncs.c1559 bool enable, cryptokindnull = 1; in PHP_FUNCTION() local
1722 bool enable, enable_is_null = 1; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php1571 function ob_implicit_flush(bool $enable = true): void {}
2051 function ignore_user_abort(?bool $enable = null): int {}
2124 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/PHP-8.2/ext/pcntl/
H A Dpcntl.stub.php980 function pcntl_async_signals(?bool $enable = null): bool {}
/PHP-8.2/ext/soap/
H A Dsoap.stub.php428 function use_soap_error_handler(bool $enable = true): bool {}
/PHP-8.2/ext/mysqli/
H A Dmysqli.stub.php756 public function autocommit(bool $enable): bool {}
/PHP-8.2/Zend/
H A Dzend_gc.c548 ZEND_API bool gc_enable(bool enable) in gc_enable()

Completed in 111 milliseconds