Searched refs:sense (Results 1 – 23 of 23) sorted by relevance
/PHP-7.3/main/ |
H A D | mergesort.c | 106 register int sense; in php_mergesort() local 148 sense = -1; in php_mergesort() 152 sense = 0; in php_mergesort() 164 (*cmp)(q, p) <= sense) in php_mergesort() 186 p = b + (i >>= 1)) <= sense) in php_mergesort() 265 size_t i, length, size2, sense; in setup() local 286 sense = (cmp(f1, f1 + size) > 0); in setup() 287 for (; f1 < last; sense = !sense) { in setup() 298 if (sense > 0) in setup() 306 if (sense > 0) in setup() [all …]
|
/PHP-7.3/ext/date/tests/ |
H A D | bug53502.phpt | 10 echo "Nothing, test only makes sense through valgrind.\n"; 13 Nothing, test only makes sense through valgrind.
|
/PHP-7.3/ext/pdo/tests/ |
H A D | pdo_022.phpt | 13 * We've not yet defined exactly what makes sense for getColumnMeta, 14 * so no tests make any sense to anyone. When they do, we can enable 21 This feature is not yet finalized, no test makes sense
|
/PHP-7.3/Zend/tests/assert/ |
H A D | expect_006.phpt | 9 assert ($i < 100000, "The universe should make sense");
|
/PHP-7.3/ext/mysqli/tests/ |
H A D | bug33090.phpt | 16 if (!($link->prepare("this makes no sense"))) {
|
H A D | mysqli_stmt_bind_param_many_columns.phpt | 20 test -- therefore the "duplicate" makes some sense to me.
|
H A D | bug49442.phpt | 70 …not consider it as a 'persistent' connection in a user sense, ext/mysqli will not appy max_persist…
|
H A D | mysqli_select_db.phpt | 30 /* does not make too much sense, unless we have access to at least one more database than $db */
|
H A D | mysqli_stmt_bind_param.phpt | 18 test -- therefore the "duplicate" makes some sense to me.
|
/PHP-7.3/ext/filter/tests/ |
H A D | bug52209.phpt | 5 /* This test makes no sense on windows as an empty variable
|
/PHP-7.3/ext/spl/internal/ |
H A D | splstack.inc | 15 * though they don't make much sense for a stack.
|
H A D | splqueue.inc | 15 * even though they don't make much sense for a queue. For convenience,
|
/PHP-7.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_exec.phpt | 163 …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 D | pdo_mysql___construct.phpt | 118 // Playing with the port makes only sense if no socket gets used
|
/PHP-7.3/ext/openssl/ |
H A D | README | 70 syntax mentioned above, as it doesn't make sense in this case! 109 syntax mentioned above, as it doesn't make sense in this case!
|
/PHP-7.3/ |
H A D | README.GIT-RULES | 94 4. Do write your commit message in such a way that it makes sense even
|
H A D | README.STREAMS | 148 only makes sense to use this for read-only use.
|
H A D | php.ini-development | 301 ; and below. This directive makes most sense if used in a per-directory
|
H A D | php.ini-production | 301 ; and below. This directive makes most sense if used in a per-directory
|
/PHP-7.3/ext/pdo/ |
H A D | pdo_sql_parser.re | 133 /* did the query make sense to me? */
|
/PHP-7.3/sapi/fpm/ |
H A D | www.conf.in | 58 ; PHP FCGI (5.2.2+). Makes sense only with a tcp listening socket. Each address
|
/PHP-7.3/ext/fileinfo/tests/ |
H A D | magic | 17025 # why less than 32 ? does not make sense to me. GNU Emacs version is 24.5 at April 2015
|
H A D | magic私はガラスを食べられます | 17025 # why less than 32 ? does not make sense to me. GNU Emacs version is 24.5 at April 2015
|
Completed in 106 milliseconds