Home
last modified time | relevance | path

Searched refs:p_name (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/ext/exif/
H A Dexif.c3964 char *p_name, *p_sections_needed = NULL; in PHP_FUNCTION() local
3972 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|sbb", &p_name, &p_name_len, &p_sections_needed, &p_s… in PHP_FUNCTION()
4006 ret = exif_read_file(&ImageInfo, p_name, read_thumbnail, read_all); in PHP_FUNCTION()
4133 php_error_docref1(NULL, p_name, E_NOTICE, "done"); in PHP_FUNCTION()
4143 char *p_name; in PHP_FUNCTION() local
4154 …if (zend_parse_parameters(arg_c, "p|z/z/z/", &p_name, &p_name_len, &p_width, &p_height, &p_imagety… in PHP_FUNCTION()
4158 ret = exif_read_file(&ImageInfo, p_name, 1, 0); in PHP_FUNCTION()
4198 php_error_docref1(NULL, p_name, E_NOTICE, "Done"); in PHP_FUNCTION()
/PHP-7.0/ext/standard/
H A Dbasic_functions.c5645 RETURN_STRING(ent->p_name);

Completed in 36 milliseconds