Home
last modified time | relevance | path

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

/PHP-5.6/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.6/ext/dom/
H A Dphp_dom.h151 #define convert_to_copy_master(orig, copy, lower_type, upper_type) \ argument
161 #define convert_to_string_copy(orig, copy) convert_to_copy_master(orig, copy, string, STRING); argument
162 #define convert_to_long_copy(orig, copy) convert_to_copy_master(orig, copy, long, LONG); argument
163 #define convert_to_boolean_copy(orig, copy) convert_to_copy_master(orig, copy, boolean, BOOL); argument
/PHP-5.6/Zend/
H A Dzend_vm_execute.h4431 zval *copy; in ZEND_YIELD_SPEC_CONST_CONST_HANDLER() local
4465 zval *copy; in ZEND_YIELD_SPEC_CONST_CONST_HANDLER() local
5170 zval *copy; in ZEND_YIELD_SPEC_CONST_TMP_HANDLER() local
6200 zval *copy; in ZEND_YIELD_SPEC_CONST_VAR_HANDLER() local
6947 zval *copy; in ZEND_YIELD_SPEC_CONST_UNUSED_HANDLER() local
7696 zval *copy; in ZEND_YIELD_SPEC_CONST_CV_HANDLER() local
9762 zval *copy; in ZEND_YIELD_SPEC_TMP_CONST_HANDLER() local
10469 zval *copy; in ZEND_YIELD_SPEC_TMP_TMP_HANDLER() local
11501 zval *copy; in ZEND_YIELD_SPEC_TMP_VAR_HANDLER() local
12099 zval *copy; in ZEND_YIELD_SPEC_TMP_UNUSED_HANDLER() local
[all …]
H A Dzend_ast.c355 zend_ast *copy = zend_ast_create_constant(ast->u.val); in zend_ast_copy() local
H A Dzend_ini_parser.y114 zval copy; in zend_ini_add_string() local
H A Dzend_vm_def.h5524 zval *value, *copy; variable
5570 zval *copy; variable
5604 zval *copy; variable
H A Dzend_API.h604 #define ZVAL_ZVAL(z, zv, copy, dtor) do { \ argument
630 #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) argument
642 #define RETURN_ZVAL(zv, copy, dtor) { RETVAL_ZVAL(zv, copy, dtor); return; } argument
H A Dzend.h816 #define REPLACE_ZVAL_VALUE(ppzv_dest, pzv_src, copy) { \ argument
H A Dzend_compile.c552 #define LITERAL_STRINGL(op, str, len, copy) do { \ argument
/PHP-5.6/TSRM/
H A Dtsrm_win32.c443 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
/PHP-5.6/ext/standard/
H A Dproc_open.c420 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
H A Dfile.c1616 PHP_FUNCTION(copy) in PHP_FUNCTION() argument
H A Dstring.c1191 int copy; in php_implode() local
/PHP-5.6/ext/filter/
H A Dfilter.c598 static void php_filter_call(zval **filtered, long filter, zval **filter_args, const int copy, long … in php_filter_call()
/PHP-5.6/ext/spl/
H A Dphp_spl.c320 char *copy, *pos1, *pos2; in PHP_FUNCTION() local
/PHP-5.6/win32/
H A Dglob.c723 char *copy; local
/PHP-5.6/ext/ereg/regex/
H A Dregcomp.c931 register sopno copy; local
/PHP-5.6/ext/phar/
H A Dphar_object.c3434 PHP_METHOD(Phar, copy) in PHP_METHOD() argument
/PHP-5.6/ext/soap/
H A Dphp_encoding.c663 xmlNodePtr copy; in to_zval_user() local

Completed in 229 milliseconds