Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 574) sorted by relevance

12345678910>>...23

/PHP-7.0/ext/standard/tests/general_functions/
H A Dgetrusage_variation1.phpt81 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 Dgetrusage_basic.phpt22 echo "User time used (seconds) " . $dat["ru_utime.tv_sec"] . "\n";
23 echo "User time used (microseconds) " . $dat["ru_utime.tv_usec"] . "\n";
28 User time used (seconds) %d
29 User time used (microseconds) %d
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_arrays.h14 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-7.0/ext/spl/tests/
H A Dheap_009.phpt2 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 Diterator_069.phpt2 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-7.0/ext/phar/tests/zip/
H A Dcorrupt_008.phpt86 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-7.0/build/
H A Dmkdep.awk54 for (e in used)
55 delete used[e]
63 if (substr($3,2,1) != "/" && used[$3] != 1) {
68 used[$3] = 1;
/PHP-7.0/ext/standard/tests/class_object/
H A Dget_declared_interfaces_variation1.phpt18 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-7.0/main/
H A Doutput.c807 context->in.used = used; in php_output_context_feed()
821 context->in.used = context->out.used; in php_output_context_swap()
825 context->out.used = 0; in php_output_context_swap()
836 context->out.used = context->in.used; in php_output_context_pass()
840 context->in.used = 0; in php_output_context_pass()
882 if (buf->used) { in php_output_handler_append()
885 if ((handler->buffer.size - handler->buffer.used) <= buf->used) { in php_output_handler_append()
893 memcpy(handler->buffer.data + handler->buffer.used, buf->data, buf->used); in php_output_handler_append()
894 handler->buffer.used += buf->used; in php_output_handler_append()
931 context->in.used in php_output_handler_op()
[all …]
/PHP-7.0/ext/pcre/tests/
H A D005.phpt5 // 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-7.0/ext/mbstring/oniguruma/
H A Dregint.h349 unsigned int used; member
378 int used = (pos) + (n);\
379 if ((buf)->alloc < (unsigned int )used) BBUF_EXPAND((buf),used);\
381 if ((buf)->used < (unsigned int )used) (buf)->used = used;\
385 int used = (pos) + 1;\
386 if ((buf)->alloc < (unsigned int )used) BBUF_EXPAND((buf),used);\
388 if ((buf)->used < (unsigned int )used) (buf)->used = used;\
394 #define BBUF_GET_OFFSET_POS(buf) ((buf)->used)
400 if ((unsigned int )((to)+(n)) > (buf)->used) (buf)->used = (to) + (n);\
411 (buf)->used -= (from - to);\
[all …]
/PHP-7.0/Zend/
H A DOBJECTS2_HOWTO25 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-7.0/ext/mbstring/ucgendat/
H A Ducgendat.c102 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-7.0/ext/spl/internal/
H A Drecursivetreeiterator.inc41 /** 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-7.0/Zend/tests/generators/errors/
H A Dyield_outside_function_error.phpt2 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-7.0/Zend/tests/generators/
H A Dunused_return_value.phpt2 There shouldn't be any leaks when the genertor's return value isn't used
8 gen('foo'); // return value not used
/PHP-7.0/ext/mysqli/tests/
H A Dbug55582.phpt2 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-7.0/Zend/tests/
H A Dbug71622.phpt2 Bug #71622 (Strings used in pass-as-reference cannot be used to invoke C::$callable())
/PHP-7.0/ext/standard/
H A Dmd5.c311 php_uint32 used, free; in PHP_MD5Update() local
319 used = saved_lo & 0x3f; in PHP_MD5Update()
321 if (used) { in PHP_MD5Update()
322 free = 64 - used; in PHP_MD5Update()
329 memcpy(&ctx->buffer[used], data, free); in PHP_MD5Update()
345 php_uint32 used, free; in PHP_MD5Final() local
347 used = ctx->lo & 0x3f; in PHP_MD5Final()
349 ctx->buffer[used++] = 0x80; in PHP_MD5Final()
351 free = 64 - used; in PHP_MD5Final()
354 memset(&ctx->buffer[used], 0, free); in PHP_MD5Final()
[all …]
/PHP-7.0/ext/oci8/tests/
H A Derror_bind.phpt55 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 Dextauth_02.phpt113 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 Dextauth_03.phpt113 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-7.0/ext/spl/examples/
H A Dkeyfilter.inc24 /** @internal regular exoression used as filter */
33 * @param regex Regular expression used as a filter.
48 /** @return regular expression used as filter
/PHP-7.0/ext/phar/tests/
H A Dphar_setalias2.phpt49 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-7.0/ext/zlib/
H A Dzlib.c147 ctx->buffer.used = 0; in php_zlib_output_handler_ex()
150 if (output_context->in.used) { in php_zlib_output_handler_ex()
160 memcpy(ctx->buffer.data + ctx->buffer.used, output_context->in.data, output_context->in.used); in php_zlib_output_handler_ex()
162 ctx->buffer.used += output_context->in.used; in php_zlib_output_handler_ex()
167 output_context->out.used = 0; in php_zlib_output_handler_ex()
169 ctx->Z.avail_in = ctx->buffer.used; in php_zlib_output_handler_ex()
191 ctx->buffer.used = ctx->Z.avail_in; in php_zlib_output_handler_ex()
397 buffer.used += buffer.free - Z->avail_out; in php_zlib_inflate_rounds()
408 buffer.data[buffer.used] = '\0'; in php_zlib_inflate_rounds()
410 *len = buffer.used; in php_zlib_inflate_rounds()
[all …]

Completed in 85 milliseconds

12345678910>>...23