| /PHP_5_4/ext/date/tests/ |
| H A D | DateTime_data-absolute.inc | 5 * in a userland package. Please be so kind as to leave them.
|
| H A D | DateTime_data-dates.inc | 5 * in a userland package. Please be so kind as to leave them.
|
| H A D | DateTime_data-february.inc | 5 * in a userland package. Please be so kind as to leave them.
|
| H A D | DateTime_data-massive.inc | 5 * in a userland package. Please be so kind as to leave them.
|
| H A D | DateTime_data-spring-type3-type3.inc | 5 * in a userland package. Please be so kind as to leave them. 12 * Time, Spring, Zone Type 3 to Zone Type 3
|
| /PHP_5_4/ext/oci8/tests/ |
| H A D | details.inc | 4 * Please change $user, $password and $dbase to match your configuration. 6 * Set $test_drcp to TRUE if you want to run the Oracle Database 7 * Resident Connection Pooling (DRCP) tests. For these tests to run 9 * greater, and $dbase should be set to the tnsnames.ora entry 10 * corresponding to the POOLED server instance or an Easy Connect 35 * Common object names for scripts to use
|
| /PHP_5_4/ext/spl/examples/ |
| H A D | cachingrecursiveiterator.inc | 13 * @brief Compatibility to PHP 5.0
|
| H A D | dbaarray.inc | 25 * @param file Database file to open. 26 * @param handler Handler to use for database access. 47 * @param $name key to read from 66 * @param $name key to write to 67 * @param $value value to write 87 * @param $name key to delete.
|
| H A D | findfile.inc | 16 * @brief Base class to find files 23 /** @internal filename to find */ 28 * @param $path the directory to search in 31 * @param $file the name of the files to search fro 55 /** @return the filename to search for. 57 * extended class that uses regular expressions to search.
|
| H A D | inigroups.inc | 16 * @brief Class to iterate all groups within an ini file. 22 * This class uses a 'is-a' relation to KeyFilter in contrast to a 'has-a' 24 * If it would use a 'has-a' relation there would be much more to type... 33 * @param file Ini file to open.
|
| /PHP_5_4/ext/spl/internal/ |
| H A D | cachingiterator.inc | 21 * @note If you want to convert the elements into strings and the inner 22 * Iterator is an internal Iterator then you need to provide the 23 * flag CALL_TOSTRING to do the conversion when the actual element 43 * @param it Iterator to cache 45 * - CALL_TOSTRING (whether to call __toString() for every element) 67 /** Forward to the next element 119 * @param func Name of method to invoke 120 * @param params Array of parameters to pass to method
|
| H A D | filteriterator.inc | 22 * The only thing that needs to be done to make this work is implementing 33 * @param it Iterator to filter 48 * Accept function to decide whether an element of the inner iterator 51 * @return whether or not to expose the current element of the inner 71 * Move to next element 118 * @param func Name of method to invoke 119 * @param params Array of parameters to pass to method
|
| H A D | iteratoriterator.inc | 16 * This iterator wrapper allows to convert anything that is traversable into 17 * an Iterator. It is very important to understand that most classes that do 18 * not implement Iterator have their reasone to. Most likely they do not allow 19 * the full Iterator feature set. If so you need to provide techniques to 22 * It is also possible to derive the class and implement IteratorAggregate by 35 * As you can see in the example this approach requires that the class to 36 * downcast to is actually a base class of the specified iterator to wrap. 45 * @param classname optional class the iterator has to b [all...] |
| H A D | limititerator.inc | 33 * @param it Iterator to limit 34 * @param offset Offset to first element 35 * @param count Maximum number of elements to show or -1 for all 43 throw new exception('Parameter count must either be -1 or a value greater than or equal to 0'); 51 /** Seek to specified position 52 * @param position offset to seek to (relative to beginning not offset 58 throw new exception('Cannot seek to '.$position.' which is below offset '.$this->offset); 61 throw new exception('Cannot seek to ' [all...] |
| H A D | recursivefilteriterator.inc | 13 * @brief Iterator to filter recursive iterators 18 * Passes the RecursiveIterator interface to the inner Iterator and provides 19 * the same functionality as FilterIterator. This allows you to skip parents 20 * and all their childs before loading them all. You need to care about 22 * builtin behavior uses reflection to return a new instance of the exact same 26 * implementation to the new instance. To overcome this problem you might 27 * need to overwrite getChildren(), call this implementation and pass the 32 /** @param $it the RecursiveIterator to filter
|
| H A D | seekableiterator.inc | 18 * to seek on an iterator LimitIterator can use this to efficiently rewind 19 * to offset. 23 /** Seek to an absolute position 25 * \param $index position to seek to 28 * The method should throw an exception if it is not possible to seek to
|
| H A D | splobjectstorage.inc | 18 * This container allows to store objects uniquly without the need to compare 28 /** Rewind to top iterator as set in constructor 76 /** Forward to next element 91 /** @param $obj object to look for 109 /** @param $obj new object to attach to storage or object whose 110 * associative information is to be replaced 121 /** @param $obj object to remove from storage 139 /** @param $obj new object to attac [all...] |
| /PHP_5_4/ext/standard/tests/mail/ |
| H A D | mail_skipif.inc | 7 // test then failed (no mail server to test against) 11 socket_connect($socket, "localhost", 143) or die ("skip can't socket to mail server"); 14 // Change these to make tests run successfully 18 $options = OP_HALFOPEN; // this should be enough to verify server present 23 die("skip could not connect to mailbox $mailbox");
|
| /PHP_5_4/ext/standard/tests/math/ |
| H A D | allowed_rounding_error.inc | 5 //This assumes that the results will be the same to + or - 1.0E-10.
|
| /PHP_5_4/ext/intl/transliterator/ |
| H A D | transliterator_class.h | 5 | This source file is subject to version 3.01 of the PHP license, | 9 | If you did not receive a copy of the PHP license and are unable to | 10 | obtain it through the world-wide-web, please send a note to | 46 #define TRANSLITERATOR_METHOD_INIT_VARS INTL_METHOD_INIT_VARS( Transliterator, to ) 47 #define TRANSLITERATOR_METHOD_FETCH_OBJECT_NO_CHECK INTL_METHOD_FETCH_OBJECT( Transliterator, to ) 50 if( to->utrans == NULL ) \ 52 intl_errors_set( &to->err, U_ILLEGAL_ARGUMENT_ERROR, "Found unconstructed transliterator", 0 TSRMLS_CC ); \
|
| H A D | transliterator_methods.c | 5 | This source file is subject to version 3.01 of the PHP license, | 9 | If you did not receive a copy of the PHP license and are unable to | 10 | obtain it through the world-wide-web, please send a note to | 32 Transliterator_object *to; local 48 TRANSLITERATOR_METHOD_FETCH_OBJECT_NO_CHECK; /* fetch zend object from zval "object" into "to" */ 50 /* Convert transliterator id to UTF-16 */ 51 intl_convert_utf8_to_utf16( &ustr_id, &ustr_id_len, str_id, str_id_len, TRANSLITERATOR_ERROR_CODE_P( to ) ); 52 if( U_FAILURE( TRANSLITERATOR_ERROR_CODE( to ) ) ) 54 intl_error_set_code( NULL, TRANSLITERATOR_ERROR_CODE( to ) TSRMLS_CC ); 55 intl_error_set_custom_msg( NULL, "String conversion of id to UT [all...] |
| /PHP_5_4/ext/mbstring/libmbfl/mbfl/ |
| H A D | mbfl_convert.c | 18 * if not, write to the Free Software Foundation, Inc., 59 Temple Place, 285 enum mbfl_no_encoding to, 296 if ((filter->to = mbfl_no2encoding(to)) == NULL) { 326 enum mbfl_no_encoding to, 334 vtbl = mbfl_convert_filter_get_vtbl(from, to); 346 if (mbfl_convert_filter_common_init(filter, from, to, vtbl, 374 if (mbfl_convert_filter_common_init(filter, vtbl->from, vtbl->to, vtbl, 406 enum mbfl_no_encoding from, enum mbfl_no_encoding to) 413 vtbl = mbfl_convert_filter_get_vtbl(from, to); 282 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 324 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 405 mbfl_convert_filter_reset(mbfl_convert_filter *filter, enum mbfl_no_encoding from, enum mbfl_no_encoding to) argument 576 mbfl_convert_filter_get_vtbl(enum mbfl_no_encoding from, enum mbfl_no_encoding to) argument [all...] |
| H A D | mbfl_convert.h | 18 * if not, write to the Free Software Foundation, Inc., 59 Temple Place, 52 const mbfl_encoding *to; member in struct:_mbfl_convert_filter 61 enum mbfl_no_encoding to; member in struct:mbfl_convert_vtbl 73 enum mbfl_no_encoding to, 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_4/ext/mcrypt/ |
| H A D | TODO | 4 - Convert to zend_parse_parameters
|
| /PHP_5_4/ext/standard/ |
| H A D | php_mail.h | 7 | This source file is subject to version 3.01 of the PHP license, | 11 | If you did not receive a copy of the PHP license and are unable to | 12 | obtain it through the world-wide-web, please send a note to | 28 PHPAPI extern int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd TSRMLS_DC);
|