Home
last modified time | relevance | path

Searched refs:code (Results 351 – 375 of 2471) sorted by relevance

1...<<11121314151617181920>>...99

/PHP-7.4/sapi/fpm/tests/
H A Dfpm_get_status_basic.phpt22 $code = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_014.phpt72 …ead><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/no-exists.php</code>…
H A D010-2.phpt2 executing a code with -R
/PHP-7.4/sapi/cgi/tests/
H A D007.phpt20 string(49) "No syntax errors detected in Standard input code
/PHP-7.4/ext/date/tests/
H A Dtimezone_identifiers_list_wrong_constructor.phpt15 Notice: timezone_identifiers_list(): A two-letter ISO 3166-1 compatible country code is expected in…
/PHP-7.4/ext/oci8/tests/
H A Dtestping.phpt2 Exercise OCIPing functionality on reconnect (code coverage test)
H A Derror1.phpt18 ["code"]=>
/PHP-7.4/Zend/tests/
H A Dbug64821.1.phpt10 $this->code = array();
H A Dbug69388.phpt6 function handle_error($code, $message, $file, $line, $context) {
H A Dbug70121.phpt5 …:"x";s:17:"'."\0".'Exception'."\0".'string";s:1:"A";s:7:"'."\0".'*'."\0".'code";i:0;s:7:"'."\0".'*…
H A Dbug_debug_backtrace.phpt25 #2 foo() called at [%s(%d) : eval()'d code:1]
H A Dexception_019.phpt10 Fatal error: Uncaught Error: Wrong parameters for Exception([string $message [, long $code [, Throw…
/PHP-7.4/
H A DCODING_STANDARDS.md3 This file lists several standards that any programmer adding or changing code in
5 development of PHP v3.0, the code base does not fully follow it, but new
11 1. Document your code in source files and the manual. (tm)
28 cache and the bison code for minimum memory copying overhead.
56 8. When commenting out code using a `#if` statement, do NOT use `0` only.
58 is your git user `foo`. This allows easier tracking of why code was
233 C code, you have to ensure that your code would compile with other compilers
234 as well. The only exception to this rule is code that is Win32-specific,
236 to accept C++-style comments in C code.
239 style he or she is not used to, but, at the very least, when you write code
[all …]
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt27 echo "$name: no error code $error_code\n";
35 foreach ($all_errors as $code => $str) {
36 if (!isset($expected_errors[$code]) || !$expected_errors[$code]) {
37 echo "\t", $code, ": ", $str, "\n";
/PHP-7.4/ext/standard/tests/array/
H A Darray_unshift_empty.phpt7 * Source code: ext/standard/array.c
H A Darray_push_empty.phpt7 * Source code: ext/standard/array.c
/PHP-7.4/ext/standard/tests/strings/
H A Dchr_basic.phpt8 * Source code: ext/standard/string.c
H A Dquotemeta_basic.phpt8 * Source code: ext/standard/string.c
H A Dexplode_variation7.phpt11 * Source code: ext/standard/string.c
/PHP-7.4/ext/standard/tests/network/
H A Dgethostbyaddr_basic1.phpt7 * Source code: ext/standard/dns.c
H A Dgethostbynamel_basic1.phpt7 * Source code: ext/standard/dns.c
/PHP-7.4/ext/pcre/tests/
H A Dbug74183.phpt2 Bug #74183 - preg_last_error not returning error code after error
H A Dpreg_match_basic_002.phpt7 * Source code: ext/pcre/php_pcre.c
/PHP-7.4/ext/session/tests/
H A Dsession_start_variation4.phpt13 * Source code : ext/session/session.c
/PHP-7.4/ext/standard/tests/general_functions/
H A Dvar_export_error3.phpt7 * Source code: ext/standard/var.c

Completed in 47 milliseconds

1...<<11121314151617181920>>...99