Searched refs:result (Results 1 – 16 of 16) sorted by relevance
/web-php/tests/Unit/ |
H A D | LangChooserTest.php | 26 self::assertSame(['de', 'de'], $result); 34 self::assertSame(['de', 'de'], $result); 52 self::assertSame(['de', ''], $result); 60 self::assertSame(['de', ''], $result); 68 self::assertSame(['ja', ''], $result); 88 self::assertSame(['de', ''], $result); 96 self::assertSame(['en', ''], $result); 104 self::assertSame(['de', 'de'], $result); 112 self::assertSame(['de', 'de'], $result); 120 self::assertSame(['de', 'de'], $result); [all …]
|
/web-php/manual/ |
H A D | add-note.php | 100 $result = posttohost( variable 112 if ($result) { 113 if (strpos($result, '[TOO MANY NOTES]') !== false) { 115 } elseif (($pos = strpos($result, '[SPAMMER]')) !== false) { 116 $ip = trim(substr($result, $pos + 9)); 119 } elseif (strpos($result, '[SPAM WORD]') !== false) { 121 } elseif (strpos($result, '[CLOSED]') !== false) { 124 echo "<!-- $result -->";
|
/web-php/include/ |
H A D | mozsearch.inc | 15 browserResultType="result" 16 resultListStart="<!-- result list start -->" 17 resultListEnd="<!-- result list end -->"
|
H A D | pregen-news.inc | 9146 … 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/js/ |
H A D | search.js | 160 .map((result) => { 162 if (result.item.id.startsWith("language")) { 163 result.score += 10; 165 return result; 350 results.forEach((result, index) => { 352 result.setAttribute("aria-selected", isSelected ? "true" : "false"); 354 result.classList.remove("selected"); 357 result.classList.add("selected"); 358 result.scrollIntoView({
|
/web-php/ |
H A D | submit-event.php | 119 $result = posttohost("https://main.php.net/entry/event.php", $_POST); variable 120 if ($result) { 121 $errors[] = "There was an error processing your submission: $result";
|
H A D | mailing-lists.php | 73 $result = posttohost( variable 85 if ($result) {
|
/web-php/styles/ |
H A D | theme-base.css | 566 #search-results li .result { 821 #layout .cse .gsc-result-info-container, 822 #layout .gsc-result-info-container { 827 #layout .cse .gsc-result-info, 828 #layout .gsc-result-info { 847 #layout .cse .gsc-webResult.gsc-result, 848 #layout .gsc-webResult.gsc-result { 854 #layout .cse .gs-webResult.gs-result a, 855 #layout .gs-webResult.gs-result a, 857 #layout .gs-webResult.gs-result a b { [all …]
|
/web-php/releases/8.4/ |
H A D | release.inc | 350 $result = bcadd($num1, $num2, 5); 352 echo $result; // '2.12345' 369 $result = $num1 + $num2; 371 echo $result; // '2.12345'
|
/web-php/releases/8.3/ |
H A D | release.inc | 323 $result = ''; 326 $result .= $string[random_int(0, $stringLength - 1)]; 329 return $result;
|
/web-php/releases/8.1/ |
H A D | release.inc | 510 $result = array_merge(['a' => 0], $arrayA, $arrayB); 526 $result = ['a' => 0, ...$arrayA, ...$arrayB];
|
/web-php/releases/ |
H A D | NEWS_5_4_0_RC1.txt | 322 . 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 D | NEWS_5_4_0_beta1.txt | 226 . 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 D | NEWS_5_4_0_alpha1.txt | 100 . ZEND_RECV now always has IS_CV as its result.
|
H A D | NEWS_5_4_0_beta2.txt | 277 . 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
|
/web-php/js/ext/ |
H A D | jquery-3.6.0.min.js | 2 …result=r)&&(u.preventDefault(),u.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(th…
|
Completed in 108 milliseconds