Home
last modified time | relevance | path

Searched refs:used (Results 226 – 250 of 547) sorted by last modified time

12345678910>>...22

/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_assoc_variation8.phpt7 * Keys are used to do more restrictive check
88 // close the file resource used
H A Darray_intersect_assoc_variation9.phpt7 * Keys are used to do more restrictive check
H A Darray_diff_ukey_variation5.phpt6 …are not present in any of the others arguments. User supplied function is used for comparing the k…
H A Darray_diff_ukey_variation11.phpt6 …are not present in any of the others arguments. User supplied function is used for comparing the k…
H A Darray_fill_variation1.phpt104 // close the resource used
H A Darray_fill_variation1_64bit.phpt104 // close the resource used
H A Darray_combine_variation4.phpt85 // close the file resource used
H A Darray_combine_variation5.phpt77 // close the file resource used
H A D005.phpt16 /* Various combinations of arrays to be used for the test */
/PHP-5.5/ext/standard/
H A Dmd5.c308 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 …]
H A Dcrypt.c239 # error Data struct used by crypt_r() is unknown. Please report. in php_crypt()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c20617 void(*xCallback)(void *pArg, sqlite3_int64 used,int N),
20638 void(*xCallback)(void *pArg, sqlite3_int64 used,int N),
/PHP-5.5/ext/spl/tests/
H A Dspl_iterator_recursive_getiterator_error.phpt16 Fatal error: An iterator cannot be used with foreach by reference in %s
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
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 Dfixedarray_021.phpt74 string(52) "An iterator cannot be used with foreach by reference"
H A Dclass_uses_basic.phpt6 * Description: Return all traits used by a class
H A Dclass_uses_basic2.phpt6 * Description: Return all traits used by a class
H A Dclass_uses_variation.phpt6 * Description: Return all traits used by a class
H A Dclass_uses_variation1.phpt6 * Description: Return all traits used by a class
H A Dclass_uses_variation2.phpt6 * Description: Return all traits used by a class
H A Darray_019.phpt30 Fatal error: An iterator cannot be used with foreach by reference in %sarray_019.php on line %d
H A Dbug45622b.phpt2 …sure fix to bug45622 doesn't cause __isset() to be called when ArrayObject::ARRAY_AS_PROPS is used.
H A Dbug62978.phpt47 Strict Standards: Resource ID#%d used as offset, casting to integer (%d) in %sbug62978.php on line …
H A DDirectoryIterator_by_reference.phpt14 Fatal error: An iterator cannot be used with foreach by reference in %s on line %d

Completed in 389 milliseconds

12345678910>>...22