Home
last modified time | relevance | path

Searched refs:result (Results 1 – 12 of 12) sorted by relevance

/web-php/manual/
H A Dadd-note.php96 $result = posttohost( variable
108 if ($result) {
109 if (strpos($result, '[TOO MANY NOTES]') !== false) {
111 } elseif (($pos = strpos($result, '[SPAMMER]')) !== false) {
112 $ip = trim(substr($result, $pos + 9));
115 } elseif (strpos($result, '[SPAM WORD]') !== false) {
117 } elseif (strpos($result, '[CLOSED]') !== false) {
120 echo "<!-- $result -->";
/web-php/include/
H A Dmozsearch.inc15 browserResultType="result"
16 resultListStart="<!-- result list start -->"
17 resultListEnd="<!-- result list end -->"
H A Dpregen-news.inc9146 … groups so that presenters can respond to individual questions, and as a result places are limited.
12747 presenters can respond to individual questions, and as a result places are limited.
12769 presenters can respond to individual questions, and as a result places are limited.
19029 result of incredible efforts of many active community members.
/web-php/
H A Dsubmit-event.php119 $result = posttohost("http://main.php.net/entry/event.php", $_POST); variable
120 if ($result) {
121 $errors[] = "There was an error processing your submission: $result";
H A Dmailing-lists.php74 $result = posttohost( variable
86 if ($result) {
/web-php/styles/
H A Dtheme-base.css629 #search-results li .result {
885 #layout .gsc-result-info-container {
890 #layout .cse .gsc-result-info,
891 #layout .gsc-result-info {
910 #layout .cse .gsc-webResult.gsc-result,
911 #layout .gsc-webResult.gsc-result {
917 #layout .cse .gs-webResult.gs-result a,
918 #layout .gs-webResult.gs-result a,
920 #layout .gs-webResult.gs-result a b {
1043 .tt-dropdown-menu .result-heading {
[all …]
/web-php/releases/8.3/
H A Drelease.inc323 $result = '';
326 $result .= $string[random_int(0, $stringLength - 1)];
329 return $result;
/web-php/releases/8.1/
H A Drelease.inc510 $result = array_merge(['a' => 0], $arrayA, $arrayB);
526 $result = ['a' => 0, ...$arrayA, ...$arrayB];
/web-php/releases/
H A DNEWS_5_4_0_RC1.txt322 . ZEND_RECV now always has IS_CV as its result.
2938 result). (Ilia)
3303 - Fixed bug #45178 (memory corruption on assignment result of "new" by
3859 result in major slowdown). (Dmitry)
4134 set_exception_handler() might result in crash). (Tony)
5278 result->close()). (Ilia,Tony)
5518 - Added an additional field $frame['object'] to the result array of
5547 result cursor. (Ilia)
5844 - Fixed bug #34782 (token_get_all() gives wrong result). (Dmitry)
6033 - Fixed bug #33153 (crash in mssql_next result). (Frank)
[all …]
H A DNEWS_5_4_0_beta1.txt226 . ZEND_RECV now always has IS_CV as its result.
402 . Fixed bug #55550 (mysql.trace_mode miscounts result sets). (Johannes)
2842 result). (Ilia)
3763 result in major slowdown). (Dmitry)
4038 set_exception_handler() might result in crash). (Tony)
5182 result->close()). (Ilia,Tony)
5422 - Added an additional field $frame['object'] to the result array of
5451 result cursor. (Ilia)
5748 - Fixed bug #34782 (token_get_all() gives wrong result). (Dmitry)
5937 - Fixed bug #33153 (crash in mssql_next result). (Frank)
[all …]
H A DNEWS_5_4_0_alpha1.txt100 . ZEND_RECV now always has IS_CV as its result.
H A DNEWS_5_4_0_beta2.txt277 . ZEND_RECV now always has IS_CV as its result.
453 . Fixed bug #55550 (mysql.trace_mode miscounts result sets). (Johannes)
542 . Fixed bug #55187 (readlink returns weird characters when false result).
751 . Fixed bug #54971 (Wrong result when using iterator_to_array with use_keys

Completed in 115 milliseconds