Searched refs:topath_len (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/standard/ |
H A D | link.c | 122 size_t topath_len, frompath_len; in PHP_FUNCTION() local 129 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pp", &topath, &topath_len, &frompath, &frompath_len) =… in PHP_FUNCTION() 180 size_t topath_len, frompath_len; in PHP_FUNCTION() local 185 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pp", &topath, &topath_len, &frompath, &frompath_len) =… in PHP_FUNCTION()
|
H A D | link_win32.c | 124 size_t topath_len, frompath_len; in PHP_FUNCTION() local 148 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pp", &topath, &topath_len, &frompath, &frompath_len) =… in PHP_FUNCTION() 204 size_t topath_len, frompath_len; in PHP_FUNCTION() local 211 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &frompath, &frompath_len, &topath, &topath_len) =… in PHP_FUNCTION()
|
Completed in 5 milliseconds