Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_sdl.c911 xmlAttrPtr op_name, paramOrder; in load_wsdl() local
926 op_name = get_attribute(operation->properties, "name"); in load_wsdl()
927 if (op_name == NULL) { in load_wsdl()
945 …ibute_ex(portType->children, "operation", WSDL_NAMESPACE, "name", (char*)op_name->children->conten… in load_wsdl()
947 …soap_error1(E_ERROR, "Parsing WSDL: Missing <portType>/<operation> with name '%s'", op_name->child… in load_wsdl()
952 function->functionName = estrdup((char*)op_name->children->content); in load_wsdl()
993 …soap_error1(E_ERROR, "Parsing WSDL: Missing name for <input> of '%s'", op_name->children->content); in load_wsdl()
1022 …soap_error1(E_ERROR, "Parsing WSDL: Missing name for <output> of '%s'", op_name->children->content… in load_wsdl()
1063 …soap_error1(E_ERROR, "Parsing WSDL: Missing name for <fault> of '%s'", op_name->children->content); in load_wsdl()
1067 …soap_error1(E_ERROR, "Parsing WSDL: Missing name for <output> of '%s'", op_name->children->content… in load_wsdl()
[all …]
/php-src/ext/standard/
H A Darray.c6371 static void php_array_binop(INTERNAL_FUNCTION_PARAMETERS, const char *op_name, binary_op_type op, z… argument
6394 op_name, zend_zval_type_name(entry));
6418 op_name, zend_zval_type_name(entry));

Completed in 28 milliseconds