Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 25 of 180) sorted by last modified time

12345678

/PHP-7.1/
H A Dphp.ini-development1391 ; the session id. We encourage this operation as it's very helpful in combating
H A Dphp.ini-production1391 ; the session id. We encourage this operation as it's very helpful in combating
/PHP-7.1/ext/standard/tests/strings/
H A Dmd5_file.phpt61 /* Normal operation with hexadecimal output */
65 /* Normal operation with raw binary output */
H A Daddcslashes_001.phpt9 /* checking normal operation of addcslashes */
/PHP-7.1/ext/standard/tests/password/
H A Dpassword_bcrypt_errors.phpt2 Test error operation of password_hash() with bcrypt hashing
H A Dpassword_deprecated_salts.phpt2 Test deprecated operation of password_hash()
H A Dpassword_get_info.phpt2 Test normal operation of password_get_info()
H A Dpassword_get_info_error.phpt2 Test error operation of password_get_info()
H A Dpassword_hash.phpt2 Test normal operation of password_hash()
H A Dpassword_hash_error.phpt2 Test error operation of password_hash()
H A Dpassword_needs_rehash.phpt2 Test normal operation of password_needs_rehash()
H A Dpassword_needs_rehash_error.phpt2 Test error operation of password_needs_rehash()
H A Dpassword_verify_error.phpt2 Test error operation of password_verify()
/PHP-7.1/ext/standard/tests/random/
H A Drandom_int.phpt2 Test normal operation of random_int()
/PHP-7.1/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation6.phpt44 echo "*** Creating links in a directory without permission to allow the operation ***\n";
87 *** Creating links in a directory without permission to allow the operation ***
H A Dreadfile_variation2.phpt37 /* Checking readfile() operation on soft link */
49 /* Checking readfile() operation on hard link */
H A Dfscanf_variation55.phpt78 // current file pointer position after rewind operation
H A Dflock.phpt66 Warning: flock(): Illegal operation argument in %s on line %d
H A Dflock_basic.phpt6 Prototype: bool flock(resource $handle, int $operation [, int &$wouldblock]);
H A Dflock_error.phpt6 Prototype: bool flock(resource $handle, int $operation [, int &$wouldblock]);
30 foreach($operations as $operation) {
32 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 Dflock_variation.phpt6 Prototype: bool flock(resource $handle, int $operation [, int &$wouldblock]);
11 echo "*** Testing flock() fun with the various operation and
50 foreach($operations as $operation) {
52 var_dump(flock($fp, $operation));
56 var_dump(flock($fp, $operation, $wouldblock));
68 *** Testing flock() fun with the various operation and
H A Dfpassthru_basic.phpt25 echo "\n-- Before seek operation --\n";
68 -- Before seek operation --
H A Dfile.inc89 "empty" = no fill operation performed, returns true
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_variation3-win32.phpt36 echo "Size of the source file before copy operation => ";
47 echo "Copy operation => ";
79 Size of the source file before copy operation => int(1500)
83 Copy operation => bool(true)
90 Copy operation => bool(true)
97 Copy operation =>
103 Copy operation =>

Completed in 65 milliseconds

12345678