Home
last modified time | relevance | path

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

123456789

/php-src/ext/pcntl/tests/
H A Dpcntl_unshare_03.phpt9 if (!defined("CLONE_NEWNET")) die("skip flag unavailable");
/php-src/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-src/sapi/apache2handler/
H A Dconfig.m451 for flag in $APXS_CFLAGS; do
52 case $flag in
53 -D*) APACHE_CPPFLAGS="$APACHE_CPPFLAGS $flag";;
/php-src/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_open_flags.phpt10 // Default open flag is read-write|create
/php-src/ext/opcache/tests/jit/
H A Dclosure_001.phpt2 Closures should be always called with ZEND_ACC_CLOSURE flag set
/php-src/ext/session/tests/
H A Dsession_start_read_and_close.phpt2 Test session_start() with flag read_and_close
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c1186 mstart->flag |= BINTEST; in set_test_type()
1196 mstart->flag |= BINTEST; in set_test_type()
2045 m->flag |= INDIR; in parse()
2046 if (m->flag & OFFADD) in parse()
2047 m->flag = (m->flag & ~OFFADD) | INDIROFFADD; in parse()
2051 m->flag |= OFFADD; in parse()
2064 m->flag |= OFFNEGATIVE; in parse()
2075 if (m->flag & INDIR) { in parse()
2204 m->flag |= UNSIGNED; in parse()
2344 m->flag |= NOSPACE; in parse()
[all …]
/php-src/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 = 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-src/ext/json/tests/
H A Djson_exceptions_error_clearing.phpt2 JSON_THROW_ON_ERROR: global error flag untouched
/php-src/ext/mbstring/tests/
H A Dmb_stripos_basic.phpt29 //flag a swap between good and bad
58 '!', // used to flag a swap between good and bad
H A Dmb_strripos_basic.phpt29 //flag a swap between good and bad
58 '!', // used to flag a swap between good and bad
/php-src/ext/zip/tests/
H A Dbug7658.phpt2 Bug #7658 (modify archive with general bit flag 3 set)
/php-src/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-src/ext/standard/tests/strings/
H A Dhtmlentities18.phpt2 htmlentities() / htmlspecialchars() "don't double encode" flag support
/php-src/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-src/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
/php-src/ext/curl/tests/
H A Dbug48207.phpt36 $fp = fopen($tempfile, "r"); // Opening 'fubar' with the incorrect readonly flag
/php-src/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-src/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-src/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 83 milliseconds

123456789