Home
last modified time | relevance | path

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

123456789

/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
H A Dstream_crypto_flags_003.phpt2 Server 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/ext/fileinfo/libmagic/
H A Dsoftmagic.c246 (m->flag & mode) != mode) { in match()
353 if (m->flag & OFFADD) { in match()
445 && (m->flag & NOSPACE) == 0) { in match()
612 if (m->flag & UNSIGNED) { \ in mprint()
623 if (m->flag & UNSIGNED) { \ in mprint()
1525 if (m->flag & OFFNEGATIVE) { in msetoffset()
1640 if (m->flag & INDIR) { in mget()
1795 if (m->flag & INDIROFFADD) { in mget()
1953 if (m->flag & NOSPACE) in mget()
2401 if (m->flag & UNSIGNED) { in magiccheck()
[all …]
H A Dprint.c58 if (m->flag & INDIR) { in file_mdump()
70 (void) fprintf(stderr, " %s%s", (m->flag & UNSIGNED) ? "u" : "", in file_mdump()
/php-src/ext/filter/
H A Dsanitizing_filters.c136 static void filter_map_update(filter_map *map, int flag, const unsigned char *allowed_list) in filter_map_update() argument
142 (*map)[allowed_list[i]] = flag; in filter_map_update()
/php-src/docs/source/miscellaneous/
H A Dstubs.rst89 the ``-f`` flag).
148 Sometimes arguments have to be passed by reference, or by using the `ZEND_SEND_PREFER_REF` flag.
152 To include the ``ZEND_SEND_PREFER_REF`` flag, use the ``@prefer-ref`` PHPDoc tag:
332 - ``@strict-properties``: adds the ``ZEND_ACC_NO_DYNAMIC_PROPERTIES`` flag for the class (as of PHP
335 - ``@not-serializable``: adds the ``ZEND_ACC_NOT_SERIALIZABLE`` flag for the class (as of PHP 8.1),
577 ``not-serializable`` flag, are PHP 8.1 features and don't exist in PHP 8.0.
579 The registration of ``Number`` is therefore completely omitted, while the ``readonly`` flag is not
621 internally works by adding the ``ZEND_ACC_COMPILE_TIME_EVAL`` function flag.
723 You can use the ``--verify`` flag to ``gen_stub.php`` to validate whether the alias function/method
744 ``--verify-manual`` option to ``gen_stub.php``. This flag requires the directory with the source
[all …]
/php-src/ext/dba/tests/
H A Ddba_lmdb_flags.phpt14 // Pass bogus flag
/php-src/Zend/Optimizer/
H A Dzend_cfg.c781 int flag = ZEND_FUNC_NO_LOOPS; in zend_cfg_identify_loops() local
787 cfg->flags |= flag; in zend_cfg_identify_loops()
864 flag &= ~ZEND_FUNC_NO_LOOPS; in zend_cfg_identify_loops()
874 flag |= ZEND_FUNC_IRREDUCIBLE; in zend_cfg_identify_loops()
875 flag &= ~ZEND_FUNC_NO_LOOPS; in zend_cfg_identify_loops()
900 cfg->flags |= flag; in zend_cfg_identify_loops()
/php-src/ext/standard/tests/strings/
H A Dhtmlentities22.phpt35 function test($flag, $flag2=ENT_DISALLOWED, $charset="UTF-8") {
40 $a = htmlentities($test, $flag | $flag2, $charset, FALSE);
41 $b = htmlspecialchars($test, $flag | $flag2, $charset, FALSE);
66 echo "\n*** Testing 5 without the flag ***\n";
196 *** Testing 5 without the flag ***
/php-src/ext/hash/
H A Dconfig.m424 dnl Add -Wno-implicit-fallthrough flag as it happens on 32 bit builds
/php-src/ext/zend_test/tests/
H A Dstrings_not_marked_as_utf8.phpt44 // That class name does not have the "valid UTF-8" flag because class names in general
47 // not have the "valid UTF-8" flag. We therefore choose a different test case: "fxo".
H A Dstrings_marked_as_utf8.phpt51 // That class name does not have the "valid UTF-8" flag because class names in general
54 // not have the "valid UTF-8" flag. We therefore choose a different test case: "fxo".
/php-src/ext/mbstring/tests/
H A Diso2022jp_kddi_encoding.phpt202 …7", "\x00\x01\xF1\xEF\x00\x01\xF1\xF5", 'ISO-2022-JP-KDDI', 'UTF-32BE', false); // Japan flag emoji
212 /* Convert Unicode flag emoji to ISO-2022-JP-KDDI proprietary flag emoji
217 …* `if (s >= (84 * 94) && s < (91 * 94))`, which the kuten code which we are using for flag emoji d…
H A Dmb_decode_mimeheader_variation4.phpt85 // passed the last buffer of wchars without passing 'end' flag, then called one more
86 // time with an empty buffer and 'end' flag to finish up
/php-src/ext/spl/tests/
H A Diterator_045.phpt2 SPL: CachingIterator and offsetSet/Unset, getCache using flag FULL_CACHE
/php-src/build/
H A Dax_check_compile_flag.m420 # force the compiler to issue an error when a bad flag is given.
H A Dltmain.sh1810 for flag in $args; do
1812 case $flag in
1814 flag="\"$flag\""
1817 arg="$arg $wl$flag"
1828 for flag in $args; do
1830 case $flag in
1832 flag="\"$flag\""
1835 arg="$arg $wl$flag"
3952 dep_rpath="$dep_rpath $flag"
4506 rpath="$rpath $flag"
[all …]
/php-src/ext/filter/tests/
H A Dbug77221.phpt2 Bug #77221 (Request IP address filter flag to exclude non-global IP addresses)
/php-src/ext/mysqlnd/
H A Dmysqlnd_vio.c39 int flag = 1; in mysqlnd_set_sock_no_delay() local
40 int result = setsockopt(socketd, IPPROTO_TCP, TCP_NODELAY, (char *) &flag, sizeof(int)); in mysqlnd_set_sock_no_delay()
59 int flag = 1; in mysqlnd_set_sock_keepalive() local
60 int result = setsockopt(socketd, SOL_SOCKET, SO_KEEPALIVE, (char *) &flag, sizeof(int)); in mysqlnd_set_sock_keepalive()
/php-src/ext/shmop/tests/
H A D002.phpt12 // Invalid flag when the flags length != 1

Completed in 56 milliseconds

123456789