Home
last modified time | relevance | path

Searched refs:UNKNOWN_TYPE (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/ext/soap/
H A Dphp_encoding.h172 #define UNKNOWN_TYPE 999998 macro
H A Dphp_encoding.c143 {{UNKNOWN_TYPE, NULL, NULL, NULL, NULL}, guess_zval_convert, guess_xml_convert},
484 encode = get_conversion(UNKNOWN_TYPE); in master_to_xml_int()
570 encode = get_conversion(UNKNOWN_TYPE); in master_to_zval()
H A Dsoap.c700 REGISTER_LONG_CONSTANT("UNKNOWN_TYPE", UNKNOWN_TYPE, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
974 add_property_long(this_ptr, "enc_type", UNKNOWN_TYPE); in PHP_METHOD()
1065 enc = get_conversion(UNKNOWN_TYPE); in soap_create_typemap()
/PHP-7.3/sapi/fpm/tests/
H A Dfcgi.inc50 const UNKNOWN_TYPE = 11;
51 const MAXTYPE = self::UNKNOWN_TYPE;

Completed in 41 milliseconds