Home
last modified time | relevance | path

Searched refs:flag (Results 201 – 225 of 290) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/pdo_mysql/tests/
H A Dpecl_bug_5802.phpt2 PDO MySQL PECL Bug #5802 (bindParam/bindValue retain the is_null flag)
/PHP-5.5/ext/date/tests/
H A Dbug62896.phpt2 Bug #62896 Unixtimestamp may take on local times DST flag (this test will only be valid during CEST)
/PHP-5.5/ext/standard/tests/array/
H A Dasort_variation2.phpt12 * Testing asort() by providing different unexpected values for flag argument
73 // when $flag argument is supplied with different values from $unexpected_values
H A Darsort_variation2.phpt12 * Testing arsort() by providing different unexpected values for flag argument
73 // when $flag argument is supplied with different values from $unexpected_values
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dqueue.c718 int flag = 1, i, j; in QuickSort() local
727 while(flag) { in QuickSort()
741 else flag = 0; in QuickSort()
/PHP-5.5/ext/filter/
H A Dsanitizing_filters.c146 static void filter_map_update(filter_map *map, int flag, const unsigned char *allowed_list) in filter_map_update() argument
152 (*map)[allowed_list[i]] = flag; in filter_map_update()
/PHP-5.5/ext/interbase/
H A Dibase_query.c1294 int scale, int flag TSRMLS_DC) in _php_ibase_var_zval()
1398 if (flag & PHP_IBASE_UNIXTIME) { in _php_ibase_var_zval()
1426 ibase_array *ib_array, int dim, int flag TSRMLS_DC) in _php_ibase_arr_zval()
1448 flag TSRMLS_CC)) { in _php_ibase_arr_zval()
1458 ib_array->ar_desc.array_desc_length, ib_array->ar_desc.array_desc_scale, flag TSRMLS_CC)) { in _php_ibase_arr_zval()
1477 long i, array_cnt = 0, flag = 0; in _php_ibase_fetch_hash() local
1482 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|l", &result_arg, &flag)) { in _php_ibase_fetch_hash()
1542 var->sqlscale, flag TSRMLS_CC); in _php_ibase_fetch_hash()
1545 if (flag & PHP_IBASE_FETCH_BLOBS) { /* fetch blob contents into hash */ in _php_ibase_fetch_hash()
1608 if (flag & PHP_IBASE_FETCH_ARRAYS) { /* array can be *huge* so only fetch if asked */ in _php_ibase_fetch_hash()
[all …]
/PHP-5.5/ext/mbstring/oniguruma/
H A Doniguruma.h159 …int (*mbc_case_fold)(OnigCaseFoldType flag, const OnigUChar** pp, const OnigUChar* end, OnigUCh…
160 int (*apply_all_case_fold)(OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg);
161 …int (*get_case_fold_codes_by_str)(OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* e…
275 #define ONIGENC_MBC_CASE_FOLD(enc,flag,pp,end,buf) \ argument
276 (enc)->mbc_case_fold(flag,(const OnigUChar** )pp,end,buf)
/PHP-5.5/ext/spl/internal/
H A Drecursivecachingiterator.inc82 * already executed. Hence when flag CATCH_GET_CHILD was given in
/PHP-5.5/ext/ereg/regex/
H A DWHATSNEW41 REG_PEND flag and the old REG_STARTEND flag. The REG_NOSPEC flag to
/PHP-5.5/ext/imap/tests/
H A Dimap_clearflag_full_basic.phpt9 …ap_clearflag_full ( resource $imap_stream , string $sequence , string $flag [, string $options…
/PHP-5.5/
H A Dltmain.sh1797 for flag in $args; do
1799 case $flag in
1801 flag="\"$flag\""
1804 arg="$arg $wl$flag"
1815 for flag in $args; do
1817 case $flag in
1819 flag="\"$flag\""
1822 arg="$arg $wl$flag"
3939 dep_rpath="$dep_rpath $flag"
4493 rpath="$rpath $flag"
[all …]
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c146 (m->flag & mode) != mode) { in match()
234 if (m->flag & OFFADD) { in match()
305 && ((m->flag & NOSPACE) == 0) in match()
1146 if (mcopy(ms, p, m->type, m->flag & INDIR, s, (uint32_t)(offset + o), in mget()
1152 "nbytes=%zu)\n", m->type, m->flag, offset, o, nbytes); in mget()
1156 if (m->flag & INDIR) { in mget()
1632 if (m->flag & INDIROFFADD) { in mget()
1755 if (m->flag & NOSPACE) in mget()
2230 if (m->flag & UNSIGNED) { in magiccheck()
2248 if (m->flag & UNSIGNED) { in magiccheck()
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Deuc_jp.c123 mbc_case_fold(OnigCaseFoldType flag ARG_UNUSED, in mbc_case_fold()
/PHP-5.5/ext/spl/tests/
H A Diterator_045.phpt2 SPL: CachingIterator and offsetSet/Unset, getCache using flag FULL_CACHE
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_driver_interface.phpt24 /* libmysql only - needs extra compile flag, no way to check properly in the
H A Dmysqli_fetch_field_flags.phpt151 // http://bugs.mysql.com/bug.php?id=30081 - new flag introduced in 5.1.24/6.0.4
155 // new flag ON_UPDATE_NOW_FLAG (8192)
/PHP-5.5/sapi/apache/
H A Dconfig.m465 for flag in $APXS_CFLAGS; do
66 case $flag in
67 -D*) APACHE_CPPFLAGS="$APACHE_CPPFLAGS $flag";;
/PHP-5.5/sapi/apache_hooks/
H A Dconfig.m466 for flag in $APXS_CFLAGS; do
67 case $flag in
68 -D*) APACHE_CPPFLAGS="$APACHE_CPPFLAGS $flag";;
/PHP-5.5/ext/intl/tests/
H A Dcollator_sort.phpt79 // Sort in en_US locale with SORT_STRING flag
H A Dcollator_sort_variant2.phpt79 // Sort in en_US locale with SORT_STRING flag
/PHP-5.5/ext/spl/examples/
H A Dcallbackfilteriterator.inc27 const REPLACE = 0x00000001; /**< flag: pass key/value by reference */
/PHP-5.5/ext/standard/tests/file/
H A Dfeof_basic.phpt27 //last time to set the eof flag but it will fail to read.
/PHP-5.5/ext/shmop/
H A DREADME24 …(the n flag is mostly useful for security perpouses, so that you don't end up opening a faked segm…
/PHP-5.5/ext/oci8/tests/
H A Dreflection2.phpt60 Parameter #0 [ <optional> $flag ]

Completed in 77 milliseconds

12345678910>>...12