Home
last modified time | relevance | path

Searched refs:prefix (Results 26 – 50 of 190) sorted by relevance

12345678

/PHP-5.5/ext/standard/tests/array/
H A Darray_walk_recursive_basic2.phpt16 /* Prototype : test_alter(mixed $item, mixed $key, string $prefix)
19 * prefix - string to be added
20 * Description : alters the array values by appending prefix string
22 function test_alter(&$item, $key, $prefix)
28 var_dump($prefix); // additional argument passed to callback function
H A Darray_walk_basic2.phpt16 /* Prototype : test_alter(mixed $item, mixed $key, string $prefix)
19 * prefix - string to be added
20 * Description : alters the array values by appending prefix string
22 function test_alter(&$item, $key, $prefix)
28 var_dump($prefix); // additional argument passed to callback function
H A Dextract_error.phpt28 /* Two Arguments, second as prefix but without prefix string as third argument */
57 Warning: extract(): specified extract type requires the prefix parameter in %s on line %d
/PHP-5.5/sapi/fpm/
H A Dinit.d.php-fpm.in13 prefix=@prefix@
/PHP-5.5/ext/standard/tests/file/
H A Dtempnam_variation3-win32.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
14 /* Passing invalid/non-existing args for $prefix */
39 /* prefix with path separator of a non existing directory*/
55 /* prefix with path separator of a non existing directory*/
H A Dtempnam_variation6-win32.phpt12 /* Prototype: string tempnam ( string $dir, string $prefix );
16 /* Trying to create unique files by passing previously created unique file name as prefix */
H A Dtempnam_variation6.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
14 /* Trying to create unique files by passing previously created unique file name as prefix */
H A Dtempnam_variation3.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
14 /* Passing invalid/non-existing args for $prefix */
32 /* prefix with path separator of a non existing directory*/
/PHP-5.5/ext/dom/
H A Ddomimplementation.c160 char *prefix = NULL, *localname = NULL; in PHP_METHOD() local
182 errorcode = dom_check_qname(name, &localname, &prefix, 1, name_len); in PHP_METHOD()
183 if (errorcode == 0 && uri_len > 0 && ((nsptr = xmlNewNs(NULL, uri, prefix)) == NULL)) { in PHP_METHOD()
188 if (prefix != NULL) { in PHP_METHOD()
189 xmlFree(prefix); in PHP_METHOD()
H A Dnode.c84 ZEND_ARG_INFO(0, prefix)
174 (curns->prefix == NULL || xmlStrEqual(nsptr->prefix, curns->prefix))) { in dom_reconcile_ns()
217 if (ns != NULL && ns->prefix) { in dom_node_node_name_read()
218 qname = xmlStrdup(ns->prefix); in dom_node_node_name_read()
753 str = (char *) ns->prefix; in dom_node_prefix_read()
778 char *prefix; in dom_node_prefix_write() local
805 prefix = Z_STRVAL_P(newval); in dom_node_prefix_write()
806 if (nsnode && nodep->ns != NULL && !xmlStrEqual(nodep->ns->prefix, (xmlChar *)prefix)) { in dom_node_prefix_write()
1631 if (nsptr->prefix != NULL) { in PHP_FUNCTION()
1685 char *prefix=NULL; in PHP_FUNCTION() local
[all …]
/PHP-5.5/sapi/caudium/
H A Dconfig.m413 if test "$prefix" = "NONE"; then CPREF=/usr/local/; fi
15 if test "$prefix" = "NONE"; then
18 PHP_CAUDIUM=$prefix/caudium/server/
44 if test "$prefix" != "NONE"; then
45 PIKE_C_INCLUDE=$prefix/include/`basename $PIKE`
/PHP-5.5/ext/xmlwriter/tests/
H A Dxmlwriter_write_attribute_ns_error_001.phpt11 xmlwriter_write_attribute_ns($xw, 'prefix', '', 'http://www.php.net/uri');
23 var_dump(xmlwriter_write_attribute_ns($xw, 'prefix', 'id', 'http://www.php.net/uri', 'elem1'));
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c214 ZEND_ARG_INFO(0, prefix)
220 ZEND_ARG_INFO(0, prefix)
227 ZEND_ARG_INFO(0, prefix)
234 ZEND_ARG_INFO(0, prefix)
262 ZEND_ARG_INFO(0, prefix)
268 ZEND_ARG_INFO(0, prefix)
286 ZEND_ARG_INFO(0, prefix)
293 ZEND_ARG_INFO(0, prefix)
892 char *name, *prefix, *uri; in PHP_FUNCTION() local
981 char *name, *prefix, *uri, *content; in PHP_FUNCTION() local
[all …]
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c632 free(wpc->prefix); in fpm_worker_pool_config_free()
675 char *prefix = NULL; in fpm_evaluate_full_path() local
683 prefix = wp->config->prefix; in fpm_evaluate_full_path()
687 if (prefix == NULL) { in fpm_evaluate_full_path()
688 prefix = fpm_globals.prefix; in fpm_evaluate_full_path()
692 if (prefix == NULL) { in fpm_evaluate_full_path()
723 *path = strdup(prefix); in fpm_evaluate_full_path()
745 if (wp->config->prefix && *wp->config->prefix) { in fpm_conf_process_all_pools()
748 if (!fpm_conf_is_dir(wp->config->prefix)) { in fpm_conf_process_all_pools()
1633 if (fpm_globals.prefix && *fpm_globals.prefix) { in fpm_conf_init_main()
[all …]
/PHP-5.5/ext/standard/
H A Dcrypt_blowfish.h27 extern char *_crypt_gensalt_blowfish_rn(const char *prefix,
H A Dcrypt_blowfish.c887 char *_crypt_gensalt_blowfish_rn(const char *prefix, unsigned long count,
892 prefix[0] != '$' || prefix[1] != '2' ||
893 (prefix[2] != 'a' && prefix[2] != 'b' && prefix[2] != 'y')) {
903 output[2] = prefix[2];
/PHP-5.5/ext/filter/
H A Dconfig.m47 PHP_ARG_WITH(pcre-dir, pcre install prefix,
8 [ --with-pcre-dir FILTER: pcre install prefix], no, no)
/PHP-5.5/Zend/tests/
H A Dclass_alias_015.phpt2 Testing instantiation using namespace:: prefix
H A Dclass_alias_014.phpt2 Testing creation of alias to class name without namespace prefix
/PHP-5.5/TSRM/
H A Dtsrm.m441 PTH_PREFIX="`$1 --prefix`"
64 … to locate the State Threads header file. Please specify the prefix using --with-tsrm-st=/prefix])
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c135 if (node->ns && !xmlStrcmp(prefix ? node->ns->prefix : node->ns->href, name)) { in match_ns()
1339 char *prefix, *ns_uri; in SXE_METHOD() local
1440 #define SXE_NS_PREFIX(ns) (ns->prefix ? (char*)ns->prefix : "")
1690 if (prefix != NULL) { in SXE_METHOD()
1691 xmlFree(prefix); in SXE_METHOD()
1735 if (prefix != NULL) { in SXE_METHOD()
1736 xmlFree(prefix); in SXE_METHOD()
1747 if (prefix != NULL) { in SXE_METHOD()
1748 xmlFree(prefix); in SXE_METHOD()
1764 if (prefix != NULL) { in SXE_METHOD()
[all …]
/PHP-5.5/ext/snmp/
H A Dconfig.m49 [ --with-openssl-dir[=DIR] SNMP: openssl install prefix], no, no)
22 SNMP_PREFIX=`$SNMP_CONFIG --prefix`
/PHP-5.5/ext/xml/
H A Dconfig.m410 [ --with-libxml-dir=DIR XML: libxml2 install prefix], no, no)
14 [ --with-libexpat-dir=DIR XML: libexpat install prefix (deprecated)], no, no)
/PHP-5.5/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)
43 …AC_MSG_ERROR([zip support requires ZLIB. Use --with-zlib-dir=<DIR> to specify prefix where ZLIB in…
/PHP-5.5/ext/spl/
H A Dspl_iterators.c983 smart_str_appendl(&str, object->prefix[0].c, object->prefix[0].len); in spl_recursive_tree_iterator_get_prefix()
999 smart_str_appendl(&str, object->prefix[3].c, object->prefix[3].len); in spl_recursive_tree_iterator_get_prefix()
1001 smart_str_appendl(&str, object->prefix[4].c, object->prefix[4].len); in spl_recursive_tree_iterator_get_prefix()
1006 smart_str_appendl(&str, object->prefix[5].c, object->prefix[5].len); in spl_recursive_tree_iterator_get_prefix()
1051 char* prefix; in SPL_METHOD() local
1063 smart_str_appendl(&object->prefix[part], prefix, prefix_len); in SPL_METHOD()
1145 INIT_ZVAL(prefix); in SPL_METHOD()
1160 memcpy(ptr, Z_STRVAL(prefix), Z_STRLEN(prefix)); in SPL_METHOD()
1168 zval_dtor(&prefix); in SPL_METHOD()
1217 memcpy(ptr, Z_STRVAL(prefix), Z_STRLEN(prefix)); in SPL_METHOD()
[all …]

Completed in 56 milliseconds

12345678