Home
last modified time | relevance | path

Searched refs:flags (Results 401 – 425 of 458) sorted by relevance

1...<<111213141516171819

/PHP-5.5/ext/standard/tests/file/
H A Dfile_put_contents_variation3.phpt7 /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])
H A Dglob_variation-win32.phpt11 /* Prototype: array glob ( string $pattern [, int $flags] );
H A Dglob_variation.phpt14 /* Prototype: array glob ( string $pattern [, int $flags] );
/PHP-5.5/
H A DREADME.UNIX-BUILD-SYSTEM119 can define special flags for each source-file, where it is
H A Dserver-tests.php1005 $flags = array('-v', '-V', '--version');
1007 foreach($flags AS $flag) {
H A Dacinclude.m4184 dnl PHP_ADD_SOURCES(source-path, sources [, special-flags [, type]])
188 dnl special-flags which are passed to the compiler. Sources
223 …nl PHP_ADD_SOURCES_X(source-path, sources[, special-flags[, target-var[, shared[, special-post-fla…
256 dnl choose the right compiler/flags/etc. for the source-file
1571 dnl The problem is that the default compilation flags in Solaris 2.6 won't
/PHP-5.5/ext/com_dotnet/
H A Dcom_extension.c142 ZEND_ARG_INFO(0, flags)
H A Dcom_typeinfo.c210 c.flags = mode; in php_com_import_typelib()
H A Dcom_handlers.c465 STDAPI VarCmp(LPVARIANT pvarLeft, LPVARIANT pvarRight, LCID lcid, DWORD flags); in com_objects_compare()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1267 meta->flags = uint2korr(p); in php_mysqlnd_rset_field_read()
1285 meta->flags |= NUM_FLAG; in php_mysqlnd_rset_field_read()
1518 …fields_metadata[i].flags & UNSIGNED_FLAG, fields_metadata[i].flags, fields_metadata[i].type == MYS… in php_mysqlnd_rowp_read_binary_protocol()
1691 zend_bool uns = fields_metadata[i].flags & UNSIGNED_FLAG? TRUE:FALSE; in php_mysqlnd_rowp_read_text_protocol()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt37 … string username [, string passwd [, string dbname [, int port [, string socket [, int flags]]]]]]]
H A Dmysqli_fetch_array_oo.phpt113 if (!(gettype($php_value)=="unicode" && ($fields[1]->flags & 128))) {
/PHP-5.5/ext/oci8/tests/
H A Dfetch_all3.phpt2 oci_fetch_all() - all combinations of flags
H A Dreflection1.phpt290 Parameter #4 [ <optional> $flags ]
797 Parameter #4 [ <optional> $flags ]
/PHP-5.5/ext/ereg/regex/
H A DWHATSNEW49 New in alpha2.3: Split change list out of README, and moved flags notes
H A Dtests3 # for an empty field. First field is an RE. Second field is flags. If
18 # The full list of flags:
/PHP-5.5/ext/tidy/
H A Dtidy.c224 …er_init(const char *handler_name, size_t handler_name_len, size_t chunk_size, int flags TSRMLS_DC);
1164 …ler_init(const char *handler_name, size_t handler_name_len, size_t chunk_size, int flags TSRMLS_DC) in php_tidy_output_handler_init()
1173 …ate_internal(handler_name, handler_name_len, php_tidy_output_handler, chunk_size, flags TSRMLS_CC); in php_tidy_output_handler_init()
/PHP-5.5/ext/zip/lib/
H A Dzip_close.c580 || za->ch_flags != za->flags) in _zip_changed()
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c746 sb.st_mode = data->flags & PHAR_ENT_PERM_MASK; in phar_file_stat()
764 sb.st_mode = data->flags & PHAR_ENT_PERM_MASK; in phar_file_stat()
H A Ddirstream.c537 entry.flags = PHAR_ENT_PERM_DEF_DIR; in phar_wrapper_mkdir()
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitLir.h287 sljit_sw flags; member
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c49 #define SXE_ME(func, arg_info, flags) PHP_ME(simplexml_element, func, arg_info, flags) argument
50 #define SXE_MALIAS(func, alias, arg_info, flags) PHP_MALIAS(simplexml_element, func, alias, arg_inf… argument
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c9818 SLJIT_ASSERT((extra->flags & PCRE_EXTRA_STUDY_DATA) != 0); in PRIV()
10057 else if ((re->flags & PCRE_FIRSTSET) != 0) in PRIV()
10059 else if ((re->flags & PCRE_STARTLINE) != 0) in PRIV()
10061 else if (study != NULL && (study->flags & PCRE_STUDY_MAPPED) != 0) in PRIV()
10075 …_requested_char(common, (pcre_uchar)re->req_char, (re->flags & PCRE_RCH_CASELESS) != 0, (re->flags in PRIV()
10358 if ((extra->flags & PCRE_EXTRA_EXECUTABLE_JIT) != 0 && extra->executable_jit != NULL) in PRIV()
10382 functions->limit_match = (re->flags & PCRE_MLSET) != 0 ? re->limit_match : 0; in PRIV()
10384 extra->flags |= PCRE_EXTRA_EXECUTABLE_JIT; in PRIV()
10477 if ((extra_data->flags & PCRE_EXTRA_MARK) != 0) in PRIV()
10560 if ((extra_data->flags & PCRE_EXTRA_MARK) != 0) in pcre_jit_exec()
[all …]
/PHP-5.5/ext/gd/libgd/
H A Dgd.h472 int flags; /* Logical OR of gdFTEX_ values */ member
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c1316 if (funcs->flags) { in pdo_hash_methods()
1317 ifunc->fn_flags = funcs->flags | ZEND_ACC_NEVER_CACHE; in pdo_hash_methods()

Completed in 121 milliseconds

1...<<111213141516171819