Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 437) sorted by path

12345678910>>...18

/PHP-5.5/
H A DINSTALL173 the list of core configure options and from extension specific options
192 with various options, like which extensions will be enabled. Do a
193 ./configure --help for a list of available options. In our example
202 If you decide to change your configure options after installation,
214 You may edit your .ini file to set PHP options. If you prefer your
278 15. You can edit /usr/local/lib/php.ini file to set PHP options.
381 installation options for Apache may be found there.
1461 --configure-options [...]
1465 CAPTION: Command line options
1469 --includes List of -I options with all include files
[all …]
H A DNEWS455 configuration options). (Anatol Belski)
562 configuration options). (Anatol Belski)
3127 . Safe mode and all related php.ini options. (Kalle)
3135 safe_mode_protected_env_vars php.ini options.
3138 session.bug_compat_warn php.ini options). (Kalle)
4324 . Added options to debug backtrace functions. (Stas)
7141 options). (Dmitry)
7375 SAPIs disabling options). (Jani)
8573 stream context options). (Mike)
8628 options via an associated array.
[all …]
H A DREADME.STREAMS50 int options, char **opened_path TSRMLS_DC);
55 options is a combination of the following values:
H A DREADME.TESTING216 You can run 'php server-tests.php -h' to get all the possible options.
19 handy if you are testing multiple environments and need various options
29 (see config options TEST_WEB_BASE_URL, TEST_BASE_PATH, and TEST_WEB_EXT)
H A Dacinclude.m41544 dnl Must be run after all --with-NN options that let the user
2322 dnl Fallbacks for different configure options
2735 # Allow certain libtool options
2738 # Allow certain TSRM options
2741 # Allow certain Zend options
H A Dconfig.guess1067 if test -f /usr/options/cb.name; then
1068 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
H A Dconfigure.in1528 dnl Check for unknown configure options
1664 # Output unknown configure options
1666 echo "Notice: Following unknown configure options were used:
1669 Check '[$]0 --help' for available options
/PHP-5.5/Zend/tests/
H A Dbug38779.phpt9 public function stream_open($path, $mode, $options, &$opened_path) {
H A Dbug38779_1.phpt9 public function stream_open($path, $mode, $options, &$opened_path) {
H A Dbug55578.phpt5 $options = array();
13 function test($options, $queryPart) {
17 var_dump(test($options, new Foo()));
H A Ddebug_backtrace_options.phpt2 debug_backtrace options
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c230 ZEND_ARG_INFO(0, options)
235 ZEND_ARG_INFO(0, options)
2071 long options = 0; in ZEND_FUNCTION() local
2074 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|ll", &options, &limit) == FAILURE) { in ZEND_FUNCTION()
2141 if (ptr->function_state.arguments && (options & DEBUG_BACKTRACE_IGNORE_ARGS) == 0) { in ZEND_FUNCTION()
2228 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit … in zend_fetch_debug_backtrace() argument
2320 if ((options & DEBUG_BACKTRACE_PROVIDE_OBJECT) != 0) { in zend_fetch_debug_backtrace()
2331 if ((options & DEBUG_BACKTRACE_IGNORE_ARGS) == 0 && in zend_fetch_debug_backtrace()
2402 long options = DEBUG_BACKTRACE_PROVIDE_OBJECT; in ZEND_FUNCTION() local
2405 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|ll", &options, &limit) == FAILURE) { in ZEND_FUNCTION()
[all …]
H A Dzend_builtin_functions.h28 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit …
/PHP-5.5/build/
H A Dlibtool.m41135 # Check to see if options -c and -o are simultaneously supported by compiler
3645 # The compiler driver will combine and reorder linker options,
4024 # See if we are running on zsh, and set the options which allow our commands through
4151 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
4269 # Does compiler simultaneously support -c and -o options?
4782 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
5070 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
6070 # The compiler driver will combine and reorder linker options,
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure138 Usage: configure [options] [host]
/PHP-5.5/ext/bz2/
H A Dbz2.c214 int options, in _php_stream_bz2open() argument
255 stream = php_stream_open_wrapper(path, mode, options | STREAM_WILL_CAST, opened_path); in _php_stream_bz2open()
H A Dphp_bz2.h50 …_stream_bz2open(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_pa…
54 …p_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper), (path),… argument
/PHP-5.5/ext/curl/
H A Dinterface.c310 ZEND_ARG_ARRAY_INFO(0, options, 0)
2893 long options; in PHP_FUNCTION() local
2896 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rlZ", &zid, &options, &zvalue) == FAILURE) { in PHP_FUNCTION()
2902 if (options <= 0 && options != CURLOPT_SAFE_UPLOAD) { in PHP_FUNCTION()
2907 if (_php_curl_setopt(ch, options, zvalue TSRMLS_CC) == SUCCESS) { in PHP_FUNCTION()
H A Dmulti.c419 long options; in PHP_FUNCTION() local
422 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rlZ", &z_mh, &options, &zvalue) == FAILURE) { in PHP_FUNCTION()
428 if (!_php_curl_multi_setopt(mh, options, zvalue, return_value TSRMLS_CC)) { in PHP_FUNCTION()
H A Dshare.c99 long options; in PHP_FUNCTION() local
102 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rlZ", &zid, &options, &zvalue) == FAILURE) { in PHP_FUNCTION()
108 if (!_php_curl_share_setopt(sh, options, zvalue, return_value TSRMLS_CC)) { in PHP_FUNCTION()
/PHP-5.5/ext/curl/tests/
H A Dbug48203_multi.phpt16 $options = array(
24 $options[CURLOPT_VERBOSE] = 1;
28 $options[CURLOPT_UPLOAD] = 1;
31 curl_setopt_array($ch1, $options);
32 curl_setopt_array($ch2, $options);
H A Dcurl_basic_018.phpt30 $options = array(
35 curl_setopt_array($chs[0], $options); //set the options
36 curl_setopt_array($chs[1], $options); //set the options
37 curl_setopt_array($chs[2], $options); //set the options
H A Dcurl_copy_handle_basic.phpt17 // set URL and other appropriate options
H A Dcurl_copy_handle_variation1.phpt2 Test curl_copy_handle() change options in one handle
17 // set URL and other appropriate options
H A Dcurl_copy_handle_variation2.phpt2 Test curl_copy_handle() add options to the handles
12 but this can only check on a limited amount of options...
15 echo "*** Testing curl_copy_handle(): add options after copy ***\n";
39 *** Testing curl_copy_handle(): add options after copy ***

Completed in 94 milliseconds

12345678910>>...18