Home
last modified time | relevance | path

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

12345678910>>...114

/PHP-5.3/TSRM/
H A DTODO1 - Improve the lock in ts_resource_ex() in order to cover less code.
/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_last_error_basic.phpt8 * Description: Returns the error code of the last error for a database.
9 * Source code: ext/sqlite/sqlite.c
H A Dsqlite_last_error_error.phpt8 * Description: Returns the error code of the last error for a database.
9 * Source code: ext/sqlite/sqlite.c
/PHP-5.3/ext/oci8/tests/
H A Dpecl_bug16842.phpt46 ["code"]=>
63 ["code"]=>
/PHP-5.3/Zend/RFCs/
H A D003.txt17 correct type and reduce the need for duplicating the same code in
60 the execution of a script as that function can not be run and code
67 Old code that does not take advantage of this will run without
/PHP-5.3/ext/interbase/
H A Dphp_ibase_udf.c148 char *code = pemalloc(remaining+1, 1); in exec_php() local
151 for (code[remaining] = '\0'; remaining > 0; remaining -= read) in exec_php()
152 b->blob_get_segment(b->blob_handle, &code[i++<<16],min(0x10000,remaining), &read); in exec_php()
168 …result = zend_eval_stringl(code, b->blob_total_length, NULL, "Firebird Embedded PHP engine" TSRMLS… in exec_php()
174 free(code); in exec_php()
/PHP-5.3/
H A DREADME.EXT_SKEL9 and writing C code handling arguments passed to your functions from a simple
15 you just need the basic framework and will be writing all the code in your
66 code and the <refpurpose> tag in the XML documentation.
75 in front of the definition. It's not actually used for any C code generating
87 By default, ext_skel creates both comments in the source code and a test
112 handled. For other types you must write the code yourself. And for type
119 Don't trust the generated code too much. It tries to be useful in most of
120 the situations you might encounter, but automatic code generation will never
H A DLICENSE10 1. Redistributions of source code must retain the above copyright
31 Once covered code has been published under a particular version
33 of that version. You may also choose to use such covered code
36 the right to modify the terms applicable to covered code created
/PHP-5.3/ext/mbstring/libmbfl/
H A DREADME1 This is Libmbfl, a streamable multibyte character code filter and
/PHP-5.3/ext/phar/tests/
H A Dinclude_path_advanced.phpt2 Phar: include_path advanced code coverage test
H A Dfopen.phpt13 $a = fopen(__FILE__, 'rb'); // this satisfies 1 line of code coverage
15 $a = fopen(); // this satisfies another line of code coverage
/PHP-5.3/ext/standard/tests/strings/
H A Dbug38322.phpt2 Bug #38322 (reading past array in sscanf() leads to segfault/arbitary code execution)
/PHP-5.3/Zend/tests/
H A Darray_append_COW.phpt2 Tests that array manipulation code is correctly dealing with copy on write and splitting on referen…
H A Dbug38623.phpt2 Bug #38623 (leaks in a tricky code with switch() and exceptions)
H A Darray_unshift_COW.phpt2 Tests that array unshift code is correctly dealing with copy on write and splitting on reference
/PHP-5.3/ext/session/tests/
H A Dbug36459.phpt23 <p>See source html code</p>
36 <p>See source html code</p>
/PHP-5.3/sapi/cli/tests/
H A D005.phpt57 Property [ <default> protected $code ]
72 Parameter #1 [ <optional> $code ]
H A D002-win32.phpt2 running code with -r
/PHP-5.3/ext/standard/tests/serialize/
H A Dserialization_objects_003.phpt9 * Source code: ext/standard/var.c
14 * Source code: ext/standard/var.c
H A Dserialization_objects_004.phpt7 * Source code: ext/standard/var.c
12 * Source code: ext/standard/var.c
/PHP-5.3/ext/standard/
H A Dhtml.c1015 int code; in php_unescape_html_entities() local
1023 code = strtol(p + 3, &next, 16); in php_unescape_html_entities()
1036 q += php_utf32_utf8(q, code); in php_unescape_html_entities()
1042 if ((code >= 0x80 && code < 0xa0) || code > 0xff) { in php_unescape_html_entities()
1045 *(q++) = code; in php_unescape_html_entities()
1050 if (code > 0xff) { in php_unescape_html_entities()
1053 *(q++) = code; in php_unescape_html_entities()
1063 if (code >= 0x80) { in php_unescape_html_entities()
1066 *(q++) = code; in php_unescape_html_entities()
1071 if (code >= 0x81) { in php_unescape_html_entities()
[all …]
/PHP-5.3/ext/intl/tests/
H A Dintl_error_name.phpt9 * Check getting error string by integer error code.
H A Dintl_get_error_code.phpt8 * Check getting global error code.
/PHP-5.3/ext/phar/
H A DLICENSE10 1. Redistributions of source code must retain the above copyright
31 Once covered code has been published under a particular version
33 of that version. You may also choose to use such covered code
36 the right to modify the terms applicable to covered code created
80 1. Redistributions of source code must retain the above copyright
/PHP-5.3/ext/pdo_sqlite/tests/
H A Dbug50728.phpt2 Bug #50728 (All PDOExceptions hardcode 'code' property to 0)

Completed in 62 milliseconds

12345678910>>...114