Home
last modified time | relevance | path

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

/PHP-7.2/ext/xmlrpc/tests/
H A Dbug70728.phpt2 Bug #70728 (Type Confusion Vulnerability in PHP_to_XMLRPC_worker)
H A Dbug70728_64bit.phpt2 Bug #70728 (Type Confusion Vulnerability in PHP_to_XMLRPC_worker)
/PHP-7.2/ext/xmlrpc/
H A Dxmlrpc-epi-php.c500 static XMLRPC_VALUE PHP_to_XMLRPC_worker (const char* key, zval* in_val, int depth) in PHP_to_XMLRPC_worker() function
583 XMLRPC_AddValueToVector(xReturn, PHP_to_XMLRPC_worker(num_str, pIter, depth++)); in PHP_to_XMLRPC_worker()
588 XMLRPC_AddValueToVector(xReturn, PHP_to_XMLRPC_worker(ZSTR_VAL(my_key), pIter, depth++)); in PHP_to_XMLRPC_worker()
607 return PHP_to_XMLRPC_worker(NULL, root_val, 0); in PHP_to_XMLRPC()

Completed in 10 milliseconds