Home
last modified time | relevance | path

Searched refs:method (Results 801 – 825 of 830) sorted by relevance

1...<<31323334

/PHP-7.4/ext/date/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-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c2438 sm->method = cb; in XMLRPC_ServerRegisterMethod()
2523 return sm->method; in XMLRPC_ServerFindMethod()
/PHP-7.4/ext/calendar/
H A Dcalendar.c128 ZEND_ARG_INFO(0, method)
/PHP-7.4/ext/com_dotnet/
H A Dcom_saproxy.c332 static int saproxy_call_method(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETE… in saproxy_call_method() argument
H A Dcom_handlers.c382 static int com_call_method(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETERS) in com_call_method() argument
/PHP-7.4/docs/
H A Dparameter-parsing-api.md73 f - function or array containing php method call info (returned as
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c510 SG(request_info).request_method = r->method; in php_apache_request_ctor()
/PHP-7.4/
H A DNEWS738 method). (Nikita)
888 . Fixed bug #79548 (Preloading segfault with inherited method using static
1184 . Fixed bug #78776 (Abstract method implementation from trait does not check
1213 . Fixed bug #79068 (gdTransformAffineCopy() changes interpolation method).
1221 . Fixed bug #78950 (Preloading trait method with static variables). (Nikita)
1332 . Fixed bug #76430 (__METHOD__ inconsistent outside of method).
1399 . The built-in CLI server now reports the request method in log files.
2351 . Fixed bug #77410 (Segmentation Fault when executing method with an empty
2527 . Fixed bug #76869 (Incorrect bypassing protected method accessibilty check).
2558 . Implemented FR #74668: Add DateTime::createFromImmutable() method.
/PHP-7.4/ext/standard/tests/strings/
H A Dstrstr.phpt75 The error can be avoided by choosing the __toString magix method as follows: */
H A Dstrpos.phpt102 The error can be avoided by choosing the __toString magix method as follows: */
H A Dstr_replace.phpt123 The error can be avoided by choosing the __toString magix method as follows: */
H A Dstrcasecmp.phpt39 The error can be avoided by choosing the __toString magix method as follows: */
H A Dstrcmp.phpt39 The error can be avoided by choosing the __toString magix method as follows: */
/PHP-7.4/ext/standard/
H A Dbasic_functions.c5109 zval *obj, *method; local
5115 && (method = zend_hash_index_find(Z_ARRVAL_P(function), 1)) != NULL
5117 && Z_TYPE_P(method) == IS_STRING) {
5118 …e to call %s::%s() - function does not exist", ZSTR_VAL(Z_OBJCE_P(obj)->name), Z_STRVAL_P(method));
/PHP-7.4/ext/phar/phar/
H A Dpharcommand.inc94 'inf' => '<method> Selects the hash algorithm.',
412 * Check whether hash method is valid.
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c1662 client->request.request_method = parser->method; in php_cli_server_client_read_request_on_url()
1666 ZEND_ASSERT(client->request.request_method == parser->method); in php_cli_server_client_read_request_on_url()
/PHP-7.4/ext/spl/
H A Dspl_directory.c678 zend_function *spl_filesystem_object_get_method_check(zend_object **object, zend_string *method, co… in spl_filesystem_object_get_method_check() argument
690 return zend_std_get_method(object, method, key); in spl_filesystem_object_get_method_check()
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE48 We protect your rights with a two-step method: (1) we copyright the
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c159 ZEND_ARG_INFO(0, method)
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE49 We protect your rights with a two-step method: (1) we copyright the
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c2602 static int row_call_method(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETERS) in row_call_method() argument
/PHP-7.4/ext/phar/tests/files/
H A Dpear2coverage.phar121 $output->writeAttribute('method', 'POST');
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます88 # check for valid compression method 0-4
2796 # compression method (0-4)
2797 >>8 uleshort x \b, %u method
2884 >>8 string !A \b, %-.1s method
3180 # check 1st character of method id like -lz4- -lh5- or -pm2-
3182 # check 5th character of method id
3186 # check 2nd, 3th and 4th character of method id
6688 >2 byte <8 \b, reserved method
6689 >2 byte >8 \b, unknown method
20515 # IME: Input method editor
[all …]

Completed in 179 milliseconds

1...<<31323334