Home
last modified time | relevance | path

Searched refs:prefix (Results 51 – 75 of 194) sorted by relevance

12345678

/PHP-5.6/ext/standard/tests/general_functions/
H A Dimport_request.phpt35 Notice: import_request_variables(): No prefix specified - possible security hazard in %s on line %d
38 Notice: import_request_variables(): No prefix specified - possible security hazard in %s on line %d
/PHP-5.6/ext/phar/
H A Dtar.h89 char prefix[155]; /* prefix for file name; member
/PHP-5.6/scripts/dev/
H A Dphpextdist7 phpize=`php-config --prefix`/bin/phpize
/PHP-5.6/
H A Dphp5.spec.in31 ./configure --prefix=/usr --with-apxs \
45 ./configure --prefix=/usr --with-apxs=$APXS $OPTIONS
/PHP-5.6/ext/xml/
H A Dcompat.c90 _start_element_handler_ns(void *user, const xmlChar *name, const xmlChar *prefix, const xmlChar *UR… in _start_element_handler_ns() argument
110 if (prefix) { in _start_element_handler_ns()
111 qualified_name = xmlStrncatNew((xmlChar *)"<", prefix, xmlStrlen(prefix)); in _start_element_handler_ns()
205 parser->h_end_ns(parser->user, nsptr->prefix); in _namespace_handler()
234 _end_element_handler_ns(void *user, const xmlChar *name, const xmlChar * prefix, const xmlChar *URI) in _end_element_handler_ns() argument
244 if (prefix) { in _end_element_handler_ns()
245 end_element_len = spprintf(&end_element, 0, "</%s:%s>", (char *) prefix, (char *)name); in _end_element_handler_ns()
/PHP-5.6/scripts/
H A Dphpize.in4 prefix='@prefix@'
155 -e "s#@prefix@#$prefix#" \
/PHP-5.6/ext/standard/
H A Dhttp.c213 char *prefix = NULL, *arg_sep=NULL; in PHP_FUNCTION() local
218 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z|ssl", &formdata, &prefix, &prefix_len, &ar… in PHP_FUNCTION()
227 …if (php_url_encode_hash_ex(HASH_OF(formdata), &formstr, prefix, prefix_len, NULL, 0, NULL, 0, (Z_T… in PHP_FUNCTION()
/PHP-5.6/ext/imap/tests/
H A Dclean.inc15 // Only delete mailboxes with our prefix
/PHP-5.6/ext/bcmath/libbcmath/
H A Dconfigure25 prefix=NONE
121 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
125 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
481 if test "x$prefix" != xNONE; then
482 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1541 test "x$prefix" = xNONE && prefix=$ac_default_prefix
1610 s%@prefix@%$prefix%g
/PHP-5.6/sapi/fpm/tests/
H A D019.phpt2 FPM: Test global prefix
34 $fpm = run_fpm($cfg, $tail, '--prefix '.__DIR__);
/PHP-5.6/sapi/fpm/
H A Dphp-fpm.conf.in6 ; prefix (@prefix@). This prefix can be dynamically changed by using the
13 ; - the global prefix if it's been set (-p argument)
14 ; - @prefix@ otherwise
23 ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
30 ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
132 ; Per pool prefix
142 ; Note: This directive can also be relative to the global prefix.
144 ;prefix = /path/to/pools/$pool
473 ; Note: you can prefix with '$prefix' to chroot to the pool prefix or one
474 ; of its subdirectories. If the pool prefix is not set, the global prefix
[all …]
/PHP-5.6/ext/ftp/
H A Dconfig.m49 [ --with-openssl-dir[=DIR] FTP: openssl install prefix], no, no)
/PHP-5.6/ext/dom/
H A Dxpath.c45 ZEND_ARG_INFO(0, prefix)
156 curns->prefix = xmlStrdup((xmlChar *) node->children); in dom_xpath_ext_function_php()
354 unsigned char *prefix, *ns_uri; in PHP_FUNCTION() local
356 …END_NUM_ARGS() TSRMLS_CC, getThis(), "Oss", &id, dom_xpath_class_entry, &prefix, &prefix_len, &ns_… in PHP_FUNCTION()
368 if (xmlXPathRegisterNs(ctxp, prefix, ns_uri) != 0) { in PHP_FUNCTION()
491 curns->prefix = xmlStrdup((char *) node->children); in php_xpath_eval()
/PHP-5.6/ext/xmlwriter/
H A Dconfig.m410 [ --with-libxml-dir=DIR XMLWriter: libxml2 install prefix], no, no)
/PHP-5.6/ext/libxml/
H A Dconfig0.m410 [ --with-libxml-dir[=DIR] LIBXML: libxml2 install prefix], no, no)
/PHP-5.6/ext/pdo/
H A DMakefile.frag1 phpincludedir=$(prefix)/include/php
/PHP-5.6/ext/simplexml/tests/
H A Dbug43221.phpt16 Warning: SimpleXMLElement::addAttribute(): Attribute requires prefix for namespace in %sbug43221.ph…
/PHP-5.6/ext/xmlreader/
H A Dconfig.m410 [ --with-libxml-dir=DIR XMLReader: libxml2 install prefix], no, no)
/PHP-5.6/ext/dom/tests/
H A Ddomobject_debug_handler.phpt53 [prefix] =>
/PHP-5.6/ext/spl/tests/
H A DSplObjectStorage_unserialize_invalid_parameter2.phpt12 'x:rubbish', // rubbish after the 'x:' prefix
/PHP-5.6/ext/pdo_dblib/
H A Dconfig.m465 elif test -f $prefix/include/php/ext/pdo/php_pdo_driver.h; then
66 pdo_cv_inc_path=$prefix/include/php/ext
/PHP-5.6/ext/mbstring/oniguruma/
H A DREADME.ja50 onig-config --prefix
51 onig-config --exec-prefix
91 (prefix��/usr/local�ΤȤ�)
/PHP-5.6/ext/simplexml/
H A Dconfig.m49 [ --with-libxml-dir=DIR SimpleXML: libxml2 install prefix], no, no)
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_conf.h56 char *prefix; member
/PHP-5.6/ext/soap/
H A Dconfig.m49 [ --with-libxml-dir=DIR SOAP: libxml2 install prefix], no, no)

Completed in 192 milliseconds

12345678