Searched refs:sense (Results 1 – 25 of 28) sorted by relevance
12
/PHP-5.6/main/ |
H A D | mergesort.c | 108 register int sense; in php_mergesort() local 150 sense = -1; in php_mergesort() 154 sense = 0; in php_mergesort() 166 (*cmp)(q, p TSRMLS_CC) <= sense) in php_mergesort() 188 p = b + (i >>= 1) TSRMLS_CC) <= sense) in php_mergesort() 267 int i, length, size2, tmp, sense; in setup() local 288 sense = (cmp(f1, f1 + size TSRMLS_CC) > 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-5.6/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-5.6/ext/pdo/tests/ |
H A D | pdo_022.phpt | 5 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-5.6/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-5.6/ext/filter/tests/ |
H A D | bug52209.phpt | 5 /* This test makes no sense on windows as an empty variable
|
/PHP-5.6/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-5.6/ext/mysql/tests/ |
H A D | mysql_select_db.phpt | 25 /* does not make too much sense, unless we have access to at least one more database than $db */
|
/PHP-5.6/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 | 115 // Playing with the port makes only sense if no socket gets used
|
/PHP-5.6/ext/openssl/ |
H A D | README | 72 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-5.6/ |
H A D | README.GIT-RULES | 86 4. Do write your commit message in such a way that it makes sense even
|
H A D | README.STREAMS | 149 only makes sense to use this for read-only use.
|
/PHP-5.6/ext/filter/docs/ |
H A D | filter.txt | 30 * Unmade *source* a bitmask, it doesn't make sense to do.
|
/PHP-5.6/ext/pdo/ |
H A D | pdo_sql_parser.re | 131 /* did the query make sense to me? */
|
/PHP-5.6/sapi/fpm/ |
H A D | www.conf.in | 58 ; PHP FCGI (5.2.2+). Makes sense only with a tcp listening socket. Each address
|
H A D | php-fpm.conf.in | 186 ; PHP FCGI (5.2.2+). Makes sense only with a tcp listening socket. Each address
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | NEWS | 406 support and so is now "standard" in some sense. It should help with compiling
|
H A D | ChangeLog | 2445 doesn't make sense to accept an empty string match in pcregrep, so I have 3974 but external in the C sense, all had PCRE_EXPORT in their definitions. 4088 those symbols that are exported in the C sense, but actually are local 4399 file. No doubt somebody will tell me if they don't make sense... Also added 4805 item, you can use this simplified notation. Note that only makes sense with 5204 1. Crashed with /(sens|respons)e and \1ibility/ and "sense and sensibility" if
|
/PHP-5.6/Zend/ |
H A D | ZEND_CHANGES | 1146 static value makes no sense at all.
|
/PHP-5.6/sapi/thttpd/ |
H A D | thttpd_patch | 834 ** each vhost would make more sense.
|
Completed in 56 milliseconds
12