Searched refs:webindex (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/ext/phar/ |
H A D | phar_object.c | 955 char *index = NULL, *webindex = NULL, *error; in PHP_METHOD() local 959 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|pp", &index, &index_len, &webindex, &webindex_len) ==… in PHP_METHOD() 963 stub = phar_create_default_stub(index, webindex, &error); in PHP_METHOD() 2959 char *index = NULL, *webindex = NULL, *error = NULL; in PHP_METHOD() local 2976 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s!s", &index, &index_len, &webindex, &webindex_len) =… in PHP_METHOD() 2992 stub = phar_create_default_stub(index, webindex, &error); in PHP_METHOD() 5123 ZEND_ARG_INFO(0, webindex)
|
Completed in 24 milliseconds