Home
last modified time | relevance | path

Searched refs:current (Results 501 – 525 of 606) sorted by relevance

1...<<2122232425

/php-src/ext/intl/breakiterator/
H A Dbreakiterator_arginfo.h92 ZEND_METHOD(IntlBreakIterator, current);
122 ZEND_ME(IntlBreakIterator, current, arginfo_class_IntlBreakIterator_current, ZEND_ACC_PUBLIC)
H A Dcodepointiterator_internal.cpp184 int32_t CodePointBreakIterator::current(void) const in current() function in CodePointBreakIterator
/php-src/Zend/tests/generators/
H A Dyield_from_multi_tree.phpt30 var_dump($gen->current());
H A Dyield_from_multi_tree_single_nodes.phpt30 var_dump($gen->current());
/php-src/ext/dom/lexbor/patches/
H A DREADME.md4 The current Lexbor version is 2.4.0.
/php-src/ext/mysqli/tests/
H A Dmysqli_get_charset.phpt23 printf("[008] Cannot determine current character set and collation\n");
H A Dconnect.inc68 …// the constuctor will throw an exception. We store current report_mode in variable and restore it…
H A Dmysqli_select_db.phpt48 … printf("[012] Failed to set '%s' as current DB; [%d] %s\n", $db, $link->errno, $link->error);
/php-src/sapi/fpm/tests/
H A Dlogreader.inc54 * Set current stream source and create it if it does not exist.
68 * Set file source as current and create it if it does not exist.
/php-src/Zend/
H A Dzend.h442 ZEND_API void zend_save_error_handling(zend_error_handling *current);
443 …_error_handling_t error_handling, zend_class_entry *exception_class, zend_error_handling *current);
/php-src/.github/workflows/
H A Dreal-time-benchmark.yml87 # Set config for the current PHP version
91 # Set config for current PHP version with JIT
/php-src/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc65 $link = @readlink($current);
H A Dmake.dangerous.tar.php.inc66 $link = @readlink($current);
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c2243 int current;
2662 #define currIsNewline(ls)(ls->current=='\n'||ls->current=='\r')
2733 int old=ls->current;
2767 }while(isdigit(ls->current)||ls->current=='.');
2770 while(isalnum(ls->current)||ls->current=='_')
2779 int s=ls->current;
2794 switch(ls->current){
2826 switch(ls->current){
2962 else if(isalpha(ls->current)||ls->current=='_'){
2966 }while(isalnum(ls->current)||ls->current=='_');
[all …]
/php-src/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt92 $err[2] = trim(current(explode("\n", $err[2])));
/php-src/.circleci/
H A Dconfig.yml7 - image: cimg/base:current-22.04
/php-src/tests/lang/
H A DforeachLoop.012.phpt49 echo "\n\n\nRemove current element of an unreferenced array";
210 Remove current element of an unreferenced array
H A Dbug20175.phpt38 * after the function call bar_global() is done in current local scope.
H A DforeachLoop.014.phpt51 echo "\n\n\nRemove current element of a referenced array";
212 Remove current element of a referenced array
/php-src/ext/standard/tests/general_functions/
H A Dgettype_settype_variation1.phpt15 get the current type of the variable
152 // get the current data type
H A Dgettype_settype_variation8.phpt15 get the current type of the variable
152 // get the current data type
/php-src/ext/standard/tests/strings/
H A Dsetlocale_basic1.phpt80 // set the found locale as current locale
H A Dsetlocale_basic2.phpt90 // dump the current locale
/php-src/TSRM/
H A Dthreads.m457 dnl Check whether the current setup can use POSIX threads calls.
/php-src/ext/mysqli/tests/test_setup/
H A Dtest_helpers.inc82 …// the constuctor will throw an exception. We store current report_mode in variable and restore it…

Completed in 63 milliseconds

1...<<2122232425