Home
last modified time | relevance | path

Searched defs:name (Results 176 – 200 of 315) sorted by relevance

12345678910>>...13

/php-src/ext/pdo/
H A Dpdo_stmt.stub.php50 public function getAttribute(int $name): mixed {}
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Dbase.h195 lxb_char_t *name; member
199 lxb_char_t name[4]; member
/php-src/ext/dom/
H A Dxpath.c437 …tic void dom_xpath_register_func_in_ctx(void *ctxt, const zend_string *ns, const zend_string *name) in dom_xpath_register_func_in_ctx()
446 zend_string *namespace, *name; in PHP_METHOD() local
/php-src/ext/soap/
H A Dphp_sdl.c378 xmlAttrPtr name = get_attribute(trav->properties, "name"); in load_wsdl_ex() local
388 xmlAttrPtr name = get_attribute(trav->properties, "name"); in load_wsdl_ex() local
398 xmlAttrPtr name = get_attribute(trav->properties, "name"); in load_wsdl_ex() local
408 xmlAttrPtr name = get_attribute(trav->properties, "name"); in load_wsdl_ex() local
657 xmlAttrPtr element, type, name; in wsdl_message() local
735 xmlAttrPtr type, name, bindingAttr, location; in load_wsdl() local
1025 xmlAttrPtr message, name; in load_wsdl() local
/php-src/win32/
H A Dcodepage.h38 char *name; member
/php-src/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h44 const char *name; member
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.h55 char *name; member
113 char *name; member
/php-src/Zend/Optimizer/
H A Dzend_dump.c444 const char *name = zend_get_opcode_name(opline->opcode); in zend_dump_op() local
1203 static void zend_dump_var_set(const zend_op_array *op_array, const char *name, zend_bitset set) in zend_dump_var_set()
H A Dsccp.c758 static bool can_ct_eval_func_call(zend_function *func, zend_string *name, uint32_t num_args, zval *… in can_ct_eval_func_call()
795 zend_string *name = func->common.function_name; in ct_eval_func_call_ex() local
855 zend_op_array *op_array, zval *result, zend_string *name, uint32_t num_args, zval **args) { in ct_eval_func_call()
1650 zval *name, *args[3] = {NULL}; in sccp_visit_instr() local
H A Dscdf.c103 void scdf_solve(scdf_ctx *scdf, const char *name) { in scdf_solve()
/php-src/main/
H A Dphp_ini.c885 PHPAPI zval *cfg_get_entry_ex(zend_string *name)
892 PHPAPI zval *cfg_get_entry(const char *name, size_t name_length)
/php-src/ext/standard/
H A Ddns.c293 static zend_string *php_gethostbyname(char *name) in php_gethostbyname()
456 char name[MAXHOSTNAMELEN] = {0}; in php_parserr() local
H A Dhttp.c283 #define CHECK_OPTION(name) \ in cache_request_parse_body_options() argument
/php-src/sapi/phpdbg/
H A Dphpdbg_bp.c404 PHPDBG_API void phpdbg_set_breakpoint_symbol(const char *name, size_t name_len) /* {{{ */ in phpdbg_set_breakpoint_symbol()
784 PHPDBG_API void phpdbg_set_breakpoint_opcode(const char *name, size_t name_len) /* {{{ */ in phpdbg_set_breakpoint_opcode()
1199 char *name = NULL; in phpdbg_delete_breakpoint() local
H A Dphpdbg_bp.h40 #define phpdbg_breakbase(name) \ argument
H A Dphpdbg_print.c327 zend_string *name; in phpdbg_print_opcodes() local
/php-src/ext/opcache/jit/ir/
H A Dir_emit.c273 void *ir_resolve_sym_name(const char *name) in ir_resolve_sym_name()
310 const char *name = ir_get_str(ctx, addr_insn->val.name); in ir_sym_addr() local
321 const char *name = ir_get_str(ctx, addr_insn->val.name); in ir_sym_val() local
H A Dgen_ir_fold_hash.c253 #define IR_OP_ADD(name, flags, op1, op2, op3) \ in main() argument
/php-src/ext/opcache/
H A Dshared_alloc_win32.c72 static char *create_name_with_username(char *name) in create_name_with_username()
/php-src/ext/date/
H A Dphp_date.c1503 static void write_date_period_property(zend_object *obj, const char *name, const size_t name_len, z… in write_date_period_property()
1738 static int date_interval_has_property(zend_object *object, zend_string *name, int type, void **cach… in date_interval_has_property()
2336 zend_string *name; in add_common_properties() local
2978 static bool date_time_is_internal_property(zend_string *name) in date_time_is_internal_property()
3129 #define PHP_DATE_PARSE_DATE_SET_TIME_ELEMENT(name, elem) \ in php_date_do_return_parsed_time() argument
4175 static bool date_timezone_is_internal_property(zend_string *name) in date_timezone_is_internal_property()
4553 static zval *date_interval_write_property(zend_object *object, zend_string *name, zval *value, void… in date_interval_write_property()
4792 static bool date_interval_is_internal_property(zend_string *name) in date_interval_is_internal_property()
5872 static bool date_period_is_internal_property(zend_string *name) in date_period_is_internal_property()
5957 static zval *date_period_write_property(zend_object *object, zend_string *name, zval *value, void *… in date_period_write_property()
[all …]
/php-src/ext/spl/
H A Dspl_array.c808 static zval *spl_array_read_property(zend_object *object, zend_string *name, int type, void **cache… in spl_array_read_property()
821 static zval *spl_array_write_property(zend_object *object, zend_string *name, zval *value, void **c… in spl_array_write_property()
835 static zval *spl_array_get_property_ptr_ptr(zend_object *object, zend_string *name, int type, void … in spl_array_get_property_ptr_ptr()
853 static int spl_array_has_property(zend_object *object, zend_string *name, int has_set_exists, void … in spl_array_has_property()
866 static void spl_array_unset_property(zend_object *object, zend_string *name, void **cache_slot) /* … in spl_array_unset_property()
/php-src/Zend/
H A Dzend_ini_scanner.l53 #define STATE(name) yyc##name argument
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_singlebyte.c56 #define DEF_SB(id, name, mime_name, aliases) \ argument
95 #define DEF_SB_TBL(id, name, mime_name, aliases, tbl_min, tbl) \ argument
/php-src/sapi/litespeed/
H A Dlsapi_main.c110 #define INI_DEFAULT(name,value)\ argument
189 static char *sapi_lsapi_getenv(const char * name, size_t name_len ) in sapi_lsapi_getenv()
1724 const char **name = mod_names; in PHP_FUNCTION() local
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtoken.c352 const lxb_char_t *name, size_t name_len) in lxb_html_token_find_attr()

Completed in 112 milliseconds

12345678910>>...13