Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.6/ext/openssl/tests/
H A Dstream_crypto_flags_001.phpt2 Basic bitwise stream crypto context flag assignment
H A Dstream_crypto_flags_003.phpt2 Server bitwise stream crypto flag assignment
H A Dstream_crypto_flags_002.phpt2 TLSv1.1 and TLSv1.2 bitwise stream crypto flag assignment
/PHP-5.6/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.6/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.6/ext/oci8/tests/
H A Dlob_034.phpt51 Warning: OCI-Lob::flush(): Invalid flag value: -1 in %s on line %d
/PHP-5.6/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.h140 unsigned int flag; member
/PHP-5.6/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.6/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.6/ext/standard/tests/strings/
H A Dhtmlentities18.phpt2 htmlentities() / htmlspecialchars() "don't double encode" flag support
/PHP-5.6/ext/spl/tests/
H A Dbug66405.phpt2 SPL: RecursiveDirectoryIterator with CURRENT_AS_PATHNAME flag
/PHP-5.6/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.6/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.6/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.6/Zend/
H A Dzend_hash.c242 …har *arKey, uint nKeyLength, void *pData, uint nDataSize, void **pDest, int flag ZEND_FILE_LINE_DC) in _zend_hash_add_or_update()
264 if (flag & HASH_ADD) { in _zend_hash_add_or_update()
308 …y, uint nKeyLength, ulong h, void *pData, uint nDataSize, void **pDest, int flag ZEND_FILE_LINE_DC) in _zend_hash_quick_add_or_update()
327 if (flag & HASH_ADD) { in _zend_hash_quick_add_or_update()
383 …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()
394 if (flag & HASH_NEXT_INSERT) { in _zend_hash_index_update_or_next_insert()
402 if (flag & HASH_NEXT_INSERT || flag & HASH_ADD) { in _zend_hash_index_update_or_next_insert()
508 …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
515 if (flag == HASH_DEL_KEY) { in zend_hash_del_key_or_index()
1502 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.6/ext/curl/tests/
H A Dbug48207.phpt38 $fp = fopen($tempfile, "r"); // Opening 'fubar' with the incorrect readonly flag
/PHP-5.6/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.

Completed in 61 milliseconds

12345678910>>...12