/PHP-5.5/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_errorcode.phpt | 33 operation performed on a particular statement handle.
|
H A D | pdo_mysql_errorinfo.phpt | 43 operation performed on a particular statement handle.
|
/PHP-5.5/ext/soap/tests/bugs/ |
H A D | bug50698_2.wsdl | 184 <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 D | scandir_variation7.phpt | 59 chmod ($dir_path, 0777); // change dir permission to allow all operation
|
H A D | opendir_variation7.phpt | 62 chmod ($dir_path, 0777); // change dir permission to allow all operation
|
H A D | readdir_variation5.phpt | 60 chmod ($dir_path, 0777); // change dir permission to allow all operation
|
H A D | dir_variation3.phpt | 63 @chmod ($dir_path, 0777); // change dir permission to allow all operation
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | mysqli_stmt_bind_param_many_columns.phpt | 35 /* [1227] Access denied; you need the SUPER privilege for this operation */
|
H A D | mysqli_insert_packet_overflow.phpt | 43 /* [1227] Access denied; you need the SUPER privilege for this operation */
|
/PHP-5.5/ext/ldap/tests/ |
H A D | ldap_add_error.phpt | 2 ldap_add() - Add operation that should fail
|
/PHP-5.5/ext/standard/tests/array/ |
H A D | array_key_exists.phpt | 93 echo "\n*** Testing operation on objects ***\n"; 282 *** Testing operation on objects ***
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | 005_variation-win32.phpt | 105 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 D | 005_variation.phpt | 120 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 D | fscanf_variation55.phpt | 78 // current file pointer position after rewind operation
|
H A D | file.inc | 89 "empty" = no fill operation performed, returns true
|
/PHP-5.5/ext/standard/ |
H A D | file.c | 337 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 D | config.m4 | 589 dnl Check for atomic operation API availability in Solaris
|
/PHP-5.5/ext/sockets/tests/ |
H A D | socket_strerror.phpt | 113 string(30) "Socket operation on non-socket"
|
/PHP-5.5/Zend/ |
H A D | OBJECTS2_HOWTO | 96 == operation, === compares objects by handles, i.e., return true if
|
/PHP-5.5/ext/soap/ |
H A D | php_sdl.c | 765 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 D | README.STREAMS | 280 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 D | 019.phpt | 271 /* 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 D | pharcommand.inc | 652 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 D | pcre.txt | 1100 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 D | spl_directory.c | 2966 ZEND_ARG_INFO(0, operation)
|