Home
last modified time | relevance | path

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

/PHP-8.0/ext/soap/
H A Dphp_encoding.h170 #define UNKNOWN_TYPE 999998 macro
H A Dphp_encoding.c141 {{UNKNOWN_TYPE, NULL, NULL, NULL, NULL}, guess_zval_convert, guess_xml_convert},
482 encode = get_conversion(UNKNOWN_TYPE); in master_to_xml_int()
568 encode = get_conversion(UNKNOWN_TYPE); in master_to_zval()
H A Dsoap.c427 REGISTER_LONG_CONSTANT("UNKNOWN_TYPE", UNKNOWN_TYPE, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
702 add_property_long(this_ptr, "enc_type", UNKNOWN_TYPE); in PHP_METHOD()
793 enc = get_conversion(UNKNOWN_TYPE); in soap_create_typemap()
/PHP-8.0/sapi/fpm/tests/
H A Dfcgi.inc51 const UNKNOWN_TYPE = 11;
52 const MAXTYPE = self::UNKNOWN_TYPE;

Completed in 44 milliseconds