Home
last modified time | relevance | path

Searched refs:flag (Results 251 – 275 of 299) sorted by relevance

1...<<1112

/PHP-7.2/ext/mbstring/oniguruma/
H A DREADME180 ? case fold flag: Katakana <-> Hiragana.
/PHP-7.2/ext/oci8/
H A Doci8_interface.c836 zend_bool flag; in PHP_FUNCTION() local
839 if (zend_parse_parameters(ZEND_NUM_ARGS(), "b", &flag) == FAILURE) { in PHP_FUNCTION()
844 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ob", &z_descriptor, oci_lob_class_entry_ptr, &flag) ==… in PHP_FUNCTION()
856 if (php_oci_lob_set_buffering(descriptor, flag)) { in PHP_FUNCTION()
/PHP-7.2/ext/openssl/
H A DREADME137 cainfo and flags are CA information and flag information as described
151 flags is flag information as described above.
/PHP-7.2/win32/build/
H A Dconfutils.js1751 function REMOVE_TARGET(dllname, flag) argument
1757 if (configure_subst.Exists(flag)) {
1758 var targets = configure_subst.Item(flag);
1761 configure_subst.Remove(flag);
1765 configure_subst.Add(flag, targets);
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt133 …// how do we test if gets forbidden because of a missing right or the flag, this test is partly bo…
H A Dmysqli_report.phpt232 // checks the flag. Functions to check: mysqli_query() - done above,
/PHP-7.2/ext/spl/internal/
H A Dsplfileobject.inc216 * @param $flags new flag set
/PHP-7.2/ext/standard/tests/array/
H A Dasort_variation1.phpt12 …* testing asort() by providing different unexpected values for array argument with following flag
13 * 1. flag value as defualt
H A Dkrsort_variation1.phpt12 * with following flag values:
13 * 1.flag value as defualt
H A Dksort_variation1.phpt11 …* testing ksort() by providing different unexpected values for array argument with following flag
12 * 1. flag value as defualt
H A Dsort_variation1.phpt12 * with following flag values.
13 * 1. flag value as defualt
H A Darsort_variation1.phpt12 …* testing arsort() by providing different unexpected values for array argument with following flag
13 * 1. flag value as defualt
/PHP-7.2/ext/imap/
H A Dphp_imap.c369 ZEND_ARG_INFO(0, flag)
376 ZEND_ARG_INFO(0, flag)
3105 zend_string *sequence, *flag; in PHP_FUNCTION() local
3109 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rSS|l", &streamind, &sequence, &flag, &flags) == FAILU… in PHP_FUNCTION()
3117 …mail_setflag_full(imap_le_struct->imap_stream, ZSTR_VAL(sequence), ZSTR_VAL(flag), (flags ? flags … in PHP_FUNCTION()
3127 zend_string *sequence, *flag; in PHP_FUNCTION() local
3132 if (zend_parse_parameters(argc, "rSS|l", &streamind, &sequence, &flag, &flags) ==FAILURE) { in PHP_FUNCTION()
3140 …mail_clearflag_full(imap_le_struct->imap_stream, ZSTR_VAL(sequence), ZSTR_VAL(flag), (argc == 4 ? … in PHP_FUNCTION()
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.c1421 onig_node_conv_to_str_node(Node* node, int flag) in onig_node_conv_to_str_node() argument
1424 NSTR(node)->flag = flag; in onig_node_conv_to_str_node()
1439 NSTR(node)->flag = 0; in onig_node_str_clear()
1452 NSTR(node)->flag = 0; in node_new_str()
1501 if ((sn->flag & NSTR_RAW) != 0) in str_node_split_last_char()
2523 int flag = (c == '-' ? -1 : 1); in fetch_name_with_level() local
2534 *rlevel = (level * flag); in fetch_name_with_level()
/PHP-7.2/ext/soap/
H A Dphp_encoding.c2014 int i = 0, flag = 0; in calc_dimension_12() local
2024 if (flag == 0) { in calc_dimension_12()
2026 flag = 1; in calc_dimension_12()
2031 flag = 0; in calc_dimension_12()
2041 int i = -1, flag = 0; in get_position_12() local
2054 if (flag == 0) { in get_position_12()
2056 flag = 1; in get_position_12()
2062 flag = 0; in get_position_12()
/PHP-7.2/
H A Dconfigure.ac230 [ --enable-re2c-cgoto Enable -g flag to re2c to use computed goto gcc extension], no, no)
1507 flag=-O0
1509 flag=
1512 PHP_ADD_SOURCES_X(Zend, zend_execute.c, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1,PHP_GLOBAL_OBJS,,$flag)
H A Drun-tests.php435 foreach($flags AS $flag) {
436 system(getenv('CC') . " $flag >/dev/null 2>&1", $cc_status);
438 $compiler = shell_exec(getenv('CC') . " $flag 2>&1");
H A DUPGRADING144 . Added `PREG_UNMATCHED_AS_NULL` flag to allow distinguish between unmatched
H A Dphp.ini-development852 ; unix or win32 systems, setting this flag will cause PHP to
993 ; SQLite defensive mode flag (only available from SQLite 3.26+)
994 ; When the defensive flag is enabled, language features that allow ordinary
999 ; (for older SQLite versions, this flag has no use)
1408 ; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scr…
H A Dphp.ini-production854 ; unix or win32 systems, setting this flag will cause PHP to
995 ; SQLite defensive mode flag (only available from SQLite 3.26+)
996 ; When the defensive flag is enabled, language features that allow ordinary
1001 ; (for older SQLite versions, this flag has no use)
1410 ; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scr…
/PHP-7.2/sapi/fpm/
H A Dwww.conf.in72 ; Set the process dumpable flag (PR_SET_DUMPABLE prctl) even if the process user
407 ; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no.
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt112 // always strings, like STRINGIFY flag
/PHP-7.2/ext/odbc/
H A Dphp_odbc.c924 zend_long flag; in php_odbc_fetch_attribs() local
926 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rl", &pv_res, &flag) == FAILURE) { in php_odbc_fetch_attribs()
935 result->longreadlen = flag; in php_odbc_fetch_attribs()
937 result->binmode = flag; in php_odbc_fetch_attribs()
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput92 of pcre_dfa_exec(), excluding Unicode property support. The -dfa flag must
/PHP-7.2/ext/mbstring/
H A Dmbstring.c894 if (encoding->flag & MBFL_ENCTYPE_SBCS) { in php_mb_zend_encoding_lexer_compatibility_checker()
897 if ((encoding->flag & (MBFL_ENCTYPE_MBCS | MBFL_ENCTYPE_GL_UNSAFE)) == MBFL_ENCTYPE_MBCS) { in php_mb_zend_encoding_lexer_compatibility_checker()
5334 if (enc->flag & MBFL_ENCTYPE_MBCS) { in php_mb_mbchar_bytes_ex()
5338 } else if (enc->flag & (MBFL_ENCTYPE_WCS2BE | MBFL_ENCTYPE_WCS2LE)) { in php_mb_mbchar_bytes_ex()
5340 } else if (enc->flag & (MBFL_ENCTYPE_WCS4BE | MBFL_ENCTYPE_WCS4LE)) { in php_mb_mbchar_bytes_ex()

Completed in 134 milliseconds

1...<<1112