Home
last modified time | relevance | path

Searched refs:current (Results 551 – 575 of 588) sorted by relevance

1...<<21222324

/PHP-8.2/ext/standard/tests/file/
H A Dftruncate_variation7-win32.phpt53 var_dump( filesize($filename) ); // current filesize
H A Dftruncate_variation1-win32-mb.phpt51 var_dump( filesize($filename) ); // check the current file size
H A Dftruncate_variation1-win32.phpt51 var_dump( filesize($filename) ); // check the current file size
H A Dftruncate_variation1.phpt51 var_dump( filesize($filename) ); // check the current file size
H A Dftruncate_variation7.phpt53 var_dump( filesize($filename) ); // current filesize
H A Dftruncate_variation6-win32.phpt54 var_dump( filesize($filename) ); // current filesize
H A Dftruncate_variation6.phpt54 var_dump( filesize($filename) ); // current filesize
H A Dftruncate_variation4.phpt46 $file_size = filesize($filename); // current filesize
/PHP-8.2/
H A DEXTENSIONS9 Orphan: No current maintainer [but maybe you could take the
H A DCODING_STANDARDS.md293 purposes, these will only be documented by the most current name, with the
H A DUPGRADING278 . The peak memory usage can now be reset to the current usage thanks to
H A Dconfigure.ac118 dnl libs subdirectory as the user who configures PHP. Otherwise, the current
1815 | You have built PHP for Apache's current non-threaded MPM. |
H A DREADME.REDIST.BINS526 Although their code does not appear in the current release, the
/PHP-8.2/Zend/
H A Dzend_API.c4889 ZEND_API void zend_save_error_handling(zend_error_handling *current) /* {{{ */ in zend_save_error_handling() argument
4891 current->handling = EG(error_handling); in zend_save_error_handling()
4892 current->exception = EG(exception_class); in zend_save_error_handling()
4896 …ndling_t error_handling, zend_class_entry *exception_class, zend_error_handling *current) /* {{{ */ in zend_replace_error_handling() argument
4898 if (current) { in zend_replace_error_handling()
4899 zend_save_error_handling(current); in zend_replace_error_handling()
H A Dzend_compile.c5181 int current, remove_oplines = opline->op1.num; in zend_resolve_goto_label() local
5198 current = opline->extended_value; in zend_resolve_goto_label()
5199 for (; current != dest->brk_cont; current = CG(context).brk_cont_array[current].parent) { in zend_resolve_goto_label()
5200 if (current == -1) { in zend_resolve_goto_label()
5206 if (CG(context).brk_cont_array[current].start >= 0) { in zend_resolve_goto_label()
5211 for (current = 0; current < op_array->last_try_catch; ++current) { in zend_resolve_goto_label()
5212 zend_try_catch_element *elem = &op_array->try_catch_array[current]; in zend_resolve_goto_label()
H A Dzend_generators.c942 ZEND_METHOD(Generator, current) in ZEND_METHOD() argument
/PHP-8.2/ext/standard/tests/general_functions/
H A Dprint_r.phpt115 var_dump( current($booleans) );
H A Dprint_r_64bit.phpt119 var_dump( current($booleans) );
/PHP-8.2/ext/ftp/tests/
H A Dserver.inc156 fputs($s, "257 \"$cwd\" is current directory.\r\n");
/PHP-8.2/docs/
H A Drelease-process.md710 in preparation for the current release. Since the current release is now GA,
968 this, you will need to import all keys from the current PHP keyring file to
/PHP-8.2/ext/standard/
H A Dbasic_functions_arginfo.h2243 ZEND_FUNCTION(current);
2865 ZEND_FE(current, arginfo_current)
2866 ZEND_FALIAS(pos, current, arginfo_pos)
H A Darray.c1157 PHP_FUNCTION(current) in PHP_FUNCTION() argument
6414 zend_long size, current = 0; local
6469 if (!(++current % size)) {
H A Dbasic_functions.stub.php942 function current(array|object $array): mixed {} function
/PHP-8.2/ext/spl/
H A Dspl_array.c1450 PHP_METHOD(ArrayIterator, current) in SPL_ARRAY_METHOD()
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c2381 zend_generator *current; in ZEND_METHOD() local
2389 current = zend_generator_get_current(generator); in ZEND_METHOD()
2390 RETURN_OBJ_COPY(&current->std); in ZEND_METHOD()

Completed in 160 milliseconds

1...<<21222324