Home
last modified time | relevance | path

Searched refs:option (Results 151 – 175 of 223) sorted by relevance

123456789

/PHP-7.4/ext/zip/
H A Dphp_zip.c318 zval *option; in php_zip_parse_options() local
325 if (Z_TYPE_P(option) != IS_STRING) { in php_zip_parse_options()
330 if (Z_STRLEN_P(option) < 1) { in php_zip_parse_options()
335 if (Z_STRLEN_P(option) >= MAXPATHLEN) { in php_zip_parse_options()
340 *remove_path_len = Z_STRLEN_P(option); in php_zip_parse_options()
341 *remove_path = Z_STRVAL_P(option); in php_zip_parse_options()
345 if (Z_TYPE_P(option) != IS_STRING) { in php_zip_parse_options()
350 if (Z_STRLEN_P(option) < 1) { in php_zip_parse_options()
355 if (Z_STRLEN_P(option) >= MAXPATHLEN) { in php_zip_parse_options()
360 *add_path_len = Z_STRLEN_P(option); in php_zip_parse_options()
[all …]
/PHP-7.4/main/streams/
H A Dmemory.c231 static int php_stream_memory_set_option(php_stream *stream, int option, int value, void *ptrparam) … in php_stream_memory_set_option() argument
236 switch(option) { in php_stream_memory_set_option()
542 static int php_stream_temp_set_option(php_stream *stream, int option, int value, void *ptrparam) /*… in php_stream_temp_set_option() argument
546 switch(option) { in php_stream_temp_set_option()
554 return php_stream_set_option(ts->innerstream, option, value, ptrparam); in php_stream_temp_set_option()
H A Dxp_socket.c56 static int php_tcp_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam);
307 static int php_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_sockop_set_option() argument
317 switch(option) { in php_sockop_set_option()
856 static int php_tcp_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_tcp_sockop_set_option() argument
861 switch(option) { in php_tcp_sockop_set_option()
884 return php_sockop_set_option(stream, option, value, ptrparam); in php_tcp_sockop_set_option()
H A Duserspace.c52 static int user_wrapper_metadata(php_stream_wrapper *wrapper, const char *url, int option, void *va…
930 static int php_userstreamop_set_option(php_stream *stream, int option, int value, void *ptrparam) { in php_userstreamop_set_option() argument
938 switch (option) { in php_userstreamop_set_option()
1053 ZVAL_LONG(&args[0], option); in php_userstreamop_set_option()
1057 switch(option) { in php_userstreamop_set_option()
1293 static int user_wrapper_metadata(php_stream_wrapper *wrapper, const char *url, int option, in user_wrapper_metadata() argument
1303 switch(option) { in user_wrapper_metadata()
1322 php_error_docref(NULL, E_WARNING, "Unknown option %d for " USERSTREAM_METADATA, option); in user_wrapper_metadata()
1336 ZVAL_LONG(&args[1], option); in user_wrapper_metadata()
H A Dplain_wrapper.c633 static int php_stdiop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_stdiop_set_option() argument
646 switch(option) { in php_stdiop_set_option()
1417 static int php_plain_files_metadata(php_stream_wrapper *wrapper, const char *url, int option, void … in php_plain_files_metadata() argument
1442 switch(option) { in php_plain_files_metadata()
1459 if(option == PHP_STREAM_META_OWNER_NAME) { in php_plain_files_metadata()
1471 if(option == PHP_STREAM_META_GROUP_NAME) { in php_plain_files_metadata()
1487 php_error_docref1(NULL, url, E_WARNING, "Unknown option %d for stream_metadata", option); in php_plain_files_metadata()
/PHP-7.4/ext/ldap/tests/
H A Dldap_set_option_error.phpt62 Warning: ldap_set_option(): Expected array value for this option in %s on line %d
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_replace_variation1.phpt12 …: proto string mb_ereg_replace(string pattern, string replacement, string string [, string option])
23 $option = '';
93 var_dump( mb_ereg_replace($input, $replacement, $string, $option) );
/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlspecialchars_basic.phpt39 echo "\nTry with char set option - specify default ISO-8859-1\n";
83 Try with char set option - specify default ISO-8859-1
/PHP-7.4/ext/pgsql/
H A Dpgsql.c207 ZEND_ARG_INFO(0, option)
2336 switch (option) {
5405 switch (option) {
6514 zend_ulong option = 0; local
6521 if (option & ~PGSQL_CONV_OPTS) {
6747 if (option & PGSQL_DML_EXEC) {
6749 option = option & ~PGSQL_DML_EXEC;
6961 if (option & PGSQL_DML_STRING) {
7029 zend_ulong option = PGSQL_DML_EXEC; local
7053 if (option & PGSQL_DML_STRING) {
[all …]
/PHP-7.4/main/
H A Dphp_streams.h129 int (*set_option)(php_stream *stream, int option, int value, void *ptrparam);
374 PHPAPI int _php_stream_set_option(php_stream *stream, int option, int value, void *ptrparam);
375 #define php_stream_set_option(stream, option, value, ptrvalue) _php_stream_set_option((stream), (op… argument
/PHP-7.4/azure/
H A Dmsan_job.yml23 --enable-option-checking=fatal \
/PHP-7.4/ext/standard/tests/file/
H A Dfopencookie.phpt79 function stream_set_option($option, $arg1, $arg2) {
H A Dinclude_streams.phpt99 function stream_set_option($option, $arg1, $arg2) {
/PHP-7.4/ext/sockets/tests/
H A Dsocket_import_stream-4-win.phpt86 Warning: socket_get_option(): unable to retrieve socket option [10038]: %s
H A Dsocket_import_stream-4.phpt85 Warning: socket_get_option(): unable to retrieve socket option [%d]: %s in %s on line %d
H A Dsocket_export_stream-4.phpt90 Warning: socket_get_option(): unable to retrieve socket option [%d]: %s in %s on line %d
H A Dsocket_export_stream-4-win.phpt91 Warning: socket_get_option(): unable to retrieve socket option [%d]: An operation was attempted on …
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_protocol_frame_codec.c383 …, set_client_option)(MYSQLND_PFC * const pfc, enum_mysqlnd_client_option option, const char * cons… in MYSQLND_METHOD()
386 DBG_INF_FMT("option=%u", option); in MYSQLND_METHOD()
387 switch (option) { in MYSQLND_METHOD()
/PHP-7.4/ext/imap/tests/
H A Dimap_close_variation4.phpt16 * recognised as CL_EXPUNGE option
H A Dimap_fetch_overview_variation5.phpt27 '1:3'); // pass uid without setting FT_UID option
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_get_attribute.phpt73 Read options from the named option file instead of from my.cnf.
/PHP-7.4/azure/i386/
H A Djob.yml18 --enable-option-checking=fatal \
/PHP-7.4/azure/macos/
H A Djob.yml22 --enable-option-checking=fatal \
/PHP-7.4/ext/standard/tests/array/
H A Din_array_variation1.phpt52 //strict option OFF
54 //strict option ON
56 //strict option OFF
H A Darray_search_variation1.phpt51 //strict option OFF
53 //strict option ON
55 //strict option OFF

Completed in 97 milliseconds

123456789