| /PHP_5_3/ext/pdo_mysql/tests/ |
| H A D | config.inc | 5 # user set them from their shell
|
| /PHP_5_3/ext/pdo_pgsql/tests/ |
| H A D | config.inc | 3 # user set them from their shell
|
| /PHP_5_3/ext/phar/phar/ |
| H A D | directorytreeiterator.inc | 19 /** Construct from a path.
|
| /PHP_5_3/ext/phar/tests/tar/files/ |
| H A D | corrupt_tarmaker.php.inc | 2 // stolen from PEAR2_Pyrus_Developer_Creator_Tar by Greg Beaver, the original author, for use in unit tests 36 * This code is modified from Vincent Lascaux's File_Archive
|
| H A D | make.dangerous.tar.php.inc | 2 // stolen from PEAR2_Pyrus_Developer_Creator_Tar by Greg Beaver, the original author, for use in unit tests 37 * This code is modified from Vincent Lascaux's File_Archive
|
| H A D | tarmaker.php.inc | 2 // stolen from PEAR2_Pyrus_Developer_Creator_Tar by Greg Beaver, the original author, for use in unit tests 36 * This code is modified from Vincent Lascaux's File_Archive
|
| /PHP_5_3/ext/spl/examples/ |
| H A D | autoload.inc | 13 * Tries to load class $classname from directory $dir. 31 * Loads classes automatically from include_path as given by ini or from
|
| H A D | directoryfilterdots.inc | 17 * This Iterator takes a pathname from which it creates a RecursiveDirectoryIterator 22 /** Construct from a path.
|
| H A D | directorytree.inc | 19 /** Construct from a path.
|
| H A D | directorytreeiterator.inc | 19 /** Construct from a path.
|
| H A D | regexfindfile.inc | 20 /** Construct from path and regular expression
|
| /PHP_5_3/ext/sybase_ct/tests/ |
| H A D | test.inc | 64 // Returns all fetched rows from an SQL query 80 // Fires an SQL query and returns the first value from the first row
|
| /PHP_5_3/scripts/dev/ |
| H A D | credits | 13 it has been automaticaly created by php5/scripts/credits from
|
| /PHP_5_3/ext/gd/libgd/ |
| H A D | gdkanji.c | 86 /* DetectKanjiCode() derived from DetectCodeType() by Ken Lunde. */ 243 /* han2zen() was derived from han2zen() written by Ken Lunde. */ 344 do_convert (unsigned char *to, unsigned char *from, const char *code) argument 358 strcpy ((char *) to, (const char *) from); 362 from_len = strlen ((const char *) from) + 1; 365 if ((int) iconv(cd, (char **) &from, &from_len, (char **) &to, &to_len) == -1) 377 strcpy ((char *) to, (const char *) from); 393 for (i = 0; from[i] != '\0' && j < BUFSIZ; i++) 395 if (from[i] == ESC) 398 if (from[ 466 do_check_and_conv(unsigned char *to, unsigned char *from) argument [all...] |
| /PHP_5_3/ext/imap/tests/ |
| H A D | imap_include.inc | 30 * Display all fields in an element from an imap_fetch_overview() response 36 * @param array resp element from the return value of imap_fetch_overview() 146 $envelope["from"]= "foo@anywhere.com"; 181 * Get the mailbox name from a mailbox decription, i.e strip off server details.
|
| /PHP_5_3/ext/mbstring/libmbfl/mbfl/ |
| H A D | mbfilter.h | 125 const mbfl_encoding *from; member in struct:_mbfl_buffer_converter 129 MBFLAPI extern mbfl_buffer_converter * mbfl_buffer_converter_new(enum mbfl_no_encoding from, enum mbfl_no_encoding to, int buf_initsz); 207 mbfl_substr(mbfl_string *string, mbfl_string *result, int from, int length); 213 mbfl_strcut(mbfl_string *string, mbfl_string *result, int from, int length); 225 mbfl_strimwidth(mbfl_string *string, mbfl_string *marker, mbfl_string *result, int from, int width);
|
| H A D | mbfl_convert.c | 25 * The source code included in this files was separated from mbfilter.c 248 enum mbfl_no_encoding from, 256 if ((filter->from = mbfl_no2encoding(from)) == NULL) { 289 enum mbfl_no_encoding from, 298 vtbl = mbfl_convert_filter_get_vtbl(from, to); 310 if (mbfl_convert_filter_common_init(filter, from, to, vtbl, 338 if (mbfl_convert_filter_common_init(filter, vtbl->from, vtbl->to, vtbl, 370 enum mbfl_no_encoding from, enum mbfl_no_encoding to) 377 vtbl = mbfl_convert_filter_get_vtbl(from, t 246 mbfl_convert_filter_common_init( mbfl_convert_filter *filter, enum mbfl_no_encoding from, enum mbfl_no_encoding to, const struct mbfl_convert_vtbl *vtbl, int (*output_function)(int, void* ), int (*flush_function)(void*), void* data) argument 288 mbfl_convert_filter_new( enum mbfl_no_encoding from, enum mbfl_no_encoding to, int (*output_function)(int, void* ), int (*flush_function)(void*), void* data) argument 369 mbfl_convert_filter_reset(mbfl_convert_filter *filter, enum mbfl_no_encoding from, enum mbfl_no_encoding to) argument 534 mbfl_convert_filter_get_vtbl(enum mbfl_no_encoding from, enum mbfl_no_encoding to) argument [all...] |
| H A D | mbfl_convert.h | 25 * The source code included in this files was separated from mbfilter.h 51 const mbfl_encoding *from; member in struct:_mbfl_convert_filter 60 enum mbfl_no_encoding from; member in struct:mbfl_convert_vtbl 72 enum mbfl_no_encoding from, 85 MBFLAPI extern void mbfl_convert_filter_reset(mbfl_convert_filter *filter, enum mbfl_no_encoding from, enum mbfl_no_encoding to); 88 MBFLAPI extern const struct mbfl_convert_vtbl * mbfl_convert_filter_get_vtbl(enum mbfl_no_encoding from, enum mbfl_no_encoding to);
|
| /PHP_5_3/ext/mbstring/libmbfl/tests/strcut.tests/ |
| H A D | iso2022jp.exp | 3 global spawn_id from length 4 set from $_from 17 set test "asciish characters ($from, $length)" 23 set test "non-asciish characters ($from, $length)" 33 set test "asciish characters ($from, $length)" 39 set test "non-asciish characters ($from, $length)" 49 set test "asciish characters ($from, $length)" 55 set test "non-asciish characters ($from, $length)" 65 set test "asciish characters ($from, $length)" 71 set test "non-asciish characters ($from, [all...] |
| H A D | ujis.exp | 3 global spawn_id from length 4 set from $_from 17 set test "asciish characters ($from, $length)" 23 set test "non-asciish characters ($from, $length)" 32 set test "asciish characters ($from, $length)" 38 set test "non-asciish characters ($from, $length)" 47 set test "asciish characters ($from, $length)" 53 set test "non-asciish characters ($from, $length)" 62 set test "asciish characters ($from, $length)" 68 set test "non-asciish characters ($from, [all...] |
| H A D | utf8.exp | 3 global spawn_id from length 4 set from $_from 17 set test "asciish characters ($from, $length)" 23 set test "non-asciish characters ($from, $length)" 32 set test "asciish characters ($from, $length)" 38 set test "non-asciish characters ($from, $length)" 47 set test "asciish characters ($from, $length)" 53 set test "non-asciish characters ($from, $length)" 62 set test "asciish characters ($from, $length)" 68 set test "non-asciish characters ($from, [all...] |
| /PHP_5_3/ext/mbstring/oniguruma/ |
| H A D | regext.c | 95 conv_encoding(OnigEncoding from, OnigEncoding to, const UChar* s, const UChar* end, argument 101 if (from == ONIG_ENCODING_ASCII || from == ONIG_ENCODING_ISO_8859_1) { 108 else if (from == ONIG_ENCODING_UTF16_LE) { 118 if (from == ONIG_ENCODING_ASCII || from == ONIG_ENCODING_ISO_8859_1) { 125 else if (from == ONIG_ENCODING_UTF16_BE) { 130 if (from == ONIG_ENCODING_ASCII || from == ONIG_ENCODING_ISO_8859_1) { 137 else if (from [all...] |
| /PHP_5_3/ext/interbase/ |
| H A D | interbase.rc | 22 #error This file cannot be opened from the Visual Studio IDE
|
| /PHP_5_3/ext/standard/ |
| H A D | cyr_convert.c | 36 * Each table contains data for 128-255 symbols from ASCII table. 37 * First 256 symbols are for conversion from koi8-r to corresponding charset, 38 * second 256 symbols are for reverse conversion, from charset to koi8-r. 190 /* {{{ static char * php_convert_cyr_string(unsigned char *str, int length, char from, char to TSRMLS_DC) 195 * from,to - one-symbol label of source and destination charset 204 static char * php_convert_cyr_string(unsigned char *str, int length, char from, char to TSRMLS_DC) argument 213 switch (toupper((int)(unsigned char)from)) 231 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown source charset: %c", from); 270 /* {{{ proto string convert_cyr_string(string str, string from, string to) 271 Convert from on [all...] |
| /PHP_5_3/Zend/ |
| H A D | zend_multibyte.h | 37 typedef int (*zend_encoding_converter)(unsigned char **to, size_t *to_length, const unsigned char *from, size_t from_length, const char *encoding_to, const char *encoding_from TSRMLS_DC); 61 *to_length, const unsigned char *from, size_t from_length TSRMLS_DC); 62 ZEND_API size_t zend_multibyte_internal_encoding_filter(unsigned char **to, size_t *to_length, const unsigned char *from, size_t from_length TSRMLS_DC);
|