Home
last modified time | relevance | path

Searched refs:method (Results 651 – 675 of 702) sorted by relevance

1...<<212223242526272829

/PHP-5.5/
H A DNEWS257 method calls). (Stas)
3738 . Add createCollation() method. (Brad Dewar)
4323 in method. (Scott)
4336 method/function definition). (Felipe)
6417 incorrect method name). (Felipe)
6702 and $this->$method()). (Dmitry)
7790 . Added addEmptyDir method
8120 SoapServer::setClass() method). (Dmitry)
8335 exception is thrown from __get method). (Tony)
8530 method). (Tony)
[all …]
H A DREADME.PARAMETER_PARSING_API57 f - function or array containing php method call info (returned as
/PHP-5.5/ext/intl/
H A DERROR.CONVENTIONS34 :: The last is ALSO stored in the object whose method call triggered the error,
/PHP-5.5/ext/standard/tests/strings/
H A Dstrlen.phpt64 The error can be avoided by choosing the __toString magix method as follows: */
H A Dstrstr.phpt75 The error can be avoided by choosing the __toString magix method as follows: */
H A Dstrpos.phpt99 The error can be avoided by choosing the __toString magix method as follows: */
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in316 ; request method - the request method (GET, POST, ...);
340 ; request method: GET
400 ; %m: request method
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_warnings.phpt50 printf("[009] Borked object, method next is missing\n");
/PHP-5.5/sapi/apache2handler/
H A Dphp_functions.c139 ADD_STRING(method); in PHP_FUNCTION()
H A Dsapi_apache2.c479 SG(request_info).request_method = r->method; in php_apache_request_ctor()
/PHP-5.5/ext/date/tests/
H A DDateTime_data-fall-type2-type2.inc4 * Note: test names match method names in a set of PHPUnit tests
H A DDateTime_data-fall-type2-type3.inc4 * Note: test names match method names in a set of PHPUnit tests
H A DDateTime_data-fall-type3-type2.inc4 * Note: test names match method names in a set of PHPUnit tests
H A DDateTime_data-fall-type3-type3.inc4 * Note: test names match method names in a set of PHPUnit tests
/PHP-5.5/ext/spl/internal/
H A Dsplfileobject.inc142 * @param whence seek method (SEEK_SET, SEEK_CUR, SEEK_END)
/PHP-5.5/main/streams/
H A Dtransports.c361 param.inputs.method = crypto_method; in php_stream_xport_crypto_setup()
/PHP-5.5/ext/gd/
H A Dgd.c871 ZEND_ARG_INFO(0, method)
5108 gdInterpolationMethod method; in PHP_FUNCTION() local
5113 method = tmp_m; in PHP_FUNCTION()
5131 if (gdImageSetInterpolationMethod(im, method)) { in PHP_FUNCTION()
5461 long method = GD_BILINEAR_FIXED; in PHP_FUNCTION() local
5463 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|l", &IM, &method) == FAILURE) { in PHP_FUNCTION()
5469 if (method == -1) { in PHP_FUNCTION()
5470 method = GD_BILINEAR_FIXED; in PHP_FUNCTION()
5472 RETURN_BOOL(gdImageSetInterpolationMethod(im, (gdInterpolationMethod) method)); in PHP_FUNCTION()
/PHP-5.5/Zend/
H A Dzend_vm_def.h2698 zval **method = NULL; variable
2702 zend_hash_index_find(Z_ARRVAL_P(function_name), 1, (void **) &method);
2704 if (!obj || !method) {
2712 if (Z_TYPE_PP(method) != IS_STRING) {
2726 call->fbc = ce->get_static_method(ce, Z_STRVAL_PP(method), Z_STRLEN_PP(method) TSRMLS_CC);
2728 …call->fbc = zend_std_get_static_method(ce, Z_STRVAL_PP(method), Z_STRLEN_PP(method), NULL TSRMLS_C…
2734 …_OBJ_HT_P(call->object)->get_method(&call->object, Z_STRVAL_PP(method), Z_STRLEN_PP(method), NULL …
2736 …ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), Z_STRVAL_PP(method));
2755 … zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method));
H A Dzend_language_parser.y1039 …| method '[' dim_offset ']' { $1.EA = ZEND_PARSED_METHOD_CALL; fetch_array_dim(&$$, &$1, &$3 TSRML…
1042 method:
1048 method { $$ = $1; $$.EA = ZEND_PARSED_METHOD_CALL; zend_do_push_object(&$$ TSRMLS_CC); }
H A Dzend_API.h527 #define add_method(arg, key, method) add_assoc_function((arg), (key), (method)) argument
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c2446 sm->method = cb; in XMLRPC_ServerRegisterMethod()
2531 return sm->method; in XMLRPC_ServerFindMethod()
/PHP-5.5/ext/calendar/
H A Dcalendar.c127 ZEND_ARG_INFO(0, method)
/PHP-5.5/ext/com_dotnet/
H A Dcom_saproxy.c330 static int saproxy_call_method(const char *method, INTERNAL_FUNCTION_PARAMETERS) in saproxy_call_method() argument
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c454 SG(request_info).request_method = httpd_method_str(TG(hc)->method);
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c409 SG(request_info).request_method = f->r->method; in php_apache_request_ctor()

Completed in 132 milliseconds

1...<<212223242526272829