Home
last modified time | relevance | path

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

12345678

/PHP-7.1/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.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorinfo.phpt43 operation performed on a particular statement handle.
/PHP-7.1/ext/ldap/tests/
H A Dldap_add_error.phpt2 ldap_add() - Add operation that should fail
/PHP-7.1/ext/standard/tests/dir/
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-7.1/ext/standard/tests/array/
H A Darray_key_exists.phpt93 echo "\n*** Testing operation on objects ***\n";
282 *** Testing operation on objects ***
/PHP-7.1/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-7.1/ext/standard/
H A Dfile.c342 zend_long operation = 0; in PHP_FUNCTION() local
344 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rl|z/", &res, &operation, &wouldblock) == FAILURE) { in PHP_FUNCTION()
350 act = operation & 3; in PHP_FUNCTION()
362 act = flock_values[act - 1] | (operation & PHP_LOCK_NB ? LOCK_NB : 0); in PHP_FUNCTION()
364 if (operation && errno == EWOULDBLOCK && wouldblock) { in PHP_FUNCTION()
H A Dconfig.m4541 dnl Check for atomic operation API availability in Solaris
H A Dbasic_functions.c1030 ZEND_ARG_INFO(0, operation)
/PHP-7.1/ext/sockets/tests/
H A Dsocket_strerror.phpt112 string(30) "Socket operation on non-socket"
/PHP-7.1/ext/soap/
H A Dphp_sdl.c757 xmlNodePtr portType, operation; in load_wsdl() local
912 operation = trav2; in load_wsdl()
914 op_name = get_attribute(operation->properties, "name"); in load_wsdl()
919 trav3 = operation->children; in load_wsdl()
953 soapOperation = get_node_ex(operation->children, "operation", wsdl_soap_namespace); in load_wsdl()
996 input = get_node_ex(operation->children, "input", WSDL_NAMESPACE); in load_wsdl()
1030 output = get_node_ex(operation->children, "output", WSDL_NAMESPACE); in load_wsdl()
1068 …xmlNodePtr soap_fault = get_node_with_attribute_ex(operation->children, "fault", WSDL_NAMESPACE, "… in load_wsdl()
/PHP-7.1/Zend/
H A DOBJECTS2_HOWTO96 == operation, === compares objects by handles, i.e., return true if
/PHP-7.1/
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
H A DUPGRADING223 - pg_last_notice() accepts optional long parameter to specify operation.
H A DNEWS1467 operation). (Dmitry)
2185 operation). (Dmitry)
/PHP-7.1/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-7.1/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-7.1/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-7.1/ext/spl/
H A Dspl_directory.c3021 ZEND_ARG_INFO(0, operation)

Completed in 141 milliseconds

12345678