Home
last modified time | relevance | path

Searched refs:flag (Results 126 – 150 of 208) sorted by relevance

123456789

/PHP-8.2/ext/pcntl/tests/
H A Dpcntl_unshare_03.phpt9 if (!defined("CLONE_NEWNET")) die("skip flag unavailable");
/PHP-8.2/ext/standard/tests/file/
H A Dfile_put_contents_variation1.phpt2 Test file_put_contents() function : variation - test append flag
H A Dfile.inc198 string $flag = "kilobytes"
220 if $flag is specified as "byte", then then given size is taken in bytes
221 $flag = specify 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 …]
/PHP-8.2/ext/spl/tests/
H A Diterator_037.phpt119 Exception: Unsetting flag CALL_TO_STRING is not possible
120 Exception: Unsetting flag TOSTRING_USE_INNER is not possible
H A Dbug66405.phpt2 SPL: RecursiveDirectoryIterator with CURRENT_AS_PATHNAME flag
/PHP-8.2/sapi/apache2handler/
H A Dconfig.m452 for flag in $APXS_CFLAGS; do
53 case $flag in
54 -D*) APACHE_CPPFLAGS="$APACHE_CPPFLAGS $flag";;
/PHP-8.2/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_open_flags.phpt10 // Default open flag is read-write|create
/PHP-8.2/ext/fileinfo/libmagic/
H A Dapprentice.c1185 mstart->flag |= BINTEST; in set_test_type()
1195 mstart->flag |= BINTEST; in set_test_type()
2044 m->flag |= INDIR; in parse()
2045 if (m->flag & OFFADD) in parse()
2046 m->flag = (m->flag & ~OFFADD) | INDIROFFADD; in parse()
2050 m->flag |= OFFADD; in parse()
2063 m->flag |= OFFNEGATIVE; in parse()
2074 if (m->flag & INDIR) { in parse()
2203 m->flag |= UNSIGNED; in parse()
2343 m->flag |= NOSPACE; in parse()
[all …]
/PHP-8.2/ext/json/tests/
H A Djson_exceptions_error_clearing.phpt2 JSON_THROW_ON_ERROR: global error flag untouched
/PHP-8.2/ext/mbstring/tests/
H A Dmb_strripos_basic.phpt29 //flag a swap between good and bad
58 '!', // used to flag a swap between good and bad
H A Dmb_stripos_basic.phpt29 //flag a swap between good and bad
58 '!', // used to flag a swap between good and bad
/PHP-8.2/ext/zip/tests/
H A Dbug7658.phpt2 Bug #7658 (modify archive with general bit flag 3 set)
/PHP-8.2/ext/standard/tests/array/
H A Darsort_variation9.phpt6 …* Testing arsort() by providing arrays with key values for $array argument with following flag va…
7 * 1.flag value as default
H A Dasort_variation9.phpt6 …* Testing asort() by providing arrays with key values for $array argument with following flag val…
7 * 1.flag value as default
/PHP-8.2/ext/standard/tests/strings/
H A Dhtmlentities18.phpt2 htmlentities() / htmlspecialchars() "don't double encode" flag support
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpecl_bug_5802.phpt2 PDO MySQL PECL Bug #5802 (bindParam/bindValue retain the is_null flag)
H A Dpdo_mysql_stmt_getcolumnmeta.phpt234 foreach ($flags as $k => $flag) {
235 if ($flag == 'unique_key')
255 foreach ($flags as $k => $flag) {
256 if ($flag == 'primary_key')
276 foreach ($flags as $k => $flag) {
277 if ($flag == 'multiple_key')
/PHP-8.2/ext/openssl/tests/
H A Dstream_crypto_flags_001.phpt2 Basic bitwise stream crypto context flag assignment
H A Dstream_crypto_flags_002.phpt2 TLSv1.1 and TLSv1.2 bitwise stream crypto flag assignment
H A Dstream_crypto_flags_003.phpt2 Server bitwise stream crypto flag assignment
/PHP-8.2/ext/curl/tests/
H A Dbug48207.phpt36 $fp = fopen($tempfile, "r"); // Opening 'fubar' with the incorrect readonly flag
/PHP-8.2/ext/intl/tests/
H A Dgrapheme.phpt1057 find "a" in "abc" - grapheme_strstr before flag is FALSE = abc == abc
1058 find "a" in "abc" - grapheme_strstr before flag is TRUE = ==
1059 find "b" in "abc" - grapheme_strstr before flag is TRUE = a == a
1060 find "c" in "abc" - grapheme_strstr before flag is TRUE = ab == ab
1061 find "bab" in "ababc" - grapheme_strstr before flag is TRUE = a == a
1062 find "abc" in "ababc" - grapheme_strstr before flag is TRUE = ab == ab
1072 find "a" in "aa%CC%8Abc" - grapheme_strstr before flag is TRUE = ==
1096 find "a" in "abc" - grapheme_stristr before flag is TRUE = ==
1097 find "b" in "aBc" - grapheme_stristr before flag is TRUE = a == a
1098 find "C" in "abc" - grapheme_stristr before flag is TRUE = ab == ab
[all …]
H A Dgrapheme2.phpt1045 find "a" in "abc" - grapheme_strstr before flag is FALSE = abc == abc
1046 find "a" in "abc" - grapheme_strstr before flag is TRUE = ==
1047 find "b" in "abc" - grapheme_strstr before flag is TRUE = a == a
1048 find "c" in "abc" - grapheme_strstr before flag is TRUE = ab == ab
1049 find "bab" in "ababc" - grapheme_strstr before flag is TRUE = a == a
1050 find "abc" in "ababc" - grapheme_strstr before flag is TRUE = ab == ab
1060 find "a" in "aa%CC%8Abc" - grapheme_strstr before flag is TRUE = ==
1084 find "a" in "abc" - grapheme_stristr before flag is TRUE = ==
1085 find "b" in "aBc" - grapheme_stristr before flag is TRUE = a == a
1086 find "C" in "abc" - grapheme_stristr before flag is TRUE = ab == ab
[all …]
/PHP-8.2/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-8.2/Zend/Optimizer/
H A Dzend_cfg.c784 int flag = ZEND_FUNC_NO_LOOPS; in zend_cfg_identify_loops() local
790 cfg->flags |= flag; in zend_cfg_identify_loops()
867 flag &= ~ZEND_FUNC_NO_LOOPS; in zend_cfg_identify_loops()
877 flag |= ZEND_FUNC_IRREDUCIBLE; in zend_cfg_identify_loops()
878 flag &= ~ZEND_FUNC_NO_LOOPS; in zend_cfg_identify_loops()
903 cfg->flags |= flag; in zend_cfg_identify_loops()

Completed in 49 milliseconds

123456789