Home
last modified time | relevance | path

Searched refs:operation (Results 51 – 75 of 180) sorted by relevance

12345678

/PHP-7.1/ext/standard/tests/file/
H A D007_variation11-win32-mb.phpt40 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
43 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
45 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
46 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation11.phpt40 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
43 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: empty string
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
45 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
46 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation12-win32.phpt40 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
43 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
45 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
46 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation12.phpt40 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
43 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
45 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
46 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation20.phpt35 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
36 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
38 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
39 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
40 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
41 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
/PHP-7.1/ext/standard/tests/streams/
H A Dbug49936_win32.phpt23 Warning: opendir(ftp://...@localhost/): failed to open dir: operation failed in %s on line %d
29 Warning: opendir(ftp://...@localhost/): failed to open dir: operation failed in %s on line %d
H A Dbug74951.phpt12 Warning: fopen(e0ploit://): failed to open stream: operation failed in %s%ebug74951.php on line 7
/PHP-7.1/ext/spl/internal/
H A Demptyiterator.inc20 /** No operation.
53 /** No operation.
H A Dregexiterator.inc32 private $mode; /**< operation mode (one of self::MATCH,
46 * @param mode operation mode (one of self::MATCH, self::GET_MATCH,
120 /** @return current operation mode
134 /** @return current operation flags
/PHP-7.1/ext/tokenizer/tests/
H A Dtoken_get_all_variation9.phpt24 /** Performing addition operation on given values :
34 * Performing operation on $a,$b
73 string(65) "/** Performing addition operation on given values :
275 * Performing operation on $a,$b
/PHP-7.1/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_005.phpt2 Test strict declaration being first operation only 005
H A Dscalar_strict_declaration_placement_004.phpt2 Test strict declaration being first operation only 004
H A Dscalar_strict_declaration_placement_003.phpt2 Test strict declaration being first operation only 003
H A Dscalar_strict_declaration_placement_002.phpt2 Test strict declaration being first operation only 002
/PHP-7.1/ext/standard/tests/random/
H A Drandom_bytes.phpt2 Test normal operation of random_bytes()
H A Drandom_int.phpt2 Test normal operation of random_int()
H A Drandom_bytes_error.phpt2 Test error operation of random_bytes()
/PHP-7.1/ext/gd/tests/
H A Dbug66356.phpt41 …e parameter to a memory allocation multiplication is negative or zero, failing operation gracefully
47 …ing: product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
/PHP-7.1/ext/standard/tests/password/
H A Dpassword_hash.phpt2 Test normal operation of password_hash()
H A Dpassword_verify_error.phpt2 Test error operation of password_verify()
/PHP-7.1/ext/standard/tests/array/
H A Darray_pop_variation.phpt37 echo "\nCurrent Element after POP operation is: ";
53 Current Element after POP operation is: int(1)
/PHP-7.1/ext/soap/tests/bugs/
H A Dbug50698_1.wsdl184 <wsdl:operation name="Echo">
187 </wsdl:operation>
191 <wsdl:operation name="Echo">
192 <soap:operation soapAction="http://tempuri.org/EchoService/Echo" style="document"/>
199 </wsdl:operation>
204 <wsdl:operation name="Echo">
205 <soap12:operation soapAction="http://tempuri.org/EchoService/Echo" style="document"/>
212 </wsdl:operation>
H A Dbug50698_4.wsdl184 <wsdl:operation name="Echo">
187 </wsdl:operation>
191 <wsdl:operation name="Echo">
192 <soap:operation soapAction="http://tempuri.org/EchoService/Echo" style="document"/>
199 </wsdl:operation>
204 <wsdl:operation name="Echo">
205 <soap12:operation soapAction="http://tempuri.org/EchoService/Echo" style="document"/>
212 </wsdl:operation>
/PHP-7.1/Zend/tests/
H A Dexception_during_property_assign_op.phpt2 Exception during read part of compound assignment operation on a property
/PHP-7.1/ext/ldap/tests/
H A Dldap_unbind_basic.phpt2 ldap_unbind() - Basic ldap_unbind() operation

Completed in 23 milliseconds

12345678