Home
last modified time | relevance | path

Searched refs:option (Results 126 – 150 of 223) sorted by relevance

123456789

/PHP-7.4/ext/soap/tests/bugs/
H A Dbug38067.phpt2 Bug #38067 (Parameters are not decoded from utf-8 when using encoding option)
/PHP-7.4/Zend/tests/
H A Dbug38779.phpt25 function stream_set_option($option, $arg1, $arg2) {
H A Dbug78340.phpt40 function stream_set_option($option, $arg1, $arg2) {
/PHP-7.4/ext/ftp/
H A Dconfig.m46 dnl TODO: Rename this option for master.
H A Dphp_ftp.c239 ZEND_ARG_INFO(0, option)
245 ZEND_ARG_INFO(0, option)
1572 zend_long option; in PHP_FUNCTION() local
1575 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlz", &z_ftp, &option, &z_value) == FAILURE) { in PHP_FUNCTION()
1583 switch (option) { in PHP_FUNCTION()
1616 php_error_docref(NULL, E_WARNING, "Unknown option '" ZEND_LONG_FMT "'", option); in PHP_FUNCTION()
1628 zend_long option; in PHP_FUNCTION() local
1631 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rl", &z_ftp, &option) == FAILURE) { in PHP_FUNCTION()
1639 switch (option) { in PHP_FUNCTION()
1650 php_error_docref(NULL, E_WARNING, "Unknown option '" ZEND_LONG_FMT "'", option); in PHP_FUNCTION()
/PHP-7.4/ext/oci8/tests/
H A Ddefault_prefetch2.phpt2 oci8.default_prefetch ini option
H A Ddefault_prefetch0.phpt2 oci8.default_prefetch ini option
H A Ddefault_prefetch1.phpt2 oci8.default_prefetch ini option
/PHP-7.4/ext/curl/tests/
H A Dcurl_write_file.phpt2 Test curl option CURLOPT_FILE
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt2 cURL option CURLOPT_READFUNCTION
H A Dcurl_copy_handle_variation2.phpt11 the only way to test if a option is setten on a curl handle is using the curl_getinfo() function.
H A Dcurl_setopt_error.phpt45 Warning: curl_setopt(): Invalid curl configuration option in %scurl_setopt_error.php on line %d
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug29038.phpt2 Bug #29038 (extract(), EXTR_PREFIX_SAME option prefixes empty strings)
/PHP-7.4/ext/intl/tests/
H A Dcalendar_setSkipped_RepeatedWallTimeOption_error.phpt62 …::setSkippedWallTimeOption(): intlcal_set_skipped_wall_time_option: invalid option in %s on line %d
65 …setRepeatedWallTimeOption(): intlcal_set_repeated_wall_time_option: invalid option in %s on line %d
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug75402.phpt2 PDO PgSQL Bug #75402 Possible Memory Leak using PDO::CURSOR_SCROLL option
69 // With the following option memory is de-allocated
/PHP-7.4/ext/curl/
H A Dmulti.c556 static int _php_curl_multi_setopt(php_curlm *mh, zend_long option, zval *zvalue, zval *return_value… in _php_curl_multi_setopt() argument
560 switch (option) { in _php_curl_multi_setopt()
577 if (option == CURLMOPT_PIPELINING && (lval & 1)) { in _php_curl_multi_setopt()
584 error = curl_multi_setopt(mh->multi, option, lval); in _php_curl_multi_setopt()
598 error = curl_multi_setopt(mh->multi, option, _php_server_push_callback); in _php_curl_multi_setopt()
/PHP-7.4/ext/standard/
H A Dfilestat.c358 int option; in php_do_chgrp() local
361 option = PHP_STREAM_META_GROUP; in php_do_chgrp()
364 option = PHP_STREAM_META_GROUP_NAME; in php_do_chgrp()
370 if(wrapper->wops->stream_metadata(wrapper, filename, option, value, NULL)) { in php_do_chgrp()
494 int option; in php_do_chown() local
497 option = PHP_STREAM_META_OWNER; in php_do_chown()
500 option = PHP_STREAM_META_OWNER_NAME; in php_do_chown()
506 if(wrapper->wops->stream_metadata(wrapper, filename, option, value, NULL)) { in php_do_chown()
/PHP-7.4/sapi/litespeed/
H A DREADME.md18 security when mod_php is used. Usually, FastCGI PHP is not an option in shared
50 option `-b <socket_address>`, socket address can be IPv4, IPv6 or Unix Domain
156 will wait for a new request before it exits. This option help releasing system
173 parent process. This option can help getting rid of dead or runaway child
179 process will wait before exiting when there is no child process. This option
189 existence of parent process. When PHP is started by `-b` option, it is
/PHP-7.4/ext/ftp/tests/
H A Dftp_set_option_errors.phpt35 Warning: ftp_set_option(): Unknown option '10' in %s on line %d
/PHP-7.4/azure/
H A Dconfigure.yml8 --enable-option-checking=fatal \
/PHP-7.4/travis/
H A Dcompile.sh31 --enable-option-checking=fatal \
/PHP-7.4/ext/sockets/tests/
H A Dsocket_set_option_seolinger.phpt2 Test if socket_set_option() works, option:SO_SEOLINGER
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_csr_new_basic.phpt37 …ord_min -> 4 (failed; check error queue and value of string_mask OpenSSL option if illegal charact…
/PHP-7.4/ext/xml/tests/
H A Dbug50576.phpt2 Bug #50576 (XML_OPTION_SKIP_TAGSTART option has no effect)
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_match_basic.phpt10 /* Prototype : bool mb_ereg_match(string $pattern, string $string [,string $option])

Completed in 40 milliseconds

123456789