Home
last modified time | relevance | path

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

12345678910>>...109

/PHP-5.6/sapi/cli/tests/
H A D011.phpt12 $code = '
26 file_put_contents($filename, $code);
31 $code = '
41 file_put_contents($filename, $code);
H A Dphp_cli_server_013.phpt91 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/</code> was not found o…
99 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/style.css</code> w…
107 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/foo/bar</code> was…
/PHP-5.6/ext/intl/
H A Dintl_error.c81 err->code = U_ZERO_ERROR; in intl_error_init()
95 err->code = U_ZERO_ERROR; in intl_error_reset()
140 uErrorName = u_errorName( err->code ); in intl_error_get_message()
164 err->code = err_code; in intl_error_set_code()
176 return err->code; in intl_error_get_code()
183 void intl_error_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC ) in intl_error_set() argument
185 intl_error_set_code( err, code TSRMLS_CC ); in intl_error_set()
193 void intl_errors_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC ) in intl_errors_set() argument
195 intl_errors_set_code( err, code TSRMLS_CC ); in intl_errors_set()
H A DERROR.CONVENTIONS6 The global error code can be obtained in userland with intl_get_error_code().
7 This is a U_* error code defined by ICU, but it does not have necessarily to be
11 wrapper function should set the global error code to U_ILLEGAL_ARGUMENT_ERROR).
13 The error code (an integer) can be converter to the corresponding enum name
17 message set by the PHP wrapping code, not by ICU. The message should include the
23 The internal PHP code can set the global last error with:
26 void intl_error_set(intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC);
49 void intl_errors_set(intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC);
90 way to reset the object's internal error code. Instead, resetting of the
91 object's internal error code is done upon fetching the object from its zval.
[all …]
/PHP-5.6/ext/dom/tests/
H A DDOMDocument_createAttribute_error.phpt13 $code = $e->getCode();
14 if(DOM_INVALID_CHARACTER_ERR === $code) {
18 echo 'Wrong exception code';
/PHP-5.6/ext/standard/tests/file/
H A Drename_variation13-win32.phpt14 * Source code: ext/standard/file.c
77 Warning: rename(-1,%safile.tmp): The system cannot find the file specified. (code: 2) in %srename_v…
82 Warning: rename(1,%safile.tmp): The system cannot find the file specified. (code: 2) in %srename_va…
86 …e.tmp,): %r(Invalid argument|The system cannot find the path specified. \(code: 3\))%r in %srename…
89 …le.tmp): %r(Invalid argument|The system cannot find the path specified. \(code: 3\))%r in %srename…
107 Warning: rename(%s): The filename, directory name, or volume label syntax is incorrect. (code: 123)…
110 Warning: rename(%s): The filename, directory name, or volume label syntax is incorrect. (code: 123)…
132 Warning: rename(%safile.tmp,/no/such/file/dir): The system cannot find the path specified. (code: 3…
135 Warning: rename(/no/such/file/dir,%safile.tmp): The system cannot find the path specified. (code: 3…
139 Warning: rename(%safile.tmp,php/php): The system cannot find the path specified. (code: 3) in %sren…
[all …]
/PHP-5.6/sapi/cgi/tests/
H A D006.phpt16 $code = '
30 file_put_contents($filename, $code);
35 $code = '
45 file_put_contents($filename, $code);
/PHP-5.6/ext/mbstring/oniguruma/enc/
H A Deuc_tw.c64 euctw_code_to_mbc(OnigCodePoint code, UChar *buf) in euctw_code_to_mbc() argument
66 return onigenc_mb4_code_to_mbc(ONIG_ENCODING_EUC_TW, code, buf); in euctw_code_to_mbc()
78 euctw_is_code_ctype(OnigCodePoint code, unsigned int ctype) in euctw_is_code_ctype() argument
80 return onigenc_mb4_is_code_ctype(ONIG_ENCODING_EUC_TW, code, ctype); in euctw_is_code_ctype()
H A Dbig5.c64 big5_code_to_mbc(OnigCodePoint code, UChar *buf) in big5_code_to_mbc() argument
66 return onigenc_mb2_code_to_mbc(ONIG_ENCODING_BIG5, code, buf); in big5_code_to_mbc()
87 big5_is_code_ctype(OnigCodePoint code, unsigned int ctype) in big5_is_code_ctype() argument
89 return onigenc_mb2_is_code_ctype(ONIG_ENCODING_BIG5, code, ctype); in big5_is_code_ctype()
H A Deuc_kr.c64 euckr_code_to_mbc(OnigCodePoint code, UChar *buf) in euckr_code_to_mbc() argument
66 return onigenc_mb2_code_to_mbc(ONIG_ENCODING_EUC_KR, code, buf); in euckr_code_to_mbc()
87 euckr_is_code_ctype(OnigCodePoint code, unsigned int ctype) in euckr_is_code_ctype() argument
89 return onigenc_mb2_is_code_ctype(ONIG_ENCODING_EUC_KR, code, ctype); in euckr_is_code_ctype()
/PHP-5.6/Zend/tests/
H A Dbug35655.phpt11 $code = '
18 highlight_string($code);
21 <code><span style="color: #000000">
24 </code>
H A Dnowdoc_013.phpt11 $code = <<<'EOF'
19 highlight_string($code);
22 <code><span style="color: #000000">
25 </code>
/PHP-5.6/ext/gd/libgd/
H A Dgd_gif_in.c433 int code, incode, i; in LWZReadByte_() local
470 if (code == sd->clear_code) { in LWZReadByte_()
484 } else if (code == sd->end_code) { in LWZReadByte_()
498 incode = code; in LWZReadByte_()
505 if (code >= sd->max_code) { in LWZReadByte_()
507 code = sd->oldcode; in LWZReadByte_()
510 while (code >= sd->clear_code) { in LWZReadByte_()
515 *sd->sp++ = sd->table[1][code]; in LWZReadByte_()
516 if (code == sd->table[0][code]) { in LWZReadByte_()
519 code = sd->table[0][code]; in LWZReadByte_()
[all …]
/PHP-5.6/tests/strings/
H A D004.phpt16 <code><span style="color: #000000">
18 </code>
19 [<code><span style="color: #000000">
21 </code>]
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregsyntax.c288 unsigned int what, OnigCodePoint code) in onig_set_meta_char() argument
292 enc->meta_char_table.esc = code; in onig_set_meta_char()
295 enc->meta_char_table.anychar = code; in onig_set_meta_char()
298 enc->meta_char_table.anytime = code; in onig_set_meta_char()
301 enc->meta_char_table.zero_or_one_time = code; in onig_set_meta_char()
304 enc->meta_char_table.one_or_more_time = code; in onig_set_meta_char()
307 enc->meta_char_table.anychar_anytime = code; in onig_set_meta_char()
/PHP-5.6/ext/xml/tests/
H A Dxml_error_string_error.phpt11 /* Prototype : proto string xml_error_string(int code)
13 * Source code: ext/xml/xml.c
25 $code = 10;
27 var_dump( xml_error_string($code, $extra_arg) );
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug50997.phpt10 $params = array('code'=>'foo');
16 …"http://www.example.org/service2/"><SOAP-ENV:Body><ns1:NewOperation><code>foo</code></ns1:NewOpera…
/PHP-5.6/Zend/
H A Dzend_exceptions.h43 ZEND_API zval * zend_throw_exception(zend_class_entry *exception_ce, const char *message, long code
44 ZEND_API zval * zend_throw_exception_ex(zend_class_entry *exception_ce, long code TSRMLS_DC, const …
48 …error_exception(zend_class_entry *exception_ce, const char *message, long code, int severity TSRML…
/PHP-5.6/ext/standard/tests/strings/
H A Daddcslashes_002.phpt9 /* charlist "\0..\37" would escape all characters with ASCII code between 0 and 31 */
10 echo "\n*** Testing addcslashes() with ASCII code between 0 and 31 ***\n";
28 *** Testing addcslashes() with ASCII code between 0 and 31 ***
/PHP-5.6/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-5.6/ext/fileinfo/libmagic/
H A Dencoding.c76 *code = "unknown"; in file_encoding()
92 *code = "ASCII"; in file_encoding()
96 *code = "UTF-8 Unicode (with BOM)"; in file_encoding()
100 *code = "UTF-8 Unicode (with BOM)"; in file_encoding()
101 *code = "UTF-8 Unicode"; in file_encoding()
105 *code = "Little-endian UTF-16 Unicode"; in file_encoding()
108 *code = "Big-endian UTF-16 Unicode"; in file_encoding()
114 *code = "ISO-8859"; in file_encoding()
118 *code = "Non-ISO extended-ASCII"; in file_encoding()
125 *code = "EBCDIC"; in file_encoding()
[all …]
/PHP-5.6/ext/tokenizer/tests/
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-5.6/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-5.6/ext/libxml/tests/
H A D002.phpt40 $return .= "Warning $error->code: ";
43 $return .= "Error $error->code: ";
46 $return .= "Fatal Error $error->code: ";
75 ["code"]=>

Completed in 42 milliseconds

12345678910>>...109