Home
last modified time | relevance | path

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

1234567

/PHP-5.3/ext/standard/tests/file/
H A Dbasename_variation1.phpt45 foreach ($prefixes as $prefix) {
47 $input = $prefix . $path;
H A Drename_variation13-win32.phpt33 /* prefix with path separator of a non existing directory*/
H A Dtempnam_variation4.phpt20 /* Prototype: string tempnam ( string $dir, string $prefix );
32 $prefix = "tempnamVar4.";
41 $file_name = tempnam($dir_name, $prefix);
/PHP-5.3/tests/strings/
H A D001.phpt181 $str = "prefix";
/PHP-5.3/ext/xmlrpc/
H A Dconfig.m415 [ --with-libxml-dir=DIR XMLRPC-EPI: libxml2 install prefix], no, no)
/PHP-5.3/
H A Dconfigure.in944 o foobar package install prefix is /usr/local/foobar/
1094 test "$prefix" = "NONE" && prefix=/usr/local
1095 test "$exec_prefix" = "NONE" && exec_prefix='${prefix}'
1105 '${prefix}/share')
1154 datarootdir=$prefix/share
1157 datarootdir=$prefix/php
1262 PHP_SUBST(prefix)
H A DREADME.SELF-CONTAINED-EXTENSIONS121 For example, if you configured PHP with --prefix=/php, you would run
H A DREADME.UNIX-BUILD-SYSTEM92 Make sure to prefix *all* relative paths correctly with either
H A DREADME.namespaces59 The special "empty" namespace (\ prefix) is useful as explicit global
H A Dacinclude.m42209 dnl Trust icu-config to know better what the install prefix is..
2210 icu_install_prefix=`$ICU_CONFIG --prefix 2> /dev/null`
2213 …AC_MSG_ERROR([Unable to detect ICU prefix or $ICU_CONFIG failed. Please verify ICU install prefix
2478 AC_MSG_ERROR([Please specify the install prefix of iconv with --with-iconv=<DIR>])
2761 elif test -f $prefix/include/php/ext/pdo/php_pdo_driver.h; then
2762 pdo_inc_path=$prefix/include/php/ext
/PHP-5.3/ext/mysql/
H A Dconfig.m453 [ --with-zlib-dir[=DIR] MySQL: Set the path to libz install prefix], no, no)
/PHP-5.3/ext/phar/
H A Dtar.c258 …if (((!old && hdr->prefix[0] == 0) || old) && strlen(hdr->name) == sizeof(".phar/signature.bin")-1… in phar_parse_tarfile()
391 } else if (!last_was_longlink && !old && hdr->prefix[0] != 0) { in phar_parse_tarfile()
396 name[i] = hdr->prefix[i]; in phar_parse_tarfile()
720 memcpy(header.prefix, entry->filename, boundary - entry->filename); in phar_tar_writeheaders()
/PHP-5.3/win32/build/
H A Dconfig.w32.phpize.in143 ARG_WITH('prefix', 'PHP installation prefix', '');
/PHP-5.3/ext/xml/
H A Dxml.c1229 void _xml_startNamespaceDeclHandler(void *userData,const XML_Char *prefix, const XML_Char *uri) in _xml_startNamespaceDeclHandler() argument
1237 args[1] = _xml_xmlchar_zval(prefix, 0, parser->target_encoding); in _xml_startNamespaceDeclHandler()
1247 void _xml_endNamespaceDeclHandler(void *userData, const XML_Char *prefix) in _xml_endNamespaceDeclHandler() argument
1255 args[1] = _xml_xmlchar_zval(prefix, 0, parser->target_encoding); in _xml_endNamespaceDeclHandler()
/PHP-5.3/ext/pcre/pcrelib/
H A DREADME87 similar tools. They are installed in <prefix>/share/doc/pcre, where
88 <prefix> is the installation prefix (defaulting to /usr/local).
92 doc/html and installed in <prefix>/share/doc/pcre/html.
158 CFLAGS='-O2 -Wall' ./configure --prefix=/opt/local
431 <prefix> that is set when "configure" is run):
511 <prefix>/lib/pkgconfig.
534 ./configure --prefix=/usr/gnu --disable-shared
/PHP-5.3/Zend/
H A Dzend_compile.h432 void zend_do_build_full_name(znode *result, znode *prefix, znode *name, int is_class_member TSRMLS_…
540 void zend_do_build_namespace_name(znode *result, znode *prefix, znode *name TSRMLS_DC);
/PHP-5.3/ext/standard/
H A Dfile.c846 char *dir, *prefix; in PHP_FUNCTION() local
853 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &dir, &dir_len, &prefix, &prefix_len) =… in PHP_FUNCTION()
861 if (strlen(prefix) != prefix_len) { in PHP_FUNCTION()
873 php_basename(prefix, prefix_len, NULL, 0, &p, &p_len TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.3/ext/standard/tests/general_functions/
H A Dgettype_settype_variation1.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation6.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation8.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation7.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation5.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
/PHP-5.3/ext/mbstring/
H A Dconfig.m4350 [ --with-onig[=DIR] MBSTRING: Use external oniguruma. DIR is the oniguruma install prefix.
/PHP-5.3/ext/fileinfo/libmagic/
H A Dcdf.c1098 cdf_dump_sat(const char *prefix, const cdf_sat_t *sat, size_t size) in cdf_dump_sat() argument
1104 SIZE_T_FORMAT "u: ", prefix, i, i * s); in cdf_dump_sat()
/PHP-5.3/sapi/fpm/
H A Dconfig.m4580 php_fpm_prefix=`eval echo $prefix`

Completed in 84 milliseconds

1234567