Home
last modified time | relevance | path

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

1234567891011

/PHP-7.2/ext/filter/tests/
H A D017.phpt24 Warning: filter_var(): 'regexp' option missing in %s on line %d
/PHP-7.2/ext/zip/tests/
H A Dbug70103.phpt2 Bug #70103 (ZipArchive::addGlob ignores remove_all_path option)
/PHP-7.2/ext/dom/tests/
H A DDOMDocument_loadXML_variation2.phpt2 Test DOMDocument::loadXML() with LIBXML_DTDVALID option
H A DDOMDocument_load_variation2.phpt2 Test DOMDocument::load() with LIBXML_DTDVALID option
/PHP-7.2/ext/curl/tests/
H A Dcurl_write_callback.phpt2 Test curl option CURLOPT_WRITEFUNCTION
H A Dcurl_write_return.phpt2 Test curl option CURLOPT_RETURNTRANSFER
H A Dcurl_write_stdout.phpt2 Test curl option CURLOPT_FILE with STDOUT handle
H A Dcurl_writeheader_callback.phpt2 Test curl option CURLOPT_HEADERFUNCTION
H A Dcurl_write_file.phpt2 Test curl option CURLOPT_FILE
/PHP-7.2/ext/readline/
H A Dconfig.m412 dnl "register" the --with-readline option to preven invalid "unknown configure option" warning
/PHP-7.2/ext/sockets/tests/
H A Dsocket_set_option_rcvtimeo.phpt2 Test if socket_set_option() works, option:SO_RCVTIMEO
H A Dsocket_set_option_sndtimeo.phpt2 Test if socket_set_option() works, option:SO_SNDTIMEO
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug38067.phpt2 Bug #38067 (Parameters are not decoded from utf-8 when using encoding option)
/PHP-7.2/ext/oci8/tests/
H A Ddefault_prefetch.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
H A Ddefault_prefetch2.phpt2 oci8.default_prefetch ini option
/PHP-7.2/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.2/ext/intl/tests/
H A Dcalendar_setSkipped_RepeatedWallTimeOption_error.phpt64 …::setSkippedWallTimeOption(): intlcal_set_skipped_wall_time_option: invalid option in %s on line %d
67 …setRepeatedWallTimeOption(): intlcal_set_repeated_wall_time_option: invalid option in %s on line %d
/PHP-7.2/ext/standard/
H A Dfilestat.c348 int option; in php_do_chgrp() local
351 option = PHP_STREAM_META_GROUP; in php_do_chgrp()
354 option = PHP_STREAM_META_GROUP_NAME; in php_do_chgrp()
360 if(wrapper->wops->stream_metadata(wrapper, filename, option, value, NULL)) { in php_do_chgrp()
484 int option; in php_do_chown() local
487 option = PHP_STREAM_META_OWNER; in php_do_chown()
490 option = PHP_STREAM_META_OWNER_NAME; in php_do_chown()
496 if(wrapper->wops->stream_metadata(wrapper, filename, option, value, NULL)) { in php_do_chown()
/PHP-7.2/ext/standard/tests/general_functions/
H A Dbug29038.phpt2 Bug #29038 (extract(), EXTR_PREFIX_SAME option prefixes empty strings)
/PHP-7.2/sapi/litespeed/
H A DREADME.md20 usually, FastCGI PHP is not an option in shared hosting environment
54 start manually from command with option "-b <socket_address>", socket
162 process will wait for a new request before it exits. This option help
182 will be killed by the parent process. This option can help getting rid
190 This option help releasing system resources taken by an idle parent
202 When PHP started by "-b" option, it is disabled automatically.
/PHP-7.2/
H A DUPGRADING.INTERNALS44 g. ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX classname option is removed
60 . --enable-one-shot configure option is removed, --with-mp is usable.
/PHP-7.2/scripts/dev/
H A Dgenerate-phpt.phar464 $option = substr($argv[$i], 1);
475 $this->options[$option] = true;
485 $this->options[$option] = $argv[$i];
492 public function getOption($option)
494 if (!isset($this->options[$option])) {
497 return $this->options[$option];
502 * Check whether an option exists
504 public function hasOption($option)
506 return isset($this->options[$option]);
698 foreach($options as $option) {
[all …]
/PHP-7.2/sapi/cli/
H A DREADME17 * -r option which allows execution of PHP code directly from

Completed in 132 milliseconds

1234567891011