Home
last modified time | relevance | path

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

123456

/PHP-5.4/ext/standard/tests/file/
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
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 Dreadfile_variation2.phpt37 /* Checking readfile() operation on soft link */
49 /* Checking readfile() operation on hard link */
/PHP-5.4/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.4/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
H A Dsplfileobject.inc115 * @param operation lock operation (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB)
116 * @retval $wouldblock whether the operation would block
118 function flock($operation, &$wouldblock)
120 return flock($this->fp, $operation, $wouldblock);
/PHP-5.4/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-5.4/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-5.4/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-5.4/ext/ldap/tests/
H A Dldap_unbind_basic.phpt2 ldap_unbind() - Basic ldap_unbind() operation
H A Dldap_get_option_basic.phpt2 ldap_get_option() - Basic ldap_get_option() operation
H A Dldap_set_option_basic.phpt2 ldap_set_option() - Basic ldap_set_option() operation
H A Dldap_errno_error.phpt2 ldap_errno() - ldap_errno() operation that should fail
H A Dldap_error_error.phpt2 ldap_error() - ldap_error() operation that should fail
H A Dldap_errno_basic.phpt2 ldap_errno() - Basic ldap_errno() operation
H A Dldap_error_basic.phpt2 ldap_error() - Basic ldap_error() operation
/PHP-5.4/Zend/tests/traits/bugs/
H A Dalias-semantics.phpt2 Semantic of alias operation is to provide an additional identifier for the method body of the origi…
H A Dalias-semantics02.phpt2 Semantic of alias operation is to provide an additional identifier for the
/PHP-5.4/ext/spl/tests/
H A Dspl_iterator_to_array_error.phpt2 SPL: Error: iterator_to_array when the current operation throws an exception
/PHP-5.4/ext/interbase/
H A Dibase_service.c134 static void _php_ibase_user(INTERNAL_FUNCTION_PARAMETERS, char operation) /* {{{ */ in _php_ibase_user() argument
148 (operation == isc_action_svc_delete_user) ? "rs" : "rss|sss", in _php_ibase_user()
157 buf[0] = operation; in _php_ibase_user()
416 static void _php_ibase_backup_restore(INTERNAL_FUNCTION_PARAMETERS, char operation) /* {{{ */ in _php_ibase_backup_restore() argument
443 operation, isc_spb_dbname, (char)dblen, (char)(dblen >> 8), db, in _php_ibase_backup_restore()
/PHP-5.4/ext/gd/tests/
H A Dlibgd00094.phpt14 …ing: product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
H A Dlibgd00101.phpt14 …ing: product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully

Completed in 26 milliseconds

123456