Home
last modified time | relevance | path

Searched refs:flag (Results 151 – 175 of 290) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp51932.c319 filter->flag = 1; in mbfl_filt_ident_cp51932()
325 filter->flag = 1; in mbfl_filt_ident_cp51932()
332 filter->flag = 1; in mbfl_filt_ident_cp51932()
H A Dmbfilter_euc_cn.c225 filter->flag = 1; in mbfl_filt_ident_euccn()
231 filter->flag = 1; in mbfl_filt_ident_euccn()
H A Dmbfilter_ascii.c110 filter->flag = 1; in mbfl_filt_ident_ascii()
H A Dmbfilter_sjis.c283 filter->flag = 1; in mbfl_filt_ident_sjis()
293 filter->flag = 1; in mbfl_filt_ident_sjis()
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dunicode.c10977 if ((flag & ONIGENC_CASE_FOLD_TURKISH_AZERI) != 0) {
10993 else if ((flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
11014 onigenc_unicode_apply_all_case_fold(OnigCaseFoldType flag, argument
11046 if ((flag & ONIGENC_CASE_FOLD_TURKISH_AZERI) != 0) {
11091 if ((flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
11110 if ((flag & ONIGENC_CASE_FOLD_TURKISH_AZERI) == 0) {
11157 OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, argument
11173 if ((flag & ONIGENC_CASE_FOLD_TURKISH_AZERI) != 0) {
11222 else if ((flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
11290 flag = 0; /* DISABLE_CASE_FOLD_MULTI_CHAR(flag); */
[all …]
H A Dgb18030.c91 gb18030_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, in gb18030_mbc_case_fold() argument
94 return onigenc_mbn_mbc_case_fold(ONIG_ENCODING_GB18030, flag, in gb18030_mbc_case_fold()
100 gb18030_is_mbc_ambiguous(OnigCaseFoldType flag,
103 return onigenc_mbn_is_mbc_ambiguous(ONIG_ENCODING_GB18030, flag, pp, end);
/PHP-5.5/ext/standard/tests/strings/
H A Dbug21730.phpt2 Bug #21730 (*scanf "%n" conversion flag gives string instead of integer)
H A Dhtmlentities21.phpt22 function test($flag, $charset) {
29 $a = htmlentities($test, $flag | ENT_DISALLOWED, $charset);
30 $b = htmlspecialchars($test, $flag | ENT_DISALLOWED, $charset);
H A Dhtmlentities20.phpt59 function test($flag) {
64 $a = htmlentities($test, $flag | ENT_DISALLOWED, "UTF-8");
65 $b = htmlspecialchars($test, $flag | ENT_DISALLOWED, "UTF-8");
H A Dhtmlentities22.phpt35 function test($flag, $flag2=ENT_DISALLOWED, $charset="UTF-8") {
41 $a = htmlentities($test, $flag | $flag2, $charset, FALSE);
42 $b = htmlspecialchars($test, $flag | $flag2, $charset, FALSE);
68 echo "\n*** Testing 5 without the flag ***\n";
198 *** Testing 5 without the flag ***
/PHP-5.5/ext/spl/tests/
H A Dspl_caching_iterator_constructor_flags.phpt2 SPL: CachingInterator constructor flag checks
H A Diterator_037.phpt129 Exception: Unsetting flag CALL_TO_STRING is not possible
130 Exception: Unsetting flag TOSTRING_USE_INNER is not possible
/PHP-5.5/tests/output/
H A Dob_implicit_flush_basic_001.phpt5 /* Prototype : proto void ob_implicit_flush([int flag])
/PHP-5.5/ext/standard/tests/streams/
H A Dbug60455_01.phpt7 //flag the first time. This is why we need to use sockets.
/PHP-5.5/ext/date/tests/
H A Dbug62561.phpt2 Bug #62561 Unixtimestamp may take on local times DST flag (this test will only be valid during EDT)
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c868 mstart->flag |= BINTEST; in set_test_type()
878 mstart->flag |= BINTEST; in set_test_type()
884 mstart->flag |= BINTEST; in set_test_type()
1573 m->flag |= INDIR; in parse()
1574 if (m->flag & OFFADD) in parse()
1575 m->flag = (m->flag & ~OFFADD) | INDIROFFADD; in parse()
1579 m->flag |= OFFADD; in parse()
1594 if (m->flag & INDIR) { in parse()
1708 m->flag |= UNSIGNED; in parse()
1930 m->flag |= NOSPACE; in parse()
[all …]
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c501 if (!filter->flag) { in mbfl_encoding_detector_feed()
503 if (filter->flag) { in mbfl_encoding_detector_feed()
531 if (!filter->flag) { in mbfl_encoding_detector_judge2()
544 if (!filter->flag) { in mbfl_encoding_detector_judge2()
666 if (!filter->flag) { in mbfl_identify_encoding()
668 if (filter->flag) { in mbfl_identify_encoding()
686 if (!filter->flag) { in mbfl_identify_encoding()
749 if (!filter->flag) { in mbfl_identify_encoding2()
751 if (filter->flag) { in mbfl_identify_encoding2()
769 if (!filter->flag) { in mbfl_identify_encoding2()
[all …]
H A Dmbfl_ident.h47 int flag; member
/PHP-5.5/ext/standard/tests/file/
H A Dfile.inc198 string $flag = "kilobytes"
220 if $flag is specified as "byte", then then given size is taken in bytes
221 $flag = specifiy if size has to be treated as no of total bytes or
241 $flag = "kilobytes",
256 // prepare the size based on flag
258 if ( $flag == "kilobytes" ) {
552 $flag = false;
573 [string $op = "==", [ bool $flag = false] ]);
585 $flag = specify true to dump the stat1 and stat2
593 function compare_stats($stat1, $stat2, $fields, $op = "==", $flag = false ) {
[all …]
H A Dfile_variation3.phpt128 Error: 2 - file(): '-10' flag is not supported, %s(%d)
132 Error: 2 - file(): '%i' flag is not supported, %s(%d)
136 Error: 2 - file(): '%i' flag is not supported, %s(%d)
/PHP-5.5/ext/standard/
H A Dinfo.h68 PHPAPI void php_print_info(int flag TSRMLS_DC);
/PHP-5.5/sapi/apache2filter/
H A Dconfig.m454 for flag in $APXS_CFLAGS; do
55 case $flag in
56 -D*) APACHE_CPPFLAGS="$APACHE_CPPFLAGS $flag";;
/PHP-5.5/Zend/
H A Dzend_hash.h108 …ar *arKey, uint nKeyLength, void *pData, uint nDataSize, void **pDest, int flag ZEND_FILE_LINE_DC);
114 …, uint nKeyLength, ulong h, void *pData, uint nDataSize, void **pDest, int flag ZEND_FILE_LINE_DC);
120 …ert(HashTable *ht, ulong h, void *pData, uint nDataSize, void **pDest, int flag ZEND_FILE_LINE_DC);
153 …t zend_hash_del_key_or_index(HashTable *ht, const char *arKey, uint nKeyLength, ulong h, int flag);
222 ZEND_API int zend_hash_minmax(const HashTable *ht, compare_func_t compar, int flag, void **pData TS…
/PHP-5.5/TSRM/
H A Dthreads.m4127 for flag in -kthread -pthread -pthreads -mthreads -Kthread -threads -mt -qthreaded; do
129 CFLAGS="$CFLAGS $flag"
133 ac_cv_pthreads_cflags=$flag
/PHP-5.5/sapi/apache2handler/
H A Dconfig.m453 for flag in $APXS_CFLAGS; do
54 case $flag in
55 -D*) APACHE_CPPFLAGS="$APACHE_CPPFLAGS $flag";;

Completed in 174 milliseconds

12345678910>>...12