Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 25 of 191) sorted by relevance

12345678

/PHP-7.4/ext/standard/
H A Dflock_compat.c35 PHPAPI int flock(int fd, int operation) in flock() argument
37 return php_flock(fd, operation); in flock()
41 PHPAPI int php_flock(int fd, int operation) in php_flock() argument
50 if (operation & LOCK_SH) in php_flock()
52 else if (operation & LOCK_EX) in php_flock()
54 else if (operation & LOCK_UN) in php_flock()
61 ret = fcntl(fd, operation & LOCK_NB ? F_SETLK : F_SETLKW, &flck); in php_flock()
63 if (operation & LOCK_NB && ret == -1 && in php_flock()
130 switch (operation & ~LOCK_NB) { /* translate to LockFileEx() op */
133 ((operation & LOCK_NB) ? LOCKFILE_FAIL_IMMEDIATELY : 0),
[all …]
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug40609.wsdl26operation name="update"><wsdl:input xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message…
H A Dbug29795.wsdl18 <operation name="GetPrice">
21 </operation>
25 <operation name="GetPrice">
26 <soap:operation soapAction="http://soap.amazon.com"/>
33 </operation>
H A Dbug29839.wsdl20 <operation name="EchoString">
23 </operation>
27 <operation name="EchoString">
28 <soap:operation soapAction="http://test-uri"/>
35 </operation>
H A Dbug34453.wsdl20 <operation name="EchoString">
23 </operation>
27 <operation name="EchoString">
28 <soap:operation soapAction="http://test-uri"/>
35 </operation>
H A Dbug29061.wsdl19 <operation name="getQuote">
22 </operation>
27 <operation name="getQuote">
34 </operation>
/PHP-7.4/ext/standard/tests/file/
H A Dcopy_variation2-win32-mb.phpt60 echo "Copy operation => ";
96 Copy operation => bool(true)
103 Copy operation => bool(true)
110 Copy operation => bool(true)
117 Copy operation => bool(true)
124 Copy operation =>
130 Copy operation =>
136 Copy operation => bool(true)
143 Copy operation => bool(true)
157 Copy operation =>
[all …]
H A Dcopy_variation2-win32.phpt60 echo "Copy operation => ";
96 Copy operation => bool(true)
103 Copy operation => bool(true)
110 Copy operation => bool(true)
117 Copy operation => bool(true)
124 Copy operation =>
130 Copy operation =>
136 Copy operation => bool(true)
143 Copy operation => bool(true)
157 Copy operation =>
[all …]
H A Dcopy_variation2.phpt62 echo "Copy operation => ";
97 Copy operation => bool(true)
104 Copy operation => bool(true)
111 Copy operation => bool(true)
118 Copy operation => bool(true)
125 Copy operation => bool(true)
132 Copy operation => bool(true)
139 Copy operation => bool(true)
146 Copy operation => bool(true)
153 Copy operation => bool(true)
[all …]
H A Dcopy_variation1.phpt36 echo "Size of the source file before copy operation => ";
47 echo "Copy operation => ";
82 Copy operation => bool(true)
89 Copy operation => bool(true)
96 Copy operation => bool(true)
103 Copy operation => bool(true)
110 Copy operation => bool(true)
117 Copy operation => bool(true)
124 Copy operation => bool(true)
131 Copy operation => bool(true)
[all …]
H A Dcopy_variation18.phpt10 /* Test copy(): checking stat of file before and after after copy operation */
29 echo "Copy operation => ";
40 echo "Comparing the stats of file before and after copy operation => ";
52 Copy operation => bool(true)
53 Comparing the stats of file before and after copy operation => bool(true)
H A D007_variation10.phpt34 var_dump( fread($file_handle, 100) ); //Check for read operation
35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
36 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
37 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
38 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
39 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation18.phpt34 var_dump( fread($file_handle, 100) ); //Check for read operation
35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
36 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
37 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
38 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
39 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation2.phpt34 var_dump( fread($file_handle, 100) ); //Check for read operation
35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
36 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
37 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
38 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
39 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A Dcopy_variation11.phpt23 echo "Size of source before copy operation => ";
26 echo "Size of destination before copy operation => ";
30 echo "\n-- Now applying copy() operation --\n";
54 Size of source before copy operation => int(300)
55 Size of destination before copy operation => int(%d)
57 -- Now applying copy() operation --
H A Dflock_error.phpt8 Prototype: bool flock(resource $handle, int $operation [, int &$wouldblock]);
32 foreach($operations as $operation) {
34 var_dump(flock($fp, $operation));
62 Warning: flock(): Illegal operation argument in %s on line %d
66 Warning: flock(): Illegal operation argument in %s on line %d
70 Warning: flock(): Illegal operation argument in %s on line %d
74 Warning: flock(): Illegal operation argument in %s on line %d
H A Dcopy_variation3-win32.phpt38 echo "Size of the source file before copy operation => ";
49 echo "Copy operation => ";
81 Size of the source file before copy operation => int(1500)
85 Copy operation => bool(true)
92 Copy operation => bool(true)
99 Copy operation =>
105 Copy operation =>
H A D007_variation8.phpt32 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
35 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of the…
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
38 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A Dcopy_variation3.phpt38 echo "Size of the source file before copy operation => ";
49 echo "Copy operation => ";
80 Size of the source file before copy operation => int(1500)
84 Copy operation => bool(true)
91 Copy operation => bool(true)
98 Copy operation => bool(true)
105 Copy operation => bool(true)
H A Dcopy_variation16.phpt56 echo "Copy operation => ";
89 Copy operation => bool(true)
96 Copy operation => bool(true)
103 Copy operation => bool(true)
110 Copy operation => bool(true)
117 Copy operation => bool(true)
124 Copy operation => bool(true)
131 Copy operation => bool(true)
138 Copy operation => bool(true)
H A Dcopy_variation6-win32.phpt51 echo "Copy operation => ";
89 Copy operation => bool(true)
96 Copy operation => bool(true)
103 Copy operation => bool(true)
110 Copy operation => bool(true)
117 Copy operation => bool(true)
124 Copy operation => bool(true)
131 Copy operation =>
137 Copy operation => bool(true)
H A Dcopy_variation6.phpt51 echo "Copy operation => ";
87 Copy operation => bool(true)
94 Copy operation => bool(true)
101 Copy operation => bool(true)
108 Copy operation => bool(true)
115 Copy operation => bool(true)
122 Copy operation => bool(true)
129 Copy operation => bool(true)
136 Copy operation => bool(true)
H A Dcopy_variation16-win32.phpt56 echo "Copy operation => ";
90 Copy operation => bool(true)
97 Copy operation => bool(true)
104 Copy operation => bool(true)
111 Copy operation => bool(true)
118 Copy operation => bool(true)
125 Copy operation => bool(true)
132 Copy operation =>
139 Copy operation => bool(true)
/PHP-7.4/ext/soap/tests/
H A Dclassmap.wsdl25 <operation name="dotest">
28 </operation>
29 <operation name="dotest2">
32 </operation>
36 <operation name="dotest">
37 …<soap:operation soapAction="http://localhost:81/test/interface.php?class=test/dotest" style="rpc"/>
44 </operation>
45 <operation name="dotest2">
46 …<soap:operation soapAction="http://localhost:81/test/interface.php?class=test/dotest2" style="rpc"…
53 </operation>
H A Dbug68361.phpt51 <operation name="getEmployee">
54 </operation>
55 <operation name="getUser">
58 </operation>
62 <operation name="getEmployee">
63 <soap:operation soapAction="http://foo.bar/testserver/#getEmployee"/>
70 </operation>
71 <operation name="getUser">
72 <soap:operation soapAction="http://foo.bar/testserver/#getUser"/>
79 </operation>

Completed in 30 milliseconds

12345678