Home
last modified time | relevance | path

Searched refs:current (Results 601 – 625 of 661) sorted by relevance

1...<<21222324252627

/PHP-7.2/
H A Drun-tests.php2372 $diff[] = current($old1);
2376 $diff[] = current($old2);
2380 $diff[] = current($old1);
2384 $diff[] = current($old2);
H A DREADME.PARAMETER_PARSING_API22 also takes 'flags' argument -- current only ZEND_PARSE_PARAMS_QUIET can
H A DEXTENSIONS10 Orphan: No current maintainer [but maybe you could take the
H A DREADME.SUBMITTING_PATCH135 Generally we ask that bug fix patches work on the current stable PHP
/PHP-7.2/ext/standard/tests/array/
H A Deach.phpt5 /* Return the current key and value pair from an array
/PHP-7.2/ext/mbstring/tests/
H A Dmb_regex_encoding_variation2.phpt11 * Description: Returns the current encoding for regex as a string.
/PHP-7.2/ext/standard/tests/file/
H A Dfwrite_variation3-win32.phpt56 // append the data to the file, starting from current position of the file pointer
H A Dfwrite_variation3.phpt57 // append the data to the file, starting from current position of the file pointer
H A D005_variation-win32.phpt118 var_dump( touch($file_name2) ); //set to current system time
H A D005_variation.phpt133 var_dump( touch($file_name2) ); //set to current system time
H A Dftruncate_variation1-win32-mb.phpt56 var_dump( filesize($filename) ); // check the current file size
H A Dftruncate_variation1-win32.phpt56 var_dump( filesize($filename) ); // check the current file size
H A Dftruncate_variation1.phpt56 var_dump( filesize($filename) ); // check the current file size
H A Dftruncate_variation7-win32.phpt58 var_dump( filesize($filename) ); // current filesize
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt75 // i - add PID of the current process
/PHP-7.2/Zend/
H A Dzend_interfaces.c488 ZEND_ABSTRACT_ME(iterator, current, NULL)
H A Dzend_generators.c954 ZEND_METHOD(Generator, current) in ZEND_METHOD() argument
1261 ZEND_ME(Generator, current, arginfo_generator_void, ZEND_ACC_PUBLIC)
H A Dzend_API.c4211 ZEND_API void zend_save_error_handling(zend_error_handling *current) /* {{{ */ in zend_save_error_handling() argument
4213 current->handling = EG(error_handling); in zend_save_error_handling()
4214 current->exception = EG(exception_class); in zend_save_error_handling()
4215 ZVAL_COPY(&current->user_handler, &EG(user_error_handler)); in zend_save_error_handling()
4219 …ndling_t error_handling, zend_class_entry *exception_class, zend_error_handling *current) /* {{{ */ in zend_replace_error_handling() argument
4221 if (current) { in zend_replace_error_handling()
4222 zend_save_error_handling(current); in zend_replace_error_handling()
H A Dzend_compile.c4552 int current, remove_oplines = opline->op1.num; in zend_resolve_goto_label() local
4569 current = opline->extended_value; in zend_resolve_goto_label()
4570 for (; current != dest->brk_cont; current = CG(context).brk_cont_array[current].parent) { in zend_resolve_goto_label()
4571 if (current == -1) { in zend_resolve_goto_label()
4577 if (CG(context).brk_cont_array[current].start >= 0) { in zend_resolve_goto_label()
4582 for (current = 0; current < op_array->last_try_catch; ++current) { in zend_resolve_goto_label()
4583 zend_try_catch_element *elem = &op_array->try_catch_array[current]; in zend_resolve_goto_label()
/PHP-7.2/ext/mysqli/
H A Dmysqli_nonapi.c695 int i = 0, current = 0; local
719 (*out_array)[current++] = mysql->mysql;
/PHP-7.2/ext/standard/tests/general_functions/
H A Dgettype_settype_variation4.phpt22 get the current type of the variable
196 // get the current data type
/PHP-7.2/ext/soap/interop/
H A Dclient_round2_interop.php445 $sent = current($soap_test->method_params);
/PHP-7.2/ext/pcre/pcrelib/
H A DHACKING17 not operate by backtracking, as the original Henry Spencer code and current
19 a list of current states and checking all of them as it advanced through the
509 Recursion either matches the current regex, or some subexpression. The opcode
/PHP-7.2/ext/mbstring/
H A DREADME_PHP3-i18n-ja475 the current http output encode setting is returned.
489 Returns the current internal encoding as a string.
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DRE135 \G where the current search attempt begins

Completed in 112 milliseconds

1...<<21222324252627