Home
last modified time | relevance | path

Searched refs:sense (Results 1 – 25 of 27) sorted by relevance

12

/PHP-7.2/main/
H A Dmergesort.c108 register int sense; in php_mergesort() local
150 sense = -1; in php_mergesort()
154 sense = 0; in php_mergesort()
166 (*cmp)(q, p) <= sense) in php_mergesort()
188 p = b + (i >>= 1)) <= sense) in php_mergesort()
267 size_t i, length, size2, sense; in setup() local
288 sense = (cmp(f1, f1 + size) > 0); in setup()
289 for (; f1 < last; sense = !sense) { in setup()
300 if (sense > 0) in setup()
308 if (sense > 0) in setup()
[all …]
/PHP-7.2/ext/date/tests/
H A Dbug53502.phpt10 echo "Nothing, test only makes sense through valgrind.\n";
13 Nothing, test only makes sense through valgrind.
/PHP-7.2/ext/pdo/tests/
H A Dpdo_022.phpt5 die('skip this feature is not yet finalized, no test makes sense');
14 * We've not yet defined exactly what makes sense for getColumnMeta,
15 * so no tests make any sense to anyone. When they do, we can enable
/PHP-7.2/Zend/tests/assert/
H A Dexpect_006.phpt9 assert ($i < 100000, "The universe should make sense");
/PHP-7.2/ext/mysqli/tests/
H A Dbug33090.phpt16 if (!($link->prepare("this makes no sense"))) {
H A Dmysqli_stmt_bind_param_many_columns.phpt20 test -- therefore the "duplicate" makes some sense to me.
H A Dbug49442.phpt70 …not consider it as a 'persistent' connection in a user sense, ext/mysqli will not appy max_persist…
H A Dmysqli_select_db.phpt30 /* does not make too much sense, unless we have access to at least one more database than $db */
H A Dmysqli_stmt_bind_param.phpt18 test -- therefore the "duplicate" makes some sense to me.
/PHP-7.2/ext/filter/tests/
H A Dbug52209.phpt5 /* This test makes no sense on windows as an empty variable
/PHP-7.2/ext/spl/internal/
H A Dsplstack.inc15 * though they don't make much sense for a stack.
H A Dsplqueue.inc15 * even though they don't make much sense for a queue. For convenience,
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec.phpt163 …printf("[035] With emulated PS it works but makes no sense given that exec() returns sort of affec…
184 [035] With emulated PS it works but makes no sense given that exec() returns sort of affected rows.…
H A Dpdo_mysql___construct.phpt118 // Playing with the port makes only sense if no socket gets used
/PHP-7.2/ext/openssl/
H A DREADME72 syntax mentioned above, as it doesn't make sense in this case!
111 syntax mentioned above, as it doesn't make sense in this case!
/PHP-7.2/
H A DREADME.GIT-RULES91 4. Do write your commit message in such a way that it makes sense even
H A DREADME.STREAMS149 only makes sense to use this for read-only use.
H A Dphp.ini-development301 ; and below. This directive makes most sense if used in a per-directory
H A Dphp.ini-production301 ; and below. This directive makes most sense if used in a per-directory
/PHP-7.2/ext/pdo/
H A Dpdo_sql_parser.re135 /* did the query make sense to me? */
/PHP-7.2/ext/filter/docs/
H A Dfilter.txt30 * Unmade *source* a bitmask, it doesn't make sense to do.
/PHP-7.2/sapi/fpm/
H A Dwww.conf.in58 ; PHP FCGI (5.2.2+). Makes sense only with a tcp listening socket. Each address
/PHP-7.2/ext/pcre/pcrelib/
H A DNEWS427 support and so is now "standard" in some sense. It should help with compiling
H A DChangeLog2631 doesn't make sense to accept an empty string match in pcregrep, so I have
4160 but external in the C sense, all had PCRE_EXPORT in their definitions.
4274 those symbols that are exported in the C sense, but actually are local
4585 file. No doubt somebody will tell me if they don't make sense... Also added
4991 item, you can use this simplified notation. Note that only makes sense with
5390 1. Crashed with /(sens|respons)e and \1ibility/ and "sense and sensibility" if
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt6495 reference" of this type can make sense when a repetition is involved
6537 matches "sense and sensibility" and "response and responsibility", but
6538 not "sense and responsibility". If caseful matching is in force at the
6630 though it makes no sense to assert the same thing several times, the
6821 most recent by (?(-2), and so on. Inside loops it can also make sense
7179 matches "sense and sensibility" and "response and responsibility", but
7180 not "sense and responsibility". If instead the pattern
7184 is used, it does match "sense and responsibility" as well as the other
8269 in terms of \w and \W. If you really want to test for a wider sense of,

Completed in 165 milliseconds

12