Home
last modified time | relevance | path

Searched refs:code (Results 76 – 100 of 2471) sorted by relevance

12345678910>>...99

/PHP-7.4/sapi/cgi/tests/
H A Dapache_response_headers.phpt16 $code = '<?php';
17 $code .= '
29 file_put_contents( $test_file, $code );
/PHP-7.4/Zend/tests/type_declarations/
H A Dstrict_include_weak.phpt2 strict_types=1 code including strict_types=0 code
H A Dstrict_include_explicit_weak.phpt2 strict_types=1 code including explicitly strict_types=0 code
H A Dweak_call_strict.phpt2 strict_types=0 code calling strict_types=1 code
H A Dweak_explicit_call_strict.phpt2 Explicitly strict_types=0 code calling strict_types=1 code
/PHP-7.4/ext/oci8/tests/
H A Derror_set.phpt21 echo $m['code'] , "\n";
26 echo $m['code'] , "\n";
31 echo $m['code'] , "\n";
36 echo $m['code'] , "\n";
H A Dbug51291_1.phpt147 ["code"]=>
158 ["code"]=>
173 ["code"]=>
188 ["code"]=>
201 ["code"]=>
212 ["code"]=>
226 ["code"]=>
239 ["code"]=>
253 ["code"]=>
267 ["code"]=>
[all …]
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_013.phpt80 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/</code> was not found o…
89 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/style.css</code> w…
98 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/foo/bar</code> was…
H A D016.phpt54 foreach ($codes as $key => $code) {
56 $code = escapeshellarg($code);
57 echo `echo $code | "$php" -a`, "\n";
/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_TOKEN_PARSE_000.phpt9 token_get_all('<?php invalid code;', TOKEN_PARSE);
18 syntax error, unexpected 'code' (T_STRING)
H A Dparse_errors.phpt8 function test_parse_error($code) {
10 var_dump(token_get_all($code, TOKEN_PARSE));
15 foreach (token_get_all($code) as $token) {
H A Dbug54089.phpt15 foreach ($codes as $code) {
16 $tokens = token_get_all($code);
19 $code = '';
22 $code .= isset($t[1]) ? $t[1] : $t;
24 var_dump($code);
/PHP-7.4/ext/zlib/tests/
H A Dgzgetss.phpt14 $buffer = gzgetss($handle, 4096, "<code>");
27 <code>stringgzgetss(resource $zp, int $length [, string $allowable_tags ]);<code/>
/PHP-7.4/ext/libxml/tests/
H A D002.phpt40 $return .= "Warning $error->code: ";
43 $return .= "Error $error->code: ";
46 $return .= "Fatal Error $error->code: ";
75 ["code"]=>
/PHP-7.4/Zend/tests/
H A Dbug71086.phpt11 string(169) "<code><span style="color: #000000">
14 </code>"
H A Dbug42767.phpt14 <code><span style="color: #000000">
17 </code>
H A Dmethods-on-non-objects-catch.phpt5 set_error_handler(function($code, $message) {
6 var_dump($code, $message);
H A Dbug71248.phpt19 $code = <<<'PHP'
24 eval($code);
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmk_emoji_tbl.pl56 $code = &sjis2code($v[1]);
57 $docomo{$code} = $v[0];
58 $to_docomo{$v[0]} = $code;
61 $code = &sjis2code($v[2]);
62 $kddi{$code} = $v[0];
63 $to_kddi{$v[0]} = $code;
66 $code = &sjis2code($v[3]);
67 $softbank{$code} = $v[0];
68 $to_sb{$v[0]} = $code;
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match_data.c79 pcre2_match_data_create_from_pattern(const pcre2_code *code, in pcre2_match_data_create_from_pattern() argument
82 if (gcontext == NULL) gcontext = (pcre2_general_context *)code; in pcre2_match_data_create_from_pattern()
83 return pcre2_match_data_create(((pcre2_real_code *)code)->top_bracket + 1, in pcre2_match_data_create_from_pattern()
/PHP-7.4/ext/standard/tests/dir/
H A Dbug80960.phpt16 Warning: opendir(notexist*): %s (code: 123) in %s on line %d
20 Warning: opendir(notexist?): %s (code: 123) in %s on line %d
24 Warning: opendir(longname%r_+%r): %s (code: 111) in %s on line %d
/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/standard/tests/general_functions/
H A Dhighlight_heredoc.phpt19 <code><span style="color: #000000">
21 </code>
/PHP-7.4/ext/intl/
H A DERROR_CONVENTIONS.md8 The global error code can be obtained in userland with `intl_get_error_code()`.
9 This is a `U_*` error code defined by ICU, but it does not have necessarily to
13 the PHP wrapper function should set the global error code to
16 The error code (an integer) can be converter to the corresponding enum name
20 a message set by the PHP wrapping code, not by ICU. The message should include
26 The internal PHP code can set the global last error with:
31 void intl_error_set(intl_error* err, UErrorCode code, char* msg, int copyMsg);
59 void intl_errors_set(intl_error* err, UErrorCode code, char* msg, int copyMsg);
101 way to reset the object's internal error code. Instead, resetting of the
102 object's internal error code is done upon fetching the object from its zval.
[all …]
/PHP-7.4/Zend/
H A Dzend_exceptions.h58 …_object *zend_throw_exception(zend_class_entry *exception_ce, const char *message, zend_long code);
59 …object *zend_throw_exception_ex(zend_class_entry *exception_ce, zend_long code, const char *format…
63 …error_exception(zend_class_entry *exception_ce, const char *message, zend_long code, int severity);

Completed in 61 milliseconds

12345678910>>...99