/php-src/ext/opcache/jit/ir/ |
H A D | ir_fold.h | 1374 opt = opt | (3 << IR_OPT_INPUTS_SHIFT); in IR_FOLD() 1508 opt = op1_insn->opt ^ 1; in IR_FOLD() 1567 opt = IR_NEG | (opt & IR_OPT_TYPE_MASK); in IR_FOLD() 1784 opt = IR_ADD | (opt & IR_OPT_TYPE_MASK); in IR_FOLD() 1804 opt = IR_ADD | (opt & IR_OPT_TYPE_MASK); in IR_FOLD() 1809 opt = IR_NEG | (opt & IR_OPT_TYPE_MASK); in IR_FOLD() 1823 opt = IR_ADD | (opt & IR_OPT_TYPE_MASK); in IR_FOLD() 1828 opt = IR_NEG | (opt & IR_OPT_TYPE_MASK); in IR_FOLD() 2370 opt = IR_OPT(IR_ZEXT, IR_OPT_TYPE(opt)); in IR_FOLD() 2963 IR_FOLD_BOOL((opt ^ (opt >> 1)) & 1); in IR_FOLD() [all …]
|
H A D | ir.h | 299 _(COPY, d1X1, def, opt, ___) /* COPY (last foldable op) */ \ 324 _(RLOAD, l1X2, src, num, opt) /* load value from register */ \ 385 #define IR_OPT_TYPE(opt) (((opt) & IR_OPT_TYPE_MASK) >> IR_OPT_TYPE_SHIFT) argument 454 uint16_t opt; 700 ir_ref ir_emit0(ir_ctx *ctx, uint32_t opt); 701 ir_ref ir_emit1(ir_ctx *ctx, uint32_t opt, ir_ref op1); 702 ir_ref ir_emit2(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2); 705 ir_ref ir_emit_N(ir_ctx *ctx, uint32_t opt, int32_t count); 737 ir_ref ir_fold0(ir_ctx *ctx, uint32_t opt); 738 ir_ref ir_fold1(ir_ctx *ctx, uint32_t opt, ir_ref op1); [all …]
|
/php-src/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-src/ext/dom/lexbor/lexbor/html/ |
H A D | serialize.h | 61 lxb_html_serialize_opt_t opt, size_t indent, 66 lxb_html_serialize_opt_t opt, size_t indent, 71 lxb_html_serialize_opt_t opt, size_t indent, 76 lxb_html_serialize_opt_t opt, size_t indent, 81 lxb_html_serialize_opt_t opt, size_t indent, 86 lxb_html_serialize_opt_t opt, size_t indent,
|
H A D | tokenizer.c | 226 if (tkz->opt & LXB_HTML_TOKENIZER_OPT_TAGS_SELF) { in lxb_html_tokenizer_destroy() 230 if (tkz->opt & LXB_HTML_TOKENIZER_OPT_ATTRS_SELF) { in lxb_html_tokenizer_destroy() 281 tkz->opt |= LXB_HTML_TOKENIZER_OPT_TAGS_SELF; in lxb_html_tokenizer_begin() 290 tkz->opt |= LXB_HTML_TOKENIZER_OPT_ATTRS_SELF; in lxb_html_tokenizer_begin() 296 tkz->opt |= LXB_HTML_TOKENIZER_OPT_ATTRS_MRAW_SELF; in lxb_html_tokenizer_begin()
|
/php-src/ext/curl/tests/ |
H A D | bug46711.phpt | 9 $opt = array( 16 foreach( $opt as $option => $value ) { 20 var_dump($opt); // with this bug, $opt[58] becomes NULL
|
/php-src/ext/sodium/ |
H A D | sodium_pwhash.c | 32 zval *opt; in get_options() local 39 if ((opt = zend_hash_str_find(options, "memory_cost", strlen("memory_cost")))) { in get_options() 40 zend_long smemlimit = zval_get_long(opt); in get_options() 48 if ((opt = zend_hash_str_find(options, "time_cost", strlen("time_cost")))) { in get_options() 49 *opslimit = zval_get_long(opt); in get_options() 55 …if ((opt = zend_hash_str_find(options, "threads", strlen("threads"))) && (zval_get_long(opt) != 1)… in get_options()
|
/php-src/.github/actions/setup-x64/ |
H A D | action.yml | 10 …docker exec sql1 /opt/mssql-tools18/bin/sqlcmd -S 127.0.0.1 -U SA -C -P "<YourStrong@Passw0rd>" -Q… 11 …docker exec sql1 /opt/mssql-tools18/bin/sqlcmd -S 127.0.0.1 -U SA -C -P "<YourStrong@Passw0rd>" -Q… 12 …docker exec sql1 /opt/mssql-tools18/bin/sqlcmd -S 127.0.0.1 -U SA -C -P "<YourStrong@Passw0rd>" -Q… 13 …docker exec sql1 /opt/mssql-tools18/bin/sqlcmd -S 127.0.0.1 -U SA -C -P "<YourStrong@Passw0rd>" -Q… 14 …docker exec sql1 /opt/mssql-tools18/bin/sqlcmd -S 127.0.0.1 -U SA -C -P "<YourStrong@Passw0rd>" -Q…
|
/php-src/ext/mbstring/tests/ |
H A D | mb_ereg_search_xxx.phpt | 17 function test_search( $test_enc, $str, $look_for, $opt, $in_enc = 'EUC-JP' ) { 21 mb_ereg_search_init( $str, $look_for, $opt ); 28 function do_tests( $enc, $opt ) { 29 test_search( $enc, "�ϡ� ����\n", ' (��?�ϡ�?)[[:space:]]', $opt ); 30 test_search( $enc, 'abcde abdeabcf anvfabc odu abcd ', '(ab[a-z]+)', $opt );
|
/php-src/ext/soap/tests/bugs/ |
H A D | bug34643.phpt | 12 public function get_it($opt="zzz") { 13 return $opt; 45 [0] => string get_it(string $opt)
|
H A D | bug38067.phpt | 18 function __construct($wsdl, $opt) { 19 parent::__construct($wsdl, $opt); 20 $this->server = new SoapServer($wsdl, $opt);
|
H A D | bug38005.phpt | 16 function __construct($wsdl, $opt) { 17 parent::__construct($wsdl, $opt); 18 $this->server = new SoapServer($wsdl, $opt);
|
/php-src/ext/pgsql/ |
H A D | php_pgsql.h | 72 …(PGconn *pg_link, const zend_string *table_name, const zval *values, zval *result, zend_ulong opt); 73 …insert(PGconn *pg_link, const zend_string *table, zval *values, zend_ulong opt, zend_string **sql); 74 …nn *pg_link, const zend_string *table, zval *values, zval *ids, zend_ulong opt , zend_string **sql… 75 …ql_delete(PGconn *pg_link, const zend_string *table, zval *ids, zend_ulong opt, zend_string **sql); 76 …*pg_link, const zend_string *table, zval *ids, zval *ret_array, zend_ulong opt, long fetch_option,…
|
/php-src/ext/dom/lexbor/lexbor/selectors/ |
H A D | selectors.h | 239 lxb_selectors_opt_set(lxb_selectors_t *selectors, lxb_selectors_opt_t opt) in lxb_selectors_opt_set() argument 241 selectors->options = opt; in lxb_selectors_opt_set() 268 lxb_selectors_opt_set_noi(lxb_selectors_t *selectors, lxb_selectors_opt_t opt);
|
/php-src/ext/openssl/ |
H A D | openssl_pwhash.c | 51 zval *opt; in get_options() local 60 if ((opt = zend_hash_str_find(options, "memory_cost", strlen("memory_cost")))) { in get_options() 61 zend_long smemlimit = zval_get_long(opt); in get_options() 69 if ((opt = zend_hash_str_find(options, "time_cost", strlen("time_cost")))) { in get_options() 70 zend_long siterlimit = zval_get_long(opt); in get_options() 77 …if ((opt = zend_hash_str_find(options, "threads", strlen("threads"))) && (zval_get_long(opt) != 1)… in get_options() 78 zend_long sthreads = zval_get_long(opt); in get_options()
|
/php-src/ext/opcache/tests/ |
H A D | bug66338.phpt | 32 $opt = -1; # This test works if $opt = 0 33 …-d opcache.enable=1 -d opcache.enable_cli=1 -d opcache.optimization_level=$opt -d opcache.file_upd…
|
/php-src/ext/dom/lexbor/lexbor/html/interfaces/ |
H A D | document.h | 71 lxb_html_document_opt_t opt; member 250 lxb_html_document_opt_t opt) in lxb_html_document_opt_set() argument 252 document->opt = opt; in lxb_html_document_opt_set() 258 return document->opt; in lxb_html_document_opt() 320 lxb_html_document_opt_t opt);
|
H A D | document.c | 732 lxb_html_document_opt_t opt; in lxb_html_document_parse() local 740 opt = document->opt; in lxb_html_document_parse() 758 document->opt = opt; in lxb_html_document_parse() 764 document->opt = opt; in lxb_html_document_parse() 808 lxb_html_document_opt_t opt = document->opt; in lxb_html_document_parse_fragment() local 829 document->opt = opt; in lxb_html_document_parse_fragment() 835 document->opt = opt; in lxb_html_document_parse_fragment() 1325 lxb_html_document_opt_t opt) in lxb_html_document_opt_set_noi() argument 1327 lxb_html_document_opt_set(document, opt); in lxb_html_document_opt_set_noi()
|
/php-src/ext/tidy/ |
H A D | tidy.c | 228 TidyOption opt = tidyGetOptionByName(doc, optname); in _php_tidy_set_tidy_opt() local 232 if (!opt) { in _php_tidy_set_tidy_opt() 237 if (tidyOptIsReadOnly(opt)) { in _php_tidy_set_tidy_opt() 242 switch(tidyOptGetType(opt)) { in _php_tidy_set_tidy_opt() 254 if (tidyOptSetInt(doc, tidyOptGetId(opt), lval)) { in _php_tidy_set_tidy_opt() 730 *type = tidyOptGetType(opt); in php_tidy_get_opt_val() 1167 TidyOption opt; in PHP_FUNCTION() local 1178 if (!opt) { in PHP_FUNCTION() 1210 opt_name = (const char *)tidyOptGetName(opt); in PHP_FUNCTION() 1308 TidyOption opt; in PHP_FUNCTION() local [all …]
|
/php-src/ext/ |
H A D | ext_skel.php | 175 switch($opt = strtolower(substr($val, 2))) 201 } else if ($opt == 'dir' && empty($argv[$i + 1])) { 205 … $options[$opt] = ($opt == 'dir' ? realpath($argv[$i + 1]) . DIRECTORY_SEPARATOR : $argv[$i + 1]);
|
/php-src/ext/tidy/tests/ |
H A D | 007.phpt | 18 $a->getopt('bogus-opt'); 34 tidy::getOpt(): Argument #1 ($option) is an invalid configuration option, "bogus-opt" given
|
/php-src/ext/dom/lexbor/lexbor/selectors-adapted/ |
H A D | selectors.h | 229 lxb_selectors_opt_set(lxb_selectors_t *selectors, lxb_selectors_opt_t opt) in lxb_selectors_opt_set() argument 231 selectors->options = opt; in lxb_selectors_opt_set()
|
/php-src/ext/standard/ |
H A D | basic_functions.h | 50 PHPAPI int _php_error_log(int opt_err, const char *message, const char *opt, const char *headers); 51 PHPAPI int _php_error_log_ex(int opt_err, const char *message, size_t message_len, const char *opt,…
|
/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | fs.h | 45 lexbor_fs_dir_read(const lxb_char_t *dirpath, lexbor_fs_dir_opt_t opt,
|
/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | dynasm.lua | 1033 local function parseopt(opt, args) 1034 opt_current = #opt == 1 and "-"..opt or "--"..opt 1035 local f = opt_map[opt] or opt_map[opt_alias[opt]] 1056 local lopt, opt = match(a, "^%-(%-?)(.+)") 1057 if not opt then break end 1061 for o in gmatch(opt, ".") do parseopt(o, args) end 1064 parseopt(opt, args)
|