Lines Matching refs:name

136 	char *name = NULL, buf[8192];  in phar_file_action()  local
154 spprintf(&name, 4096, "phar://%s%s", arch, entry); in phar_file_action()
156 spprintf(&name, 4096, "phar://%s/%s", arch, entry); in phar_file_action()
160 highlight_file(name, &syntax_highlighter_ini); in phar_file_action()
162 efree(name); in phar_file_action()
217 name_len = spprintf(&name, 4096, "phar://%s%s", arch, entry); in phar_file_action()
219 name_len = spprintf(&name, 4096, "phar://%s/%s", arch, entry); in phar_file_action()
224 file_handle.filename = name; in phar_file_action()
232 if (zend_hash_str_add(&EG(included_files), name, name_len, &dummy) != NULL) { in phar_file_action()
251 zend_hash_str_del(&EG(included_files), name, name_len); in phar_file_action()
257 efree(name); in phar_file_action()
275 efree(name); in phar_file_action()
287 efree(name); in phar_file_action()
538 size_t sapi_mod_name_len = strlen(sapi_module.name); in PHP_METHOD()
584 …if ((sapi_mod_name_len == sizeof("cgi-fcgi") - 1 && !strncmp(sapi_module.name, "cgi-fcgi", sizeof(… in PHP_METHOD()
585 …|| (sapi_mod_name_len == sizeof("fpm-fcgi") - 1 && !strncmp(sapi_module.name, "fpm-fcgi", sizeof("… in PHP_METHOD()
586 …|| (sapi_mod_name_len == sizeof("cgi") - 1 && !strncmp(sapi_module.name, "cgi", sizeof("cgi") - 1)… in PHP_METHOD()
1418 …eption_ex(spl_ce_UnexpectedValueException, 0, "Iterator %s returned no value", ZSTR_VAL(ce->name)); in phar_build()
1429 …ce_BadMethodCallException, 0, "Iterator %s returned an invalid stream handle", ZSTR_VAL(ce->name)); in phar_build()
1443 …lueException, 0, "Iterator %s returned an invalid key (must return a string)", ZSTR_VAL(ce->name)); in phar_build()
1453 …lueException, 0, "Iterator %s returned an invalid key (must return a string)", ZSTR_VAL(ce->name)); in phar_build()
1467 …erator %s returns an SplFileInfo object, so base directory must be specified", ZSTR_VAL(ce->name)); in phar_build()
1511 …eException, 0, "Iterator %s returned an invalid value (must return a string)", ZSTR_VAL(ce->name)); in phar_build()
1551 …returned a path \"%s\" that is not in the base directory \"%s\"", ZSTR_VAL(ce->name), fname, base); in phar_build()
1571 …lueException, 0, "Iterator %s returned an invalid key (must return a string)", ZSTR_VAL(ce->name)); in phar_build()
1581 …lueException, 0, "Iterator %s returned an invalid key (must return a string)", ZSTR_VAL(ce->name)); in phar_build()
1587 …Iterator %s returned a path \"%s\" that open_basedir prevents opening", ZSTR_VAL(ce->name), fname); in phar_build()
1604 …tion, 0, "Iterator %s returned a file that could not be opened \"%s\"", ZSTR_VAL(ce->name), fname); in phar_build()