Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 2471) sorted by last modified time

12345678910>>...99

/PHP-7.4/
H A DNEWS168 . Fixed bug #81351 (xml_parse may fail, but has no error code). (cmb, Nikita)
227 . Fixed bug #73226 (--r[fcez] always return zero exit code). (cmb)
394 . Fixed bug #80757 (Exit code is 0 when could not open file). (Felipe)
454 . Fixed bug #80523 (bogus parse error on >4GB source code). (Nikita)
594 . Fixed bug #70461 (disable md5 code when it is not supported in net-snmp).
2302 . Fixed bug #77430 (php-fpm crashes with Main process exited, code=dumped,
2453 . Fixed bug #77380 (Global out of bounds read in xmlrpc base64 code). (Stas)
H A Dconfigure.ac294 AC_MSG_CHECKING([whether to force non-PIC code in shared modules])
415 dnl locale.h is checked for supporting old code in extensions such as imagick.
778 [Enable GCOV code coverage - FOR DEVELOPERS ONLY!!])],
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc12 and related or neighboring rights to the source code in this file.
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc12 and related or neighboring rights to the source code in this file.
/PHP-7.4/ext/libxml/
H A Dlibxml.c545 error_copy.code = XML_ERR_INTERNAL_ERROR; in _php_list_set_error_structure()
1071 add_property_long(return_value, "code", error->code); in PHP_FUNCTION()
1107 add_property_long_ex(&z_error, "code", sizeof("code") - 1, error->code); in PHP_FUNCTION()
/PHP-7.4/sapi/fpm/tests/
H A Dlog-bwp-realloc-buffer.phpt24 $code = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
H A Dtester.inc80 * The PHP code to execute
84 private $code;
312 * @param string $code
318 string $code = '',
323 $this->code = $code;
349 exec($cmd, $output, $code);
350 if ($code) {
1169 return $this->makeFile('src.php', $this->code);
H A Dproc-idle-timeout.phpt25 $code = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dbug80849-fpm.phpt21 $code = <<<EOT
26 $tester = new FPM\Tester($cfg, $code);
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c13385 static int jit_compile(pcre2_code *code, sljit_u32 mode) in jit_compile() argument
13387 pcre2_real_code *re = (pcre2_real_code *)code; in jit_compile()
14053 pcre2_jit_compile(pcre2_code *code, uint32_t options) in pcre2_jit_compile() argument
14055 pcre2_real_code *re = (pcre2_real_code *)code; in pcre2_jit_compile()
14057 if (code == NULL) in pcre2_jit_compile()
14143 int result = jit_compile(code, options & ~excluded_options); in pcre2_jit_compile()
14151 int result = jit_compile(code, options & ~excluded_options); in pcre2_jit_compile()
14159 int result = jit_compile(code, options & ~excluded_options); in pcre2_jit_compile()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch942 /* Compatibility with old code that looked in .mime */
964 /* Compatibility with old code that looked in .mime */
980 ubuf, ulen, code, type, text);
1610 size_t *ulen, const char **code, const char **code_mime, const char **type)
2132 - /* TODO add code to handle V7 MUX and Blit MUX files */
/PHP-7.4/ext/fileinfo/libmagic/
H A Dencoding.c88 *code = "unknown"; in file_encoding()
106 *code = "UTF-7 Unicode"; in file_encoding()
110 *code = "ASCII"; in file_encoding()
115 *code = "UTF-8 Unicode (with BOM)"; in file_encoding()
119 *code = "UTF-8 Unicode"; in file_encoding()
126 *code = "Big-endian UTF-32 Unicode"; in file_encoding()
135 *code = "Big-endian UTF-16 Unicode"; in file_encoding()
141 *code = "ISO-8859"; in file_encoding()
145 *code = "Non-ISO extended-ASCII"; in file_encoding()
152 *code = "EBCDIC"; in file_encoding()
[all …]
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt9 * Source code: ext/fileinfo/fileinfo.c
/PHP-7.4/ext/date/lib/
H A Dparse_date.re1999 return format_map->code;
H A Dparse_date.c25107 return format_map->code; in timelib_lookup_format()
/PHP-7.4/ext/xml/
H A Dxml.c272 ZEND_ARG_INFO(0, code)
1514 zend_long code; in PHP_FUNCTION() local
1517 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &code) == FAILURE) { in PHP_FUNCTION()
1521 str = (char *)XML_ErrorString((int)code); in PHP_FUNCTION()
H A Dcompat.c685 XML_ErrorString(int code) in XML_ErrorString() argument
687 if (code < 0 || code >= (int)(sizeof(error_mapping) / sizeof(error_mapping[0]))) { in XML_ErrorString()
690 return error_mapping[code]; in XML_ErrorString()
/PHP-7.4/ext/curl/
H A Dinterface.c3489 zend_long code = 0; in PHP_FUNCTION() local
3491 if (curl_easy_getinfo(ch->cp, option, &code) == CURLE_OK) { in PHP_FUNCTION()
3492 RETURN_LONG(code); in PHP_FUNCTION()
3500 double code = 0.0; in PHP_FUNCTION() local
3502 if (curl_easy_getinfo(ch->cp, option, &code) == CURLE_OK) { in PHP_FUNCTION()
3503 RETURN_DOUBLE(code); in PHP_FUNCTION()
3702 zend_long code; in PHP_FUNCTION() local
3706 Z_PARAM_LONG(code) in PHP_FUNCTION()
3709 str = curl_easy_strerror(code); in PHP_FUNCTION()
/PHP-7.4/ext/phar/
H A Dphar_object.c54 size_t code; in phar_mung_server_vars() local
67 code = Z_STRLEN_P(stuff); in phar_mung_server_vars()
91 code = Z_STRLEN_P(stuff); in phar_mung_server_vars()
94 ZVAL_STRINGL(stuff, path_info + basename_len, code - basename_len); in phar_mung_server_vars()
103 code = Z_STRLEN_P(stuff); in phar_mung_server_vars()
107 ZVAL_STRINGL(stuff, path_info + basename_len, code - basename_len); in phar_mung_server_vars()
149 switch (code) { in phar_file_action()
550 int code, not_cgi; in PHP_METHOD() local
830 code = Z_LVAL_P(val); in PHP_METHOD()
844 code = PHAR_MIME_OTHER; in PHP_METHOD()
[all …]
/PHP-7.4/ext/xml/tests/
H A Dbug81351.phpt2 Bug #81351 (xml_parse may fail, but has no error code)
18 $code = xml_get_error_code($parser);
19 $error = xml_error_string($code);
20 echo "xml_parse returned $success, xml_get_error_code = $code, xml_error_string = $error\r\n";
22 $code = xml_get_error_code($parser);
23 $error = xml_error_string($code);
24 echo "xml_parse returned $success, xml_get_error_code = $code, xml_error_string = $error\r\n";
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c423 while (err->code != 0) { in sapi_cgi_send_headers()
424 if (err->code == SG(sapi_headers).http_response_code) { in sapi_cgi_send_headers()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c364 while (err->code != 0) { in sapi_cgi_send_headers()
365 if (err->code == SG(sapi_headers).http_response_code) { in sapi_cgi_send_headers()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c201 int code; member
288 if (pa->code < pb->code) { in status_comp()
290 } else if (pa->code > pb->code) { in status_comp()
297 static const char *get_status_string(int code) /* {{{ */ in get_status_string() argument
299 http_response_status_code_pair needle = {code, NULL}, in get_status_string()
315 static const char *get_template_string(int code) /* {{{ */ in get_template_string() argument
322 int d = template_map[c].code; in get_template_string()
323 if (d > code) { in get_template_string()
325 } else if (d < code) { in get_template_string()
/PHP-7.4/sapi/cli/tests/
H A Dbug73630.phpt10 $code = <<<'EOF'
16 php_cli_server_start($code);
H A Dbug73630a.phpt11 $code = <<<'EOF'
16 php_cli_server_start($code);

Completed in 218 milliseconds

12345678910>>...99