Home
last modified time | relevance | path

Searched refs:option (Results 176 – 200 of 237) sorted by relevance

12345678910

/PHP-8.0/ext/sockets/tests/
H A Dsocket_import_stream-4-win.phpt95 Warning: socket_get_option(): Unable to retrieve socket option [10038]: %s in %ssocket_import_strea…
H A Dsocket_import_stream-4.phpt97 Warning: socket_get_option(): Unable to retrieve socket option [%d]: %s in %s on line %d
H A Dsocket_export_stream-4-win.phpt100 Warning: socket_get_option(): Unable to retrieve socket option [%d]: An operation was attempted on …
/PHP-8.0/ext/standard/tests/array/
H A Darray_search_variation1.phpt45 //strict option OFF
47 //strict option ON
49 //strict option OFF
H A Din_array_variation1.phpt45 //strict option OFF
47 //strict option ON
49 //strict option OFF
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_protocol_frame_codec.c381 …, set_client_option)(MYSQLND_PFC * const pfc, enum_mysqlnd_client_option option, const char * cons… in MYSQLND_METHOD()
384 DBG_INF_FMT("option=%u", option); in MYSQLND_METHOD()
385 switch (option) { in MYSQLND_METHOD()
H A Dmysqlnd_structs.h317 …d_execute_com_set_option)(MYSQLND_CONN_DATA * const conn, const enum_mysqlnd_server_option option);
377 …__set_client_option)(MYSQLND_VIO * const vio, enum_mysqlnd_client_option option, const char * cons…
485 …d_conn_data__set_server_option)(MYSQLND_CONN_DATA * const conn, enum_mysqlnd_server_option option);
486 …lient_option)(MYSQLND_CONN_DATA * const conn, enum_mysqlnd_client_option option, const char * cons…
523 …ion_2d)(MYSQLND_CONN_DATA * const conn, const enum_mysqlnd_client_option option, const char * cons…
1119 …__set_client_option)(MYSQLND_PFC * const pfc, enum_mysqlnd_client_option option, const char * cons…
H A Dmysqlnd_vio.c326 …, set_client_option)(MYSQLND_VIO * const net, enum_mysqlnd_client_option option, const char * cons… in MYSQLND_METHOD()
329 DBG_INF_FMT("option=%u", option); in MYSQLND_METHOD()
330 switch (option) { in MYSQLND_METHOD()
H A Dmysqlnd_connection.c374 …nd_conn_data, set_server_option)(MYSQLND_CONN_DATA * const conn, enum_mysqlnd_server_option option) in MYSQLND_METHOD()
380 ret = conn->command->set_option(conn, option); in MYSQLND_METHOD()
1619 enum_mysqlnd_client_option option,
1626 DBG_INF_FMT("conn=%llu option=%u", conn->thread_id, option);
1631 switch (option) {
1642 ret = conn->vio->data->m.set_client_option(conn->vio, option, value);
1647 …ret = conn->protocol_frame_codec->data->m.set_client_option(conn->protocol_frame_codec, option, va…
1789 const enum_mysqlnd_client_option option,
1797 DBG_INF_FMT("conn=%llu option=%u", conn->thread_id, option);
1802 switch (option) {
/PHP-8.0/ext/imap/tests/
H A Dimap_fetch_overview_variation5.phpt26 '1:3', // pass uid without setting FT_UID option
/PHP-8.0/ext/standard/tests/file/
H A Dinclude_streams.phpt99 function stream_set_option($option, $arg1, $arg2) {
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_get_attribute.phpt73 Read options from the named option file instead of from my.cnf.
/PHP-8.0/ext/standard/
H A Dbasic_functions.c2039 zval option; local
2047 array_init(&option);
2050 add_assoc_str(&option, "global_value", zend_string_copy(ini_entry->orig_value));
2052 add_assoc_str(&option, "global_value", zend_string_copy(ini_entry->value));
2054 add_assoc_null(&option, "global_value");
2058 add_assoc_str(&option, "local_value", zend_string_copy(ini_entry->value));
2060 add_assoc_null(&option, "local_value");
2063 add_assoc_long(&option, "access", ini_entry->modifiable);
2065 zend_symtable_update(Z_ARRVAL_P(return_value), ini_entry->name, &option);
H A Dbasic_functions.stub.php288 function get_cfg_var(string $option): string|array|false {} argument
315 function ini_get(string $option): string|false {} argument
319 function ini_set(string $option, string $value): string|false {} argument
322 function ini_alter(string $option, string $value): string|false {} argument
324 function ini_restore(string $option): void {} argument
533 function assert_options(int $option, mixed $value = UNKNOWN): mixed {} argument
/PHP-8.0/ext/odbc/
H A Dodbc.stub.php126 function odbc_setoption($odbc, int $which, int $option, int $value): bool {} argument
/PHP-8.0/ext/mysqli/
H A Dconfig.m434 dnl ext/pdo_mysql/config.m4 also depends on this configure option.
/PHP-8.0/sapi/fpm/
H A Dphp-fpm.conf.in56 ; option that can potentionaly improve logging performance and memory usage
57 ; for some heavy logging scenarios. This option is ignored if logging to syslog
/PHP-8.0/ext/sysvsem/tests/
H A Dnowait.phpt2 Test sem_acquire with nowait option
/PHP-8.0/ext/pdo_mysql/
H A Dconfig.m418 dnl macro and --with-mysql-sock configure option.
/PHP-8.0/ext/phar/tests/
H A Dphar_metadata_write3.phpt82 …ceeded. The depth limit can be changed using the max_depth unserialize() option or the unserialize…
/PHP-8.0/ext/ldap/
H A Dldap.c2954 zend_long option; in PHP_FUNCTION() local
2964 switch (option) { in PHP_FUNCTION()
2995 if (ldap_get_option(ld->link, option, &val)) { in PHP_FUNCTION()
3083 if (ldap_get_option(ld->link, option, &val) || val == NULL || *val == '\0') { in PHP_FUNCTION()
3097 if (ldap_get_option(ld->link, option, &ctrls) || ctrls == NULL) { in PHP_FUNCTION()
3122 zend_long option; in PHP_FUNCTION() local
3137 switch (option) { in PHP_FUNCTION()
3170 if (ldap_set_option(ldap, option, &val)) { in PHP_FUNCTION()
3245 if (ldap_set_option(ldap, option, ZSTR_VAL(val))) { in PHP_FUNCTION()
3262 if (ldap_set_option(ldap, option, val)) { in PHP_FUNCTION()
[all …]
H A Dldap_arginfo.h214 ZEND_ARG_TYPE_INFO(0, option, IS_LONG, 0)
222 ZEND_ARG_TYPE_INFO(0, option, IS_LONG, 0)
/PHP-8.0/ext/pspell/
H A Dpspell.c649 static void pspell_config_path(INTERNAL_FUNCTION_PARAMETERS, char *option) in pspell_config_path() argument
666 pspell_config_replace(config, option, value); in pspell_config_path()
/PHP-8.0/ext/pgsql/
H A Dphp_pgsql.h200 static int php_pgsql_fd_set_option(php_stream *stream, int option, int value, void *ptrparam);
/PHP-8.0/
H A Dphp.ini-development17 ; 6. The directory from the --with-config-file-path compile time option, or the
173 ; To disable this feature set this option to an empty value
261 ; Valid values for this option are 'off', 'on', or a specific buffer size
284 ; and every HTML block. Turning this option on has serious performance
301 ; overridden by the max_depth option on individual unserialize() calls.
689 ; This option is enabled by default.
825 ; is supported by Apache. When this option is set to 1, PHP will send
1265 ; Tuning: This option enables statement caching, and specifies how
1458 ; Use this option with caution.
1924 ; option.
[all …]

Completed in 92 milliseconds

12345678910