Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/mbstring/
H A Dmbstring.c2870 int opt; in PHP_FUNCTION() local
2889 opt = 0; in PHP_FUNCTION()
2893 opt |= MBFL_FILT_TL_HAN2ZEN_ALL; in PHP_FUNCTION()
2896 opt |= MBFL_FILT_TL_ZEN2HAN_ALL; in PHP_FUNCTION()
2899 opt |= MBFL_FILT_TL_HAN2ZEN_ALPHA; in PHP_FUNCTION()
2902 opt |= MBFL_FILT_TL_ZEN2HAN_ALPHA; in PHP_FUNCTION()
2905 opt |= MBFL_FILT_TL_HAN2ZEN_NUMERIC; in PHP_FUNCTION()
2908 opt |= MBFL_FILT_TL_ZEN2HAN_NUMERIC; in PHP_FUNCTION()
2911 opt |= MBFL_FILT_TL_HAN2ZEN_SPACE; in PHP_FUNCTION()
2914 opt |= MBFL_FILT_TL_ZEN2HAN_SPACE; in PHP_FUNCTION()
[all …]
H A Dphp_mbregex.c1610 OnigOptionType opt, prev_opt; in PHP_FUNCTION() local
1621 opt = 0; in PHP_FUNCTION()
1623 if(!_php_mb_regex_init_options(string, string_len, &opt, &syntax)) { in PHP_FUNCTION()
1626 _php_mb_regex_set_options(opt, syntax, &prev_opt, &prev_syntax); in PHP_FUNCTION()
1627 opt = prev_opt; in PHP_FUNCTION()
1630 opt = MBREX(regex_default_options); in PHP_FUNCTION()
1633 _php_mb_regex_get_option_string(buf, sizeof(buf), opt, syntax); in PHP_FUNCTION()
/PHP-8.0/ext/standard/
H A Dbasic_functions.c1030 char opt[2] = { '\0' }; local
1157 opt[0] = o;
1158 optname = opt;
1430 char *message, *opt = NULL, *headers = NULL; local
1438 Z_PARAM_PATH_OR_NULL(opt, opt_len)
1442 if (_php_error_log_ex((int) erropt, message, message_len, opt, headers) == FAILURE) {
1451 PHPAPI int _php_error_log(int opt_err, const char *message, const char *opt, const char *headers) /… argument
1453 return _php_error_log_ex(opt_err, message, (opt_err == 3) ? strlen(message) : 0, opt, headers);
1457 PHPAPI int _php_error_log_ex(int opt_err, const char *message, size_t message_len, const char *opt,… argument
1465 if (!php_mail(opt, "PHP error_log message", message, headers, NULL)) {
[all …]
H A Dstring.c1612 zend_long opt = PHP_PATHINFO_ALL; local
1618 Z_PARAM_LONG(opt)
1621 have_basename = ((opt & PHP_PATHINFO_BASENAME) == PHP_PATHINFO_BASENAME);
1625 if ((opt & PHP_PATHINFO_DIRNAME) == PHP_PATHINFO_DIRNAME) {
1639 if ((opt & PHP_PATHINFO_EXTENSION) == PHP_PATHINFO_EXTENSION) {
1655 if ((opt & PHP_PATHINFO_FILENAME) == PHP_PATHINFO_FILENAME) {
1674 if (opt == PHP_PATHINFO_ALL) {
/PHP-8.0/ext/filter/
H A Dfilter.c674 zval *option, *opt, *def; in PHP_FUNCTION() local
682 if ((opt = zend_hash_str_find_deref(filter_args_ht, "options", sizeof("options") - 1)) != NULL && in PHP_FUNCTION()
683 Z_TYPE_P(opt) == IS_ARRAY && in PHP_FUNCTION()
684 (def = zend_hash_str_find_deref(Z_ARRVAL_P(opt), "default", sizeof("default") - 1)) != NULL in PHP_FUNCTION()
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd.h205 #define mysqlnd_options(conn, opt, value) ((conn)->data)->m->set_client_option((conn)->data, (opt),… argument
206 #define mysqlnd_options4(conn, opt, k, v) ((conn)->data)->m->set_client_option_2d((conn)->data, (op… argument
H A Dmysqlnd_vio.c446 int opt = PHP_STREAM_OPTION_BLOCKING; in MYSQLND_METHOD() local
448 int was_blocked = net_stream->ops->set_option(net_stream, opt, 0, NULL); in MYSQLND_METHOD()
465 net_stream->ops->set_option(net_stream, opt, 1, NULL); in MYSQLND_METHOD()
/PHP-8.0/ext/xml/
H A Dxml.c1430 zend_long opt; in PHP_FUNCTION() local
1432 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Olz", &pind, xml_parser_ce, &opt, &val) == FAILURE) { in PHP_FUNCTION()
1437 switch (opt) { in PHP_FUNCTION()
1480 zend_long opt; in PHP_FUNCTION() local
1482 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol", &pind, xml_parser_ce, &opt) == FAILURE) { in PHP_FUNCTION()
1487 switch (opt) { in PHP_FUNCTION()
/PHP-8.0/ext/bz2/
H A Dbz2.c566 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int opt) in php_bz2_error() argument
591 switch (opt) { in php_bz2_error()
/PHP-8.0/.github/workflows/
H A Dpush.yml118 export PATH="/usr/local/opt/bison/bin:$PATH"
H A Dnightly.yml204 export PATH="/usr/local/opt/bison/bin:$PATH"
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_mips.lua994 function _M.setup(arch, opt)
995 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.lua1152 function _M.setup(arch, opt)
1153 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.lua2298 function _M.setup(arch, opt)
2299 g_arch, g_opt = arch, opt
H A Dminilua.c6267 static void getfunc(lua_State*L,int opt){
6271 int level=opt?luaL_optint(L,1,1):luaL_checkint(L,1);
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.c1314 int php_optind, opt, show_banner = 1; in main() local
1384 opt = 0; in main()
1391 while ((opt = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in main()
1392 switch (opt) { in main()
/PHP-8.0/ext/zip/
H A Dphp_zip.c1341 static void php_zip_entry_get_info(INTERNAL_FUNCTION_PARAMETERS, int opt) /* {{{ */ in php_zip_entry_get_info() argument
1358 switch (opt) { in php_zip_entry_get_info()
/PHP-8.0/ext/mbstring/libmbfl/
H A DLICENSE211 3. You may opt to apply the terms of the ordinary GNU General Public
/PHP-8.0/ext/bcmath/libbcmath/
H A DLICENSE214 3. You may opt to apply the terms of the ordinary GNU General Public
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます32910 # markups page=0x04,label=0x12, followed by strings like "opt" or "main" and title=0x14
H A Dmagic32910 # markups page=0x04,label=0x12, followed by strings like "opt" or "main" and title=0x14

Completed in 376 milliseconds

12