Home
last modified time | relevance | path

Searched refs:method (Results 676 – 700 of 702) sorted by relevance

1...<<212223242526272829

/PHP-5.5/sapi/apache/
H A Dmod_php5.c530 SG(request_info).request_method = (char *)r->method; in init_request_info()
/PHP-5.5/Zend/
H A Dzend.h512 …union _zend_function *(*get_static_method)(zend_class_entry *ce, char* method, int method_len TSRM…
H A Dzend_vm_execute.h1295 zval **method = NULL; in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER() local
1301 if (!obj || !method) { in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1323 call->fbc = ce->get_static_method(ce, Z_STRVAL_PP(method), Z_STRLEN_PP(method) TSRMLS_CC); in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1620 zval **method = NULL; in ZEND_INIT_FCALL_BY_NAME_SPEC_TMP_HANDLER() local
1626 if (!obj || !method) { in ZEND_INIT_FCALL_BY_NAME_SPEC_TMP_HANDLER()
1648 call->fbc = ce->get_static_method(ce, Z_STRVAL_PP(method), Z_STRLEN_PP(method) TSRMLS_CC); in ZEND_INIT_FCALL_BY_NAME_SPEC_TMP_HANDLER()
1807 zval **method = NULL; in ZEND_INIT_FCALL_BY_NAME_SPEC_VAR_HANDLER() local
1813 if (!obj || !method) { in ZEND_INIT_FCALL_BY_NAME_SPEC_VAR_HANDLER()
1835 call->fbc = ce->get_static_method(ce, Z_STRVAL_PP(method), Z_STRLEN_PP(method) TSRMLS_CC); in ZEND_INIT_FCALL_BY_NAME_SPEC_VAR_HANDLER()
2032 zval **method = NULL; in ZEND_INIT_FCALL_BY_NAME_SPEC_CV_HANDLER() local
[all …]
H A Dzend_builtin_functions.c163 ZEND_ARG_INFO(0, method)
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja693 o To use Japanese in GET method
695 If you need to assign Japanese text in GET method with argument, such as;
/PHP-5.5/ext/spl/
H A Dspl_directory.c665 zend_function *spl_filesystem_object_get_method_check(zval **object_ptr, char *method, int method_l… in spl_filesystem_object_get_method_check() argument
670 method = "_bad_state_ex"; in spl_filesystem_object_get_method_check()
675 return zend_get_std_object_handlers()->get_method(object_ptr, method, method_len, key TSRMLS_CC); in spl_filesystem_object_get_method_check()
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt11 must be from getAvailableLocales method.
/PHP-5.5/ext/standard/
H A Dbasic_functions.c5037 zval **obj, **method; local
5043 && zend_hash_index_find(Z_ARRVAL_P(function), 1, (void **) &method) == SUCCESS
5045 && Z_TYPE_PP(method) == IS_STRING) {
5046 …, "Unable to call %s::%s() - function does not exist", Z_OBJCE_PP(obj)->name, Z_STRVAL_PP(method));
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc94 'inf' => '<method> Selects the hash algorithm.',
412 * Check whether hash method is valid.
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_replace.phpt123 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: */
H A Dstrcasecmp.phpt39 The error can be avoided by choosing the __toString magix method as follows: */
/PHP-5.5/
H A DINSTALL68 choices for the method of connecting PHP to the server. For many
341 advantages and drawbacks of each method. Building as a shared object
344 apache (static method) means that PHP will load and run faster. For
877 simplest method. The core package has been separated from the various
939 using this method, it is now deprecated. You can still use the old
2113 No, it is possible to handle any request method, e.g. CONNECT.
H A Dacinclude.m42277 dnl If still not found use old skool method
2353 dnl If pkg-config fails for some reason, revert to the old method
H A Dphp.ini-development1473 ; collection through a shell script, cron entry, or some other method.
H A Dphp.ini-production1473 ; collection through a shell script, cron entry, or some other method.
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c582 SG(request_info).request_method = (char *)r->method; in init_request_info()
/PHP-5.5/win32/
H A Dinstall.txt69 choices for the method of connecting PHP to the server. For many
143 you'll soon learn, the preferred method for installing PHP is to
1801 No, it is possible to handle any request method, e.g. CONNECT. Proper
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE48 We protect your rights with a two-step method: (1) we copyright the
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c1662 client->request.request_method = parser->method; in php_cli_server_client_read_request_on_url()
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY809 2004/11/25: [impl] remove get_type_cc_node method from OnigEncodingType.
833 2004/11/16: [impl] add get_type_cc_node method to OnigEncodingType.
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1178 * uncompress(method, old, n, newch) - uncompress old into new,
1179 * using method, return sizeof new
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c2713 static int row_call_method(const char *method, INTERNAL_FUNCTION_PARAMETERS) in row_call_method() argument
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3461 # 3F86C928&method=display&p_objectid=97F351F5-9C35-4E5E-89C280A93F86C928
3463 # 721C479F&method=display&p_objectid=A5C2FD43-3AC9-4C71-B682C7BE721C479F
3999 # other than 8 ("deflate", the only method defined in RFC 1952).
4002 >2 byte <8 \b, reserved method
4003 >2 byte >8 \b, unknown method
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog340 method has been implemented. This infelicity was discovered by the LLVM
1305 13. Applied Dmitry V. Levin's patch for a more portable method for linking with

Completed in 310 milliseconds

1...<<212223242526272829