Home
last modified time | relevance | path

Searched refs:prefix (Results 226 – 250 of 293) sorted by relevance

12345678910>>...12

/PHP-8.0/ext/session/tests/
H A Drfc1867_sid_invalid.phpt14 session.upload_progress.prefix=upload_progress_
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_parser.y37 %define api.prefix {phpdbg_}
/PHP-8.0/ext/standard/tests/file/
H A Drename_variation13.phpt30 /* prefix with path separator of a non existing directory*/
H A Dtempnam_variation1.phpt10 /* Creating number of unique files by passing a file name as prefix */
H A Dfile.inc158 $name_prefix = common name prefix, default is "file"
204 $name_prefix = prefix to be used for names, name is suffix with a
326 $link_name_prefix = prefix to be used for names, name is suffix with a
453 $name_prefix = prefix for the filename, rest of the name is incremental(increment by 1 only)
497 $link_name_prefix = prefix for the linkname, rest of the name is incremental(increment by 1 only)
H A Dbasename_variation1-win32.phpt45 foreach ($prefixes as $prefix) {
47 $input = $prefix . $path;
H A Dbasename_variation1.phpt45 foreach ($prefixes as $prefix) {
47 $input = $prefix . $path;
H A Drename_variation13-win32.phpt26 /* prefix with path separator of a non existing directory*/
/PHP-8.0/ext/simplexml/
H A Dsimplexml_arginfo.h30 ZEND_ARG_TYPE_INFO(0, prefix, IS_STRING, 0)
/PHP-8.0/ext/pdo_mysql/
H A Dconfig.m411 [PDO_MySQL: Set the path to libz install prefix])],
/PHP-8.0/ext/json/
H A Djson_parser.y44 %define api.prefix {php_json_yy}
/PHP-8.0/sapi/fpm/fpm/
H A Dzlog.c268 const char *prefix, const char *msg) /* {{{ */ in zlog_msg_ex() argument
271 size_t prefix_len = strlen(prefix); in zlog_msg_ex()
276 zlog_stream_str(&stream, prefix, prefix_len); in zlog_msg_ex()
/PHP-8.0/ext/session/
H A Dsession_arginfo.h21 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, prefix, IS_STRING, 0, "\"\"")
H A Dsession.c2305 zend_string *prefix = NULL, *new_id; in PHP_FUNCTION() local
2308 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|S", &prefix) == FAILURE) { in PHP_FUNCTION()
2312 if (prefix && ZSTR_LEN(prefix)) { in PHP_FUNCTION()
2313 if (php_session_valid_key(ZSTR_VAL(prefix)) == FAILURE) { in PHP_FUNCTION()
2318 smart_str_append(&id, prefix); in PHP_FUNCTION()
/PHP-8.0/win32/build/
H A Dconfutils.js2259 var prefix;
2261 prefix = PHP_PREFIX.replace(new RegExp("\\\\", "g"), "\\\\");
2271 indata = indata.replace(new RegExp("@PREFIX@", "g"), prefix);
2330 prefix = get_define("PHP_PREFIX");
2331 prefix = prefix.replace(new RegExp("/", "g"), "\\");
2332 prefix = prefix.replace(new RegExp("\\\\", "g"), "\\\\");
2333 MF.WriteLine("var PHP_PREFIX=" + '"' + prefix + '"');
/PHP-8.0/
H A Dconfigure.ac1014 o foobar package install prefix is /usr/local/foobar/
1187 test "$prefix" = "NONE" && prefix=/usr/local
1188 test "$exec_prefix" = "NONE" && exec_prefix='${prefix}'
1198 '${prefix}/share')
1246 datarootdir=$prefix/share
1249 datarootdir=$prefix/php
1335 PHP_SUBST(prefix)
H A DREADME.md90 Depending on your permissions and prefix, `make install` may need super user
/PHP-8.0/ext/gmp/tests/
H A Dbug80560.phpt2 Bug #80560: Strings containing only a base prefix return 0 object
/PHP-8.0/ext/phar/
H A Dtar.c289 …if (((!old && hdr->prefix[0] == 0) || old) && strnlen(hdr->name, 100) == sizeof(".phar/signature.b… in phar_parse_tarfile()
424 } else if (!last_was_longlink && !old && hdr->prefix[0] != 0) { in phar_parse_tarfile()
429 name[i] = hdr->prefix[i]; in phar_parse_tarfile()
755 memcpy(header.prefix, entry->filename, boundary - entry->filename); in phar_tar_writeheaders_int()
/PHP-8.0/ext/xml/
H A Dxml.c973 void _xml_startNamespaceDeclHandler(void *userData,const XML_Char *prefix, const XML_Char *uri) in _xml_startNamespaceDeclHandler() argument
981 _xml_xmlchar_zval(prefix, 0, parser->target_encoding, &args[1]); in _xml_startNamespaceDeclHandler()
990 void _xml_endNamespaceDeclHandler(void *userData, const XML_Char *prefix) in _xml_endNamespaceDeclHandler() argument
998 _xml_xmlchar_zval(prefix, 0, parser->target_encoding, &args[1]); in _xml_endNamespaceDeclHandler()
/PHP-8.0/Zend/
H A Dzend_ini_parser.y281 %define api.prefix {ini_}
H A Dzend_ast.h295 ZEND_API zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suffix);
/PHP-8.0/docs/
H A Dunix-build-system.md92 Make sure to prefix *all* relative paths correctly with either `$(builddir)` or
H A Dself-contained-extensions.md117 For example, if you configured PHP with `--prefix=/php`, you would run
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php116 function extract(array &$array, int $flags = EXTR_OVERWRITE, string $prefix = ""): int {} argument
477 function openlog(string $prefix, int $flags, int $facility): bool {} argument
838 function tempnam(string $directory, string $prefix): string|false {} argument
1421 function uniqid(string $prefix = "", bool $more_entropy = false): string {} argument

Completed in 80 milliseconds

12345678910>>...12