Home
last modified time | relevance | path

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

/PHP-7.2/ext/soap/
H A Dsoap.c1524 zval tmp_soap; local
1709 object_init_ex(&tmp_soap, service->soap_class.ce);
1712 …if (zend_hash_str_exists(&Z_OBJCE(tmp_soap)->function_table, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZE…
1716 …if (call_user_function(NULL, &tmp_soap, &constructor, &c_ret, service->soap_class.argc, service->s…
1724 zval_ptr_dtor(&tmp_soap);
1734 …if (zend_hash_str_exists(&Z_OBJCE(tmp_soap)->function_table, php_strtolower(class_name, class_name…
1738 …if (call_user_function(NULL, &tmp_soap, &constructor, &c_ret, service->soap_class.argc, service->s…
1748 zval_ptr_dtor(&tmp_soap);
1767 soap_obj = &tmp_soap;
1770 soap_obj = &tmp_soap;
[all …]

Completed in 14 milliseconds