Searched refs:operation (Results 76 – 100 of 156) sorted by relevance
1234567
/PHP-5.5/ext/ldap/tests/ |
H A D | ldap_error_basic.phpt | 2 ldap_error() - Basic ldap_error() operation
|
H A D | ldap_mod_del_basic.phpt | 2 ldap_mod_del() - Basic modify operation
|
H A D | ldap_get_entries_error.phpt | 2 ldap_get_entries() - ldap_get_entries() operation that should fail
|
H A D | ldap_delete_basic.phpt | 2 ldap_delete() - Basic delete operation
|
H A D | ldap_mod_replace_basic.phpt | 2 ldap_mod_replace() - Basic modify operation
|
H A D | ldap_read_error.phpt | 2 ldap_read() - operation that should fail
|
H A D | ldap_get_entries_basic.phpt | 2 ldap_get_entries() - Basic modify operation
|
H A D | ldap_get_option_error.phpt | 2 ldap_get_option() - ldap_get_option() operation that should fail
|
H A D | ldap_list_error.phpt | 2 ldap_list() - operation that should fail
|
/PHP-5.5/ext/spl/tests/ |
H A D | spl_iterator_to_array_error.phpt | 2 SPL: Error: iterator_to_array when the current operation throws an exception
|
/PHP-5.5/ext/interbase/ |
H A D | ibase_service.c | 134 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 D | splfileobject.inc | 115 * @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 D | libgd00094.phpt | 14 …ing: product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
|
H A D | libgd00101.phpt | 14 …ing: product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
|
H A D | imageloadfont_invalid.phpt | 22 …ing: product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
|
H A D | bug72339.phpt | 30 …ing: product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
|
/PHP-5.5/ext/standard/tests/password/ |
H A D | password_get_info.phpt | 2 Test normal operation of password_get_info()
|
H A D | password_needs_rehash_error.phpt | 2 Test error operation of password_needs_rehash()
|
/PHP-5.5/ext/sockets/tests/ |
H A D | socket_import_stream-4-win.phpt | 83 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 D | fpassthru_basic.phpt | 25 echo "\n-- Before seek operation --\n"; 68 -- Before seek operation --
|
/PHP-5.5/ext/standard/tests/array/ |
H A D | array_push.phpt | 65 /* 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 D | shuffle_basic1.phpt | 27 // 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 D | callbackfilteriterator.inc | 97 /** @return operation mode */ 109 /** @return operation flags */
|
/PHP-5.5/ext/curl/tests/ |
H A D | curl_error_basic.phpt | 20 * Description: Returns a clear text error message for the last cURL operation.
|
/PHP-5.5/ext/soap/ |
H A D | TODO | 55 - support for portType/operation parameterOrder attribute 56 - support for binding operation input/output name attribute (part of overloading)
|
Completed in 27 milliseconds
1234567