Home
last modified time | relevance | path

Searched refs:operation (Results 76 – 100 of 180) sorted by relevance

12345678

/PHP-7.1/ext/standard/tests/password/
H A Dpassword_get_info_error.phpt2 Test error operation of password_get_info()
H A Dpassword_verify.phpt2 Test normal operation of password_verify)
H A Dpassword_deprecated_salts.phpt2 Test deprecated operation of password_hash()
/PHP-7.1/ext/ldap/tests/
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_basic.phpt2 ldap_errno() - Basic ldap_errno() operation
H A Dldap_errno_error.phpt2 ldap_errno() - ldap_errno() operation that should fail
H A Dldap_error_basic.phpt2 ldap_error() - Basic ldap_error() operation
H A Dldap_error_error.phpt2 ldap_error() - ldap_error() operation that should fail
H A Dldap_mod_del_basic.phpt2 ldap_mod_del() - Basic modify operation
/PHP-7.1/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-7.1/Zend/tests/type_declarations/
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_001.phpt2 Test strict declaration being first operation only
/PHP-7.1/ext/standard/tests/file/
H A Dreadfile_variation2.phpt37 /* Checking readfile() operation on soft link */
49 /* Checking readfile() operation on hard link */
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
/PHP-7.1/ext/standard/tests/random/
H A Drandom_int_error.phpt2 Test error operation of random_int()
/PHP-7.1/ext/gd/tests/
H A Dbug77269.phpt19 …):%S 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
/PHP-7.1/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2b.phpt63 echo "Fetch operation done!\n";
70 Fetch operation done!
/PHP-7.1/ext/spl/tests/
H A Dspl_iterator_to_array_error.phpt2 SPL: Error: iterator_to_array when the current operation throws an exception
/PHP-7.1/Zend/tests/
H A Dbug73337.phpt2 Bug #73337 (try/catch not working with two exceptions inside a same operation)
/PHP-7.1/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()
417 static void _php_ibase_backup_restore(INTERNAL_FUNCTION_PARAMETERS, char operation) /* {{{ */ in _php_ibase_backup_restore() argument
444 operation, isc_spb_dbname, (char)dblen, (char)(dblen >> 8), db, in _php_ibase_backup_restore()
/PHP-7.1/ext/spl/internal/
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);

Completed in 28 milliseconds

12345678