Home
last modified time | relevance | path

Searched refs:operation (Results 126 – 150 of 156) sorted by relevance

1234567

/PHP-5.5/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-5.5/ext/soap/tests/bugs/
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-5.5/ext/standard/tests/dir/
H A Dscandir_variation7.phpt59 chmod ($dir_path, 0777); // change dir permission to allow all operation
H A Dopendir_variation7.phpt62 chmod ($dir_path, 0777); // change dir permission to allow all operation
H A Dreaddir_variation5.phpt60 chmod ($dir_path, 0777); // change dir permission to allow all operation
H A Ddir_variation3.phpt63 @chmod ($dir_path, 0777); // change dir permission to allow all operation
/PHP-5.5/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-5.5/ext/ldap/tests/
H A Dldap_add_error.phpt2 ldap_add() - Add operation that should fail
/PHP-5.5/ext/standard/tests/array/
H A Darray_key_exists.phpt93 echo "\n*** Testing operation on objects ***\n";
282 *** Testing operation on objects ***
/PHP-5.5/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 --
H A D005_variation.phpt120 echo "\n-- Checking different times, after performing is_file() operation on the file --\n";
231 -- Checking different times, after performing is_file() operation on the file --
H A Dfscanf_variation55.phpt78 // current file pointer position after rewind operation
H A Dfile.inc89 "empty" = no fill operation performed, returns true
/PHP-5.5/ext/standard/
H A Dfile.c337 long operation = 0; in PHP_FUNCTION() local
339 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl|z", &arg1, &operation, &arg3) == FAILURE)… in PHP_FUNCTION()
345 act = operation & 3; in PHP_FUNCTION()
357 act = flock_values[act - 1] | (operation & PHP_LOCK_NB ? LOCK_NB : 0); in PHP_FUNCTION()
359 if (operation && errno == EWOULDBLOCK && arg3 && PZVAL_IS_REF(arg3)) { in PHP_FUNCTION()
H A Dconfig.m4589 dnl Check for atomic operation API availability in Solaris
/PHP-5.5/ext/sockets/tests/
H A Dsocket_strerror.phpt113 string(30) "Socket operation on non-socket"
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO96 == operation, === compares objects by handles, i.e., return true if
/PHP-5.5/ext/soap/
H A Dphp_sdl.c765 xmlNodePtr portType, operation; in load_wsdl() local
920 operation = trav2; in load_wsdl()
922 op_name = get_attribute(operation->properties, "name"); in load_wsdl()
927 trav3 = operation->children; in load_wsdl()
961 soapOperation = get_node_ex(operation->children, "operation", wsdl_soap_namespace); in load_wsdl()
1004 input = get_node_ex(operation->children, "input", WSDL_NAMESPACE); in load_wsdl()
1038 output = get_node_ex(operation->children, "output", WSDL_NAMESPACE); in load_wsdl()
1076 …xmlNodePtr soap_fault = get_node_with_attribute_ex(operation->children, "fault", WSDL_NAMESPACE, "… in load_wsdl()
/PHP-5.5/
H A DREADME.STREAMS280 mode is the stdio-like mode of operation - php streams places no real meaning
372 The main thing to remember is that in your close operation you need to release
/PHP-5.5/Zend/tests/
H A D019.phpt271 /* testing variation in operation for isset(), empty() & unset().
276 echo "\n*** Testing possible variation in operation for isset(), empty() & unset() ***\n";
1289 *** Testing possible variation in operation for isset(), empty() & unset() ***
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc652 self::error("Unable to complete operation on file '$file'\n" . $e->getMessage() . "\n");
1264 self::error('Metadata is a flat value while an index operation was issued.');
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1100 using longer offsets slows down the operation of PCRE because it has to
1111 verely limit PCRE's operation. (The Unix environment does not usually
1140 function may be called during a single matching operation, a limit can
1375 matching operation. The just-in-time (JIT) optimization that is
1824 specified points during a matching operation. Details are given in the
3375 operation. Consider the pattern
4778 The original operation of PCRE was on strings of one-byte characters.
8539 determine whether a match operation was executed by JIT or by the
9797 The "FullMatch" operation checks that supplied text matches a supplied
9882 You can use the "QuoteMeta" operation to insert backslashes before all
[all …]
/PHP-5.5/ext/spl/
H A Dspl_directory.c2966 ZEND_ARG_INFO(0, operation)

Completed in 163 milliseconds

1234567