Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.2/ext/session/tests/
H A Drfc1867_sid_invalid.phpt16 session.upload_progress.prefix=upload_progress_
/PHP-7.2/ext/standard/tests/file/
H A Dfile_put_contents_variation8-win32.phpt31 /* prefix with path separator of a non existing directory*/
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 Dtempnam_variation7-win32.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
H A Dtempnam_variation7.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
H A Dtempnam_variation8-win32.phpt12 /* Prototype: string tempnam ( string $dir, string $prefix );
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.phpt36 /* prefix with path separator of a non existing directory*/
H A Dtempnam_variation2-win32.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
H A Dtempnam_variation2.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
/PHP-7.2/ext/sqlite3/
H A Dconfig0.m46 [ --without-sqlite3[=DIR] Do not include SQLite3 support. DIR is the prefix to
/PHP-7.2/ext/standard/
H A Dbasic_functions.h157 PHPAPI int php_prefix_varname(zval *result, zval *prefix, char *var_name, size_t var_name_len, zend…
/PHP-7.2/
H A DREADME.SUBMITTING_PATCH60 Please make the mail subject prefix "[PATCH]". If attaching a patch,
84 Please make the mail subject prefix "[PATCH]". Include the bug id(s)
115 Please make the mail subject prefix "[PATCH] ...". Include the patch
H A Dconfigure.ac1037 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')
1247 datarootdir=$prefix/share
1250 datarootdir=$prefix/php
1341 PHP_SUBST(prefix)
H A DREADME.UNIX-BUILD-SYSTEM92 Make sure to prefix *all* relative paths correctly with either
/PHP-7.2/win32/build/
H A Dconfutils.js2175 var prefix;
2177 prefix = PHP_PREFIX.replace(new RegExp("\\\\", "g"), "\\\\");
2187 indata = indata.replace(new RegExp("@PREFIX@", "g"), prefix);
2254 prefix = get_define("PHP_PREFIX");
2255 prefix = prefix.replace(new RegExp("/", "g"), "\\");
2256 prefix = prefix.replace(new RegExp("\\\\", "g"), "\\\\");
2257 MF.WriteLine("var PHP_PREFIX=" + '"' + prefix + '"');
/PHP-7.2/Zend/
H A Dzend_ast.h207 ZEND_API zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suffix);
/PHP-7.2/ext/pcre/
H A Dconfig0.m410 DIR is the PCRE install prefix [BUNDLED]], yes, no)
/PHP-7.2/ext/json/
H A Djson_parser.y50 %name-prefix "php_json_yy"
/PHP-7.2/ext/xmlrpc/
H A Dconfig.m415 [ --with-libxml-dir=DIR XMLRPC-EPI: libxml2 install prefix], no, no)
/PHP-7.2/ext/phar/
H A Dtar.c275 …if (((!old && hdr->prefix[0] == 0) || old) && strnlen(hdr->name, 100) == sizeof(".phar/signature.b… in phar_parse_tarfile()
408 } else if (!last_was_longlink && !old && hdr->prefix[0] != 0) { in phar_parse_tarfile()
413 name[i] = hdr->prefix[i]; in phar_parse_tarfile()
739 memcpy(header.prefix, entry->filename, boundary - entry->filename); in phar_tar_writeheaders_int()
/PHP-7.2/ext/pdo_mysql/
H A Dconfig.m412 [ --with-zlib-dir[=DIR] PDO_MySQL: Set the path to libz install prefix], no, no)
/PHP-7.2/ext/xml/
H A Dxml.c1051 void _xml_startNamespaceDeclHandler(void *userData,const XML_Char *prefix, const XML_Char *uri) in _xml_startNamespaceDeclHandler() argument
1059 _xml_xmlchar_zval(prefix, 0, parser->target_encoding, &args[1]); in _xml_startNamespaceDeclHandler()
1068 void _xml_endNamespaceDeclHandler(void *userData, const XML_Char *prefix) in _xml_endNamespaceDeclHandler() argument
1076 _xml_xmlchar_zval(prefix, 0, parser->target_encoding, &args[1]); in _xml_endNamespaceDeclHandler()
/PHP-7.2/ext/session/
H A Dsession.c2174 zend_string *prefix = NULL, *new_id; in PHP_FUNCTION() local
2177 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|S", &prefix) == FAILURE) { in PHP_FUNCTION()
2181 if (prefix && ZSTR_LEN(prefix)) { in PHP_FUNCTION()
2182 if (php_session_valid_key(ZSTR_VAL(prefix)) == FAILURE) { in PHP_FUNCTION()
2187 smart_str_append(&id, prefix); in PHP_FUNCTION()
2589 ZEND_ARG_INFO(0, prefix)

Completed in 64 milliseconds

12345678910>>...12