Home
last modified time | relevance | path

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

123

/php-src/ext/dom/lexbor/lexbor/html/
H A Dtokenizer.h89 lxb_html_tokenizer_opt_t opt; member
/php-src/sapi/phpdbg/
H A Dphpdbg.c1137 int php_optind, opt, show_banner = 1; in main() local
1188 opt = 0; in main()
1195 while ((opt = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in main()
1196 switch (opt) { in main()
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.lua1167 function _M.setup(arch, opt)
1168 g_arch, g_opt = arch, opt
H A Ddasm_arm.lua1099 function _M.setup(arch, opt)
1100 g_arch, g_opt = arch, opt
H A Ddasm_arm64.lua1212 function _M.setup(arch, opt)
1213 g_arch, g_opt = arch, opt
H A Ddasm_ppc.lua1905 function _M.setup(arch, opt)
1906 g_arch, g_opt = arch, opt
H A Ddasm_x86.lua2380 function _M.setup(arch, opt)
2381 g_arch, g_opt = arch, opt
H A Dminilua.c6268 static void getfunc(lua_State*L,int opt){
6272 int level=opt?luaL_optint(L,1,1):luaL_checkint(L,1);
/php-src/.github/workflows/
H A Dpush.yml179 export PATH="$(brew --prefix)/opt/bison/bin:$PATH"
/php-src/ext/standard/
H A Dstring.c1626 zend_long opt = PHP_PATHINFO_ALL; local
1632 Z_PARAM_LONG(opt)
1635 have_basename = ((opt & PHP_PATHINFO_BASENAME) == PHP_PATHINFO_BASENAME);
1639 if ((opt & PHP_PATHINFO_DIRNAME) == PHP_PATHINFO_DIRNAME) {
1653 if ((opt & PHP_PATHINFO_EXTENSION) == PHP_PATHINFO_EXTENSION) {
1669 if ((opt & PHP_PATHINFO_FILENAME) == PHP_PATHINFO_FILENAME) {
1688 if (opt == PHP_PATHINFO_ALL) {
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c1916 lxb_selectors_opt_set_noi(lxb_selectors_t *selectors, lxb_selectors_opt_t opt) in lxb_selectors_opt_set_noi() argument
1918 lxb_selectors_opt_set(selectors, opt); in lxb_selectors_opt_set_noi()
/php-src/
H A DNEWS43 . Implemented opt-in ext/dom spec compliance RFC. (nielsdos)
H A DUPGRADING523 . Implemented opt-in ext/dom spec compliance RFC.
/php-src/ext/zip/
H A Dphp_zip.c1361 static void php_zip_entry_get_info(INTERNAL_FUNCTION_PARAMETERS, int opt) /* {{{ */ in php_zip_entry_get_info() argument
1378 switch (opt) { in php_zip_entry_get_info()
/php-src/ext/opcache/jit/ir/
H A Dir_private.h1126 ir_ref ir_folding(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3, ir_insn *op1_insn,…
/php-src/ext/mbstring/libmbfl/
H A DLICENSE211 3. You may opt to apply the terms of the ordinary GNU General Public
/php-src/ext/bcmath/libbcmath/
H A DLICENSE214 3. You may opt to apply the terms of the ordinary GNU General Public
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c491 ZEND_ASSERT(jit->ctx.ir_base[ref].opt == IR_OPT(IR_ADDR, IR_ADDR)); in jit_CONST_ADDR()
509 …ZEND_ASSERT(jit->ctx.ir_base[ref].opt == IR_OPT(IR_FUNC_ADDR, IR_ADDR) && jit->ctx.ir_base[ref].pr… in jit_CONST_FUNC_PROTO()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます40608 # markups page=0x04,label=0x12, followed by strings like "opt" or "main" and title=0x14
H A Dmagic40608 # markups page=0x04,label=0x12, followed by strings like "opt" or "main" and title=0x14

Completed in 421 milliseconds

123