Home
last modified time | relevance | path

Searched refs:flag (Results 226 – 250 of 283) sorted by relevance

12345678910>>...12

/PHP-5.4/win32/build/
H A Dconfutils.js1446 function REMOVE_TARGET(dllname, flag) argument
1452 if (configure_subst.Exists(flag)) {
1453 var targets = configure_subst.Item(flag);
1456 configure_subst.Remove(flag);
1460 configure_subst.Add(flag, targets);
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_real_connect_pconn.phpt110 …// how do we test if gets forbidden because of a missing right or the flag, this test is partly bo…
H A Dmysqli_real_connect.phpt131 …// how do we test if gets forbidden because of a missing right or the flag, this test is partly bo…
/PHP-5.4/build/
H A Dlibtool.m4421 # Discard the --no-reexec flag, and continue.
2016 # implement the --enable-shared flag
2047 # set the default shared flag to --disable-shared
2056 # implement the --enable-static flag
2096 # implement the --enable-fast-install flag
2136 # implement the --with-pic flag
2339 # find reload flag for linker
4283 # Compiler flag to prevent dynamic linking.
4286 # Compiler flag to turn off builtin functions.
4289 # Compiler flag to allow reflexive dlopens.
[all …]
/PHP-5.4/ext/fileinfo/libmagic/
H A Dfile.h163 uint8_t flag; member
/PHP-5.4/ext/spl/internal/
H A Dmultipleiterator.inc118 * return flase on the first non valid one. If that flag is not set we
H A Dsplfileobject.inc216 * @param $flags new flag set
/PHP-5.4/
H A Dserver-tests.php1007 foreach($flags AS $flag) {
1008 system($this->env['CC']." $flag >/dev/null 2>&1", $cc_status);
1010 $compiler = shell_exec($this->env['CC']." $flag 2>&1");
H A DUPGRADING235 valid range (0 to 0x10FFFF); if the flag ENT_DISALLOWED is given, the
241 - The flag ENT_DISALLOWED was added. In addition to the behavior described in
246 - The flag ENT_SUBSTITUTE was added. This flag makes invalid multibyte
H A Drun-tests.php402 foreach($flags AS $flag) {
403 system(getenv('CC') . " $flag >/dev/null 2>&1", $cc_status);
405 $compiler = shell_exec(getenv('CC') . " $flag 2>&1");
/PHP-5.4/ext/oci8/
H A Doci8_interface.c740 zend_bool flag; local
743 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "b", &flag) == FAILURE) {
748 …eters(ZEND_NUM_ARGS() TSRMLS_CC, "Ob", &z_descriptor, oci_lob_class_entry_ptr, &flag) == FAILURE) {
760 if (php_oci_lob_set_buffering(descriptor, flag TSRMLS_CC)) {
/PHP-5.4/main/
H A Doutput.c1544 long flag = 1; in PHP_FUNCTION() local
1546 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|l", &flag) == FAILURE) { in PHP_FUNCTION()
1550 php_output_set_implicit_flush(flag TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.4/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-5.4/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-5.4/ext/odbc/
H A Dphp_odbc.c920 long flag; in php_odbc_fetch_attribs() local
922 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl", &pv_res, &flag) == FAILURE) { in php_odbc_fetch_attribs()
929 result->longreadlen = flag; in php_odbc_fetch_attribs()
931 result->binmode = flag; in php_odbc_fetch_attribs()
935 ODBCG(defaultlrl) = flag; in php_odbc_fetch_attribs()
937 ODBCG(defaultbinmode) = flag; in php_odbc_fetch_attribs()
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_net.c50 int flag = 1; in mysqlnd_set_sock_no_delay() local
51 int result = setsockopt(socketd, IPPROTO_TCP, TCP_NODELAY, (char *) &flag, sizeof(int)); in mysqlnd_set_sock_no_delay()
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregparse.c1436 onig_node_conv_to_str_node(Node* node, int flag) in onig_node_conv_to_str_node() argument
1440 NSTRING(node).flag = flag; in onig_node_conv_to_str_node()
1455 NSTRING(node).flag = 0; in onig_node_str_clear()
1468 NSTRING(node).flag = 0; in node_new_str()
1519 if ((sn->flag & NSTR_RAW) != 0) in str_node_split_last_char()
2493 int flag = (c == '-' ? -1 : 1); in fetch_name_with_level() local
2500 *level = (num * flag); in fetch_name_with_level()
H A DHISTORY207 add ANCHOR_BEGIN_POSITION flag in setup_tree().
783 add IN_VAR_REPEAT flag in setup_tree().
1305 2003/07/03: [spec] add REG_SYN_OP_ESC_CONTROL_CHAR flag.
1307 flag from RegSyntaxGnuRegex.
1308 2003/07/03: [spec] remove REG_SYN_OP_NON_GREEDY flag from RegSyntaxGnuRegex.
1310 2003/07/01: [impl] add config flag USE_VARIABLE_SYNTAX.
1328 2003/06/24: [bug] should invert REG_OPTION_SINGLELINE flag
1670 add "raw" flag arg to concat_opt_exact_info_str().
/PHP-5.4/ext/soap/
H A Dphp_encoding.c2117 int i = 0, flag = 0; in calc_dimension_12() local
2127 if (flag == 0) { in calc_dimension_12()
2129 flag = 1; in calc_dimension_12()
2134 flag = 0; in calc_dimension_12()
2144 int i = -1, flag = 0; in get_position_12() local
2157 if (flag == 0) { in get_position_12()
2159 flag = 1; in get_position_12()
2165 flag = 0; in get_position_12()
/PHP-5.4/ext/imap/
H A Dphp_imap.c369 ZEND_ARG_INFO(0, flag)
376 ZEND_ARG_INFO(0, flag)
3049 char *sequence, *flag; in PHP_FUNCTION() local
3054 …END_NUM_ARGS() TSRMLS_CC, "rss|l", &streamind, &sequence, &sequence_len, &flag, &flag_len, &flags)… in PHP_FUNCTION()
3060 mail_setflag_full(imap_le_struct->imap_stream, sequence, flag, (flags ? flags : NIL)); in PHP_FUNCTION()
3070 char *sequence, *flag; in PHP_FUNCTION() local
3076 …if (zend_parse_parameters(argc TSRMLS_CC, "rss|l", &streamind, &sequence, &sequence_len, &flag, &f… in PHP_FUNCTION()
3082 mail_clearflag_full(imap_le_struct->imap_stream, sequence, flag, (argc == 4 ? flags : NIL)); in PHP_FUNCTION()
/PHP-5.4/ext/ereg/regex/
H A Dtests4 # C flag given, regcomp() is expected to fail, and the third field is the
437 # plain strings, with the NOSPEC flag

Completed in 205 milliseconds

12345678910>>...12