Home
last modified time | relevance | path

Searched refs:flag (Results 176 – 200 of 290) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/standard/tests/file/
H A Dfile_put_contents_variation1.phpt2 Test file_put_contents() function : variation - test append flag
/PHP-5.5/ext/zip/tests/
H A Dbug7658.phpt2 Bug #7658 (modify archive with general bit flag 3 set)
/PHP-5.5/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-5.5/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_big5.c330 filter->flag = 1; in mbfl_filt_ident_big5()
338 filter->flag = 1; in mbfl_filt_ident_big5()
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_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-5.5/ext/oci8/tests/
H A Dlob_034.phpt51 Warning: OCI-Lob::flush(): Invalid flag value: -1 in %s on line %d
/PHP-5.5/tests/output/
H A Dob_implicit_flush_basic_002.phpt5 /* Prototype : proto void ob_implicit_flush([int flag])
H A Dob_implicit_flush_variation_001.phpt5 /* Prototype : void ob_implicit_flush([int flag])
96 // loop through each element of the array for flag
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.h140 unsigned int flag; member
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregint.h664 #define NCCLASS_FLAG_SET(cc,flag) (NCCLASS_FLAGS(cc) |= (flag)) argument
665 #define NCCLASS_FLAG_CLEAR(cc,flag) (NCCLASS_FLAGS(cc) &= ~(flag)) argument
666 #define IS_NCCLASS_FLAG_ON(cc,flag) ((NCCLASS_FLAGS(cc) & (flag)) != 0) argument
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities18.phpt2 htmlentities() / htmlspecialchars() "don't double encode" flag support
/PHP-5.5/ext/spl/tests/
H A Dbug66405.phpt2 SPL: RecursiveDirectoryIterator with CURRENT_AS_PATHNAME flag
/PHP-5.5/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-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c328 #define should_escape(c, flag) ( ((flag & xml_elem_markup_escaping) && markup(c)) || \ in xml_elem_entity_escape() argument
329 ((flag & xml_elem_non_ascii_escaping) && non_ascii(c)) || \ in xml_elem_entity_escape()
330 ((flag & xml_elem_non_print_escaping) && non_print(c)) ) in xml_elem_entity_escape()
/PHP-5.5/ext/intl/tests/
H A Dgrapheme.phpt462 $res_str .= " before flag is " . ( $test[2] ? "TRUE" : "FALSE" );
527 $res_str .= " before flag is " . ( $test[2] ? "TRUE" : "FALSE" );
1020 find "a" in "abc" - grapheme_strstr before flag is FALSE = abc == abc
1021 find "a" in "abc" - grapheme_strstr before flag is TRUE = ==
1022 find "b" in "abc" - grapheme_strstr before flag is TRUE = a == a
1023 find "c" in "abc" - grapheme_strstr before flag is TRUE = ab == ab
1024 find "bab" in "ababc" - grapheme_strstr before flag is TRUE = a == a
1035 find "a" in "aa%CC%8Abc" - grapheme_strstr before flag is TRUE = ==
1059 find "a" in "abc" - grapheme_stristr before flag is TRUE = ==
1060 find "b" in "aBc" - grapheme_stristr before flag is TRUE = a == a
[all …]
/PHP-5.5/Zend/
H A Dzend_hash.c195 …har *arKey, uint nKeyLength, void *pData, uint nDataSize, void **pDest, int flag ZEND_FILE_LINE_DC) in _zend_hash_add_or_update()
222 if (flag & HASH_ADD) { in _zend_hash_add_or_update()
278 …y, uint nKeyLength, ulong h, void *pData, uint nDataSize, void **pDest, int flag ZEND_FILE_LINE_DC) in _zend_hash_quick_add_or_update()
299 if (flag & HASH_ADD) { in _zend_hash_quick_add_or_update()
367 …sert(HashTable *ht, ulong h, void *pData, uint nDataSize, void **pDest, int flag ZEND_FILE_LINE_DC) in _zend_hash_index_update_or_next_insert()
378 if (flag & HASH_NEXT_INSERT) { in _zend_hash_index_update_or_next_insert()
386 if (flag & HASH_NEXT_INSERT || flag & HASH_ADD) { in _zend_hash_index_update_or_next_insert()
486 …nt zend_hash_del_key_or_index(HashTable *ht, const char *arKey, uint nKeyLength, ulong h, int flag) in zend_hash_del_key_or_index() argument
496 if (flag == HASH_DEL_KEY) { in zend_hash_del_key_or_index()
1590 ZEND_API int zend_hash_minmax(const HashTable *ht, compare_func_t compar, int flag, void **pData TS… in zend_hash_minmax() argument
[all …]
/PHP-5.5/ext/curl/tests/
H A Dbug48207.phpt38 $fp = fopen($tempfile, "r"); // Opening 'fubar' with the incorrect readonly flag
/PHP-5.5/ext/spl/internal/
H A Dcachingiterator.inc23 * flag CALL_TOSTRING to do the conversion when the actual element
26 * omit this flag because it costs unnecessary work and time.
/PHP-5.5/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')

Completed in 71 milliseconds

12345678910>>...12