Home
last modified time | relevance | path

Searched refs:name (Results 1 – 25 of 1865) sorted by last modified time

12345678910>>...75

/PHP-7.3/
H A DNEWS638 . Fixed bug #78814 (strip_tags allows / in tag name => whitelist bypass).
1767 name). (stodorovic)
2157 name contains a \n). (Laruence)
2325 . Fixed bug #74782 (remove file name from output to avoid XSS). (stas)
2369 (alias original name for BC). (Sara)
2408 . Allow loading PHP/Zend extensions by name in ini files (extension=<name>).
2600 …. PR #2233 Removed register_globals related code and "!" can be used as $_SESSION key name. (Yasuo)
2630 . Add support for extension name as argument to dl().
H A Dmakedist107 find . -name \*.orig -print0 | xargs -0 rm
H A Drun-tests.php926 if (is_dir("{$dir}/{$name}") && !in_array($name, array('.', '..', '.svn'))) {
936 @unlink("$dir/$name");
954 function test_name($name) argument
956 if (is_array($name)) {
957 return $name[0] . ':' . $name[1];
959 return $name;
1203 if (is_array($name)) {
1204 $index = "# $name[1]: $name[0]";
1207 $name = $name[0];
1212 $index = $name;
[all …]
H A Dacinclude.m4224 dnl name of the array target-var directly, as well as whether
359 libgcc_libpath=`$1 --print-libgcc-file-name|$SED 's%/*[^/][^/]*$%%'`
694 dnl PHP_ARG_WITH(arg-name, check message, help text[, default-val[, extension-or-not]])
697 dnl and will overwrite any previous variable of that name.
722 dnl and will overwrite any previous variable of that name.
831 dnl PHP_SHARED_MODULE(module-name, object-var, build-dir, cxx, zend_ext)
833 dnl Basically sets up the link-stage for building module-name
863 dnl PHP_SELECT_SAPI(name, type[, sources [, extra-cflags [, build-target]]])
865 dnl Selects the SAPI name and type (static, shared, bundle, program)
934 dnl "extname" is the name of the extension.
[all …]
/PHP-7.3/Zend/
H A Dzend.h112 zend_string *name; member
183 zval *(*get_configuration_directive)(zend_string *name);
189 char *(*getenv_function)(char *name, size_t name_len);
278 extern ZEND_API char *(*zend_getenv)(char *name, size_t name_len);
299 #define ZEND_UV(name) (zend_uv.name) argument
304 ZEND_API zval *zend_get_configuration_directive(zend_string *name);
/PHP-7.3/ext/dom/
H A Ddomimplementation.c95 char *name = NULL, *publicid = NULL, *systemid = NULL; in PHP_METHOD() local
99 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|sss", &name, &name_len, &publicid, &publicid_len, &sy… in PHP_METHOD()
115 if (strstr(name, "%00")) { in PHP_METHOD()
120 uri = xmlParseURI(name); in PHP_METHOD()
130 localname = xmlStrdup((xmlChar *) name); in PHP_METHOD()
166 char *uri = NULL, *name = NULL; in PHP_METHOD() local
170 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|ssO", &uri, &uri_len, &name, &name_len, &node, dom_do… in PHP_METHOD()
189 errorcode = dom_check_qname(name, &localname, &prefix, 1, name_len); in PHP_METHOD()
H A Ddocument.c69 ZEND_ARG_INFO(0, name)
73 ZEND_ARG_INFO(0, name)
701 char *name, *value = NULL; in PHP_FUNCTION() local
849 char *name, *value = NULL; in PHP_FUNCTION() local
885 char *name; in PHP_FUNCTION() local
920 char *name; in PHP_FUNCTION() local
952 char *name; in PHP_FUNCTION() local
1035 char *uri, *name, *value = NULL; in PHP_FUNCTION() local
1099 char *uri, *name; in PHP_FUNCTION() local
1163 char *uri, *name; in PHP_FUNCTION() local
[all …]
/PHP-7.3/ext/libxml/
H A Dlibxml.c202 if (node->name != NULL) { in php_libxml_node_free()
203 xmlFree((char *) node->name); in php_libxml_node_free()
856 if (sapi_module.name) { in PHP_MINIT_FUNCTION()
865 if (strcmp(sapi_module.name, *sapi_name) == 0) { in PHP_MINIT_FUNCTION()
1182 return zend_hash_add_mem(&php_libxml_exports, ce->name, &export_hnd, sizeof(export_hnd)); in php_libxml_register_export()
1196 if ((export_hnd = zend_hash_find_ptr(&php_libxml_exports, ce->name))) { in php_libxml_import_node()
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_request.c266 …child->wp->config->name, (int) child->pid, purified_script_filename, proc.request_method, proc.req… in fpm_request_check_timed_out()
277 …child->wp->config->name, (int) child->pid, purified_script_filename, proc.request_method, proc.req… in fpm_request_check_timed_out()
H A Dfpm_scoreboard.c47 …RROR, "[pool %s] Unable to create scoreboard SHM because max_client is not set", wp->config->name); in fpm_scoreboard_init_main()
52 …OG_ERROR, "[pool %s] Unable to create scoreboard SHM because it already exists", wp->config->name); in fpm_scoreboard_init_main()
66 strlcpy(wp->scoreboard->pool, wp->config->name, sizeof(wp->scoreboard->pool)); in fpm_scoreboard_init_main()
H A Dfpm_status.c36 …zlog(ZLOG_ERROR, "[pool %s] ping is set (%s) but ping.response is not set.", wp->config->name, wp-… in fpm_status_init_child()
H A Dfpm_children.c161 zlog(ZLOG_ERROR, "[pool %s] child failed to initialize", wp->config->name); in fpm_child_init()
259 …ol %s] child %d exited %s after %ld.%06d seconds from start", wp->config->name, (int) pid, buf, tv… in fpm_children_bury()
261 …by the process management after %ld.%06d seconds from start", wp->config->name, (int) pid, tv2.tv_… in fpm_children_bury()
315 zlog(ZLOG_ERROR, "[pool %s] unable to malloc new child", wp->config->name); in fpm_resources_prepare()
428 …zlog(is_debug ? ZLOG_DEBUG : ZLOG_NOTICE, "[pool %s] child %d started", wp->config->name, (int) pi… in fpm_children_make()
450 zlog(ZLOG_ERROR, "[pool %s] unable to malloc the ondemand socket event", wp->config->name); in fpm_children_create_initial()
/PHP-7.3/ext/zip/
H A Dphp_zip.c818 str = zend_string_init_interned(name, strlen(name), 1); in php_zip_register_prop_handler()
1859 char *name; in ZIPARCHIVE_METHOD() local
1922 zend_string *name; in ZIPARCHIVE_METHOD() local
2008 const char *name; in ZIPARCHIVE_METHOD() local
2024 if (name) { in ZIPARCHIVE_METHOD()
2156 char *name; in ZIPARCHIVE_METHOD() local
2223 char *name; in ZIPARCHIVE_METHOD() local
2375 char *name; in ZIPARCHIVE_METHOD() local
2437 char *name; in ZIPARCHIVE_METHOD() local
2534 char *name; in ZIPARCHIVE_METHOD() local
[all …]
/PHP-7.3/ext/phar/
H A Dphar_object.c136 char *name = NULL, buf[8192]; in phar_file_action() local
154 spprintf(&name, 4096, "phar://%s%s", arch, entry); in phar_file_action()
156 spprintf(&name, 4096, "phar://%s/%s", arch, entry); in phar_file_action()
160 highlight_file(name, &syntax_highlighter_ini); in phar_file_action()
162 efree(name); in phar_file_action()
224 file_handle.filename = name; in phar_file_action()
251 zend_hash_str_del(&EG(included_files), name, name_len); in phar_file_action()
257 efree(name); in phar_file_action()
275 efree(name); in phar_file_action()
287 efree(name); in phar_file_action()
[all …]
/PHP-7.3/ext/pdo_firebird/
H A Dfirebird_statement.c160 *S->name = 0; in firebird_stmt_execute()
218 col->name = zend_string_alloc(colname_len, 0); in firebird_stmt_describe()
219 cp = ZSTR_VAL(col->name); in firebird_stmt_describe()
532 if ((index = zend_hash_find(S->named_params, param->name)) != NULL) { in firebird_stmt_param_hook()
542 min(ZSTR_LEN(param->name), var->aliasname_length))) in firebird_stmt_param_hook()
544 min(ZSTR_LEN(param->name), var->sqlname_length)))) { in firebird_stmt_param_hook()
709 char *s = ZSTR_VAL(param->name); in firebird_stmt_param_hook()
746 strlcpy(S->name, Z_STRVAL_P(val), sizeof(S->name)); in firebird_stmt_set_attribute()
761 if (*S->name) { in firebird_stmt_get_attribute()
762 ZVAL_STRING(val, S->name); in firebird_stmt_get_attribute()
[all …]
/PHP-7.3/ext/imap/
H A Dphp_imap.c777 if (strncmp(qlist->name, "STORAGE", 7) == 0) in mail_getquota()
786 add_assoc_zval_ex(return_value, qlist->name, strlen(qlist->name), &t_map); in mail_getquota()
2030 add_property_string(return_value, "Driver", imap_le_struct->imap_stream->dtb->name); in PHP_FUNCTION()
2655 add_property_string(return_value, "Driver", imap_le_struct->imap_stream->dtb->name); in PHP_FUNCTION()
/PHP-7.3/ext/simplexml/
H A Dsimplexml.c71 if (name) { in _node_as_zval()
72 subnode->iter.name = (xmlChar*)estrdup(name); in _node_as_zval()
168 if (!xmlStrcmp(node->name, name)) { in sxe_find_element_by_name()
205 if (!xmlStrcmp(node->name, (xmlChar *)*name)) { in sxe_get_element_by_name()
221 *name = NULL; in sxe_get_element_by_name()
234 char *name; in sxe_prop_dim_read() local
258 name = NULL; in sxe_prop_dim_read()
689 name = NULL; in sxe_property_get_adr()
1199 name = (char *) node->name; in sxe_get_prop_hash()
1200 if (!name) { in sxe_get_prop_hash()
[all …]
/PHP-7.3/ext/soap/
H A Dphp_sdl.c402 if (name && name->children && name->children->content) { in load_wsdl_ex()
412 if (name && name->children && name->children->content) { in load_wsdl_ex()
422 if (name && name->children && name->children->content) { in load_wsdl_ex()
432 if (name && name->children && name->children->content) { in load_wsdl_ex()
522 h->name = estrdup(h->element->name); in wsdl_soap_binding_header()
1062 f->name = estrdup((char*)name->children->content); in load_wsdl()
2447 pheader->name = strdup(pheader->name); in make_persistent_sdl_function_headers()
2553 pfault->name = strdup(pfault->name); in make_persistent_sdl_function_faults()
2595 pattr->name = strdup(pattr->name); in make_persistent_sdl_attribute()
2702 ptype->name = strdup(ptype->name); in make_persistent_sdl_type()
[all …]
H A Dphp_xml.c204 int attr_is_equal_ex(xmlAttrPtr node, char *name, char *ns) in attr_is_equal_ex() argument
206 if (name == NULL || ((node->name) && strcmp((char*)node->name, name) == 0)) { in attr_is_equal_ex()
220 int node_is_equal_ex(xmlNodePtr node, char *name, char *ns) in node_is_equal_ex() argument
222 if (name == NULL || ((node->name) && strcmp((char*)node->name, name) == 0)) { in node_is_equal_ex()
240 if (attr_is_equal_ex(node, name, ns)) { in get_attribute_ex()
248 xmlNodePtr get_node_ex(xmlNodePtr node, char *name, char *ns) in get_node_ex() argument
251 if (node_is_equal_ex(node, name, ns)) { in get_node_ex()
262 if (node_is_equal_ex(node, name, ns)) { in get_node_recurisve_ex()
280 if (name != NULL) { in get_node_with_attribute_ex()
281 node = get_node_ex(node, name, name_ns); in get_node_with_attribute_ex()
[all …]
/PHP-7.3/ext/standard/
H A Dstreamsfuncs.c45 …m, wrapper, name, val) (PHP_STREAM_CONTEXT(stream) && NULL != (val = php_stream_context_get_option… argument
318 zend_string *name = NULL; in PHP_FUNCTION() local
328 &name, in PHP_FUNCTION()
330 ) || !name) { in PHP_FUNCTION()
334 if ((ZSTR_LEN(name) == 0) || (ZSTR_VAL(name)[0] == 0)) { in PHP_FUNCTION()
335 zend_string_release_ex(name, 0); in PHP_FUNCTION()
339 RETVAL_STR(name); in PHP_FUNCTION()
/PHP-7.3/build/
H A Dlibtool.m4223 # Allow CC to be a program name with arguments.
1303 libname_spec='lib$name'
1783 libname_spec='$name'
1951 *) AC_MSG_ERROR([invalid tag name: $tagname])
1976 AC_MSG_ERROR([Unsupported tag name: $tagname])
2259 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
2863 # Allow CC to be a program name with arguments.
2995 collect2name=`${CC} -print-prog-name=collect2`
4304 # Format of library name prefix.
4311 # The coded name of the library, if different from the real name.
[all …]
/PHP-7.3/ext/snmp/
H A Dsnmp.c86 while (b[i].name != NULL) { \
830 sprintf(buf, "%lu.", vars->name[count]); in php_snmp_internal()
853 … memmove((char *)(objid_query->vars[0].name), (char *)vars->name, vars->name_length * sizeof(oid)); in php_snmp_internal()
1905 p.name = (char*) name; in php_snmp_add_property()
2096 #define PHP_SNMP_BOOL_PROPERTY_READER_FUNCTION(name) \ argument
2099 ZVAL_BOOL(retval, snmp_object->name); \
2107 #define PHP_SNMP_LONG_PROPERTY_READER_FUNCTION(name) \ in PHP_SNMP_BOOL_PROPERTY_READER_FUNCTION() argument
2110 ZVAL_LONG(retval, snmp_object->name); \ in PHP_SNMP_BOOL_PROPERTY_READER_FUNCTION()
2166 #define PHP_SNMP_BOOL_PROPERTY_WRITER_FUNCTION(name) \ argument
2241 #define PHP_SNMP_PROPERTY_ENTRY_RECORD(name) \ argument
[all …]
/PHP-7.3/ext/odbc/
H A Dphp_odbc.c234 ZEND_ARG_INFO(0, name)
271 ZEND_ARG_INFO(0, name)
299 ZEND_ARG_INFO(0, name)
309 ZEND_ARG_INFO(0, name)
958 result->values[i].name, sizeof(result->values[i].name), &colnamelen, 0); in odbc_bindcols()
1839 …ash_str_update(Z_ARRVAL_P(return_value), result->values[i].name, strlen(result->values[i].name), &… in php_odbc_fetch_hash()
2873 RETURN_STRING(result->values[pv_num - 1].name); in PHP_FUNCTION()
3686 char *cat = NULL, *schema = NULL, *name = NULL; in PHP_FUNCTION() local
3723 name, SAFE_SQL_NTS(name), in PHP_FUNCTION()
3758 char *cat = NULL, *schema, *name; in PHP_FUNCTION() local
[all …]
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregcomp.c4533 cn->name, cn->name_end); in tune_call_node_call()
4541 cn->name, cn->name_end); in tune_call_node_call()
4548 int n = onig_name_to_group_numbers(env->reg, cn->name, cn->name_end, &refs); in tune_call_node_call()
4551 cn->name, cn->name_end); in tune_call_node_call()
4556 cn->name, cn->name_end); in tune_call_node_call()
7292 p_string(f, cn->name_end - cn->name, cn->name); in print_indent_tree()
/PHP-7.3/ext/com_dotnet/
H A Dcom_typeinfo.c187 c.name = zend_string_init(const_name, len, mode & CONST_PERSISTENT); in php_com_import_typelib()
190 if(c.name == NULL) { in php_com_import_typelib()
199 if ((exists = zend_get_constant(c.name)) != NULL) { in php_com_import_typelib()
201 …php_error_docref(NULL, E_WARNING, "Type library constant %s is already defined", ZSTR_VAL(c.name)); in php_com_import_typelib()
203 zend_string_release_ex(c.name, mode & CONST_PERSISTENT); in php_com_import_typelib()
379 const char *name; member
414 for (i = 0; vt_names[i].name != NULL; i++) { in vt_to_string()
416 return vt_names[i].name; in vt_to_string()

Completed in 163 milliseconds

12345678910>>...75