Home
last modified time | relevance | path

Searched defs:option (Results 26 – 37 of 37) sorted by path

12

/php-src/ext/standard/
H A Dsyslog.c62 zend_long option, facility; in PHP_FUNCTION() local
/php-src/ext/tidy/
H A Dtidy.stub.php833 function tidy_get_opt_doc(tidy $tidy, string $option): string|false {}
854 function tidy_getopt(tidy $tidy, string $option): string|int|bool {}
875 public function getOpt(string $option): string|int|bool {}
936 public function getOptDoc(string $option): string|false {}
/php-src/ext/xml/
H A Dxml.stub.php194 function xml_parser_set_option(XMLParser $parser, int $option, $value): bool {}
197 function xml_parser_get_option(XMLParser $parser, int $option): string|int|bool {}
/php-src/ext/zip/
H A Dphp_zip.c360 zval *option; in php_zip_parse_options() local
/php-src/main/
H A Dphp_streams.h395 #define php_stream_set_option(stream, option, value, ptrvalue) _php_stream_set_option((stream), (op… argument
H A Dphp_syslog.c74 void php_openlog(const char *ident, int option, int facility) in php_openlog()
/php-src/main/streams/
H A Dmemory.c219 static int php_stream_memory_set_option(php_stream *stream, int option, int value, void *ptrparam) … in php_stream_memory_set_option()
514 static int php_stream_temp_set_option(php_stream *stream, int option, int value, void *ptrparam) /*… in php_stream_temp_set_option()
H A Dplain_wrapper.c670 static int php_stdiop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_stdiop_set_option()
1490 static int php_plain_files_metadata(php_stream_wrapper *wrapper, const char *url, int option, void … in php_plain_files_metadata()
H A Dstreams.c1424 PHPAPI int _php_stream_set_option(php_stream *stream, int option, int value, void *ptrparam) in _php_stream_set_option()
H A Duserspace.c867 static int php_userstreamop_set_option(php_stream *stream, int option, int value, void *ptrparam) { in php_userstreamop_set_option()
1196 static int user_wrapper_metadata(php_stream_wrapper *wrapper, const char *url, int option, in user_wrapper_metadata()
H A Dxp_socket.c331 static int php_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_sockop_set_option()
895 static int php_tcp_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_tcp_sockop_set_option()
/php-src/sapi/fuzzer/
H A Dfuzzer-json.c42 for (int option = 0; option <=1; ++option) { in LLVMFuzzerTestOneInput() local

Completed in 64 milliseconds

12