Home
last modified time | relevance | path

Searched refs:operation (Results 151 – 175 of 190) sorted by relevance

12345678

/PHP-8.1/ext/soap/tests/bugs/
H A Dbug50698_3.wsdl184 <wsdl:operation name="Echo">
187 </wsdl:operation>
192 <wsdl:operation name="Echo">
193 <soap12:operation soapAction="http://tempuri.org/EchoService/Echo" style="document"/>
200 </wsdl:operation>
H A Dbug50698_2.wsdl184 <wsdl:operation name="Echo">
187 </wsdl:operation>
192 <wsdl:operation name="Echo">
193 <soap12:operation soapAction="http://tempuri.org/EchoService/Echo" style="document"/>
200 </wsdl:operation>
/PHP-8.1/ext/standard/tests/array/
H A Darray_key_exists.phpt70 echo "\n*** Testing operation on objects ***\n";
207 *** Testing operation on objects ***
H A D005.phpt62 echo "\nCurrent Element after shift operation is:";
318 Current Element after shift operation is:int(2)
/PHP-8.1/ext/ldap/tests/
H A Dldap_search_error.phpt2 ldap_search() - operation that should fail
H A Dldap_add_error.phpt2 ldap_add() - Add operation that should fail
/PHP-8.1/ext/zip/tests/
H A Doo_encryption.phpt63 Warning: file_get_contents(%s): Failed to open stream: operation failed in %s on line %d
/PHP-8.1/docs/
H A Doutput-api.md97 Marking an output handler immutable by itself because of irreversibility of its operation:
101 Restarting the output handler because of a CLEAN operation:
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorcode.phpt34 operation performed on a particular statement handle.
H A Dpdo_mysql_errorinfo.phpt44 operation performed on a particular statement handle.
/PHP-8.1/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt26 //it's a post-increment operation as to the codepoint, i.e., it gives the codepoint
/PHP-8.1/ext/openssl/tests/
H A Dstream_security_level.phpt69 Warning: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages:
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_local_infile_directory_vs_open_basedir.phpt43 printf("[005] bug! should not happen - operation not permitted expected\n");
H A Dmysqli_stmt_bind_param_many_columns.phpt35 /* [1227] Access denied; you need the SUPER privilege for this operation */
H A Dmysqli_insert_packet_overflow.phpt44 /* [1227] Access denied; you need the SUPER privilege for this operation */
/PHP-8.1/ext/standard/tests/dir/
H A Dscandir_variation7.phpt46 chmod ($dir_path, 0777); // change dir permission to allow all operation
H A Dopendir_variation7.phpt49 chmod ($dir_path, 0777); // change dir permission to allow all operation
H A Dreaddir_variation5.phpt47 chmod ($dir_path, 0777); // change dir permission to allow all operation
H A Ddir_variation3.phpt49 @chmod ($dir_path, 0777); // change dir permission to allow all operation
/PHP-8.1/ext/spl/
H A Dspl_directory.stub.php231 public function flock(int $operation, &$wouldBlock = null): bool {} argument
/PHP-8.1/ext/standard/
H A Dfile.c336 PHPAPI void php_flock_common(php_stream *stream, zend_long operation, in php_flock_common() argument
342 act = operation & PHP_LOCK_UN; in php_flock_common()
353 act = flock_values[act - 1] | (operation & PHP_LOCK_NB ? LOCK_NB : 0); in php_flock_common()
355 if (operation && errno == EWOULDBLOCK && wouldblock) { in php_flock_common()
368 zend_long operation = 0; in PHP_FUNCTION() local
372 Z_PARAM_LONG(operation) in PHP_FUNCTION()
379 php_flock_common(stream, operation, 2, wouldblock, return_value); in PHP_FUNCTION()
/PHP-8.1/ext/standard/tests/file/
H A D005_variation-win32.phpt96 echo "\n-- Checking different times, after performing is_file() operation on the file --\n";
193 -- Checking different times, after performing is_file() operation on the file --
/PHP-8.1/sapi/fpm/
H A Dphp-fpm.conf.in54 ; line is written in a single write operation. If the value is false, then the
/PHP-8.1/Zend/
H A Dzend_object_handlers.c285 zend_class_entry *ce, zend_string *member, zend_class_entry *scope, const char *operation) { in zend_readonly_property_modification_scope_error() argument
287 operation, ZSTR_VAL(ce->name), ZSTR_VAL(member), in zend_readonly_property_modification_scope_error()
753 zend_string *name, const char *operation) { in verify_readonly_initialization_access() argument
777 zend_readonly_property_modification_scope_error(prop_info->ce, name, scope, operation); in verify_readonly_initialization_access()
/PHP-8.1/ext/soap/
H A Dphp_sdl.c760 xmlNodePtr portType, operation; in load_wsdl() local
915 operation = trav2; in load_wsdl()
917 op_name = get_attribute(operation->properties, "name"); in load_wsdl()
922 trav3 = operation->children; in load_wsdl()
956 soapOperation = get_node_ex(operation->children, "operation", wsdl_soap_namespace); in load_wsdl()
999 input = get_node_ex(operation->children, "input", WSDL_NAMESPACE); in load_wsdl()
1033 output = get_node_ex(operation->children, "output", WSDL_NAMESPACE); in load_wsdl()
1071 …xmlNodePtr soap_fault = get_node_with_attribute_ex(operation->children, "fault", WSDL_NAMESPACE, "… in load_wsdl()

Completed in 93 milliseconds

12345678