Home
last modified time | relevance | path

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

1234567

/PHP-5.5/ext/ldap/tests/
H A Dldap_error_basic.phpt2 ldap_error() - Basic ldap_error() operation
H A Dldap_mod_del_basic.phpt2 ldap_mod_del() - Basic modify operation
H A Dldap_get_entries_error.phpt2 ldap_get_entries() - ldap_get_entries() operation that should fail
H A Dldap_delete_basic.phpt2 ldap_delete() - Basic delete operation
H A Dldap_mod_replace_basic.phpt2 ldap_mod_replace() - Basic modify operation
H A Dldap_read_error.phpt2 ldap_read() - operation that should fail
H A Dldap_get_entries_basic.phpt2 ldap_get_entries() - Basic modify operation
H A Dldap_get_option_error.phpt2 ldap_get_option() - ldap_get_option() operation that should fail
H A Dldap_list_error.phpt2 ldap_list() - operation that should fail
/PHP-5.5/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.5/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.5/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);
/PHP-5.5/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
H A Dimageloadfont_invalid.phpt22 …ing: product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
H A Dbug72339.phpt30 …ing: product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
/PHP-5.5/ext/standard/tests/password/
H A Dpassword_get_info.phpt2 Test normal operation of password_get_info()
H A Dpassword_needs_rehash_error.phpt2 Test error operation of password_needs_rehash()
/PHP-5.5/ext/sockets/tests/
H A Dsocket_import_stream-4-win.phpt83 Warning: socket_set_block(): unable to set blocking mode [%d]: An operation was attempted on someth…
87 Warning: socket_get_option(): unable to retrieve socket option [%d]: An operation was attempted on …
/PHP-5.5/ext/standard/tests/file/
H A Dfpassthru_basic.phpt25 echo "\n-- Before seek operation --\n";
68 -- Before seek operation --
/PHP-5.5/ext/standard/tests/array/
H A Darray_push.phpt65 /* Checking for return value and the new array formed from push operation */
66 echo "\n*** Checking for return value and the new array formed from push operation ***\n";
261 *** Checking for return value and the new array formed from push operation ***
H A Dshuffle_basic1.phpt27 // printing the input array with integers before the shuffle operation
40 // printing the input array with strings before the shuffle operation
/PHP-5.5/ext/spl/examples/
H A Dcallbackfilteriterator.inc97 /** @return operation mode */
109 /** @return operation flags */
/PHP-5.5/ext/curl/tests/
H A Dcurl_error_basic.phpt20 * Description: Returns a clear text error message for the last cURL operation.
/PHP-5.5/ext/soap/
H A DTODO55 - support for portType/operation parameterOrder attribute
56 - support for binding operation input/output name attribute (part of overloading)

Completed in 27 milliseconds

1234567