Home
last modified time | relevance | path

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

/PHP-7.2/ext/soap/
H A Dsoap.c894 zval *t_ns = zend_hash_index_find(Z_ARRVAL_P(code), 0); in PHP_METHOD() local
896 if (t_ns && t_code && Z_TYPE_P(t_ns) == IS_STRING && Z_TYPE_P(t_code) == IS_STRING) { in PHP_METHOD()
897 fault_code_ns = Z_STRVAL_P(t_ns); in PHP_METHOD()

Completed in 22 milliseconds