Home
last modified time | relevance | path

Searched refs:opt (Results 26 – 37 of 37) sorted by last modified time

12

/PHP-7.4/ext/soap/tests/bugs/
H A Dbug38005.phpt14 function __construct($wsdl, $opt) {
15 parent::__construct($wsdl, $opt);
16 $this->server = new SoapServer($wsdl, $opt);
H A Dbug38067.phpt16 function __construct($wsdl, $opt) {
17 parent::__construct($wsdl, $opt);
18 $this->server = new SoapServer($wsdl, $opt);
/PHP-7.4/ext/session/
H A Dmod_files.sh39 select opt in "$@"; do
41 if [[ $opt = "Delete directory contents" ]]; then
44 elif [[ $opt = "Choose another directory" ]]; then
47 elif [[ $opt = "Quit" ]]; then
/PHP-7.4/ext/phar/phar/
H A Dclicommand.inc262 foreach($conf['select'] as $opt => $what) {
263 $ls = max($ls, strlen($opt));
267 foreach($conf['select'] as $opt => $what) {
268 … $inf .= $this->cli_wordwrap($sp2 . " " . sprintf("%-${ls}s ", $opt) . $what, $l3, $sp3) . "\n";
/PHP-7.4/ext/pdo_firebird/
H A Dconfig.m45 [/opt/firebird]])])
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_search_xxx.phpt16 function test_search( $test_enc, $str, $look_for, $opt, $in_enc = 'EUC-JP' ) {
20 mb_ereg_search_init( $str, $look_for, $opt );
27 function do_tests( $enc, $opt ) {
28 test_search( $enc, "�ϡ� ����\n", ' (��?�ϡ�?)[[:space:]]', $opt );
29 test_search( $enc, 'abcde abdeabcf anvfabc odu abcd ', '(ab[a-z]+)', $opt );
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE211 3. You may opt to apply the terms of the ordinary GNU General Public
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます29779 # markups page=0x04,label=0x12, followed by strings like "opt" or "main" and title=0x14
H A Dmagic29779 # markups page=0x04,label=0x12, followed by strings like "opt" or "main" and title=0x14
/PHP-7.4/ext/curl/tests/
H A Dbug46711.phpt13 $opt = array(
20 foreach( $opt as $option => $value ) {
24 var_dump($opt); // with this bug, $opt[58] becomes NULL
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE214 3. You may opt to apply the terms of the ordinary GNU General Public
/PHP-7.4/Zend/tests/
H A Ddebug_backtrace_options.phpt6 function backtrace_print($opt = null)
8 if(is_null($opt)) {
11 print_r(debug_backtrace($opt));

Completed in 123 milliseconds

12