Home
last modified time | relevance | path

Searched refs:opt (Results 26 – 50 of 70) sorted by relevance

123

/php-src/.github/workflows/
H A Dnightly.yml843 /opt/php/bin/phpize
844 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
849 /opt/php/bin/phpize
850 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
855 /opt/php/bin/phpize
856 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
863 /opt/php/bin/phpize
864 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
869 /opt/php/bin/phpize
870 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir.c803 insn->optx = opt;
828 return ir_emit(ctx, opt, op1, op2, op3);
850 if (insn->opt == opt && insn->op1 == op1 && insn->op2 == op2 && insn->op3 == op3) {
970 ctx->fold_insn.optx = opt;
984 ref = ir_emit(ctx, opt, op1, op2, op3);
987 op = opt & IR_OPT_OP_MASK;
1004 ctx->fold_insn.optx = opt;
1021 ctx->fold_insn.type = IR_OPT_TYPE(opt);
1030 if ((opt & IR_OPT_OP_MASK) == IR_PHI) {
1031 opt |= (3 << IR_OPT_INPUTS_SHIFT);
[all …]
H A Dir_sccp.c55 opt = ctx->fold_insn.optx; in ir_sccp_fold()
222 if (!new_const || new_const->opt != v->opt || new_const->val.u64 != v->val.u64) { in ir_sccp_meet_phi()
243 _values[i].optx = new_const->opt; in ir_sccp_meet_phi()
246 } else if (_values[i].opt == new_const->opt && _values[i].val.u64 == new_const->val.u64) { in ir_sccp_meet_phi()
332 insn->opt = IR_NOP; /* keep "inputs_count" */ in ir_sccp_make_nop()
346 insn->opt = IR_NOP; /* keep "inputs_count" */ in ir_sccp_remove_insn()
498 uint32_t opt; in ir_sccp_fold2() local
503 opt = insn->opt; in ir_sccp_fold2()
515 opt = ctx->fold_insn.optx; in ir_sccp_fold2()
522 if (insn->opt != ctx->fold_insn.opt in ir_sccp_fold2()
[all …]
/php-src/ext/dom/lexbor/lexbor/core/
H A Dbase.h92 intptr_t opt; member
H A Din.c66 node->opt = LEXBOR_IN_OPT_UNDEF; in lexbor_in_node_make()
123 new_node->opt = LEXBOR_IN_OPT_UNDEF; in lexbor_in_node_split()
H A Din.h36 lexbor_in_opt_t opt; member
/php-src/ext/reflection/tests/
H A Dparameters_002.phpt7 NonExistingClass $na, stdClass &$opt = NULL, $def = "FooBar")
14 NonExistingClass $na, ?stdClass $opt = NULL, $def = "FooBar")
76 Deprecated: test(): Implicitly marking parameter $opt as nullable is deprecated, the explicit nulla…
144 getName: string(3) "opt"
238 getName: string(3) "opt"
/php-src/ext/pgsql/
H A Dpgsql.c4550 ZEND_ASSERT(!(opt & ~PGSQL_CONV_OPTS)); in php_pgsql_convert()
5230 if (opt & PGSQL_DML_ASYNC) { in do_exec()
5322 if (opt & PGSQL_DML_ESCAPE) { in php_pgsql_insert()
5339 if (opt & PGSQL_DML_ESCAPE) { in php_pgsql_insert()
5379 else if (opt & PGSQL_DML_STRING) { in php_pgsql_insert()
5497 if (opt & PGSQL_DML_ESCAPE) { in build_assignment_string()
5513 if (opt & PGSQL_DML_ESCAPE) { in build_assignment_string()
5597 if ((opt & PGSQL_DML_EXEC) && do_exec(&querystr, PGRES_COMMAND_OK, pg_link, opt)) { in php_pgsql_update()
5599 } else if (opt & PGSQL_DML_STRING) { in php_pgsql_update()
5695 if ((opt & PGSQL_DML_EXEC) && do_exec(&querystr, PGRES_COMMAND_OK, pg_link, opt)) { in php_pgsql_delete()
[all …]
/php-src/ext/pdo_firebird/tests/
H A Dcommon.phpt27 $config['ENV']['PDOTEST_DSN'] = 'firebird:dbname=/opt/firebird/test.gdb';
/php-src/Zend/tests/
H A Ddebug_backtrace_options.phpt6 function backtrace_print($opt = null)
8 if(is_null($opt)) {
11 print_r(debug_backtrace($opt));
/php-src/ext/pdo_dblib/tests/
H A DREADME.md7 docker exec sql1 /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U SA -P "<YourStrong@Passw0rd>" -Q "crea…
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Delement.c582 lxb_html_element_style_opt_t opt, in lxb_html_element_style_serialize() argument
589 context.opt = opt; in lxb_html_element_style_serialize()
621 lxb_html_element_style_opt_t opt) in lxb_html_element_style_serialize_str() argument
640 return lxb_html_element_style_serialize(element, opt, in lxb_html_element_style_serialize_str()
/php-src/ext/pdo_firebird/
H A Dconfig.m45 [/opt/firebird]])])
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtokenizer.h70 unsigned int opt; /* bitmap */ member
/php-src/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-src/ext/filter/
H A Dfilter.c610 zval *option, *opt, *def; in PHP_FUNCTION() local
618 if ((opt = zend_hash_str_find_deref(filter_args_ht, "options", sizeof("options") - 1)) != NULL && in PHP_FUNCTION()
619 Z_TYPE_P(opt) == IS_ARRAY && in PHP_FUNCTION()
620 (def = zend_hash_str_find_deref(Z_ARRVAL_P(opt), "default", sizeof("default") - 1)) != NULL in PHP_FUNCTION()
/php-src/.github/actions/configure-macos/
H A Daction.yml12 BREW_OPT="$(brew --prefix)"/opt
/php-src/ext/mbstring/
H A Dphp_mbregex.c1607 OnigOptionType opt, prev_opt; in PHP_FUNCTION() local
1618 opt = 0; in PHP_FUNCTION()
1620 if(!_php_mb_regex_init_options(string, string_len, &opt, &syntax)) { in PHP_FUNCTION()
1623 _php_mb_regex_set_options(opt, syntax, &prev_opt, &prev_syntax); in PHP_FUNCTION()
1624 opt = prev_opt; in PHP_FUNCTION()
1627 opt = MBREX(regex_default_options); in PHP_FUNCTION()
1630 _php_mb_regex_get_option_string(buf, sizeof(buf), opt, syntax); in PHP_FUNCTION()
H A Dmbstring.c3585 unsigned int opt; in PHP_FUNCTION() local
3599 opt = 0; in PHP_FUNCTION()
3612 opt |= (1 << i); in PHP_FUNCTION()
3623 if (((opt & 0xFF00) >> 8) & opt) { in PHP_FUNCTION()
3627 int badflag = ((opt & 0xFF00) >> 8) & opt, i; in PHP_FUNCTION()
3638 if ((opt & MBFL_HAN2ZEN_HIRAGANA) && (opt & MBFL_HAN2ZEN_KATAKANA)) { in PHP_FUNCTION()
3647 if (opt & MBFL_ZEN2HAN_HIRAGANA) { in PHP_FUNCTION()
3648 if (opt & MBFL_ZENKAKU_HIRA2KATA) { in PHP_FUNCTION()
3655 } else if (opt & MBFL_ZEN2HAN_KATAKANA) { in PHP_FUNCTION()
3656 if (opt & MBFL_ZENKAKU_HIRA2KATA) { in PHP_FUNCTION()
[all …]
/php-src/ext/standard/
H A Dbasic_functions.c927 char opt[2] = { '\0' }; local
1054 opt[0] = o;
1055 optname = opt;
1332 char *message, *opt = NULL, *headers = NULL; local
1340 Z_PARAM_PATH_OR_NULL(opt, opt_len)
1344 if (_php_error_log_ex((int) erropt, message, message_len, opt, headers) == FAILURE) {
1353 PHPAPI int _php_error_log(int opt_err, const char *message, const char *opt, const char *headers) /… argument
1355 return _php_error_log_ex(opt_err, message, (opt_err == 3) ? strlen(message) : 0, opt, headers);
1359 PHPAPI int _php_error_log_ex(int opt_err, const char *message, size_t message_len, const char *opt,… argument
1367 if (!php_mail(opt, "PHP error_log message", message, headers, NULL)) {
[all …]
/php-src/ext/mysqlnd/
H A Dmysqlnd.h201 #define mysqlnd_options(conn, opt, value) ((conn)->data)->m->set_client_option((conn)->data, (opt),… argument
202 #define mysqlnd_options4(conn, opt, k, v) ((conn)->data)->m->set_client_option_2d((conn)->data, (op… argument
H A Dmysqlnd_vio.c468 int opt = PHP_STREAM_OPTION_BLOCKING; in MYSQLND_METHOD() local
470 int was_blocked = net_stream->ops->set_option(net_stream, opt, 0, NULL); in MYSQLND_METHOD()
487 net_stream->ops->set_option(net_stream, opt, 1, NULL); in MYSQLND_METHOD()
/php-src/ext/xml/
H A Dxml.c1476 zend_long opt; in PHP_FUNCTION() local
1479 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Olz", &pind, xml_parser_ce, &opt, &value) == FAILURE) { in PHP_FUNCTION()
1490 switch (opt) { in PHP_FUNCTION()
1552 zend_long opt; in PHP_FUNCTION() local
1554 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol", &pind, xml_parser_ce, &opt) == FAILURE) { in PHP_FUNCTION()
1559 switch (opt) { in PHP_FUNCTION()
/php-src/ext/bz2/
H A Dbz2.c564 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int opt) in php_bz2_error() argument
589 switch (opt) { in php_bz2_error()
/php-src/ext/dom/lexbor/patches/
H A D0001-Patch-out-CSS-parser.patch285 lxb_html_element_style_opt_t opt)
293 return lxb_html_element_style_serialize(element, opt,

Completed in 117 milliseconds

123