Home
last modified time | relevance | path

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

/PHP-8.4/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.4/ext/sqlite3/
H A Dsqlite3.stub.php235 public function enableExceptions(bool $enable = false): bool {}
238 public function enableExtendedResultCodes(bool $enable = true): bool {}
H A Dsqlite3.c317 bool enable = 1; in PHP_METHOD() local
/PHP-8.4/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.4/ext/xmlwriter/
H A Dphp_xmlwriter.stub.php9 function xmlwriter_set_indent(XMLWriter $writer, bool $enable): bool {}
116 public function setIndent(bool $enable): bool {}
/PHP-8.4/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.4/ext/com_dotnet/
H A Dcom_handlers.c541 void php_com_object_enable_event_sink(php_com_dotnet_object *obj, bool enable) in php_com_object_enable_event_sink()
/PHP-8.4/ext/odbc/
H A Dodbc.stub.php376 …function odbc_connect(string $dsn, ?string $user = null, #[\SensitiveParameter] ?string $password …
/PHP-8.4/ext/standard/
H A Dstreamsfuncs.c1560 bool enable, cryptokindnull = 1; in PHP_FUNCTION() local
1723 bool enable, enable_is_null = 1; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php1551 function ob_implicit_flush(bool $enable = true): void {}
2039 function ignore_user_abort(?bool $enable = null): int {}
2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/PHP-8.4/ext/soap/
H A Dsoap.stub.php448 function use_soap_error_handler(bool $enable = true): bool {}
/PHP-8.4/ext/pcntl/
H A Dpcntl.stub.php1077 function pcntl_async_signals(?bool $enable = null): bool {}
/PHP-8.4/ext/mysqli/
H A Dmysqli.stub.php735 public function autocommit(bool $enable): bool {}
/PHP-8.4/Zend/
H A Dzend_gc.c568 ZEND_API bool gc_enable(bool enable) in gc_enable()

Completed in 55 milliseconds