Home
last modified time | relevance | path

Searched refs:code (Results 151 – 175 of 2836) sorted by relevance

12345678910>>...114

/PHP-5.6/tests/strings/
H A Dbug26703.phpt14 <code><span style="color: #000000">
17 </code>
/PHP-5.6/sapi/cgi/tests/
H A D004.phpt16 $code ='
27 file_put_contents($filename, $code);
H A D008.phpt14 $code = '
31 file_put_contents($filename, $code);
44 <code><span style="color: #000000">
47 </code>"
/PHP-5.6/ext/standard/tests/serialize/
H A Dserialization_objects_008.phpt7 * Source code: ext/standard/var.c
12 * Source code: ext/standard/var.c
H A Dserialization_resources_001.phpt7 * Source code: ext/standard/var.c
12 * Source code: ext/standard/var.c
H A Dserialization_objects_010.phpt9 * Source code: ext/standard/var.c
14 * Source code: ext/standard/var.c
/PHP-5.6/ext/intl/tests/
H A Dsymfony_format_type_int32_intl3.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt32Intl
14 // execute the code from #testFormatTypeInt32Intl
H A Dsymfony_format_type_int32_intl6.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt32Intl
14 // execute the code from #testFormatTypeInt32Intl
H A Dsymfony_format_type_int32_intl7.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt32Intl
14 // execute the code from #testFormatTypeInt32Intl
H A Dini_use_exceptions_basic.phpt18 …: Neither "start" nor the "end" arguments can exceed the number of UTF-16 code units (in this case…
20 …: Neither "start" nor the "end" arguments can exceed the number of UTF-16 code units (in this case…
H A Dsymfony_format_type_int32_intl2.phpt12 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt32Intl
17 // execute the code from #testFormatTypeInt32Intl
/PHP-5.6/sapi/cli/tests/
H A Dbug67429.phpt11 foreach ([308, 426] as $code) {
13 http_response_code($code);
H A Dphp_cli_server.inc6 function php_cli_server_start($code = 'echo "Hello world";', $router = 'index.php', $cmd_args = nul…
10 if ($code) {
11 file_put_contents($doc_root . '/' . ($router ?: 'index.php'), '<?php ' . $code . ' ?>');
H A D007.phpt16 $code ='
33 file_put_contents($filename, $code);
/PHP-5.6/ext/standard/tests/strings/
H A Dshow_source_basic.phpt17 /* some code here */
24 <code><span style="color: #000000">
25 …>}<br /><br />&nbsp;</span><span style="color: #FF8000">/*&nbsp;some&nbsp;code&nbsp;here&nbsp;*/<b…
27 </code>
H A Dshow_source_variation1.phpt17 /* some code here */
25 <code><span style="color: #000000">
26 …>}<br /><br />&nbsp;</span><span style="color: #FF8000">/*&nbsp;some&nbsp;code&nbsp;here&nbsp;*/<b…
28 </code>bar
/PHP-5.6/ext/spl/
H A Dspl.php264 protected $code; variable in Exception
284 function __construct($message = NULL, $code = 0) { argument
288 $this->code = $code;
306 return $this->code;
/PHP-5.6/Zend/
H A Dzend_exceptions.c205 long code = 0; in ZEND_METHOD() local
219 if (code) { in ZEND_METHOD()
220 zend_update_property_long(default_exception_ce, object, "code", sizeof("code")-1, code TSRMLS_CC); in ZEND_METHOD()
261 long code = 0, severity = E_ERROR, lineno; in ZEND_METHOD() local
275 if (code) { in ZEND_METHOD()
775 ZEND_ARG_INFO(0, code)
796 ZEND_ARG_INFO(0, code)
866 if (code) { in zend_throw_exception()
867 zend_update_property_long(default_exception_ce, ex, "code", sizeof("code")-1, code TSRMLS_CC); in zend_throw_exception()
884 zexception = zend_throw_exception(exception_ce, message, code TSRMLS_CC); in zend_throw_exception_ex()
[all …]
/PHP-5.6/Zend/tests/
H A Dbug61767.phpt5 set_error_handler(function($code, $msg, $file = null, $line = null) {
7 throw new \ErrorException($msg, $code, 0, $file, $line);
/PHP-5.6/tests/classes/
H A Dabstract_static.phpt34 …unction fail::func() should not be abstract in %sabstract_static.php(%d) : eval()'d code on line %d
36 …mplement the remaining methods (fail::func) in %sabstract_static.php(%d) : eval()'d code on line %d
/PHP-5.6/ext/fileinfo/libmagic/
H A Dascmagic.c78 const char *code = NULL; in file_ascmagic() local
88 if (file_encoding(ms, buf, nbytes, &ubuf, &ulen, &code, &code_mime, in file_ascmagic()
92 rv = file_ascmagic_with_encoding(ms, buf, nbytes, ubuf, ulen, code, in file_ascmagic()
102 size_t nbytes, unichar *ubuf, size_t ulen, const char *code, in file_ascmagic_with_encoding() argument
229 if (file_printf(ms, "%s", code) == -1) in file_ascmagic_with_encoding()
/PHP-5.6/ext/pcre/tests/
H A Dpreg_last_error_error.phpt7 * Description: Returns the error code of the last PCRE regex execution
8 * Source code: ext/pcre/php_pcre.c
/PHP-5.6/ext/standard/tests/file/
H A Drename_variation11-win32.phpt14 * Source code: ext/standard/file.c
95 …ameVar11Sub\IwasRenamed.tmp): The system cannot find the path specified. (code: 3) in %s on line %d
100 …1Sub\BADDIR\IwasRenamed.tmp): The system cannot find the path specified. (code: 3) in %s on line %d
121 ….tmp,BADDIR\IwasRenamed.tmp): The system cannot find the path specified. (code: 3) in %s on line %d
H A Drename_variation12-win32.phpt13 * Source code: ext/standard/file.c
92 …ameVar11Sub/IwasRenamed.tmp): The system cannot find the path specified. (code: 3) in %s on line %d
97 …1Sub/BADDIR/IwasRenamed.tmp): The system cannot find the path specified. (code: 3) in %s on line %d
118 ….tmp,BADDIR/IwasRenamed.tmp): The system cannot find the path specified. (code: 3) in %s on line %d
/PHP-5.6/ext/com_dotnet/
H A Dcom_misc.c32 void php_com_throw_exception(HRESULT code, char *message TSRMLS_DC) in php_com_throw_exception() argument
36 message = php_win32_error_to_msg(code); in php_com_throw_exception()
39 zend_throw_exception(php_com_exception_class_entry, message, (long)code TSRMLS_CC); in php_com_throw_exception()

Completed in 34 milliseconds

12345678910>>...114