/PHP-7.2/scripts/dev/generate-phpt/tests/ |
H A D | gtOptionalSectionsTest.php | 13 $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.2/ext/session/ |
H A D | mod_files.sh | 39 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.2/ext/curl/tests/ |
H A D | bug46711.phpt | 13 $opt = array( 20 foreach( $opt as $option => $value ) { 24 var_dump($opt); // with this bug, $opt[58] becomes NULL
|
/PHP-7.2/ext/mbstring/tests/ |
H A D | mb_ereg_search_xxx.phpt | 16 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.2/ext/soap/tests/bugs/ |
H A D | bug34643.phpt | 12 public function get_it($opt="zzz") { 13 return $opt; 44 [0] => string get_it(string $opt)
|
H A D | bug38067.phpt | 16 function __construct($wsdl, $opt) { 17 parent::__construct($wsdl, $opt); 18 $this->server = new SoapServer($wsdl, $opt);
|
H A D | bug38005.phpt | 14 function __construct($wsdl, $opt) { 15 parent::__construct($wsdl, $opt); 16 $this->server = new SoapServer($wsdl, $opt);
|
/PHP-7.2/scripts/dev/generate-phpt/src/testcase/ |
H A D | gtBasicTestCaseFunction.php | 10 public function __construct($opt) { argument 11 $this->optionalSections = $opt;
|
H A D | gtBasicTestCaseMethod.php | 8 public function __construct($opt) { argument 9 $this->optionalSections = $opt;
|
H A D | gtErrorTestCaseFunction.php | 9 public function __construct($opt) { argument 10 $this->optionalSections = $opt;
|
H A D | gtErrorTestCaseMethod.php | 9 public function __construct($opt) { argument 10 $this->optionalSections = $opt;
|
H A D | gtVariationTestCaseFunction.php | 12 public function __construct($opt) { argument 13 $this->optionalSections = $opt;
|
H A D | gtVariationTestCaseMethod.php | 13 public function __construct($opt) { argument 14 $this->optionalSections = $opt;
|
/PHP-7.2/ext/interbase/ |
H A D | config.m4 | 3 install directory [/opt/firebird]]) 20 IBASE_INCDIR=/opt/firebird/include 21 IBASE_LIBDIR=/opt/firebird/lib
|
/PHP-7.2/ext/opcache/tests/ |
H A D | bug66338.phpt | 30 $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.2/ext/tidy/tests/ |
H A D | 007.phpt | 17 var_dump($a->getopt('bogus-opt')); 25 Warning: tidy::getOpt(): Unknown Tidy Configuration Option 'bogus-opt' in %s007.php on line 10
|
/PHP-7.2/ext/pgsql/ |
H A D | php_pgsql.h | 216 …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 D | pgsql.mak | 62 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.2/ext/ldap/ |
H A D | ldap.mak | 65 …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.2/ext/xml/ |
H A D | xml.mak | 64 …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.2/ext/tidy/ |
H A D | tidy.c | 501 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.2/ext/mbstring/oniguruma/src/ |
H A D | regcomp.c | 4506 clear_mml(&opt->len); in clear_node_opt_info() 4600 clear_node_opt_info(opt); in optimize_node_left() 4675 if (opt->exb.len == slen) in optimize_node_left() 4676 opt->exb.reach_end = 1; in optimize_node_left() 5018 NodeOptInfo opt; in set_optimize_info_from_tree() local 5045 if (opt.exb.len > 0 || opt.exm.len > 0) { in set_optimize_info_from_tree() 5046 select_opt_exact_info(reg->enc, &opt.exb, &opt.exm); in set_optimize_info_from_tree() 5047 if (opt.map.value > 0 && in set_optimize_info_from_tree() 5048 comp_opt_exact_or_map_info(&opt.exb, &opt.map) > 0) { in set_optimize_info_from_tree() 5056 else if (opt.map.value > 0) { in set_optimize_info_from_tree() [all …]
|
/PHP-7.2/ext/reflection/tests/ |
H A D | parameters_002.phpt | 7 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.2/ext/pdo_firebird/tests/ |
H A D | common.phpt | 23 $config['ENV']['PDOTEST_DSN'] = 'firebird:dbname=/opt/firebird/test.gdb';
|
/PHP-7.2/ext/standard/ |
H A D | basic_functions.h | 155 PHPAPI int _php_error_log(int opt_err, char *message, char *opt, char *headers); 156 PHPAPI int _php_error_log_ex(int opt_err, char *message, size_t message_len, char *opt, char *heade…
|