Home
last modified time | relevance | path

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

1234567

/PHP-5.3/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.3/ext/pdo_mysql/
H A Dconfig.m412 [ --with-zlib-dir[=DIR] PDO_MySQL: Set the path to libz install prefix], no, no)
147 elif test -f $prefix/include/php/ext/pdo/php_pdo_driver.h; then
148 pdo_inc_path=$prefix/include/php/ext
/PHP-5.3/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.3/ext/dom/
H A Dphp_dom.c1566 doc->oldNs->prefix = xmlStrdup((const xmlChar *)"xml"); in dom_set_old_ns()
1592 *localname = (char *)xmlSplitQName2((xmlChar *)qname, (xmlChar **) prefix); in dom_check_qname()
1595 if (*prefix == NULL && uri_len == 0) { in dom_check_qname()
1606 if (*prefix != NULL && uri_len == 0) { in dom_check_qname()
1625 xmlNsPtr dom_get_ns(xmlNodePtr nodep, char *uri, int *errorcode, char *prefix) { in dom_get_ns() argument
1630 if (! ((prefix && !strcmp (prefix, "xml") && strcmp(uri, (char *)XML_XML_NAMESPACE)) || in dom_get_ns()
1631 (prefix && !strcmp (prefix, "xmlns") && strcmp(uri, (char *)DOM_XMLNS_NAMESPACE)) || in dom_get_ns()
1632 (prefix && !strcmp(uri, (char *)DOM_XMLNS_NAMESPACE) && strcmp (prefix, "xmlns")))) { in dom_get_ns()
1633 nsptr = xmlNewNs(nodep, (xmlChar *)uri, (xmlChar *)prefix); in dom_get_ns()
1655 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.3/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()
3550 xmlChar* prefix; in encode_add_ns() local
3567 prefix.c = NULL; in encode_add_ns()
[all …]
/PHP-5.3/ext/pdo_sqlite/
H A Dconfig.m425 elif test -f $prefix/include/php/ext/pdo/php_pdo_driver.h; then
26 pdo_inc_path=$prefix/include/php/ext
/PHP-5.3/ext/simplexml/tests/
H A Dprofile13.phpt2 SimpleXML [profile]: Accessing by namespace prefix
/PHP-5.3/
H A Dmakedist67 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.3/ext/snmp/
H A Dconfig.m49 [ --with-openssl-dir[=DIR] SNMP: openssl install prefix], no, no)
28 SNMP_PREFIX=`$SNMP_CONFIG --prefix`
/PHP-5.3/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.3/ext/mbstring/oniguruma/
H A DREADME46 onig-config --prefix
47 onig-config --exec-prefix
92 (prefix == /usr/local case)
/PHP-5.3/ext/pdo_pgsql/
H A Dconfig.m4116 elif test -f $prefix/include/php/ext/pdo/php_pdo_driver.h; then
117 pdo_inc_path=$prefix/include/php/ext
/PHP-5.3/ext/pdo_oci/
H A Dconfig.m445 Use --with-pdo-oci=instantclient,prefix,version
220 elif test -f $prefix/include/php/ext/pdo/php_pdo_driver.h; then
221 pdo_inc_path=$prefix/include/php/ext
/PHP-5.3/ext/imap/
H A Dconfig.m498 [ --with-imap[=DIR] Include IMAP support. DIR is the c-client install prefix])
101 [ --with-kerberos[=DIR] IMAP: Include Kerberos support. DIR is the Kerberos install prefix], n…
104 [ --with-imap-ssl[=DIR] IMAP: Include SSL support. DIR is the OpenSSL install prefix], no, no)
/PHP-5.3/ext/wddx/
H A Dconfig.m410 [ --with-libxml-dir=DIR WDDX: libxml2 install prefix], no, no)
/PHP-5.3/ext/dom/tests/
H A Dcanonicalization.phpt41 test namespace prefix is also included. */
48 test namespace prefix is also included */
/PHP-5.3/ext/mysqlnd/
H A Dconfig9.m415 [ --with-zlib-dir[=DIR] mysqlnd: Set the path to libz install prefix], no, no)
/PHP-5.3/ext/pdo_odbc/
H A Dconfig.m453 elif test -f $prefix/include/php/ext/pdo/php_pdo_driver.h; then
54 pdo_inc_path=$prefix/include/php/ext

Completed in 52 milliseconds

1234567