Searched defs:copy (Results 1 – 15 of 15) sorted by relevance
/PHP-5.4/main/streams/ |
H A D | php_stream_glob_wrapper.h | 27 #define php_glob_stream_get_path(stream, copy, plen) _php_glob_stream_get_path((stream), (copy), (p… argument 30 #define php_glob_stream_get_pattern(stream, copy, plen) _php_glob_stream_get_pattern((stream), (cop… argument
|
H A D | glob_wrapper.c | 50 PHPAPI char* _php_glob_stream_get_path(php_stream *stream, int copy, int *plen STREAMS_DC TSRMLS_DC… in _php_glob_stream_get_path() 72 PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, int copy, int *plen STREAMS_DC TSRMLS… in _php_glob_stream_get_pattern()
|
/PHP-5.4/TSRM/ |
H A D | tsrm_win32.c | 443 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
|
/PHP-5.4/ext/standard/ |
H A D | proc_open.c | 407 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
|
H A D | file.c | 1604 PHP_FUNCTION(copy) in PHP_FUNCTION() argument
|
H A D | string.c | 1177 int copy; in php_implode() local
|
/PHP-5.4/ext/filter/ |
H A D | filter.c | 589 static void php_filter_call(zval **filtered, long filter, zval **filter_args, const int copy, long … in php_filter_call()
|
/PHP-5.4/ext/spl/ |
H A D | php_spl.c | 320 char *copy, *pos1, *pos2; in PHP_FUNCTION() local
|
/PHP-5.4/Zend/ |
H A D | zend_API.h | 593 #define ZVAL_ZVAL(z, zv, copy, dtor) { \ argument 621 #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) argument 633 #define RETURN_ZVAL(zv, copy, dtor) { RETVAL_ZVAL(zv, copy, dtor); return; } argument
|
H A D | zend.h | 797 #define REPLACE_ZVAL_VALUE(ppzv_dest, pzv_src, copy) { \ argument
|
H A D | zend_compile.c | 541 #define LITERAL_STRINGL(op, str, len, copy) do { \ argument
|
/PHP-5.4/win32/ |
H A D | glob.c | 714 char *copy; local
|
/PHP-5.4/ext/ereg/regex/ |
H A D | regcomp.c | 931 register sopno copy; local
|
/PHP-5.4/ext/soap/ |
H A D | php_encoding.c | 665 xmlNodePtr copy; in to_zval_user() local
|
/PHP-5.4/ext/phar/ |
H A D | phar_object.c | 3513 PHP_METHOD(Phar, copy) argument
|
Completed in 106 milliseconds