Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.0/ext/mbstring/oniguruma/enc/
H A Dunicode.c10995 if ((flag & ONIGENC_CASE_FOLD_TURKISH_AZERI) != 0) {
11011 else if ((flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
11032 onigenc_unicode_apply_all_case_fold(OnigCaseFoldType flag, argument
11064 if ((flag & ONIGENC_CASE_FOLD_TURKISH_AZERI) != 0) {
11109 if ((flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
11128 if ((flag & ONIGENC_CASE_FOLD_TURKISH_AZERI) == 0) {
11175 OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, argument
11191 if ((flag & ONIGENC_CASE_FOLD_TURKISH_AZERI) != 0) {
11240 else if ((flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
11308 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-7.0/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-7.0/tests/output/
H A Dob_implicit_flush_basic_001.phpt5 /* Prototype : proto void ob_implicit_flush([int flag])
/PHP-7.0/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-7.0/Zend/
H A Dzend_ts_hash.h52 ZEND_API zval *_zend_ts_hash_add_or_update(TsHashTable *ht, zend_string *key, zval *pData, int flag
58 …s_hash_index_add_or_update(TsHashTable *ht, zend_ulong h, zval *pData, int flag ZEND_FILE_LINE_DC);
93 ZEND_API zval *zend_ts_hash_minmax(TsHashTable *ht, compare_func_t compar, int flag);
/PHP-7.0/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-7.0/ext/standard/tests/streams/
H A Dbug60455_01.phpt7 //flag the first time. This is why we need to use sockets.
/PHP-7.0/ext/mbstring/libmbfl/filters/
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-7.0/ext/fileinfo/libmagic/
H A Dapprentice.c956 mstart->flag |= BINTEST; in set_test_type()
966 mstart->flag |= BINTEST; in set_test_type()
972 mstart->flag |= BINTEST; in set_test_type()
1784 m->flag |= INDIR; in parse()
1785 if (m->flag & OFFADD) in parse()
1786 m->flag = (m->flag & ~OFFADD) | INDIROFFADD; in parse()
1790 m->flag |= OFFADD; in parse()
1805 if (m->flag & INDIR) { in parse()
1919 m->flag |= UNSIGNED; in parse()
2051 m->flag |= NOSPACE; in parse()
[all …]
/PHP-7.0/ext/standard/
H A Dinfo.h69 PHPAPI void php_print_info(int flag);
/PHP-7.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_ident.h47 int flag; member
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 …]
/PHP-7.0/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.phpt130 Error: 2 - file(): '-10' flag is not supported, %s(%d)
134 Error: 2 - file(): '%i' flag is not supported, %s(%d)
138 Error: 2 - file(): '%i' flag is not supported, %s(%d)
/PHP-7.0/sapi/apache2handler/
H A Dconfig.m453 for flag in $APXS_CFLAGS; do
54 case $flag in
55 -D*) APACHE_CPPFLAGS="$APACHE_CPPFLAGS $flag";;
/PHP-7.0/TSRM/
H A Dthreads.m4120 for flag in -kthread -pthread -pthreads -mthreads -Kthread -threads -mt -qthreaded; do
122 CFLAGS="$CFLAGS $flag"
126 ac_cv_pthreads_cflags=$flag
/PHP-7.0/ext/zip/tests/
H A Dbug7658.phpt2 Bug #7658 (modify archive with general bit flag 3 set)
/PHP-7.0/ext/openssl/tests/
H A Dstream_crypto_flags_001.phpt2 Basic bitwise stream crypto context flag assignment

Completed in 66 milliseconds

12345678910>>...12