| /PHP_5_4/ext/oci8/tests/ |
| H A D | details.inc | 35 * Common object names for scripts to use
|
| /PHP_5_4/ext/phar/phar/ |
| H A D | pharcommand.inc | 121 .'You can use \'0\' or \'1\' to locate it automatically using the mentioned ' 337 * @param string $arg The phar archive to use. 429 self::error("Cannot use OpenSSL signing without key.\n"); 464 'inf' => ' Any number of input files and directories. If -i is in use then ONLY files and matching the given regular expression are being packed. If -x is given then files matching that regular expression are NOT being packed.', 939 * @return array informations about the arguments to use. 984 'inf' => ' Any number of input files and directories. If -i is in use then ONLY files and matching the given regular expression are being packed. If -x is given then files matching that regular expression are NOT being packed.',
|
| /PHP_5_4/ext/session/tests/ |
| H A D | save_handler_closures.inc | 6 ${$fn.'_closure'} = function () use ($fn) { return call_user_func_array ($fn, func_get_args ()); };
|
| /PHP_5_4/ext/soap/tests/schema/ |
| H A D | test_schema.inc | 9 function test_schema($schema,$type,$param,$style="rpc",$use="encoded", $attributeFormDefault='',$features=0) { 41 <soap:body use="$use" namespace="http://test-uri/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
| /PHP_5_4/ext/spl/examples/ |
| H A D | callbackfilteriterator.inc | 29 private $callback; /**< callback to use */
|
| H A D | dbaarray.inc | 26 * @param handler Handler to use for database access.
|
| H A D | dbareader.inc | 28 * @param handler Handler to use for database access.
|
| H A D | dualiterator.inc | 159 * @param identical whether to use areEqual() or areIdentical()
|
| H A D | inigroups.inc | 24 * If it would use a 'has-a' relation there would be much more to type...
|
| /PHP_5_4/ext/spl/internal/ |
| H A D | recursivetreeiterator.inc | 28 * @param it iterator to use as inner iterator
|
| H A D | regexiterator.inc | 73 /* note that we use $this->current, rather than calling parent::current() */
|
| H A D | seekableiterator.inc | 18 * to seek on an iterator LimitIterator can use this to efficiently rewind
|
| H A D | splfileobject.inc | 299 * use fseek().
|
| /PHP_5_4/ext/standard/tests/file/ |
| H A D | file.inc | 208 $mode = file open mode as specified in fopen() call. Do not use
|
| /PHP_5_4/sapi/cli/tests/ |
| H A D | php_cli_server.inc | 50 function($handle) use($router) {
|
| /PHP_5_4/ext/mysqli/tests/ |
| H A D | connect.inc | 6 if you want to use another configuration 83 * Whenever possible, please use this wrapper to make testing ot MYSQLI_CLIENT_COMPRESS (and potentially SSL) possible 104 * Whenever possible, please use this wrapper to make testing ot MYSQLI_CLIENT_COMPRESS (and potentially SSL) possible
|
| /PHP_5_4/Zend/ |
| H A D | zend_vm_gen.php | 481 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno) { 499 if ($use) { 591 // Try to use unspecialized handler 599 // Try to use unspecialized handler 691 // New and all executors with CALL threading model can use the same handler 722 gen_handler($f, 1, $kind, $opcodes[$num]["op"], $op1, $op2, isset($opcodes[$num]["use"]), $opcodes[$num]["code"], $lineno); 747 gen_handler($f, 0, $kind, $opcodes[$num]["op"], "ANY", "ANY", isset($opcodes[$num]["use"]), $opcodes[$num]["code"], $lineno); 955 // Only SWITCH dispatch method use it 958 // Only SWITCH dispatch method use it 1055 // We need absolute path to definition file to use i [all...] |
| /PHP_5_4/ext/dom/ |
| H A D | documenttype.c | 211 ZVAL_STRINGL(*retval, buff->buffer->content, buff->buffer->use, 1);
|
| H A D | node.c | 1901 ret = buf->buffer->use;
|
| /PHP_5_4/ext/soap/ |
| H A D | php_schema.c | 1707 use = (optional | prohibited | required) : optional 1819 } else if (attr_is_equal_ex(attr, "use", SCHEMA_NAMESPACE)) { 1821 newAttr->use = XSD_USE_PROHIBITED; 1823 newAttr->use = XSD_USE_REQUIRED; 1825 newAttr->use = XSD_USE_OPTIONAL; 1827 newAttr->use = XSD_USE_DEFAULT; 2062 if (attr->use == XSD_USE_DEFAULT) { 2063 attr->use = (*tmp)->use;
|
| H A D | php_sdl.c | 484 tmp = get_attribute(header->properties, "use"); 486 h->use = SOAP_ENCODED; 488 h->use = SOAP_LITERAL; 496 if (h->use == SOAP_ENCODED) { 571 tmp = get_attribute(body->properties, "use"); 573 binding->use = SOAP_LITERAL; 575 binding->use = SOAP_ENCODED; 624 if (binding->use == SOAP_ENCODED) { 1087 tmp = get_attribute(trav->properties, "use"); 1089 binding->use [all...] |
| H A D | php_sdl.h | 99 sdlEncodingUse use; member in struct:_sdlSoapBindingFunctionHeader 108 sdlEncodingUse use; member in struct:_sdlSoapBindingFunctionFault 114 sdlEncodingUse use; member in struct:_sdlSoapBindingFunctionBody 251 sdlUse use; member in struct:_sdlAttribute
|
| H A D | soap.c | 492 /* we do not use zend_memrchr() since path can contain ; itself */ 615 /* TODO: add ini entry for always use soap errors */ 1390 /* TODO: could use zend_is_callable here */ 2354 if (zend_hash_find(ht, "use", sizeof("use"), (void**)&tmp) == SUCCESS && 2357 add_property_long(this_ptr, "use", Z_LVAL_PP(tmp)); 3177 If new_location is not specified or null then SoapClient will use endpoint 3666 int style, use; local 3673 use = fnb->output.use; 3769 int use = SOAP_LITERAL; local 4124 int i, style, use; local [all...] |
| /PHP_5_4/ext/xml/ |
| H A D | compat.c | 586 if (data_len >= 4 || (parser->parser->input->buf->buffer->use + data_len >= 4)) { 590 char_count = parser->parser->input->buf->buffer->use;
|
| /PHP_5_4/ext/pcre/pcrelib/ |
| H A D | pcre_internal.h | 13 Redistribution and use in source and binary forms, with or without 86 #error The use of both EBCDIC and SUPPORT_UTF is not supported. 89 /* Use a macro for debugging printing, 'cause that eliminates the use of #ifdef 128 use: 190 part of "configure") because PCRE is often cross-compiled for use on other 191 systems. Instead we make use of the maximum sizes that are available at 217 large integers. If a 64-bit integer type is available, we can use that. 358 /* When compiling for use with the Virtual Pascal compiler, these functions 408 start of a subpattern to its alternatives and its end. The use of 2 bytes per 672 a user so as not to use loop [all...] |