Home
last modified time | relevance | path

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

12345678

/PHP-5.5/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.5/ext/session/tests/
H A Drfc1867_sid_invalid.phpt15 session.upload_progress.prefix=upload_progress_
/PHP-5.5/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 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-5.5/
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.in1013 o foobar package install prefix is /usr/local/foobar/
1163 test "$prefix" = "NONE" && prefix=/usr/local
1164 test "$exec_prefix" = "NONE" && exec_prefix='${prefix}'
1174 '${prefix}/share')
1223 datarootdir=$prefix/share
1226 datarootdir=$prefix/php
1322 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-5.5/ext/sybase_ct/
H A Dconfig.m488 AC_MSG_RESULT([Sybase32 syb-prefix: $SYBASE_CT_LIBS])
/PHP-5.5/ext/xmlrpc/
H A Dconfig.m415 [ --with-libxml-dir=DIR XMLRPC-EPI: libxml2 install prefix], no, no)
/PHP-5.5/ext/mysql/
H A Dconfig.m454 [ --with-zlib-dir[=DIR] MySQL: Set the path to libz install prefix], no, no)
/PHP-5.5/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()
740 memcpy(header.prefix, entry->filename, boundary - entry->filename); in phar_tar_writeheaders()
/PHP-5.5/win32/build/
H A Dconfig.w32.phpize.in153 ARG_WITH('prefix', 'PHP installation prefix', '');
/PHP-5.5/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.5/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.5/Zend/
H A Dzend_compile.h509 void zend_do_build_full_name(znode *result, znode *prefix, znode *name, int is_class_member TSRMLS_…
634 void zend_do_build_namespace_name(znode *result, znode *prefix, znode *name TSRMLS_DC);

Completed in 47 milliseconds

12345678