/PHP-5.5/ext/standard/tests/file/ |
H A D | file_put_contents_variation3.phpt | 7 /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])
|
H A D | glob_variation-win32.phpt | 11 /* Prototype: array glob ( string $pattern [, int $flags] );
|
H A D | glob_variation.phpt | 14 /* Prototype: array glob ( string $pattern [, int $flags] );
|
/PHP-5.5/ |
H A D | README.UNIX-BUILD-SYSTEM | 119 can define special flags for each source-file, where it is
|
H A D | server-tests.php | 1005 $flags = array('-v', '-V', '--version'); 1007 foreach($flags AS $flag) {
|
H A D | acinclude.m4 | 184 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 D | com_extension.c | 142 ZEND_ARG_INFO(0, flags)
|
H A D | com_typeinfo.c | 210 c.flags = mode; in php_com_import_typelib()
|
H A D | com_handlers.c | 465 STDAPI VarCmp(LPVARIANT pvarLeft, LPVARIANT pvarRight, LCID lcid, DWORD flags); in com_objects_compare()
|
/PHP-5.5/ext/mysqlnd/ |
H A D | mysqlnd_wireprotocol.c | 1267 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 D | mysqli_real_connect.phpt | 37 … string username [, string passwd [, string dbname [, int port [, string socket [, int flags]]]]]]]
|
H A D | mysqli_fetch_array_oo.phpt | 113 if (!(gettype($php_value)=="unicode" && ($fields[1]->flags & 128))) {
|
/PHP-5.5/ext/oci8/tests/ |
H A D | fetch_all3.phpt | 2 oci_fetch_all() - all combinations of flags
|
H A D | reflection1.phpt | 290 Parameter #4 [ <optional> $flags ] 797 Parameter #4 [ <optional> $flags ]
|
/PHP-5.5/ext/ereg/regex/ |
H A D | WHATSNEW | 49 New in alpha2.3: Split change list out of README, and moved flags notes
|
H A D | tests | 3 # 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 D | tidy.c | 224 …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 D | zip_close.c | 580 || za->ch_flags != za->flags) in _zip_changed()
|
/PHP-5.5/ext/phar/ |
H A D | func_interceptors.c | 746 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 D | dirstream.c | 537 entry.flags = PHAR_ENT_PERM_DEF_DIR; in phar_wrapper_mkdir()
|
/PHP-5.5/ext/pcre/pcrelib/sljit/ |
H A D | sljitLir.h | 287 sljit_sw flags; member
|
/PHP-5.5/ext/simplexml/ |
H A D | simplexml.c | 49 #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 D | pcre_jit_compile.c | 9818 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 D | gd.h | 472 int flags; /* Logical OR of gdFTEX_ values */ member
|
/PHP-5.5/ext/pdo/ |
H A D | pdo_dbh.c | 1316 if (funcs->flags) { in pdo_hash_methods() 1317 ifunc->fn_flags = funcs->flags | ZEND_ACC_NEVER_CACHE; in pdo_hash_methods()
|