Home
last modified time | relevance | path

Searched refs:code (Results 176 – 200 of 2836) sorted by relevance

12345678910>>...114

/PHP-5.6/Zend/
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.6/ext/standard/tests/serialize/
H A Dserialization_objects_009.phpt7 * Source code: ext/standard/var.c
12 * Source code: ext/standard/var.c
H A Dserialization_objects_007.phpt7 * Source code: ext/standard/var.c
12 * Source code: ext/standard/var.c
H A Dserialization_objects_006.phpt7 * Source code: ext/standard/var.c
12 * Source code: ext/standard/var.c
H A Dserialization_error_001.phpt7 * Source code: ext/standard/var.c
12 * Source code: ext/standard/var.c
/PHP-5.6/ext/ereg/regex/
H A Dcname.h4 char code; member
/PHP-5.6/sapi/continuity/
H A DCREDITS2 Alex Leigh (based on nsapi code)
/PHP-5.6/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.6/ext/mbstring/libmbfl/filters/
H A Dhtml_entities.h35 int code; member
/PHP-5.6/ext/oci8/tests/
H A Dbug42134.phpt68 ["code"]=>
81 ["code"]=>
94 ["code"]=>
/PHP-5.6/ext/standard/tests/strings/
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>"
H A Dbug61374.phpt2 Bug #61374: html_entity_decode tries to decode code points that don't exist in ISO-8859-1
/PHP-5.6/sapi/apache2handler/
H A DCREDITS2 Ian Holsman, Justin Erenkrantz (based on Apache 2.0 Filter code)
/PHP-5.6/ext/soap/tests/soap12/
H A DT63.phpt24code must be 2 letters.</ns1:validateCountryCodeFault></env:Header><env:Body><env:Fault><env:Code>…
/PHP-5.6/ext/xml/tests/
H A Dxml_get_error_code_error.phpt12 * Description: Get XML parser error code
13 * Source code: ext/xml/xml.c
H A Dxml_error_string_variation1.phpt2 Test xml_error_string() function : usage variations - test different types for code
11 /* Prototype : proto string xml_error_string(int code)
13 * Source code: ext/xml/xml.c
77 // loop through each element of the array for code
/PHP-5.6/ext/pdo_mysql/tests/
H A Dbug_61755.phpt29 echo "Error code: ".$e->getCode()."\n";
39 Error code: 42000
/PHP-5.6/ext/pcre/tests/
H A D002.phpt39 Parse error: %s in %s002.php(12) : regexp code on line 1
41 Fatal error: preg_replace(): Failed evaluating code:
/PHP-5.6/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.6/Zend/tests/
H A Dbug60978.phpt2 Bug #60978 (exit code incorrect)
H A Dbug60350.phpt2 Bug #60350 No string escape code for ESC (ascii 27), normally \e
/PHP-5.6/sapi/cgi/tests/
H A D003.phpt16 $code ='
33 file_put_contents($filename, $code);
/PHP-5.6/sapi/fpm/tests/
H A D017.phpt26 $code = <<<EOT
32 file_put_contents($srcfile, $code);
/PHP-5.6/tests/lang/
H A Dinclude_variation3.phpt2 Including a file in the current script directory from eval'd code

Completed in 126 milliseconds

12345678910>>...114