Home
last modified time | relevance | path

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

12345678

/PHP-8.1/ext/standard/tests/file/
H A D007_variation12-win32.phpt29 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
30 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
32 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
33 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
34 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
35 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation12.phpt29 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
30 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
32 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
33 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
34 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
35 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation19.phpt24 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
25 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
27 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
28 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
29 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
30 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation20.phpt24 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
25 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
27 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
28 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
29 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
30 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation3.phpt24 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
25 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
27 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
28 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
29 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
30 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
/PHP-8.1/ext/standard/tests/streams/
H A Dbug49936_win32.phpt22 Warning: opendir(ftp://...@localhost/): Failed to open directory: operation failed in %s on line %d
27 Warning: opendir(ftp://...@localhost/): Failed to open directory: operation failed in %s on line %d
/PHP-8.1/ext/standard/tests/array/
H A Darray_key_first_variation.phpt20 echo "\nCurrent Element after array_key_first operation is: ";
34 Current Element after array_key_first operation is: int(2)
H A Darray_key_last_variation.phpt20 echo "\nCurrent Element after array_key_last operation is: ";
34 Current Element after array_key_last operation is: int(2)
H A Darray_pop_variation.phpt37 echo "\nCurrent Element after POP operation is: ";
53 Current Element after POP operation is: int(1)
/PHP-8.1/ext/tokenizer/tests/
H A Dtoken_get_all_variation9.phpt19 /** Performing addition operation on given values :
29 * Performing operation on $a,$b
59 string(65) "/** Performing addition operation on given values :
270 * Performing operation on $a,$b
/PHP-8.1/ext/gd/tests/
H A Dbug66356.phpt41 …e parameter to a memory allocation multiplication is negative or zero, failing operation gracefully
49 …(): %croduct of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
/PHP-8.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_006.phpt2 Test strict declaration being first operation only 006
H A Dscalar_strict_declaration_placement_007.phpt2 Test strict declaration being first operation only 007
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-8.1/ext/standard/tests/random/
H A Drandom_bytes.phpt2 Test normal operation of random_bytes()
/PHP-8.1/ext/standard/tests/password/
H A Dpassword_verify_error.phpt2 Test error operation of password_verify()
/PHP-8.1/ext/openssl/tests/
H A Dopenssl_random_pseudo_bytes_error.phpt2 Test error operation of openssl_random_pseudo_bytes()
/PHP-8.1/Zend/tests/constexpr/
H A Dnew_invalid_operation_in_arg.phpt2 Invalid operation in new arg in const expr
/PHP-8.1/ext/pdo/tests/
H A Dpdo_drivers_basic.phpt2 Test normal operation of PDO::getAvailableDrivers / pdo_drivers
/PHP-8.1/Zend/tests/
H A Dexception_during_property_assign_op.phpt2 Exception during read part of compound assignment operation on a property
H A Dbug73337.phpt2 Bug #73337 (try/catch not working with two exceptions inside a same operation)
/PHP-8.1/ext/ldap/tests/
H A Dldap_unbind_basic.phpt2 ldap_unbind() - Basic ldap_unbind() operation

Completed in 34 milliseconds

12345678