Home
last modified time | relevance | path

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

12345678910

/PHP-7.4/tests/output/
H A Dob_implicit_flush_basic_002.phpt5 /* Prototype : proto void ob_implicit_flush([int flag])
/PHP-7.4/ext/mbstring/tests/
H A Dmb_stripos_basic.phpt38 //flag a swap between good and bad
67 '!', // used to flag a swap between good and bad
H A Dmb_strripos_basic.phpt38 //flag a swap between good and bad
67 '!', // used to flag a swap between good and bad
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_gb18030.c449 filter->flag = 1; /* bad */ in mbfl_filt_ident_gb18030()
456 filter->flag = 1; /* bad */ in mbfl_filt_ident_gb18030()
463 filter->flag = 1; /* bad */ in mbfl_filt_ident_gb18030()
467 filter->flag = 1; in mbfl_filt_ident_gb18030()
H A Dmbfilter_cp936.c294 filter->flag = 1; in mbfl_filt_ident_cp936()
302 filter->flag = 1; in mbfl_filt_ident_cp936()
H A Dmbfilter_cp932.c334 filter->flag = 1; in mbfl_filt_ident_cp932()
344 filter->flag = 1; in mbfl_filt_ident_cp932()
H A Dmbfilter_sjis_open.c334 filter->flag = 1; in mbfl_filt_ident_sjis_open()
344 filter->flag = 1; in mbfl_filt_ident_sjis_open()
H A Dmbfilter_big5.c339 filter->flag = 1; in mbfl_filt_ident_big5()
347 filter->flag = 1; in mbfl_filt_ident_big5()
H A Dmbfilter_utf7.c426 filter->flag = 1; /* bad */ in mbfl_filt_ident_utf7()
447 filter->flag = 1; /* bad */ in mbfl_filt_ident_utf7()
449 filter->flag = 1; /* bad */ in mbfl_filt_ident_utf7()
/PHP-7.4/ext/spl/tests/
H A Dbug66405.phpt2 SPL: RecursiveDirectoryIterator with CURRENT_AS_PATHNAME flag
/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlentities18.phpt2 htmlentities() / htmlspecialchars() "don't double encode" flag support
/PHP-7.4/ext/standard/tests/array/
H A Darsort_variation9.phpt12 …* Testing arsort() by providing arrays with key values for $array argument with following flag va…
13 * 1.flag value as default
H A Dasort_variation9.phpt12 …* Testing asort() by providing arrays with key values for $array argument with following flag val…
13 * 1.flag value as default
/PHP-7.4/ext/fileinfo/libmagic/
H A Dprint.c61 if (m->flag & INDIR) { in file_mdump()
73 (void) fprintf(stderr, " %s%s", (m->flag & UNSIGNED) ? "u" : "", in file_mdump()
/PHP-7.4/ext/shmop/tests/
H A D002.phpt21 // warning outputs: invalid flag when the flags length != 1
73 Warning: shmop_open(): is not a valid flag in %s on line %d
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_getcolumnmeta.phpt247 foreach ($flags as $k => $flag) {
248 if ($flag == 'unique_key')
268 foreach ($flags as $k => $flag) {
269 if ($flag == 'primary_key')
289 foreach ($flags as $k => $flag) {
290 if ($flag == 'multiple_key')
H A Dpecl_bug_5802.phpt2 PDO MySQL PECL Bug #5802 (bindParam/bindValue retain the is_null flag)
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c321 #define should_escape(c, flag) ( ((flag & xml_elem_markup_escaping) && markup(c)) || \ in xml_elem_entity_escape() argument
322 ((flag & xml_elem_non_ascii_escaping) && non_ascii(c)) || \ in xml_elem_entity_escape()
323 ((flag & xml_elem_non_print_escaping) && non_print(c)) ) in xml_elem_entity_escape()
H A Dqueue.c713 int flag = 1, i, j; in QuickSort() local
722 while(flag) { in QuickSort()
736 else flag = 0; in QuickSort()
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.h150 unsigned int flag; member
/PHP-7.4/ext/curl/tests/
H A Dbug48207.phpt38 $fp = fopen($tempfile, "r"); // Opening 'fubar' with the incorrect readonly flag
/PHP-7.4/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-7.4/ext/openssl/tests/
H A Dstream_crypto_flags_001.phpt2 Basic bitwise stream crypto context flag assignment
/PHP-7.4/ext/intl/tests/
H A Dgrapheme.phpt471 $res_str .= " before flag is " . ( $test[2] ? "TRUE" : "FALSE" );
536 $res_str .= " before flag is " . ( $test[2] ? "TRUE" : "FALSE" );
1040 find "a" in "abc" - grapheme_strstr before flag is FALSE = abc == abc
1041 find "a" in "abc" - grapheme_strstr before flag is TRUE = ==
1042 find "b" in "abc" - grapheme_strstr before flag is TRUE = a == a
1043 find "c" in "abc" - grapheme_strstr before flag is TRUE = ab == ab
1044 find "bab" in "ababc" - grapheme_strstr before flag is TRUE = a == a
1055 find "a" in "aa%CC%8Abc" - grapheme_strstr before flag is TRUE = ==
1079 find "a" in "abc" - grapheme_stristr before flag is TRUE = ==
1080 find "b" in "aBc" - grapheme_stristr before flag is TRUE = a == a
[all …]
H A Dgrapheme2.phpt471 $res_str .= " before flag is " . ( $test[2] ? "TRUE" : "FALSE" );
536 $res_str .= " before flag is " . ( $test[2] ? "TRUE" : "FALSE" );
1040 find "a" in "abc" - grapheme_strstr before flag is FALSE = abc == abc
1041 find "a" in "abc" - grapheme_strstr before flag is TRUE = ==
1042 find "b" in "abc" - grapheme_strstr before flag is TRUE = a == a
1043 find "c" in "abc" - grapheme_strstr before flag is TRUE = ab == ab
1044 find "bab" in "ababc" - grapheme_strstr before flag is TRUE = a == a
1055 find "a" in "aa%CC%8Abc" - grapheme_strstr before flag is TRUE = ==
1079 find "a" in "abc" - grapheme_stristr before flag is TRUE = ==
1080 find "b" in "aBc" - grapheme_stristr before flag is TRUE = a == a
[all …]

Completed in 115 milliseconds

12345678910