Home
last modified time | relevance | path

Searched refs:flag (Results 76 – 100 of 215) sorted by path

123456789

/php-src/ext/openssl/tests/
H A Dstream_crypto_flags_003.phpt2 Server bitwise stream crypto flag assignment
/php-src/ext/openssl/
H A Dxp_ssl.c1054 static inline int php_openssl_map_proto_version(int flag) /* {{{ */ in php_openssl_map_proto_version() argument
1056 switch (flag) { in php_openssl_map_proto_version()
/php-src/ext/pcntl/tests/
H A Dpcntl_rfork.phpt2 Test function pcntl_rfork() with no flag.
H A Dpcntl_rfork_nowait.phpt2 Test function pcntl_rfork() with no wait flag.
H A Dpcntl_unshare_01.phpt9 if (!defined("CLONE_NEWUSER")) die("skip flag unavailable");
H A Dpcntl_unshare_02.phpt9 if (!defined("CLONE_NEWPID")) die("skip flag unavailable");
H A Dpcntl_unshare_03.phpt9 if (!defined("CLONE_NEWNET")) die("skip flag unavailable");
H A Dpcntl_unshare_04.phpt2 pcntl_unshare() with wrong flag
26 pcntl_unshare(): Argument #1 ($flags) must be a combination of CLONE_* flags, or at least one flag
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_printint.c352 const char *flag = " "; in pcre2_printint() local
500 flag = "/i"; in pcre2_printint()
520 fprintf(f, " %s ", flag); in pcre2_printint()
539 flag = "/i"; in pcre2_printint()
545 fprintf(f, " %s ", flag); in pcre2_printint()
572 flag = "/i"; in pcre2_printint()
589 flag = "/i"; in pcre2_printint()
610 flag = "/i"; in pcre2_printint()
634 flag = "/i"; in pcre2_printint()
642 flag = "/i"; in pcre2_printint()
[all …]
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c429 sljit_s32 flag = -1; in get_cpu_features()
433 flag = prctl(PR_GET_FP_MODE); in get_cpu_features()
435 if (flag > 0) in get_cpu_features()
441 if (flag < 0) { in get_cpu_features()
446 : "+m" (flag) : "m" (zero) : "$f16", "$f17"); in get_cpu_features()
447 if (flag) in get_cpu_features()
/php-src/ext/pcre/
H A Dphp_pcre.c392 uint32_t flag = 0; in PHP_MINFO_FUNCTION() local
406 if (!pcre2_config(PCRE2_CONFIG_JIT, &flag)) { in PHP_MINFO_FUNCTION()
407 php_info_print_table_row(2, "PCRE JIT Support", flag ? "enabled" : "disabled"); in PHP_MINFO_FUNCTION()
/php-src/ext/pcre/tests/
H A D003.phpt6 foreach (array(PREG_PATTERN_ORDER, PREG_SET_ORDER) as $flag) {
13 '2006-05-13 e outra data: "12-Aug-37"', $m, $flag));
H A Dbug80866.phpt2 Bug #80866 preg_split ignores limit flag when pattern with \K has 0-width fullstring match
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt110 // always strings, like STRINGIFY 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')
H A Dpecl_bug_5802.phpt2 PDO MySQL PECL Bug #5802 (bindParam/bindValue retain the is_null flag)
/php-src/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_open_flags.phpt10 // Default open flag is read-write|create
/php-src/ext/reflection/
H A Dphp_reflection.c551 #define DUMP_CONST_FLAG(flag, output) \ in _const_string() argument
553 if (flags & flag) { \ in _const_string()
/php-src/ext/session/tests/
H A Dsession_start_read_and_close.phpt2 Test session_start() with flag read_and_close
/php-src/ext/shmop/tests/
H A D002.phpt12 // Invalid flag when the flags length != 1
/php-src/ext/soap/
H A Dphp_encoding.c2000 int i = 0, flag = 0; in calc_dimension_12() local
2010 if (flag == 0) { in calc_dimension_12()
2012 flag = 1; in calc_dimension_12()
2017 flag = 0; in calc_dimension_12()
2027 int i = -1, flag = 0; in get_position_12() local
2040 if (flag == 0) { in get_position_12()
2042 flag = 1; in get_position_12()
2048 flag = 0; in get_position_12()
/php-src/ext/sockets/tests/
H A Dsocket_bpf_extensions.phpt19 echo "extensions supported flag $flags";
23 extensions supported flag %d
/php-src/ext/spl/tests/
H A DSplPriorityQueue_setExtractFlags_zero.phpt11 Fatal error: Uncaught RuntimeException: Must specify at least one extract flag in %s:%d
H A Dbug66405.phpt2 SPL: RecursiveDirectoryIterator with CURRENT_AS_PATHNAME flag
H A Ddit_002.phpt28 foreach($flags as $flag => $isstring) {
29 $obj->setFlags($flag);

Completed in 113 milliseconds

123456789