Home
last modified time | relevance | path

Searched refs:option (Results 176 – 200 of 207) sorted by path

123456789

/PHP-5.5/ext/xml/tests/
H A Dxml_parser_get_option_error.phpt11 /* Prototype : proto int xml_parser_get_option(resource parser, int option)
23 $option = 10;
25 var_dump( xml_parser_get_option(null, $option, $extra_arg) );
H A Dxml_parser_get_option_variation1.phpt11 /* Prototype : proto int xml_parser_get_option(resource parser, int option)
26 $option = 10;
92 var_dump( xml_parser_get_option($value, $option) );
H A Dxml_parser_get_option_variation2.phpt86 // loop through each element of the array for option
102 Warning: xml_parser_get_option(): Unknown option in %s on line %d
107 Warning: xml_parser_get_option(): Unknown option in %s on line %d
112 Warning: xml_parser_get_option(): Unknown option in %s on line %d
117 Warning: xml_parser_get_option(): Unknown option in %s on line %d
122 Warning: xml_parser_get_option(): Unknown option in %s on line %d
127 Warning: xml_parser_get_option(): Unknown option in %s on line %d
132 Warning: xml_parser_get_option(): Unknown option in %s on line %d
162 Warning: xml_parser_get_option(): Unknown option in %s on line %d
167 Warning: xml_parser_get_option(): Unknown option in %s on line %d
[all …]
H A Dxml_parser_set_option_error.phpt11 /* Prototype : proto int xml_parser_set_option(resource parser, int option, mixed value)
23 $option = 10;
26 var_dump( xml_parser_set_option(null, $option, $value, $extra_arg) );
31 $option = 10;
32 var_dump( xml_parser_set_option(null, $option) );
H A Dxml_parser_set_option_variation1.phpt11 /* Prototype : proto int xml_parser_set_option(resource parser, int option, mixed value)
26 $option = 10;
92 var_dump( xml_parser_set_option($value, $option, 1) );
H A Dxml_parser_set_option_variation2.phpt81 // loop through each element of the array for option
96 Warning: xml_parser_set_option(): Unknown option in %s on line %d
101 Warning: xml_parser_set_option(): Unknown option in %s on line %d
106 Warning: xml_parser_set_option(): Unknown option in %s on line %d
111 Warning: xml_parser_set_option(): Unknown option in %s on line %d
116 Warning: xml_parser_set_option(): Unknown option in %s on line %d
121 Warning: xml_parser_set_option(): Unknown option in %s on line %d
126 Warning: xml_parser_set_option(): Unknown option in %s on line %d
156 Warning: xml_parser_set_option(): Unknown option in %s on line %d
161 Warning: xml_parser_set_option(): Unknown option in %s on line %d
[all …]
H A Dxml_parser_set_option_variation3.phpt11 /* Prototype : proto int xml_parser_set_option(resource parser, int option, mixed value)
28 $option = 1;
94 var_dump( xml_parser_set_option($parser, $option, $value) );
/PHP-5.5/ext/xml/
H A Dxml.c199 ZEND_ARG_INFO(0, option)
205 ZEND_ARG_INFO(0, option)
/PHP-5.5/ext/xmlreader/tests/
H A Dbug42139.phpt2 Bug #42139 (XMLReader option constants are broken using XML())
/PHP-5.5/ext/xsl/tests/
H A Dbug54446_with_ini.phpt108 Deprecated: XSLTProcessor::transformToXml(): The xsl.security_prefs php.ini option is deprecated; u…
120 Deprecated: XSLTProcessor::transformToXml(): The xsl.security_prefs php.ini option is deprecated; u…
/PHP-5.5/ext/zip/
H A Dphp_zip.c351 zval **option; in php_zip_parse_options() local
354 if (Z_TYPE_PP(option) != IS_LONG) { in php_zip_parse_options()
355 zval tmp = **option; in php_zip_parse_options()
360 opt = Z_LVAL_PP(option); in php_zip_parse_options()
367 if (Z_TYPE_PP(option) != IS_STRING) { in php_zip_parse_options()
372 if (Z_STRLEN_PP(option) < 1) { in php_zip_parse_options()
383 *remove_path = Z_STRVAL_PP(option); in php_zip_parse_options()
387 if (Z_TYPE_PP(option) != IS_STRING) { in php_zip_parse_options()
392 if (Z_STRLEN_PP(option) < 1) { in php_zip_parse_options()
402 *add_path_len = Z_STRLEN_PP(option); in php_zip_parse_options()
[all …]
/PHP-5.5/main/
H A Dphp_streams.h129 int (*set_option)(php_stream *stream, int option, int value, void *ptrparam TSRMLS_DC);
361 PHPAPI int _php_stream_set_option(php_stream *stream, int option, int value, void *ptrparam TSRMLS_…
362 #define php_stream_set_option(stream, option, value, ptrvalue) _php_stream_set_option((stream), (op… argument
/PHP-5.5/main/streams/
H A Dmemory.c247 static int php_stream_memory_set_option(php_stream *stream, int option, int value, void *ptrparam T… in php_stream_memory_set_option() argument
252 switch(option) { in php_stream_memory_set_option()
527 static int php_stream_temp_set_option(php_stream *stream, int option, int value, void *ptrparam TSR… in php_stream_temp_set_option() argument
531 switch(option) { in php_stream_temp_set_option()
539 return php_stream_set_option(ts->innerstream, option, value, ptrparam); in php_stream_temp_set_option()
H A Dplain_wrapper.c582 static int php_stdiop_set_option(php_stream *stream, int option, int value, void *ptrparam TSRMLS_D… in php_stdiop_set_option() argument
595 switch(option) { in php_stdiop_set_option()
1283 static int php_plain_files_metadata(php_stream_wrapper *wrapper, char *url, int option, void *value… in php_plain_files_metadata() argument
1311 switch(option) { in php_plain_files_metadata()
1328 if(option == PHP_STREAM_META_OWNER_NAME) { in php_plain_files_metadata()
1340 if(option == PHP_STREAM_META_GROUP_NAME) { in php_plain_files_metadata()
1356 …php_error_docref1(NULL TSRMLS_CC, url, E_WARNING, "Unknown option %d for stream_metadata", option); in php_plain_files_metadata()
H A Dstreams.c1352 PHPAPI int _php_stream_set_option(php_stream *stream, int option, int value, void *ptrparam TSRMLS_… in _php_stream_set_option() argument
1357 ret = stream->ops->set_option(stream, option, value, ptrparam TSRMLS_CC); in _php_stream_set_option()
1361 switch(option) { in _php_stream_set_option()
H A Duserspace.c54 static int user_wrapper_metadata(php_stream_wrapper *wrapper, char *url, int option, void *value, p…
968 static int php_userstreamop_set_option(php_stream *stream, int option, int value, void *ptrparam TS… in php_userstreamop_set_option() argument
977 switch (option) { in php_userstreamop_set_option()
1091 ZVAL_LONG(zoption, option); in php_userstreamop_set_option()
1100 switch(option) { in php_userstreamop_set_option()
1374 static int user_wrapper_metadata(php_stream_wrapper *wrapper, char *url, int option, void *value, p… in user_wrapper_metadata() argument
1384 switch(option) { in user_wrapper_metadata()
1403 … php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown option %d for " USERSTREAM_METADATA, option); in user_wrapper_metadata()
1421 ZVAL_LONG(zoption, option); in user_wrapper_metadata()
H A Dxp_socket.c51 static int php_tcp_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam TSRM…
268 static int php_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam TSRMLS_D… in php_sockop_set_option() argument
274 switch(option) { in php_sockop_set_option()
746 static int php_tcp_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam TSRM… in php_tcp_sockop_set_option() argument
751 switch(option) { in php_tcp_sockop_set_option()
774 return php_sockop_set_option(stream, option, value, ptrparam TSRMLS_CC); in php_tcp_sockop_set_option()
/PHP-5.5/
H A Dphp.ini-development17 ; 6. The directory from the --with-config-file-path compile time option, or the
177 ; To disable this feature set this option to empty value
252 ; Valid values for this option are 'off', 'on', or a specific buffer size
275 ; and every HTML block. Turning this option on has serious performance
648 ; This option is enabled by default.
771 ; is supported by Apache. When this option is set to 1 PHP will send
1264 ; Tuning: This option enables statement caching, and specifies how
1470 ; NOTE: If you are using the subdirectory option for storing session files
1508 ; Use this option with caution.
1789 ; WARNING: Do not use this option if you are generating non-html content
[all …]
H A Dphp.ini-production17 ; 6. The directory from the --with-config-file-path compile time option, or the
177 ; To disable this feature set this option to empty value
252 ; Valid values for this option are 'off', 'on', or a specific buffer size
275 ; and every HTML block. Turning this option on has serious performance
648 ; This option is enabled by default.
771 ; is supported by Apache. When this option is set to 1 PHP will send
1264 ; Tuning: This option enables statement caching, and specifies how
1470 ; NOTE: If you are using the subdirectory option for storing session files
1508 ; Use this option with caution.
1789 ; WARNING: Do not use this option if you are generating non-html content
[all …]
/PHP-5.5/sapi/aolserver/
H A DREADME29 AOLserver source code and pass another option to PHP:
52 The 'php_value "name val"' command assigns the configuration option name
/PHP-5.5/sapi/apache/
H A Dconfig.m491 # Test whether apxs support -S option
95 APACHE_INSTALL="$APXS -i -a -n php5 $SAPI_SHARED" # Old apxs does not have -S option
239 PHP_ARG_ENABLE(mod-charset, whether to enable Apache charset compatibility option,
/PHP-5.5/sapi/apache_hooks/
H A Dconfig.m492 # Test whether apxs support -S option
96 APACHE_HOOKS_INSTALL="$APXS -i -a -n php5 $SAPI_SHARED" # Old apxs does not have -S option
241 PHP_ARG_ENABLE(mod-charset, whether to enable Apache charset compatibility option,
/PHP-5.5/sapi/cgi/
H A DCHANGES27 This option had effect only with
/PHP-5.5/sapi/cli/
H A DREADME17 * -r option which allows execution of PHP code directly from
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in445 ; be killed. This option should be used when the 'max_execution_time' ini option

Completed in 84 milliseconds

123456789