/PHP-5.5/ext/standard/tests/class_object/ |
H A D | method_exists_variation_001.phpt | 5 /* 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 D | php_curl.h | 125 int method; member 134 int method; member 141 int method; member
|
/PHP-5.5/Zend/tests/ |
H A D | indirect_call_array_004.phpt | 2 Indirect method call by array - Testing exception and method magics
|
H A D | 009.phpt | 33 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 D | ns_058.phpt | 19 return "method ok\n"; 51 method ok
|
H A D | ns_057.phpt | 21 return "method ok\n"; 53 method ok
|
/PHP-5.5/tests/lang/ |
H A D | passByReference_006.phpt | 40 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 D | ReflectionClass_export_basic1.phpt | 39 Method [ <user, inherits A> public method privf ] { 47 Method [ <user, inherits A> public method pubf ] {
|
H A D | ReflectionMethod_invokeArgs_basic.phpt | 33 echo "Public method:\n"; 52 Public method:
|
/PHP-5.5/ext/standard/tests/general_functions/ |
H A D | bug32647.phpt | 52 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 D | 024.phpt | 53 function method() { $this->yes++; } 63 $baz->method(); 64 $arr[3]->method();
|
H A D | 004.phpt | 52 function method() { $this->yes++; } 59 $_SESSION["baz"]->method(); 60 $_SESSION["arr"][3]->method();
|
/PHP-5.5/sapi/phttpd/ |
H A D | phttpd.c | 189 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 D | functionOrMethodNotSpecified.txt | 2 Please supply a function or method name to be tested.
|
/PHP-5.5/ext/posix/tests/ |
H A D | posix_geteuid_error1.phpt | 13 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 D | 002.txt | 49 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 D | compress.c | 386 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 D | DOMDocument_loadXML_error2.phpt | 4 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 D | DOMDocument_load_error2.phpt | 4 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 D | type_hinting_004.phpt | 27 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 D | webjames.c | 145 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 D | filteriterator.inc | 23 * 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 D | bug48929.phpt | 35 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 D | iterator_041a.phpt | 11 static function fail($state, $method) 15 throw new Exception("State $state: $method()");
|
/PHP-5.5/tests/output/ |
H A D | ob_start_error_002.phpt | 28 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
|