Home
last modified time | relevance | path

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

12345678

/PHP-7.4/ext/ldap/tests/
H A Dldap_set_option_error.phpt2 ldap_set_option() - ldap_set_option() operation that should fail
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-7.4/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-7.4/ext/standard/tests/array/
H A Dshuffle_basic2.phpt26 // printing the input array before the shuffle operation
H A D005.phpt79 echo "\nCurrent Element after shift operation is: ";
290 Current Element after shift operation is: int(2)
H A Darray_key_exists.phpt93 echo "\n*** Testing operation on objects ***\n";
282 *** Testing operation on objects ***
/PHP-7.4/ext/standard/tests/password/
H A Dpassword_hash_error.phpt2 Test error operation of password_hash()
/PHP-7.4/ext/zip/tests/
H A Doo_encryption.phpt62 Warning: file_get_contents(%s): failed to open stream: operation failed in %s on line %d
/PHP-7.4/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-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorcode.phpt33 operation performed on a particular statement handle.
H A Dpdo_mysql_errorinfo.phpt43 operation performed on a particular statement handle.
/PHP-7.4/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt28 //it's a post-increment operation as to the codepoint, i.e., it gives the codepoint
/PHP-7.4/ext/openssl/tests/
H A Dstream_security_level.phpt68 Warning: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages:
/PHP-7.4/ext/standard/tests/dir/
H A Dscandir_variation7.phpt51 chmod ($dir_path, 0777); // change dir permission to allow all operation
H A Dopendir_variation7.phpt54 chmod ($dir_path, 0777); // change dir permission to allow all operation
H A Dreaddir_variation5.phpt52 chmod ($dir_path, 0777); // change dir permission to allow all operation
H A Ddir_variation3.phpt55 @chmod ($dir_path, 0777); // change dir permission to allow all operation
/PHP-7.4/ext/mysqli/tests/
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.phpt43 /* [1227] Access denied; you need the SUPER privilege for this operation */
/PHP-7.4/ext/standard/tests/file/
H A D005_variation-win32.phpt105 echo "\n-- Checking different times, after performing is_file() operation on the file --\n";
192 -- Checking different times, after performing is_file() operation on the file --
/PHP-7.4/ext/standard/
H A Dfile.c343 zend_long operation = 0; in PHP_FUNCTION() local
347 Z_PARAM_LONG(operation) in PHP_FUNCTION()
354 act = operation & 3; in PHP_FUNCTION()
365 act = flock_values[act - 1] | (operation & PHP_LOCK_NB ? LOCK_NB : 0); in PHP_FUNCTION()
367 if (operation && errno == EWOULDBLOCK && wouldblock) { in PHP_FUNCTION()
/PHP-7.4/ext/sockets/tests/
H A Dsocket_strerror.phpt112 string(30) "Socket operation on non-socket"
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.conf.in54 ; line is written in a single write operation. If the value is false, then the

Completed in 44 milliseconds

12345678