Home
last modified time | relevance | path

Searched refs:prefix (Results 126 – 150 of 191) sorted by relevance

12345678

/PHP-7.0/ext/sqlite3/
H A Dconfig0.m46 [ --without-sqlite3[=DIR] Do not include SQLite3 support. DIR is the prefix to
/PHP-7.0/ext/standard/tests/file/
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 Dtempnam_variation2-win32.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
H A Dtempnam_variation2.phpt10 /* 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 Drename_variation13-win32.phpt33 /* prefix with path separator of a non existing directory*/
/PHP-7.0/win32/build/
H A Dconfutils.js2063 var prefix;
2065 prefix = PHP_PREFIX.replace(new RegExp("\\\\", "g"), "\\\\");
2075 indata = indata.replace(new RegExp("@PREFIX@", "g"), prefix);
2142 prefix = get_define("PHP_PREFIX");
2143 prefix = prefix.replace(new RegExp("/", "g"), "\\");
2144 prefix = prefix.replace(new RegExp("\\\\", "g"), "\\\\");
2145 MF.WriteLine("var PHP_PREFIX=" + '"' + prefix + '"');
/PHP-7.0/
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.in1026 o foobar package install prefix is /usr/local/foobar/
1176 test "$prefix" = "NONE" && prefix=/usr/local
1177 test "$exec_prefix" = "NONE" && exec_prefix='${prefix}'
1187 '${prefix}/share')
1236 datarootdir=$prefix/share
1239 datarootdir=$prefix/php
1336 PHP_SUBST(prefix)
H A DREADME.UNIX-BUILD-SYSTEM92 Make sure to prefix *all* relative paths correctly with either
H A DREADME.SELF-CONTAINED-EXTENSIONS121 For example, if you configured PHP with --prefix=/php, you would run
/PHP-7.0/ext/json/
H A Djson_parser.y42 %name-prefix "php_json_yy"
/PHP-7.0/ext/standard/
H A Darray.c1686 memcpy(Z_STRVAL_P(result), Z_STRVAL_P(prefix), Z_STRLEN_P(prefix));
1689 Z_STRVAL_P(result)[Z_STRLEN_P(prefix)] = '_';
1702 zval *var_array_param, *prefix = NULL; local
1716 Z_PARAM_ZVAL_EX(prefix, 0, 1)
1735 if (prefix) {
1736 convert_to_string(prefix);
1737 if (Z_STRLEN_P(prefix) && !php_valid_var_name(Z_STRVAL_P(prefix), Z_STRLEN_P(prefix))) {
1765 php_prefix_varname(&final_name, prefix, ZSTR_VAL(str), ZSTR_LEN(str), 1);
1789 php_prefix_varname(&final_name, prefix, ZSTR_VAL(var_name), ZSTR_LEN(var_name), 1);
1801 php_prefix_varname(&final_name, prefix, ZSTR_VAL(var_name), ZSTR_LEN(var_name), 1);
[all …]
/PHP-7.0/Zend/
H A Dzend_ast.h208 ZEND_API zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suffix);
/PHP-7.0/ext/xmlrpc/
H A Dconfig.m415 [ --with-libxml-dir=DIR XMLRPC-EPI: libxml2 install prefix], no, no)
/PHP-7.0/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.0/ext/pdo_mysql/
H A Dconfig.m412 [ --with-zlib-dir[=DIR] PDO_MySQL: Set the path to libz install prefix], no, no)
/PHP-7.0/ext/xml/
H A Dxml.c1063 void _xml_startNamespaceDeclHandler(void *userData,const XML_Char *prefix, const XML_Char *uri) in _xml_startNamespaceDeclHandler() argument
1071 _xml_xmlchar_zval(prefix, 0, parser->target_encoding, &args[1]); in _xml_startNamespaceDeclHandler()
1080 void _xml_endNamespaceDeclHandler(void *userData, const XML_Char *prefix) in _xml_endNamespaceDeclHandler() argument
1088 _xml_xmlchar_zval(prefix, 0, parser->target_encoding, &args[1]); in _xml_endNamespaceDeclHandler()
/PHP-7.0/ext/session/
H A Dsession.c2174 zend_string *prefix = NULL, *new_id;
2177 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|S", &prefix) == FAILURE) {
2181 if (prefix && ZSTR_LEN(prefix)) {
2182 if (php_session_valid_key(ZSTR_VAL(prefix)) == FAILURE) {
2187 smart_str_append(&id, prefix);
/PHP-7.0/ext/pcre/pcrelib/
H A DREADME103 <prefix>/share/doc/pcre, where <prefix> is the installation prefix
108 doc/html and installed in <prefix>/share/doc/pcre/html.
179 CFLAGS='-O2 -Wall' ./configure --prefix=/opt/local
461 <prefix> that is set when "configure" is run):
541 <prefix>/lib/pkgconfig.
564 ./configure --prefix=/usr/gnu --disable-shared

Completed in 100 milliseconds

12345678