Home
last modified time | relevance | path

Searched refs:ok (Results 926 – 944 of 944) sorted by relevance

1...<<3132333435363738

/PHP-8.0/ext/opcache/
H A Dzend_file_cache.c1657 int ok; local
1802 ok = 1;
1806 ok = 0;
1808 if (!ok) {
/PHP-8.0/main/
H A Dnetwork.c338 goto ok;
369 ok:
/PHP-8.0/ext/standard/
H A Durl_scanner_ex.re449 int ok = 0;
460 ok = 1;
468 STATE = ok ? STATE_NEXT_ARG : STATE_PLAIN;
/PHP-8.0/win32/build/
H A Dphpize.js.in83 var c, i, ok, n;
/PHP-8.0/ext/opcache/Optimizer/
H A Ddfa_pass.c429 int ok = 1; in zend_dfa_optimize_calls() local
446 ok = 0; in zend_dfa_optimize_calls()
454 ok = 0; in zend_dfa_optimize_calls()
461 if (ok) { in zend_dfa_optimize_calls()
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_ppc.lua1532 local ok, y = pcall(code)
1533 if ok then return y end
H A Dminilua.c6668 int ok=lua_pclose(L,*p);
6670 return pushresult(L,ok,NULL);
6674 int ok=(fclose(*p)==0);
6676 return pushresult(L,ok,NULL);
/PHP-8.0/ext/soap/tests/bugs/
H A Dbug37083.phpt55 echo "ok\n";
58 ok
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_match.c6757 BOOL ok = start_match < end_subject; in pcre2_match() local
6758 if (ok) in pcre2_match()
6761 ok = has_first_cu && (c == first_cu || c == first_cu2); in pcre2_match()
6762 if (!ok && start_bits != NULL) in pcre2_match()
6767 ok = (start_bits[c/8] & (1u << (c&7))) != 0; in pcre2_match()
6770 if (!ok) in pcre2_match()
H A Dpcre2_compile.c2827 BOOL ok = c == CHAR_LEFT_PARENTHESIS && ptrend - ptr >= 3 && in parse_regex() local
2829 if (ok) in parse_regex()
2833 ok = MAX_255(ptr[1]) && (cb->ctypes[ptr[1]] & ctype_lcletter) != 0; in parse_regex()
2838 ok = expect_cond_assert == 2; in parse_regex()
2846 ok = ptr[2] == CHAR_EQUALS_SIGN || ptr[2] == CHAR_EXCLAMATION_MARK; in parse_regex()
2850 ok = FALSE; in parse_regex()
2854 if (!ok) in parse_regex()
/PHP-8.0/ext/phar/tests/files/
H A Dpear2coverage.phar345 $output->writeAttribute('class', 'ok');
367 $output->writeAttribute('class', 'ok');
455 $output->writeAttribute('class', 'ok');
/PHP-8.0/ext/soap/
H A Dsoap.c4229 int ok = 1; local
4235 ok = 0;
4240 ok = 0;
4244 ok = 0;
4248 ok = 0;
4253 if (ok /*&& node == NULL*/) {
/PHP-8.0/ext/oci8/
H A Dconfig.m4216 AC_MSG_RESULT([$php_version, ok])
/PHP-8.0/ext/ftp/tests/
H A Dserver.inc155 fputs($s, "331 User name ok, need password\r\n");
/PHP-8.0/ext/dba/
H A Dconfig.m4338 AC_MSG_RESULT(ok)
/PHP-8.0/ext/phar/phar/
H A Dpharcommand.inc920 echo " ...ok\n";
/PHP-8.0/Zend/
H A Dzend_compile.c4027 zend_bool ok = 1; in zend_compile_func_in_array() local
4042 ok = 0; in zend_compile_func_in_array()
4051 ok = 0; in zend_compile_func_in_array()
4059 if (!ok) { in zend_compile_func_in_array()
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch2404 /* Only the first error is ok */
/PHP-8.0/build/
H A Dlibtool.m44726 AC_MSG_RESULT(ok)

Completed in 164 milliseconds

1...<<3132333435363738