Home
last modified time | relevance | path

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

12345678

/PHP-5.4/ext/standard/
H A Dbasic_functions.h148 PHPAPI int php_prefix_varname(zval *result, zval *prefix, char *var_name, int var_name_len, zend_bo…
/PHP-5.4/
H A DREADME.SUBMITTING_PATCH49 Please make the mail subject prefix "[PATCH]". If attaching a patch,
83 Please make the mail subject prefix "[PATCH]". Include the bug id(s)
114 Please make the mail subject prefix "[PATCH] ...". Include the patch
H A Dconfigure.in999 o foobar package install prefix is /usr/local/foobar/
1149 test "$prefix" = "NONE" && prefix=/usr/local
1150 test "$exec_prefix" = "NONE" && exec_prefix='${prefix}'
1160 '${prefix}/share')
1209 datarootdir=$prefix/share
1212 datarootdir=$prefix/php
1308 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
H A DREADME.namespaces59 The special "empty" namespace (\ prefix) is useful as explicit global
/PHP-5.4/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 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 Dtempnam_variation2.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
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-5.4/ext/sybase_ct/
H A Dconfig.m488 AC_MSG_RESULT([Sybase32 syb-prefix: $SYBASE_CT_LIBS])
/PHP-5.4/ext/xmlrpc/
H A Dconfig.m415 [ --with-libxml-dir=DIR XMLRPC-EPI: libxml2 install prefix], no, no)
/PHP-5.4/tests/strings/
H A D001.phpt181 $str = "prefix";
/PHP-5.4/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.4/ext/mysql/
H A Dconfig.m453 [ --with-zlib-dir[=DIR] MySQL: Set the path to libz install prefix], no, no)
/PHP-5.4/win32/build/
H A Dconfig.w32.phpize.in153 ARG_WITH('prefix', 'PHP installation prefix', '');
/PHP-5.4/ext/xml/
H A Dxml.c1129 void _xml_startNamespaceDeclHandler(void *userData,const XML_Char *prefix, const XML_Char *uri) in _xml_startNamespaceDeclHandler() argument
1137 args[1] = _xml_xmlchar_zval(prefix, 0, parser->target_encoding); in _xml_startNamespaceDeclHandler()
1147 void _xml_endNamespaceDeclHandler(void *userData, const XML_Char *prefix) in _xml_endNamespaceDeclHandler() argument
1155 args[1] = _xml_xmlchar_zval(prefix, 0, parser->target_encoding); in _xml_endNamespaceDeclHandler()
/PHP-5.4/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
/PHP-5.4/Zend/
H A Dzend_compile.h488 void zend_do_build_full_name(znode *result, znode *prefix, znode *name, int is_class_member TSRMLS_…
609 void zend_do_build_namespace_name(znode *result, znode *prefix, znode *name TSRMLS_DC);

Completed in 42 milliseconds

12345678