Home
last modified time | relevance | path

Searched refs:type_name (Results 1 – 25 of 66) sorted by last modified time

123

/PHP-7.4/ext/pgsql/
H A Dpgsql.c5671 if (!strcmp(type_name, "bool")|| !strcmp(type_name, "boolean"))
5677 if (!strcmp(type_name, "int2") || !strcmp(type_name, "smallint"))
5679 if (!strcmp(type_name, "int4") || !strcmp(type_name, "integer"))
5681 if (!strcmp(type_name, "int8") || !strcmp(type_name, "bigint"))
5684 if (!strcmp(type_name, "float4") || !strcmp(type_name, "real"))
5686 if (!strcmp(type_name, "float8") || !strcmp(type_name, "double precision"))
5695 if (!strcmp(type_name, "bpchar") || !strcmp(type_name, "character"))
5697 if (!strcmp(type_name, "varchar") || !strcmp(type_name, "character varying"))
5710 if (!strcmp(type_name, "time with time zone") || !strcmp(type_name, "timetz"))
5712 if (!strcmp(type_name, "timestamp without time zone") || !strcmp(type_name, "timestamp"))
[all …]
/PHP-7.4/ext/ffi/
H A Dffi.g25 %sub-start type_name
134 type_name(&align_dcl)
219 // | "_Atomic" "(" type_name ")" // TODO: not-implemented ???
457 type_name(zend_ffi_dcl *dcl):
702 type_name(&dcl)
768 type_name(&dcl)
776 type_name(&dcl)
782 type_name(&dcl)
/PHP-7.4/Zend/
H A Dzend_list.c269 …t_destructors_ex(rsrc_dtor_func_t ld, rsrc_dtor_func_t pld, const char *type_name, int module_numb… in zend_register_list_destructors_ex() argument
279 lde->type_name = type_name; in zend_register_list_destructors_ex()
288 ZEND_API int zend_fetch_list_dtor_id(const char *type_name) in zend_fetch_list_dtor_id() argument
293 if (lde->type_name && (strcmp(type_name, lde->type_name) == 0)) { in zend_fetch_list_dtor_id()
326 return lde->type_name; in zend_rsrc_list_get_rsrc_type()
H A Dzend_API.c2217 const char *type_name = (const char*)info->type; in zend_register_functions() local
2219 if (type_name[0] == '?') { in zend_register_functions()
2220 type_name++; in zend_register_functions()
2222 if (!scope && (!strcasecmp(type_name, "self") || !strcasecmp(type_name, "parent"))) { in zend_register_functions()
2223 …r_noreturn(E_CORE_ERROR, "Cannot declare a return type of %s outside of a class scope", type_name); in zend_register_functions()
H A Dzend.c975 zend_string *type_name = ZEND_TYPE_NAME(prop_info->type); in zend_resolve_property_types() local
976 zend_string *lc_type_name = zend_string_tolower(type_name); in zend_resolve_property_types()
982 zend_string_release(type_name); in zend_resolve_property_types()
H A Dzend_inheritance.c554 const char *type_name = zend_get_type_by_const(ZEND_TYPE_CODE(arg_info->type)); in zend_append_type_hint() local
555 smart_str_appends(str, type_name); in zend_append_type_hint()
/PHP-7.4/ext/standard/
H A Dvar.c196 const char *type_name = zend_rsrc_list_get_rsrc_type(Z_RES_P(struc)); in php_var_dump() local
197 …("%sresource(%d) of type (%s)\n", COMMON, Z_RES_P(struc)->handle, type_name ? type_name : "Unknown… in php_var_dump()
382 const char *type_name = zend_rsrc_list_get_rsrc_type(Z_RES_P(struc)); in php_debug_zval_dump() local
383 …%d) of type (%s) refcount(%u)\n", COMMON, Z_RES_P(struc)->handle, type_name ? type_name : "Unknown… in php_debug_zval_dump()
H A Dtype.c213 const char *type_name = zend_rsrc_list_get_rsrc_type(Z_RES_P(arg)); in php_is_type() local
214 if (!type_name) { in php_is_type()
/PHP-7.4/ext/soap/
H A Dphp_encoding.c455 zend_string *type_name; in master_to_xml_int() local
457 ZEND_HASH_FOREACH_STR_KEY_VAL(SOAP_GLOBAL(class_map), type_name, tmp) { in master_to_xml_int()
462 type_name) { in master_to_xml_int()
467 enc = get_encoder(SOAP_GLOBAL(sdl), SOAP_GLOBAL(sdl)->target_ns, ZSTR_VAL(type_name)); in master_to_xml_int()
469 enc = find_encoder_by_type_name(SOAP_GLOBAL(sdl), ZSTR_VAL(type_name)); in master_to_xml_int()
2757 xmlChar *type_name = NULL; in guess_zval_convert() local
2768 type_name = tmpattr->children->content; in guess_zval_convert()
2811 if (SOAP_GLOBAL(sdl) && type_name && enc->details.sdl_type) { in guess_zval_convert()
2820 parse_namespace(type_name, &cptype, &ns); in guess_zval_convert()
H A Dsoap.c269 ZEND_ARG_INFO(0, type_name)
1008 char *type_name = NULL; in soap_create_typemap() local
1026 type_name = Z_STRVAL_P(tmp); in soap_create_typemap()
1045 if (type_name) { in soap_create_typemap()
1049 enc = get_encoder(sdl, type_ns, type_name); in soap_create_typemap()
1051 enc = get_encoder_ex(sdl, type_name, strlen(type_name)); in soap_create_typemap()
1068 new_enc->details.type_str = estrdup(type_name); in soap_create_typemap()
1095 smart_str_appends(&nscat, type_name); in soap_create_typemap()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.c727 const char *type_name = zend_rsrc_list_get_rsrc_type(Z_RES_P(zv)); in phpdbg_xml_var_dump() local
728 …s=\"%s\" id=\"%pd\" type=\"%s\" />", COMMON, Z_RES_P(zv)->handle, type_name ? type_name : "unknown… in phpdbg_xml_var_dump()
/PHP-7.4/ext/soap/tests/
H A Dbug79536.phpt51 "type_name" => "book",
H A Dtypemap001.phpt51 "type_name" => "book",
H A Dtypemap002.phpt46 "type_name" => "book",
H A Dtypemap003.phpt41 "type_name" => "book",
H A Dtypemap004.phpt29 "type_name" => "book",
H A Dtypemap005.phpt52 "type_name" => "book",
H A Dtypemap006.phpt47 "type_name" => "book",
H A Dtypemap007.phpt43 "type_name" => "book",
H A Dtypemap008.phpt31 "type_name" => "book",
H A Dtypemap009.phpt46 "type_name" => "book",
/PHP-7.4/ext/opcache/
H A Dzend_persist.c499 zend_string *type_name = ZEND_TYPE_NAME(arg_info[i].type); in zend_persist_op_array_ex() local
502 zend_accel_store_interned_string(type_name); in zend_persist_op_array_ex()
503 arg_info[i].type = ZEND_TYPE_ENCODE_CLASS(type_name, allow_null); in zend_persist_op_array_ex()
H A Dzend_persist_calc.c226 zend_string *type_name = ZEND_TYPE_NAME(arg_info[i].type); in zend_persist_op_array_calc_ex() local
229 ADD_INTERNED_STRING(type_name); in zend_persist_op_array_calc_ex()
230 arg_info[i].type = ZEND_TYPE_ENCODE_CLASS(type_name, allow_null); in zend_persist_op_array_calc_ex()
/PHP-7.4/ext/oci8/tests/
H A Dreflection1.phpt673 Parameter #1 [ <required> $type_name ]
1006 Parameter #1 [ <required> $type_name ]
/PHP-7.4/ext/oci8/
H A Doci8.c507 ZEND_ARG_INFO(0, type_name)

Completed in 103 milliseconds

123