Home
last modified time | relevance | path

Searched refs:prefix (Results 76 – 100 of 194) sorted by relevance

12345678

/PHP-5.6/ext/pdo_mysql/
H A Dconfig.m412 [ --with-zlib-dir[=DIR] PDO_MySQL: Set the path to libz install prefix], no, no)
133 elif test -f $prefix/include/php/ext/pdo/php_pdo_driver.h; then
134 pdo_cv_inc_path=$prefix/include/php/ext
/PHP-5.6/ext/dom/
H A Dphp_dom.h108 int dom_check_qname(char *qname, char **localname, char **prefix, int uri_len, int name_len);
109 xmlNsPtr dom_get_ns(xmlNodePtr node, char *uri, int *errorcode, char *prefix);
H A Dphp_dom.c1573 doc->oldNs->prefix = xmlStrdup((const xmlChar *)"xml"); in dom_set_old_ns()
1599 *localname = (char *)xmlSplitQName2((xmlChar *)qname, (xmlChar **) prefix); in dom_check_qname()
1602 if (*prefix == NULL && uri_len == 0) { in dom_check_qname()
1613 if (*prefix != NULL && uri_len == 0) { in dom_check_qname()
1632 xmlNsPtr dom_get_ns(xmlNodePtr nodep, char *uri, int *errorcode, char *prefix) { in dom_get_ns() argument
1637 if (! ((prefix && !strcmp (prefix, "xml") && strcmp(uri, (char *)XML_XML_NAMESPACE)) || in dom_get_ns()
1638 (prefix && !strcmp (prefix, "xmlns") && strcmp(uri, (char *)DOM_XMLNS_NAMESPACE)) || in dom_get_ns()
1639 (prefix && !strcmp(uri, (char *)DOM_XMLNS_NAMESPACE) && strcmp (prefix, "xmlns")))) { in dom_get_ns()
1640 nsptr = xmlNewNs(nodep, (xmlChar *)uri, (xmlChar *)prefix); in dom_get_ns()
1662 if (cur->prefix == NULL && cur->href != NULL) { in dom_get_nsdecl()
[all …]
H A Dconfig.m410 [ --with-libxml-dir[=DIR] DOM: libxml2 install prefix], no, no)
/PHP-5.6/ext/standard/tests/file/
H A Dtempnam_variation1-win32.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
14 /* Creating number of unique files by passing a file name as prefix */
H A Dtempnam_variation1.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
14 /* Creating number of unique files by passing a file name as prefix */
H A Dtempnam_error.phpt5 /* Prototype: string tempnam ( string $dir, string $prefix );
/PHP-5.6/ext/zip/
H A Dconfig.m410 [ --with-zlib-dir[=DIR] ZIP: Set the path to libz install prefix], no, no)
13 PHP_ARG_WITH(pcre-dir, pcre install prefix,
14 [ --with-pcre-dir ZIP: pcre install prefix], no, no)
47 …AC_MSG_ERROR([zip support requires ZLIB. Use --with-zlib-dir=<DIR> to specify prefix where ZLIB in…
/PHP-5.6/ext/standard/tests/array/
H A Dextract_variation5.phpt29 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "")); // "_" taken as default prefix
H A Dextract_variation2.phpt30 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "")); // "_" taken as default prefix
H A Dextract_variation4.phpt30 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "")); // "_" taken as default prefix
H A Dextract_variation3.phpt30 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "")); // "_" taken as default prefix
/PHP-5.6/ext/soap/
H A Dphp_encoding.c302 smart_str prefix = {0}; in soap_check_zval_ref() local
321 smart_str_0(&prefix); in soap_check_zval_ref()
322 id = prefix.c; in soap_check_zval_ref()
327 smart_str_0(&prefix); in soap_check_zval_ref()
328 id = prefix.c; in soap_check_zval_ref()
338 smart_str_0(&prefix); in soap_check_zval_ref()
339 id = prefix.c; in soap_check_zval_ref()
345 id = prefix.c; in soap_check_zval_ref()
3523 xmlChar* prefix; in encode_add_ns() local
3540 prefix.c = NULL; in encode_add_ns()
[all …]
/PHP-5.6/travis/
H A Dcompile.sh14 --prefix=$HOME"/php-install" \
/PHP-5.6/ext/pdo_sqlite/
H A Dconfig.m425 elif test -f $prefix/include/php/ext/pdo/php_pdo_driver.h; then
26 pdo_cv_inc_path=$prefix/include/php/ext
/PHP-5.6/ext/gd/
H A Dconfig.m414 [ --with-vpx-dir[=DIR] GD: Set the path to libvpx install prefix], no, no)
19 [ --with-jpeg-dir[=DIR] GD: Set the path to libjpeg install prefix], no, no)
24 [ --with-png-dir[=DIR] GD: Set the path to libpng install prefix], no, no)
29 [ --with-zlib-dir[=DIR] GD: Set the path to libz install prefix], no, no)
33 [ --with-xpm-dir[=DIR] GD: Set the path to libXpm install prefix], no, no)
36 [ --with-freetype-dir[=DIR] GD: Set the path to FreeType 2 install prefix], no, no)
/PHP-5.6/ext/simplexml/tests/
H A Dprofile13.phpt2 SimpleXML [profile]: Accessing by namespace prefix
/PHP-5.6/sapi/fpm/
H A Dwww.conf.in6 ; Per pool prefix
15 ; When not set, the global prefix (or @php_fpm_prefix@) applies instead.
16 ; Note: This directive can also be relative to the global prefix.
18 ;prefix = /path/to/pools/$pool
343 ; Note: you can prefix with '$prefix' to chroot to the pool prefix or one
344 ; of its subdirectories. If the pool prefix is not set, the global prefix
404 ; Note: path INI options can be relative and will be expanded with the prefix
405 ; (pool, global or @prefix@)
/PHP-5.6/
H A Dmakedist70 git archive --format=tar --remote=$PHPROOT refs/tags/php-$VER --prefix=php-$VER/ | (cd $MY_OLDPWD; …
H A Dmakerpm64 sh ./configure --prefix=/usr \
83 sh ./configure --prefix=/usr \
/PHP-5.6/ext/session/tests/
H A Drfc1867_disabled.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_disabled_2.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_no_name.phpt15 session.upload_progress.prefix=upload_progress_
/PHP-5.6/ext/phar/phar/
H A Dclicommand.inc112 static function getSubFuncs(CLICommand $cmdclass, $prefix, array $subs)
116 $l = strlen($prefix);
119 if (substr($m->name, 0, $l) == $prefix) {
122 $func = $prefix . $sub . '_' . $what;
/PHP-5.6/ext/mbstring/oniguruma/
H A DREADME49 onig-config --prefix
50 onig-config --exec-prefix
87 (prefix == /usr/local case)

Completed in 41 milliseconds

12345678