/PHP-5.6/ext/standard/tests/general_functions/ |
H A D | getrusage_variation1.phpt | 81 User time used (microseconds) %d 84 User time used (microseconds) %d 87 User time used (microseconds) %d 90 User time used (microseconds) %d 93 User time used (microseconds) %d 96 User time used (microseconds) %d 99 User time used (microseconds) %d 102 User time used (microseconds) %d 105 User time used (microseconds) %d 108 User time used (microseconds) %d [all …]
|
H A D | getrusage_basic.phpt | 25 echo "User time used (seconds) " . $dat["ru_utime.tv_sec"] . "\n"; 26 echo "User time used (microseconds) " . $dat["ru_utime.tv_usec"] . "\n"; 31 User time used (seconds) %d 32 User time used (microseconds) %d
|
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fpm_arrays.h | 14 size_t used; member 42 a->used = 0; in fpm_array_init() 60 return fpm_array_item(a, a->used - 1); in fpm_array_item_last() 68 if (n < a->used - 1) { in fpm_array_item_remove() 69 void *last = fpm_array_item(a, a->used - 1); in fpm_array_item_remove() 77 --a->used; in fpm_array_item_remove() 87 if (a->used == a->allocated) { in fpm_array_push() 99 ret = fpm_array_item(a, a->used); in fpm_array_push() 101 ++a->used; in fpm_array_push() 112 a->used = a->allocated = 0; in fpm_array_free()
|
/PHP-5.6/ext/spl/tests/ |
H A D | heap_009.phpt | 2 SPL: SplHeap and friends, throw: An iterator cannot be used with foreach by reference 50 An iterator cannot be used with foreach by reference 51 An iterator cannot be used with foreach by reference 52 An iterator cannot be used with foreach by reference 53 An iterator cannot be used with foreach by reference 54 An iterator cannot be used with foreach by reference 55 An iterator cannot be used with foreach by reference
|
H A D | iterator_069.phpt | 2 SPL: RecursiveIteratorIterator cannot be used with foreach by reference 17 Fatal error: An iterator cannot be used with foreach by reference in %s on line %d
|
/PHP-5.6/ext/phar/tests/zip/ |
H A D | corrupt_008.phpt | 86 phar error: unsupported compression method (Shrunk) used in this zip in zip-based phar "%scompress_… 87 phar error: unsupported compression method (Reduce) used in this zip in zip-based phar "%scompress_… 88 phar error: unsupported compression method (Reduce) used in this zip in zip-based phar "%scompress_… 89 phar error: unsupported compression method (Reduce) used in this zip in zip-based phar "%scompress_… 90 phar error: unsupported compression method (Reduce) used in this zip in zip-based phar "%scompress_… 91 phar error: unsupported compression method (Implode) used in this zip in zip-based phar "%scompress… 92 phar error: unsupported compression method (Tokenize) used in this zip in zip-based phar "%scompres… 93 phar error: unsupported compression method (Deflate64) used in this zip in zip-based phar "%scompre… 95 phar error: unsupported compression method (LZMA) used in this zip in zip-based phar "%scompress_un… 98 phar error: unsupported compression method (WavPack) used in this zip in zip-based phar "%scompress… [all …]
|
/PHP-5.6/build/ |
H A D | mkdep.awk | 54 for (e in used) 55 delete used[e] 63 if (substr($3,2,1) != "/" && used[$3] != 1) { 68 used[$3] = 1;
|
/PHP-5.6/ext/standard/tests/class_object/ |
H A D | get_declared_interfaces_variation1.phpt | 18 echo "\n-- before interface is used --\n"; 22 echo "\n-- after interface is used --\n"; 31 -- before interface is used -- 34 -- after interface is used --
|
/PHP-5.6/ext/pcre/tests/ |
H A D | 005.phpt | 5 // this file is not used in the cron job 122 [8] => `oci_ping' defined but not used 225 [8] => `nope' defined but not used 330 [8] => `yy_fatal_error' defined but not used 336 [14] => `yy_last_accepting_cpos' defined but not used 339 [17] => `yy_more_flag' defined but not used 342 [20] => `yy_more_len' defined but not used 345 [23] => `yyunput' defined but not used 348 [26] => `yy_top_state' defined but not used 369 [14] => `yyunput' defined but not used [all …]
|
/PHP-5.6/main/ |
H A D | output.c | 821 context->in.used = used; in php_output_context_feed() 835 context->in.used = context->out.used; in php_output_context_swap() 839 context->out.used = 0; in php_output_context_swap() 850 context->out.used = context->in.used; in php_output_context_pass() 854 context->in.used = 0; in php_output_context_pass() 897 if (buf->used) { in php_output_handler_append() 900 if ((handler->buffer.size - handler->buffer.used) <= buf->used) { in php_output_handler_append() 908 memcpy(handler->buffer.data + handler->buffer.used, buf->data, buf->used); in php_output_handler_append() 909 handler->buffer.used += buf->used; in php_output_handler_append() 947 context->in.used in php_output_handler_op() [all …]
|
/PHP-5.6/ext/ldap/tests/ |
H A D | README | 5 OpenLDAP 2.4.31 has been used with the configuration below. 10 …It is used for testing ldap_start_tls(), which also requires "TLS_REQCERT never" in client configu… 23 # hdb is used instead of bdb as it enables the usage of referrals & aliases 46 … to use. May be the ldap root or a subtree. (ldap_search_variation6 will fail if a subtree is used) 47 LDAP_TEST_USER (default: cn=Manager,dc=my-domain,dc=com) DN used for binding 48 LDAP_TEST_SASL_USER (default: Manager) SASL user used for SASL binding 49 LDAP_TEST_PASSWD (default: secret) Password used for plain and SASL binding
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | regint.h | 345 unsigned int used; member 374 int used = (pos) + (n);\ 375 if ((buf)->alloc < (unsigned int )used) BBUF_EXPAND((buf),used);\ 377 if ((buf)->used < (unsigned int )used) (buf)->used = used;\ 381 int used = (pos) + 1;\ 382 if ((buf)->alloc < (unsigned int )used) BBUF_EXPAND((buf),used);\ 384 if ((buf)->used < (unsigned int )used) (buf)->used = used;\ 390 #define BBUF_GET_OFFSET_POS(buf) ((buf)->used) 396 if ((unsigned int )((to)+(n)) > (buf)->used) (buf)->used = (to) + (n);\ 407 (buf)->used -= (from - to);\ [all …]
|
/PHP-5.6/Zend/ |
H A D | OBJECTS2_HOWTO | 25 used for that. Do not rely class entry's constructor, unless you refer 44 read_property is used to read object's property. This value is not 50 write_property is used to directly write object's property by 60 get_property_ptr is used to obtain zval ** for future writing to 80 get_method handler is used to find method description by name. It 89 call_method handler is used to perform method call. Parameters are 104 get_class_name is used to retrieve class name of the object. 169 be used for read and write. If object properties are not zval's 173 get - retrieves zval* for object contents. To be used mainly with 174 proxy objects from get_property_ptr, but also may be used for [all …]
|
/PHP-5.6/ext/zlib/ |
H A D | zlib.c | 124 ctx->buffer.used = 0; in php_zlib_output_handler_ex() 127 if (output_context->in.used) { in php_zlib_output_handler_ex() 137 memcpy(ctx->buffer.data + ctx->buffer.used, output_context->in.data, output_context->in.used); in php_zlib_output_handler_ex() 139 ctx->buffer.used += output_context->in.used; in php_zlib_output_handler_ex() 144 output_context->out.used = 0; in php_zlib_output_handler_ex() 146 ctx->Z.avail_in = ctx->buffer.used; in php_zlib_output_handler_ex() 168 ctx->buffer.used = ctx->Z.avail_in; in php_zlib_output_handler_ex() 379 buffer.used += buffer.free - Z->avail_out; in php_zlib_inflate_rounds() 390 buffer.data[buffer.used] = '\0'; in php_zlib_inflate_rounds() 392 *len = buffer.used; in php_zlib_inflate_rounds() [all …]
|
/PHP-5.6/ext/mbstring/ucgendat/ |
H A D | ucgendat.c | 102 ac_uint2 used; member 123 ac_uint2 used; member 281 j = rlp->used - 1; in add_range() 283 j = rlp->used; in add_range() 318 rlp->used += 2; in add_range() 379 if (rlp->used == 0) { in ordered_range_insert() 381 rlp->used += 2; in ordered_range_insert() 389 j = rlp->used - 1; in ordered_range_insert() 405 j = rlp->used; in ordered_range_insert() 407 rlp->used += 2; in ordered_range_insert() [all …]
|
/PHP-5.6/ext/spl/internal/ |
H A D | recursivetreeiterator.inc | 41 /** Prefix used to start elements. */ 43 /** Prefix used if $level < depth and hasNext($level) == true. */ 45 /** Prefix used if $level < depth and hasNext($level) == false. */ 47 /** Prefix used if $level == depth and hasNext($level) == true. */ 49 /** Prefix used if $level == depth and hasNext($level) == false. */ 51 /** Prefix used right in front of the current element. */ 55 * Set prefix part as used in getPrefix() and stored in $prefix.
|
/PHP-5.6/Zend/tests/generators/errors/ |
H A D | yield_outside_function_error.phpt | 2 Yield cannot be used outside of functions 10 Fatal error: The "yield" expression can only be used inside a function in %s on line %d
|
/PHP-5.6/Zend/tests/generators/ |
H A D | unused_return_value.phpt | 2 There shouldn't be any leaks when the genertor's return value isn't used 8 gen('foo'); // return value not used
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | bug55582.phpt | 2 Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used 30 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d 37 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
|
/PHP-5.6/ext/standard/ |
H A D | md5.c | 308 php_uint32 used, free; in PHP_MD5Update() local 316 used = saved_lo & 0x3f; in PHP_MD5Update() 318 if (used) { in PHP_MD5Update() 319 free = 64 - used; in PHP_MD5Update() 326 memcpy(&ctx->buffer[used], data, free); in PHP_MD5Update() 342 php_uint32 used, free; in PHP_MD5Final() local 344 used = ctx->lo & 0x3f; in PHP_MD5Final() 346 ctx->buffer[used++] = 0x80; in PHP_MD5Final() 348 free = 64 - used; in PHP_MD5Final() 351 memset(&ctx->buffer[used], 0, free); in PHP_MD5Final() [all …]
|
/PHP-5.6/ext/oci8/tests/ |
H A D | error_bind.phpt | 55 Warning: oci_execute(): Invalid variable used for bind in %s on line %d 59 Warning: oci_bind_by_name(): Invalid variable used for bind in %s on line %d 61 Warning: oci_execute(): Invalid variable used for bind in %s on line %d 66 Warning: oci_bind_by_name(): Invalid variable used for bind in %s on line %d
|
H A D | extauth_02.phpt | 113 Warning: oci_new_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL passwor… 118 Warning: oci_new_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL passwor… 123 Warning: oci_new_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL passwor… 128 Warning: oci_new_connect(): OCI_SYSDBA and OCI_SYSOPER cannot be used together in %s on line %d 133 Warning: oci_new_connect(): OCI_SYSDBA and OCI_SYSOPER cannot be used together in %s on line %d 138 Warning: oci_new_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL passwor…
|
H A D | extauth_03.phpt | 113 Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password i… 118 Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password i… 123 Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password i… 128 Warning: oci_pconnect(): OCI_SYSDBA and OCI_SYSOPER cannot be used together in %s on line %d 133 Warning: oci_pconnect(): OCI_SYSDBA and OCI_SYSOPER cannot be used together in %s on line %d 138 Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password i…
|
/PHP-5.6/ext/phar/tests/ |
H A D | phar_setalias2.phpt | 49 alias "test" is already used for archive "%sphar_setalias2.phar.php" and cannot be used for other a… 50 alias "test" is already used for archive "%sphar_setalias2.phar.php" cannot be overloaded with "%sn…
|
/PHP-5.6/ext/spl/examples/ |
H A D | keyfilter.inc | 24 /** @internal regular exoression used as filter */ 33 * @param regex Regular expression used as a filter. 48 /** @return regular expression used as filter
|