Home
last modified time | relevance | path

Searched refs:opt (Results 1 – 25 of 55) sorted by relevance

123

/PHP-7.1/scripts/dev/generate-phpt/tests/
H A DgtOptionalSectionsTest.php13 $opt = new gtOptionalSections();
14 $opt->setOptions($clo);
15 $a = $opt->getOptions();
27 $opt = new gtOptionalSections();
28 $opt->setOptions($clo);
34 $opt = new gtOptionalSections();
35 $opt->setOptions($clo);
37 $opt = new gtOptionalSections();
38 $opt->setOptions($clo);
48 $opt->setOptions($clo);
[all …]
/PHP-7.1/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.1/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.1/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.1/ext/soap/tests/bugs/
H A Dbug34643.phpt12 public function get_it($opt="zzz") {
13 return $opt;
44 [0] => string get_it(string $opt)
H A Dbug38067.phpt16 function __construct($wsdl, $opt) {
17 parent::__construct($wsdl, $opt);
18 $this->server = new SoapServer($wsdl, $opt);
H A Dbug38005.phpt14 function __construct($wsdl, $opt) {
15 parent::__construct($wsdl, $opt);
16 $this->server = new SoapServer($wsdl, $opt);
/PHP-7.1/scripts/dev/generate-phpt/src/testcase/
H A DgtBasicTestCaseFunction.php10 public function __construct($opt) { argument
11 $this->optionalSections = $opt;
H A DgtBasicTestCaseMethod.php8 public function __construct($opt) { argument
9 $this->optionalSections = $opt;
H A DgtErrorTestCaseFunction.php9 public function __construct($opt) { argument
10 $this->optionalSections = $opt;
H A DgtErrorTestCaseMethod.php9 public function __construct($opt) { argument
10 $this->optionalSections = $opt;
H A DgtVariationTestCaseFunction.php12 public function __construct($opt) { argument
13 $this->optionalSections = $opt;
H A DgtVariationTestCaseMethod.php13 public function __construct($opt) { argument
14 $this->optionalSections = $opt;
/PHP-7.1/ext/interbase/
H A Dconfig.m43 install directory [/opt/firebird]])
20 IBASE_INCDIR=/opt/firebird/include
21 IBASE_LIBDIR=/opt/firebird/lib
/PHP-7.1/ext/opcache/tests/
H A Dbug66338.phpt30 $opt = -1; # This test works if $opt = 0
31 …-d opcache.enable=1 -d opcache.enable_cli=1 -d opcache.optimization_level=$opt -d opcache.file_upd…
/PHP-7.1/ext/tidy/tests/
H A D007.phpt17 var_dump($a->getopt('bogus-opt'));
25 Warning: tidy::getOpt(): Unknown Tidy Configuration Option 'bogus-opt' in %s007.php on line 10
/PHP-7.1/ext/pgsql/
H A Dphp_pgsql.h216 …convert(PGconn *pg_link, const char *table_name, const zval *values, zval *result, zend_ulong opt);
217 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, zend_ulong opt
218 …te(PGconn *pg_link, const char *table, zval *values, zval *ids, zend_ulong opt , zend_string **sql…
219 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, zend_ulong opt, z…
220 …PGconn *pg_link, const char *table, zval *ids, zval *ret_array, zend_ulong opt, long fetch_option,…
H A Dpgsql.mak62 C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -DDEBUGGING -DDKFBPON
67 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off -opt intrinsics
68 C_FLAGS += -opt level=4 -DZEND_DEBUG=0
/PHP-7.1/ext/ldap/
H A Dldap.mak65 …C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -sym internal -DDEBUGGIN…
70 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off
71 C_FLAGS += -opt intrinsics
72 C_FLAGS += -opt level=4 -DZEND_DEBUG=0
/PHP-7.1/ext/xml/
H A Dxml.mak64 …C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -sym internal -DDEBUGGIN…
69 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off
70 C_FLAGS += -opt intrinsics
71 C_FLAGS += -opt level=4 -DZEND_DEBUG=0
/PHP-7.1/ext/openssl/
H A Dopenssl.mak74 …C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -sym internal -DDEBUGGIN…
79 C_FLAGS += -opt all -inline on -inline smart -inline auto -sym off
80 C_FLAGS += -opt intrinsics -opt level=4 -DZEND_DEBUG=0
/PHP-7.1/ext/tidy/
H A Dtidy.c501 TidyOption opt = tidyGetOptionByName(doc, optname); in _php_tidy_set_tidy_opt() local
506 if (!opt) { in _php_tidy_set_tidy_opt()
511 if (tidyOptIsReadOnly(opt)) { in _php_tidy_set_tidy_opt()
516 switch(tidyOptGetType(opt)) { in _php_tidy_set_tidy_opt()
933 *type = tidyOptGetType(opt); in php_tidy_get_opt_val()
1370 TidyOption opt; in PHP_FUNCTION() local
1386 opt = tidyGetOptionByName(obj->ptdoc->doc, optname); in PHP_FUNCTION()
1388 if (!opt) { in PHP_FUNCTION()
1421 opt_name = (char *)tidyOptGetName(opt); in PHP_FUNCTION()
1530 TidyOption opt; in PHP_FUNCTION() local
[all …]
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregcomp.c4449 clear_mml(&opt->len); in clear_node_opt_info()
4543 clear_node_opt_info(opt); in optimize_node_left()
4619 opt->exb.reach_end = 1; in optimize_node_left()
4643 set_mml(&opt->len, 1, 1); in optimize_node_left()
4713 opt->expr.reach_end = 0; in optimize_node_left()
4799 opt->exb.reach_end = 0; in optimize_node_left()
4961 NodeOptInfo opt; in set_optimize_info_from_tree() local
4983 if (opt.exb.len > 0 || opt.exm.len > 0) { in set_optimize_info_from_tree()
4984 select_opt_exact_info(reg->enc, &opt.exb, &opt.exm); in set_optimize_info_from_tree()
4986 comp_opt_exact_or_map_info(&opt.exb, &opt.map) > 0) { in set_optimize_info_from_tree()
[all …]
/PHP-7.1/ext/reflection/tests/
H A Dparameters_002.phpt7 NonExistingClass $na, stdClass &$opt = NULL, $def = "FooBar")
14 NonExistingClass $na, stdClass $opt = NULL, $def = "FooBar")
125 getName: string(3) "opt"
191 getName: string(3) "opt"
/PHP-7.1/ext/pdo_firebird/tests/
H A Dcommon.phpt23 $config['ENV']['PDOTEST_DSN'] = 'firebird:dbname=/opt/firebird/test.gdb';

Completed in 55 milliseconds

123