/PHP-5.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/ext/ldap/tests/ |
H A D | README | 5 OpenLDAP 2.3.43 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… 20 # hdb is used instead of bdb as it enables the usage of referrals & aliases 43 LDAP_TEST_USER (default: cn=Manager,dc=my-domain,dc=com) DN used for binding 44 LDAP_TEST_SASL_USER (default: Manager) SASL user used for SASL binding 45 LDAP_TEST_PASSWD (default: secret) Password used for plain and SASL binding
|
/PHP-5.3/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.3/ext/mbstring/oniguruma/ |
H A D | regint.h | 453 unsigned int used; member 482 int used = (pos) + (n);\ 483 if ((buf)->alloc < (unsigned int )used) BBUF_EXPAND((buf),used);\ 485 if ((buf)->used < (unsigned int )used) (buf)->used = used;\ 489 int used = (pos) + 1;\ 490 if ((buf)->alloc < (unsigned int )used) BBUF_EXPAND((buf),used);\ 492 if ((buf)->used < (unsigned int )used) (buf)->used = used;\ 498 #define BBUF_GET_OFFSET_POS(buf) ((buf)->used) 504 if ((unsigned int )((to)+(n)) > (buf)->used) (buf)->used = (to) + (n);\ 515 (buf)->used -= (from - to);\ [all …]
|
/PHP-5.3/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.3/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.3/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.3/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_01.phpt | 114 Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in… 119 Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in… 124 Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in… 129 Warning: oci_connect(): OCI_SYSDBA and OCI_SYSOPER cannot be used together in %s on line %d 134 Warning: oci_connect(): OCI_SYSDBA and OCI_SYSOPER cannot be used together in %s on line %d 139 Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in…
|
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…
|
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…
|
/PHP-5.3/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.3/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
|
/PHP-5.3/scripts/dev/generate-phpt/src/texts/ |
H A D | help.txt | 12 -k skipif key..................... Skipif option, only used if -s skipif is used.
|
/PHP-5.3/ |
H A D | README.TESTING2 | 7 the original run-tests.php script. server-tests is *not* used by 78 Not used for anything, just a section for documenting the test 82 execution of the test. This can be used to change environment 83 vars that are used for CGI emulation, or simply to set env vars 106 this section is used to build the url used in an HTTP request. Valid values 119 This section is also eval'd. It is used to provide additional headers sent 129 This section can be used to define what headers are required to be
|
/PHP-5.3/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 618 unsigned long used = 0; in odbc_stmt_get_col() local 648 used = 255; /* not 256; the driver NUL terminated the buffer */ in odbc_stmt_get_col() 660 buf = erealloc(buf, used + 255+1); in odbc_stmt_get_col() 661 memcpy(buf + used, buf2, 255); in odbc_stmt_get_col() 662 used = used + 255; in odbc_stmt_get_col() 664 buf = erealloc(buf, used + C->fetched_len+1); in odbc_stmt_get_col() 665 memcpy(buf + used, buf2, C->fetched_len); in odbc_stmt_get_col() 666 used = used + C->fetched_len; in odbc_stmt_get_col() 677 buf[used] = '\0'; in odbc_stmt_get_col() 681 *len = used; in odbc_stmt_get_col()
|