Home
last modified time | relevance | path

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

/PHP-7.2/ext/soap/
H A Dphp_encoding.h173 #define UNKNOWN_TYPE 999998 macro
H A Dphp_encoding.c144 {{UNKNOWN_TYPE, NULL, NULL, NULL, NULL}, guess_zval_convert, guess_xml_convert},
486 encode = get_conversion(UNKNOWN_TYPE); in master_to_xml_int()
572 encode = get_conversion(UNKNOWN_TYPE); in master_to_zval()
H A Dsoap.c717 REGISTER_LONG_CONSTANT("UNKNOWN_TYPE", UNKNOWN_TYPE, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
991 add_property_long(this_ptr, "enc_type", UNKNOWN_TYPE); in PHP_METHOD()
1082 enc = get_conversion(UNKNOWN_TYPE); in soap_create_typemap()
/PHP-7.2/sapi/fpm/tests/
H A Dfcgi.inc50 const UNKNOWN_TYPE = 11;
51 const MAXTYPE = self::UNKNOWN_TYPE;

Completed in 30 milliseconds