Home
last modified time | relevance | path

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

12345678

/PHP-5.5/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.5/travis/
H A Dcompile.sh14 --prefix=$HOME"/php-install" \
/PHP-5.5/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.5/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.5/ext/dom/
H A Dphp_dom.c1568 doc->oldNs->prefix = xmlStrdup((const xmlChar *)"xml"); in dom_set_old_ns()
1594 *localname = (char *)xmlSplitQName2((xmlChar *)qname, (xmlChar **) prefix); in dom_check_qname()
1597 if (*prefix == NULL && uri_len == 0) { in dom_check_qname()
1608 if (*prefix != NULL && uri_len == 0) { in dom_check_qname()
1627 xmlNsPtr dom_get_ns(xmlNodePtr nodep, char *uri, int *errorcode, char *prefix) { in dom_get_ns() argument
1632 if (! ((prefix && !strcmp (prefix, "xml") && strcmp(uri, (char *)XML_XML_NAMESPACE)) || in dom_get_ns()
1633 (prefix && !strcmp (prefix, "xmlns") && strcmp(uri, (char *)DOM_XMLNS_NAMESPACE)) || in dom_get_ns()
1634 (prefix && !strcmp(uri, (char *)DOM_XMLNS_NAMESPACE) && strcmp (prefix, "xmlns")))) { in dom_get_ns()
1635 nsptr = xmlNewNs(nodep, (xmlChar *)uri, (xmlChar *)prefix); in dom_get_ns()
1657 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.5/ext/soap/
H A Dphp_encoding.c304 smart_str prefix = {0}; in soap_check_zval_ref() local
323 smart_str_0(&prefix); in soap_check_zval_ref()
324 id = prefix.c; in soap_check_zval_ref()
329 smart_str_0(&prefix); in soap_check_zval_ref()
330 id = prefix.c; in soap_check_zval_ref()
340 smart_str_0(&prefix); in soap_check_zval_ref()
341 id = prefix.c; in soap_check_zval_ref()
347 id = prefix.c; in soap_check_zval_ref()
3525 xmlChar* prefix; in encode_add_ns() local
3542 prefix.c = NULL; in encode_add_ns()
[all …]
/PHP-5.5/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.5/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.5/ext/simplexml/tests/
H A Dprofile13.phpt2 SimpleXML [profile]: Accessing by namespace prefix
/PHP-5.5/
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.5/ext/session/tests/
H A Drfc1867_disabled_2.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_disabled.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_no_name.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_cleanup.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_only_cookie_2.phpt14 session.upload_progress.prefix=upload_progress_
/PHP-5.5/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.5/ext/mbstring/oniguruma/
H A DREADME49 onig-config --prefix
50 onig-config --exec-prefix
87 (prefix == /usr/local case)
/PHP-5.5/ext/pdo_pgsql/
H A Dconfig.m4116 elif test -f $prefix/include/php/ext/pdo/php_pdo_driver.h; then
117 pdo_cv_inc_path=$prefix/include/php/ext

Completed in 49 milliseconds

12345678