Home
last modified time | relevance | path

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

/PHP-8.0/ext/sqlite3/
H A Dsqlite3.stub.php75 public function enableExceptions(bool $enable = false) {}
78 public function enableExtendedResultCodes(bool $enable = true) {}
H A Dsqlite3.c309 zend_bool enable = 1; in PHP_METHOD() local
/PHP-8.0/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.0/ext/pcntl/
H A Dpcntl.stub.php77 function pcntl_async_signals(?bool $enable = null): bool {}
/PHP-8.0/ext/snmp/
H A Dsnmp.stub.php20 function snmp_set_quick_print(bool $enable): bool {}
22 function snmp_set_enum_print(bool $enable): bool {}
/PHP-8.0/ext/gd/
H A Dgd.stub.php31 function imagealphablending(GdImage $image, bool $enable): bool {}
33 function imagesavealpha(GdImage $image, bool $enable): bool {}
182 function imageinterlace(GdImage $image, ?bool $enable = null): bool {}
237 function imageantialias(GdImage $image, bool $enable): bool {}
/PHP-8.0/ext/soap/
H A Dsoap.stub.php5 function use_soap_error_handler(bool $enable = true): bool {}
/PHP-8.0/ext/xmlwriter/
H A Dphp_xmlwriter.stub.php9 function xmlwriter_set_indent(XMLWriter $writer, bool $enable): bool {}
109 public function setIndent(bool $enable) {}
/PHP-8.0/ext/com_dotnet/
H A Dcom_handlers.c541 void php_com_object_enable_event_sink(php_com_dotnet_object *obj, int enable) in php_com_object_enable_event_sink()
/PHP-8.0/ext/ftp/
H A Dftp.stub.php71 function ftp_pasv($ftp, bool $enable): bool {}
/PHP-8.0/ext/standard/
H A Dstreamsfuncs.c1495 zend_bool enable, cryptokindnull = 1; in PHP_FUNCTION() local
1658 zend_bool enable, enable_is_null = 1; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php40 function ob_implicit_flush(bool $enable = true): void {}
336 function ignore_user_abort(?bool $enable = null): int {}
1276 function stream_socket_enable_crypto($stream, bool $enable, ?int $crypto_method = null, $session_st…
1312 function stream_set_blocking($stream, bool $enable): bool {}
1318 function socket_set_blocking($stream, bool $enable): bool {}
1346 function sapi_windows_vt100_support($stream, ?bool $enable = null): bool {}
/PHP-8.0/ext/odbc/
H A Dodbc.stub.php111 function odbc_autocommit($odbc, bool $enable = false): int|bool {}
/PHP-8.0/ext/mysqli/
H A Dmysqli.stub.php24 public function autocommit(bool $enable) {}
526 function mysqli_autocommit(mysqli $mysql, bool $enable): bool {}
/PHP-8.0/Zend/
H A Dzend_gc.c496 ZEND_API zend_bool gc_enable(zend_bool enable) in gc_enable()

Completed in 68 milliseconds