Home
last modified time | relevance | path

Searched refs:method (Results 226 – 250 of 702) sorted by relevance

12345678910>>...29

/PHP-5.5/ext/standard/tests/class_object/
H A Dmethod_exists_variation_001.phpt5 /* Prototype : proto bool method_exists(object object, string method)
6 * Description: Checks if the class method exists
23 $method = 'string_val';
81 var_dump( method_exists($value, $method) );
/PHP-5.5/ext/curl/
H A Dphp_curl.h125 int method; member
134 int method; member
141 int method; member
/PHP-5.5/Zend/tests/
H A Dindirect_call_array_004.phpt2 Indirect method call by array - Testing exception and method magics
H A D009.phpt33 Strict Standards: Non-static method foo::bar() should not be called statically in %s on line %d
36 Strict Standards: Non-static method foo::bar() should not be called statically in %s on line %d
H A Dns_058.phpt19 return "method ok\n";
51 method ok
H A Dns_057.phpt21 return "method ok\n";
53 method ok
/PHP-5.5/tests/lang/
H A DpassByReference_006.phpt40 echo "\n ---- Pass uninitialised arrays & objects by ref: static method call ---\n";
50 echo "\n ---- Pass uninitialised arrays & objects by ref: instance method call ---\n";
92 ---- Pass uninitialised arrays & objects by ref: static method call ---
94 Strict Standards: Non-static method C::refs() should not be called statically in %s on line 39
163 ---- Pass uninitialised arrays & objects by ref: instance method call ---
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_export_basic1.phpt39 Method [ <user, inherits A> public method privf ] {
47 Method [ <user, inherits A> public method pubf ] {
H A DReflectionMethod_invokeArgs_basic.phpt33 echo "Public method:\n";
52 Public method:
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug32647.phpt52 Strict Standards: Non-static method bar::barfoo() should not be called statically in %sbug32647.php…
57 Strict Standards: Non-static method bar::barfoo() should not be called statically in Unknown on lin…
59 Strict Standards: Non-static method bar::barfoo() should not be called statically in Unknown on lin…
/PHP-5.5/ext/session/tests/
H A D024.phpt53 function method() { $this->yes++; }
63 $baz->method();
64 $arr[3]->method();
H A D004.phpt52 function method() { $this->yes++; }
59 $_SESSION["baz"]->method();
60 $_SESSION["arr"][3]->method();
/PHP-5.5/sapi/phttpd/
H A Dphttpd.c189 SG(request_info).request_method = PHG(cip)->hip->method; in php_phttpd_request_ctor()
286 if (strcasecmp(hip->method, "GET") == 0 || in pm_request()
287 strcasecmp(hip->method, "HEAD") == 0 || in pm_request()
288 strcasecmp(hip->method, "POST") == 0) { in pm_request()
/PHP-5.5/scripts/dev/generate-phpt/src/texts/
H A DfunctionOrMethodNotSpecified.txt2 Please supply a function or method name to be tested.
/PHP-5.5/ext/posix/tests/
H A Dposix_geteuid_error1.phpt13 echo "*** Test by calling method or function with incorrect numbers of arguments ***\n";
25 *** Test by calling method or function with incorrect numbers of arguments ***
/PHP-5.5/Zend/RFCs/
H A D002.txt49 Static method: Namespace:class::method
59 Static method: :class::method
73 Static method: Name:Space:class::method
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcompress.c386 uncompressbuf(struct magic_set *ms, int fd, size_t method, in uncompressbuf() argument
395 if (method == 2) in uncompressbuf()
422 if (compr[method].silent) in uncompressbuf()
426 (void)execvp(compr[method].argv[0], in uncompressbuf()
427 (char *const *)(intptr_t)compr[method].argv); in uncompressbuf()
430 compr[method].argv[0], strerror(errno)); in uncompressbuf()
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_loadXML_error2.phpt4 This test verifies the method detects attributes values not closed between " or '
7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_error2.phpt4 This test verifies the method detects attributes values not closed between " or '
7 - LOAD_OPTIONS: the second parameter to pass to the method
/PHP-5.5/tests/classes/
H A Dtype_hinting_004.phpt27 echo "\n\n---> Type hints with callback static method:\n";
52 echo "\n\n---> Type hints with callback instance method:\n";
90 ---> Type hints with callback static method:
101 ---> Type hints with callback instance method:
/PHP-5.5/sapi/webjames/
H A Dwebjames.c145 if ((WG(conn)->method == METHOD_POST) || (WG(conn)->method == METHOD_PUT)) { in sapi_webjames_register_variables()
150 …if ((WG(conn)->method == METHOD_PUT) || (WG(conn)->method == METHOD_DELETE)) ADD_FIELD("ENTITY_PAT… in sapi_webjames_register_variables()
180 if (WG(conn)->method==METHOD_HEAD) { in webjames_module_main()
/PHP-5.5/ext/spl/internal/
H A Dfilteriterator.inc23 * method accept(). Typically this invloves reading the current element or
118 * @param func Name of method to invoke
119 * @param params Array of parameters to pass to method
/PHP-5.5/ext/standard/tests/http/
H A Dbug48929.phpt35 do_test(array('header' => array('X-Foo: bar', 'Content-Type: text/plain'), 'method' => 'POST', 'con…
39 do_test(array('header' => "X-Foo: bar\r\nContent-Type: text/plain", 'method' => 'POST', 'content' =…
/PHP-5.5/ext/spl/tests/
H A Diterator_041a.phpt11 static function fail($state, $method)
15 throw new Exception("State $state: $method()");
/PHP-5.5/tests/output/
H A Dob_start_error_002.phpt28 Warning: ob_start(): class 'C' does not have a method 'nonExistent' in %s on line 14
33 Warning: ob_start(): class 'C' does not have a method 'no' in %s on line 15

Completed in 30 milliseconds

12345678910>>...29