Home
last modified time | relevance | path

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

12345678910>>...112

/PHP-5.4/ext/intl/tests/
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 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.4/ext/standard/tests/serialize/
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
H A Dserialization_objects_009.phpt7 * Source code: ext/standard/var.c
12 * Source code: ext/standard/var.c
/PHP-5.4/Zend/
H A Dzend_exceptions.c197 long code = 0; in ZEND_METHOD() local
211 if (code) { in ZEND_METHOD()
212 zend_update_property_long(default_exception_ce, object, "code", sizeof("code")-1, code TSRMLS_CC); in ZEND_METHOD()
253 long code = 0, severity = E_ERROR, lineno; in ZEND_METHOD() local
267 if (code) { in ZEND_METHOD()
751 ZEND_ARG_INFO(0, code)
772 ZEND_ARG_INFO(0, code)
842 if (code) { in zend_throw_exception()
843 zend_update_property_long(default_exception_ce, ex, "code", sizeof("code")-1, code TSRMLS_CC); in zend_throw_exception()
860 zexception = zend_throw_exception(exception_ce, message, code TSRMLS_CC); in zend_throw_exception_ex()
[all …]
H A DREADME.ZEND_VM7 code execution (with specialized executor and direct threading execution
24 will generate code only for defined combination of types. You can use any
27 <HANDLER'S CODE> is a handler's code itself. For most handlers it stills the
31 You can see the conformity of new macros to old code in the following list:
88 Executor's code is generated by PHP script zend_vm_gen.php it uses zend_vm_def.h
91 included from zend_compile.h. The second one is an executor code itself. It is
H A DLICENSE10 1. Redistributions of source code must retain the above copyright
26 Once covered code has been published under a particular version
29 code under the terms of any subsequent version of the license
32 to covered code created under this License.
/PHP-5.4/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.4/ext/standard/tests/dir/
H A Dscandir_error2-win32.phpt13 * Source code: ext/standard/dir.c
36 Warning: scandir(%s/idonotexist,%s/idonotexist): The system cannot find the file specified. (code: …
45 Warning: scandir(/idonotexist,/idonotexist): The system cannot find the file specified. (code: 2) i…
H A Ddir_variation6-win32.phpt14 * Source code: ext/standard/dir.c
51 Warning: dir(%s): The system cannot find the file specified. (code: %d) in %s on line %d
57 Warning: dir(%s): The system cannot find the file specified. (code: %d) in %s on line %d
/PHP-5.4/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.4/ext/mcrypt/tests/
H A Dmcrypt_rijndael128_256BitKey.phpt13 * Source code: ext/mcrypt/mcrypt.c
18 * Source code: ext/mcrypt/mcrypt.c
23 * Source code: ext/mcrypt/mcrypt.c
28 * Source code: ext/mcrypt/mcrypt.c
/PHP-5.4/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.4/ext/standard/tests/strings/
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
H A Dshow_source_variation2.phpt17 /* some code here */
24 string(1987) "<code><span style="color: #000000">
25 …>}<br /><br />&nbsp;</span><span style="color: #FF8000">/*&nbsp;some&nbsp;code&nbsp;here&nbsp;*/&n…
27 </code>"
/PHP-5.4/sapi/cli/tests/
H A D007.phpt16 $code ='
33 file_put_contents($filename, $code);
/PHP-5.4/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.4/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()
/PHP-5.4/ext/gd/libgd/
H A Dgdkanji.c344 do_convert (unsigned char *to, unsigned char *from, const char *code) in do_convert() argument
350 if ((cd = iconv_open (EUCSTR, code)) == (iconv_t) - 1) in do_convert()
356 EUCSTR, code); in do_convert()
391 if (strcmp (code, NEWJISSTR) == 0 || strcmp (code, OLDJISSTR) == 0) in do_convert()
428 else if (strcmp (code, SJISSTR) == 0) in do_convert()
451 error ("invalid code specification: \"%s\"", code); in do_convert()
/PHP-5.4/ext/ereg/regex/
H A Dcname.h4 char code; member
/PHP-5.4/sapi/continuity/
H A DCREDITS2 Alex Leigh (based on nsapi code)
/PHP-5.4/ext/oci8/tests/
H A Dbug42134.phpt68 ["code"]=>
81 ["code"]=>
94 ["code"]=>

Completed in 136 milliseconds

12345678910>>...112