Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 15 of 15) sorted by relevance

/PHP-5.4/main/streams/
H A Dphp_stream_glob_wrapper.h27 #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 Dglob_wrapper.c50 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 Dtsrm_win32.c443 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
/PHP-5.4/ext/standard/
H A Dproc_open.c407 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
H A Dfile.c1604 PHP_FUNCTION(copy) in PHP_FUNCTION() argument
H A Dstring.c1177 int copy; in php_implode() local
/PHP-5.4/ext/filter/
H A Dfilter.c589 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 Dphp_spl.c320 char *copy, *pos1, *pos2; in PHP_FUNCTION() local
/PHP-5.4/Zend/
H A Dzend_API.h593 #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 Dzend.h797 #define REPLACE_ZVAL_VALUE(ppzv_dest, pzv_src, copy) { \ argument
H A Dzend_compile.c541 #define LITERAL_STRINGL(op, str, len, copy) do { \ argument
/PHP-5.4/win32/
H A Dglob.c714 char *copy; local
/PHP-5.4/ext/ereg/regex/
H A Dregcomp.c931 register sopno copy; local
/PHP-5.4/ext/soap/
H A Dphp_encoding.c665 xmlNodePtr copy; in to_zval_user() local
/PHP-5.4/ext/phar/
H A Dphar_object.c3513 PHP_METHOD(Phar, copy) argument

Completed in 100 milliseconds