Home
last modified time | relevance | path

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

123456

/PHP-5.4/ext/standard/
H A Dfile.c336 long operation = 0; in PHP_FUNCTION() local
338 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl|z", &arg1, &operation, &arg3) == FAILURE)… in PHP_FUNCTION()
344 act = operation & 3; in PHP_FUNCTION()
356 act = flock_values[act - 1] | (operation & PHP_LOCK_NB ? LOCK_NB : 0); in PHP_FUNCTION()
358 if (operation && errno == EWOULDBLOCK && arg3 && PZVAL_IS_REF(arg3)) { in PHP_FUNCTION()
H A Dconfig.m4588 dnl Check for atomic operation API availability in Solaris
H A Dbasic_functions.c1057 ZEND_ARG_INFO(0, operation)
/PHP-5.4/ext/sockets/tests/
H A Dsocket_strerror.phpt113 string(30) "Socket operation on non-socket"
/PHP-5.4/Zend/
H A DOBJECTS2_HOWTO96 == operation, === compares objects by handles, i.e., return true if
/PHP-5.4/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.4/
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 DUPGRADING336 details about the operation in case UTS #46 is chosen.
H A Dphp.ini-development1396 ; the session id. We encourage this operation as it's very helpful in combating
H A Dphp.ini-production1396 ; the session id. We encourage this operation as it's very helpful in combating
H A DNEWS3697 in situations where the read operation gives back less data than requested
3723 - Added stream_set_read_buffer, allows to set the buffer for read operation.
3979 - Fixed bug #49059 (DateTime::diff() repeats previous sub() operation).
7629 affected by the operation). (Ilia)
/PHP-5.4/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.4/ext/standard/tests/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.4/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.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt1089 using longer offsets slows down the operation of PCRE because it has to
1100 verely limit PCRE's operation. (The Unix environment does not usually
1129 function may be called during a single matching operation, a limit can
1364 matching operation. The just-in-time (JIT) optimization that is
1813 specified points during a matching operation. Details are given in the
3364 operation. Consider the pattern
4767 The original operation of PCRE was on strings of one-byte characters.
8515 determine whether a match operation was executed by JIT or by the
9773 The "FullMatch" operation checks that supplied text matches a supplied
9858 You can use the "QuoteMeta" operation to insert backslashes before all
[all …]
/PHP-5.4/ext/spl/
H A Dspl_directory.c2934 ZEND_ARG_INFO(0, operation)
/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog3343 have affected the operation of pcre_study().
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic7671 # really le32 operation,destination,payloadsize (but quite predictable)

Completed in 185 milliseconds

123456