Home
last modified time | relevance | path

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

1234567

/PHP-5.5/
H A Dphp.ini-development1405 ; the session id. We encourage this operation as it's very helpful in combating
H A Dphp.ini-production1405 ; the session id. We encourage this operation as it's very helpful in combating
/PHP-5.5/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-5.5/ext/standard/tests/password/
H A Dpassword_hash.phpt2 Test normal operation of password_hash()
H A Dpassword_needs_rehash.phpt2 Test normal operation of password_needs_rehash()
H A Dpassword_hash_error.phpt2 Test error operation of password_hash()
H A Dpassword_needs_rehash_error.phpt2 Test error operation of password_needs_rehash()
H A Dpassword_verify.phpt2 Test normal operation of password_verify)
H A Dpassword_verify_error.phpt2 Test error operation of password_verify()
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_bcrypt_errors.phpt2 Test error operation of password_hash() with bcrypt hashing
/PHP-5.5/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
/PHP-5.5/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_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 Dflock.phpt62 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 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_variation1.phpt36 echo "Size of the source file before copy operation => ";
47 echo "Copy operation => ";
84 Copy operation => bool(true)
91 Copy operation => bool(true)
98 Copy operation => bool(true)
105 Copy operation => bool(true)
112 Copy operation => bool(true)
119 Copy operation => bool(true)
126 Copy operation => bool(true)
133 Copy operation => bool(true)
[all …]
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";
56 Size of source before copy operation => int(300)
57 Size of destination before copy operation => int(%d)
59 -- Now applying copy() operation --

Completed in 40 milliseconds

1234567