Searched defs:append (Results 1 – 9 of 9) sorted by relevance
/PHP-7.1/scripts/dev/generate-phpt/src/ |
H A D | gtCodeSnippet.php | 39 public static function append($name, $array) { function in gtCodeSnippet
|
/PHP-7.1/ext/spl/ |
H A D | spl.php | 703 function append($value) {/**/} function in ArrayObject 815 function append($value) {/**/} function in ArrayIterator
|
H A D | spl_iterators.h | 154 } append; member
|
H A D | spl_array.c | 783 SPL_METHOD(Array, append) in SPL_METHOD() argument
|
H A D | spl_iterators.c | 3367 SPL_METHOD(AppendIterator, append) in SPL_METHOD() argument
|
/PHP-7.1/ext/standard/ |
H A D | user_filters.c | 426 static void php_stream_bucket_attach(int append, INTERNAL_FUNCTION_PARAMETERS) in php_stream_bucket_attach()
|
H A D | streamsfuncs.c | 1129 static void apply_filter_to_stream(int append, INTERNAL_FUNCTION_PARAMETERS) in apply_filter_to_stream()
|
/PHP-7.1/ext/dba/libinifile/ |
H A D | inifile.c | 465 …place_append(inifile *dba, const key_type *key, const val_type *value, int append, zend_bool *foun… in inifile_delete_replace_append()
|
/PHP-7.1/ext/reflection/ |
H A D | php_reflection.c | 176 static string *string_append(string *str, string *append) in string_append()
|
Completed in 87 milliseconds