Home
last modified time | relevance | path

Searched refs:method (Results 601 – 625 of 702) sorted by relevance

1...<<212223242526272829

/PHP-5.5/main/streams/
H A Dphp_stream_transport.h191 php_stream_xport_crypt_method_t method; member
/PHP-5.5/ext/hash/tests/
H A Dhash_hmac_file_error.phpt9 * Description: Generate a keyed hash value using the HMAC method and the contents of a given file
H A Dhash_hmac_basic.phpt9 * Description: Generate a keyed hash value using the HMAC method
/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_uassoc_error.phpt53 …ects parameter 3 to be a valid callback, second array member is not a valid method in %s on line %d
/PHP-5.5/ext/soap/
H A DTODO.old16 make $soap_object->data = 'text'; maybe invoke a set_*() and/or get_*() method
H A DTODO57 - function/method overloading/redeclaration (test(int); test(string))
H A Dsoap.c3758 xmlNodePtr method = NULL, param; local
3782 method = xmlNewChild(body, ns, BAD_CAST(function_name), NULL);
3803 rpc_result = xmlNewChild(method, rpc_ns, BAD_CAST("result"), NULL);
3853 if (use == SOAP_ENCODED && version == SOAP_1_2 && method != NULL) {
3857 *node = method;
4229 xmlNodePtr envelope = NULL, body, method = NULL, head = NULL; local
4270 method = xmlNewChild(body, ns, BAD_CAST(function->requestName), NULL);
4287 method = xmlNewChild(body, ns, BAD_CAST(function_name), NULL);
4293 method = body;
4296 method = body;
[all …]
/PHP-5.5/ext/phar/
H A Dphar_object.c1036 long method = 0; in PHP_METHOD() local
1043 switch (method) { in PHP_METHOD()
2404 switch (method) { in PHP_METHOD()
2506 switch (method) { in PHP_METHOD()
3203 long method; in PHP_METHOD() local
3226 switch (method) { in PHP_METHOD()
3316 long method; in PHP_METHOD() local
3329 switch (method) { in PHP_METHOD()
4562 switch (method) { in PHP_METHOD()
4901 long method; in PHP_METHOD() local
[all …]
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_isIterateable_001.phpt89 Fatal error: Non-static method ReflectionClass::isIterateable() cannot be called statically in %s o…
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_class_methods_variation_001.phpt6 * Description: Returns an array of method names for class or class instance.
H A Dget_class_methods_basic_002.phpt6 * Description: Returns an array of method names for class or class instance.
/PHP-5.5/ext/filter/tests/
H A D029.phpt20 /* Simple class method callback */
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt81 foreach ($methods as $k => $method) {
82 if (isset($expected_methods[$method])) {
84 unset($expected_methods[$method]);
/PHP-5.5/tests/lang/
H A DforeachLoopObjects.002.phpt99 echo "\n\nIterate over various generations from within an inherited method:\n";
113 echo "\n\nIterate over various generations from within an overridden static method:\n";
246 Iterate over various generations from within an inherited method:
321 Iterate over various generations from within an overridden static method:
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c402 apache_request_read_string_slot(offsetof(request_rec, method), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
1210 char *file, *method; in PHP_FUNCTION() local
1214 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &method, &method_len, &file, &file_len)… in PHP_FUNCTION()
1220 sub_r = ap_sub_req_method_uri(method, file, r); in PHP_FUNCTION()
1302 PHP_FALIAS(method, apache_request_method, NULL)
1858 if (rr->method) { in PHP_FUNCTION()
1859 add_property_string(return_value,"method", (char *)rr->method, 1); in PHP_FUNCTION()
/PHP-5.5/ext/oci8/tests/
H A Dlob_aliases.phpt2 LOB method aliases
/PHP-5.5/ext/xsl/tests/
H A Dbug54446.phpt23 <sax:output href="$outputfile" method="text">
H A Dbug49634.phpt24 <xsl:output encoding="UTF-8" indent="yes" method="xml" />
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1301 ZVAL_STRING(name, (method->common.scope && method->common.scope->trait_aliases)? in reflection_method_factory()
1302 zend_resolve_method_name(ce, method) : method->common.function_name, 1); in reflection_method_factory()
1303 ZVAL_STRINGL(classname, method->common.scope->name, method->common.scope->name_length, 1); in reflection_method_factory()
1306 intern->ptr = method; in reflection_method_factory()
2183 zval **method; in ZEND_METHOD() local
2207 convert_to_string_ex(method); in ZEND_METHOD()
2208 lcname_len = Z_STRLEN_PP(method); in ZEND_METHOD()
3733 zval *method; in _addmethod() local
3738 ALLOC_ZVAL(method); in _addmethod()
3748 reflection_method_factory(ce, mptr, NULL, method TSRMLS_CC); in _addmethod()
[all …]
/PHP-5.5/sapi/apache2handler/
H A DREADME18 function, and tried to stop any method where a php script can run another php
/PHP-5.5/sapi/aolserver/
H A Daolserver.c334 ADD_STRINGX("REQUEST_METHOD", NSG(conn)->request->method); in php_ns_sapi_register_variables()
452 SG(request_info).request_method = NSG(conn)->request->method; in php_ns_request_ctor()
/PHP-5.5/ext/date/tests/
H A DDateTime_data-february.inc4 * Note: test names match method names in a set of PHPUnit tests
H A DDateTime_data-spring-type3-type3.inc4 * Note: test names match method names in a set of PHPUnit tests
H A DDateTime_data-spring-type2-type3.inc4 * Note: test names match method names in a set of PHPUnit tests
/PHP-5.5/ext/snmp/tests/
H A Dsnmp-object-properties.phpt191 Warning: main(): Unknown SNMP value retrieval method '67' in %s on line %d

Completed in 90 milliseconds

1...<<212223242526272829