Searched refs:relevant (Results 1 – 25 of 30) sorted by relevance
12
/PHP-8.4/ext/pdo/tests/ |
H A D | bug_43130.phpt | 9 if (!strncasecmp(getenv('PDOTEST_DSN'), 'sqlite', strlen('sqlite'))) die('skip not relevant for sql… 10 if (!strncasecmp(getenv('PDOTEST_DSN'), 'pgsql', strlen('pgsql'))) die('skip not relevant for pgsql… 11 if (!strncasecmp(getenv('PDOTEST_DSN'), 'oci', strlen('oci'))) die('skip not relevant for oci drive… 12 if (!strncasecmp(getenv('PDOTEST_DSN'), 'firebird', strlen('firebird'))) die('skip not relevant for… 13 if (!strncasecmp(getenv('PDOTEST_DSN'), 'odbc', strlen('odbc'))) die('skip not relevant for odbc dr…
|
H A D | bug_71885.phpt | 9 if (!strncasecmp(getenv('PDOTEST_DSN'), 'pgsql', strlen('pgsql'))) die('skip not relevant for pgsql… 10 if (!strncasecmp(getenv('PDOTEST_DSN'), 'oci', strlen('oci'))) die('skip not relevant for OCI drive…
|
H A D | bug_38394.phpt | 9 if (!strncasecmp(getenv('PDOTEST_DSN'), 'sqlite2', strlen('sqlite2'))) die('skip not relevant for p…
|
H A D | pdo_016.phpt | 9 if (!strncasecmp(getenv('PDOTEST_DSN'), 'oci', strlen('oci'))) die('skip not relevant for oci drive…
|
H A D | pdo_016a.phpt | 10 if (!strncasecmp(getenv('PDOTEST_DSN'), 'oci', strlen('oci'))) die('skip not relevant for oci drive…
|
/PHP-8.4/ext/standard/tests/strings/ |
H A D | parse_str_memory_error.phpt | 7 // strlen("abcd") == 4 is relevant
|
/PHP-8.4/ext/exif/tests/ |
H A D | bug76130.phpt | 6 not relevant for this test.
|
/PHP-8.4/Zend/tests/ |
H A D | bug60536_003.phpt | 2 Properties should be initialized correctly (relevant to #60536)
|
H A D | bug60536_005.phpt | 2 …s not lead to any output. That is consistent with normal inheritance handling. (relevant to #60536)
|
H A D | bug60536_002.phpt | 2 … properties are compatible, a notice is issued, if not a fatal error occurs. (relevant with #60536)
|
H A D | bug60536_004.phpt | 2 …s not lead to any output. That is consistent with normal inheritance handling. (relevant to #60536)
|
/PHP-8.4/Zend/tests/generators/ |
H A D | yield_from_valid_exception.phpt | 18 // the fact that the yield from result is used is relevant.
|
/PHP-8.4/.github/ISSUE_TEMPLATE/ |
H A D | bug_report.yml | 35 description: "The used operating system, if relevant."
|
/PHP-8.4/sapi/cli/tests/ |
H A D | php_cli_server_009.phpt | 2 PATH_INFO (relevant to #60112)
|
/PHP-8.4/ext/pdo_dblib/tests/ |
H A D | config.inc | 4 // this function will version detect so the relevant tests can XFAILIF
|
/PHP-8.4/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_attr_max_buffer_size.phpt | 21 /* buffer is only relevant with native PS */
|
/PHP-8.4/sapi/fuzzer/ |
H A D | config.m4 | 9 dnl for relevant flags.
|
/PHP-8.4/ext/opcache/tests/jit/ |
H A D | bug80861.phpt | 71 // might be not relevant for the bug
|
/PHP-8.4/ext/pdo_pgsql/tests/ |
H A D | bug62498-32bit.phpt | 11 if (PHP_INT_SIZE > 4) die("skip relevant for 32-bit only");
|
/PHP-8.4/ext/mbstring/tests/ |
H A D | sjis_encoding.phpt | 23 /* According to the relevant Japan Industrial Standards Committee standards,
|
/PHP-8.4/docs/ |
H A D | mailinglist-rules.md | 65 and remove any previous comment that is not relevant to your post.
|
/PHP-8.4/win32/build/ |
H A D | confutils.js | 2442 var relevant = false; 2481 relevant = true; 2492 relevant = true; 2495 if (!relevant) {
|
/PHP-8.4/docs/source/core/data-structures/ |
H A D | zval.rst | 124 go over the relevant ones in their corresponding chapters.
|
/PHP-8.4/build/ |
H A D | php_cxx_compile_stdcxx.m4 | 78 dnl The relevant part of the unchanged original implementation is below.
|
/PHP-8.4/Zend/Optimizer/ |
H A D | zend_ssa.c | 172 uint32_t relevant = MAY_BE_ANY|MAY_BE_ARRAY_KEY_ANY|MAY_BE_ARRAY_OF_ANY|MAY_BE_ARRAY_OF_REF; in pi_not_type_mask() local 173 pi_type_mask(phi, ~type_mask & relevant); in pi_not_type_mask()
|
Completed in 91 milliseconds
12