Home
last modified time | relevance | path

Searched defs:type (Results 201 – 225 of 259) sorted by relevance

1234567891011

/PHP-8.1/ext/xsl/
H A Dxsltprocessor.c94 static void xsl_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs, int type) /* {{{ */ in xsl_ext_function_php()
/PHP-8.1/ext/standard/
H A Dpassword.c306 …ing *php_password_argon2_hash(const zend_string *password, zend_array *options, argon2_type type) { in php_password_argon2_hash()
H A Dbasic_functions.stub.php558 function dns_check_record(string $hostname, string $type = "MX"): bool {}
561 function checkdnsrr(string $hostname, string $type = "MX"): bool {}
569 function dns_get_record(string $hostname, int $type = DNS_ANY, &$authoritative_name_servers = null,…
1682 function stream_socket_pair(int $domain, int $type, int $protocol): array|false {}
1786 function settype(mixed &$var, string $type): bool {}
H A Dproc_open.c464 descriptor_type type; member
/PHP-8.1/ext/pdo/
H A Dpdo_stmt.c2261 static zval *row_prop_read(zend_object *object, zend_string *name, int type, void **cache_slot, zva… in row_prop_read()
2290 static zval *row_dim_read(zend_object *object, zval *member, int type, zval *rv) in row_dim_read()
/PHP-8.1/ext/iconv/
H A Diconv.c2240 zend_string *type; in PHP_FUNCTION() local
2278 zend_string *type = NULL; in PHP_FUNCTION() local
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_helpers.c1368 …id ZEND_FASTCALL zend_jit_fetch_dim_obj_helper(zval *object_ptr, zval *dim, zval *result, int type) in zend_jit_fetch_dim_obj_helper()
1954 static zend_always_inline bool check_type_array_assignable(zend_type type) { in check_type_array_assignable()
1977 …ine ZEND_COLD void zend_throw_auto_init_in_prop_error(zend_property_info *prop, const char *type) { in zend_throw_auto_init_in_prop_error()
/PHP-8.1/ext/xml/
H A Dcompat.c353 _external_entity_ref_handler(void *user, const xmlChar *names, int type, const xmlChar *sys_id, con… in _external_entity_ref_handler()
/PHP-8.1/Zend/
H A Dzend_API.c99 ZEND_API const char *zend_get_type_by_const(int type) /* {{{ */ in zend_get_type_by_const()
457 const char *type = type_str ? ZSTR_VAL(type_str) : fallback_type; in zend_null_arg_deprecated() local
517 zend_uchar type; in zend_parse_arg_long_weak() local
578 zend_uchar type; in zend_parse_arg_double_weak() local
625 zend_uchar type = is_numeric_str_function(str, &lval, &dval); in zend_parse_arg_number_slow() local
4093 …_string *name, zval *property, int access_type, zend_string *doc_comment, zend_type type) /* {{{ */ in zend_declare_typed_property()
H A Dzend_weakrefs.c306 static zval *zend_weakmap_read_dimension(zend_object *object, zval *offset, int type, zval *rv) in zend_weakmap_read_dimension()
H A Dzend_ast.h361 static zend_always_inline zend_ast *zend_ast_create_cast(uint32_t type, zend_ast *op0) { in zend_ast_create_cast()
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c142 zend_type type; member
541 const char *type = zend_zval_type_name(value); in _const_string() local
568 const char *type = zend_zval_type_name(&c->value); in _class_const_string() local
1333 static reflection_type_kind get_type_kind(zend_type type) { in get_type_kind()
1361 static void reflection_type_factory(zend_type type, zval *object, bool legacy_behavior) in reflection_type_factory()
3022 static zend_string *zend_type_to_string_without_null(zend_type type) { in zend_type_to_string_without_null()
3077 static void append_type(zval *return_value, zend_type type) { in append_type()
6865 zend_type type = ZEND_TYPE_INIT_CODE(ce->enum_backing_type, 0, 0); in ZEND_METHOD() local
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_prompt.c1359 const char *type, *name; in PHPDBG_COMMAND() local
/PHP-8.1/sapi/cli/
H A Dphp_cli_server.c146 } type; member
719 static void sapi_cli_server_log_write(int type, const char *msg) /* {{{ */ in sapi_cli_server_log_write()
1212 static void php_cli_server_logf(int type, const char *format, ...) /* {{{ */ in php_cli_server_logf()
/PHP-8.1/ext/soap/
H A Dphp_soap.h97 int type; member
H A Dsoap.c688 zend_long type; in PHP_METHOD() local
2593 sdlTypePtr type; local
4236 static void type_to_string(sdlTypePtr type, smart_str *buf, int level) /* {{{ */
/PHP-8.1/ext/dom/
H A Ddocument.c1646 static void _dom_document_schema_validate(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ in _dom_document_schema_validate()
1756 static void _dom_document_relaxNG_validate(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ in _dom_document_relaxNG_validate()
H A Dnode.c773 int type = nodep->type; in dom_node_text_content_write() local
/PHP-8.1/win32/build/
H A Dconfutils.js220 function ConfigureArg(type, optname, helptext, defval) argument
/PHP-8.1/ext/spl/
H A Dspl_fixedarray.c419 static zval *spl_fixedarray_object_read_dimension(zend_object *object, zval *offset, int type, zval… in spl_fixedarray_object_read_dimension()
/PHP-8.1/ext/opcache/jit/libudis86/
H A Dtypes.h153 enum ud_type type; member
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_ps.c476 …lnd_stmt_execute_parse_response(MYSQLND_STMT * const s, enum_mysqlnd_parse_exec_response_type type) in mysqlnd_stmt_execute_parse_response()
/PHP-8.1/main/
H A Doutput.c686 PHPAPI int php_output_handler_hook(php_output_handler_hook_t type, void *arg) in php_output_handler_hook()
/PHP-8.1/sapi/litespeed/
H A Dlsapi_main.c789 int type = ZEND_INI_PERDIR; in alter_ini() local
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_main.c416 static void fpm_fcgi_log(int type, const char *fmt, ...) /* {{{ */ in fpm_fcgi_log()

Completed in 200 milliseconds

1234567891011