Home
last modified time | relevance | path

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

1...<<212223

/PHP-7.4/docs/
H A Dmailinglist-rules.md57 aggregate your current position into a single mail instead of multiple
H A Doutput-api.md135 behaviour of the current (to be obsoleted) code, thus should the manual or the
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp273 PHP_ME_MAPPING(current, breakiter_current, ainfo_biter_void, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/ldap/tests/
H A DREADME.md72 CAVEAT: The current setup does not (yet) test secure connections.
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_set_charset.phpt70 printf("[008] Cannot determine current character set and collation\n");
H A Dmysqli_explain_metadata.phpt133 $fields_val = current($fields);
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_variation7.phpt22 get the current type of the variable
167 // get the current data type
H A Dgettype_settype_variation5.phpt22 get the current type of the variable
167 // get the current data type
H A Dgettype_settype_variation2.phpt26 get the current type of the variable
175 // get the current data type
H A Dgettype_settype_variation3.phpt22 get the current type of the variable
171 // get the current data type
/PHP-7.4/ext/oci8/tests/
H A Dbug43497.phpt14 function sessionid($c) // determines and returns current session ID
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt53 // invalid file for read is something that does not exist in current directory
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation55.phpt74 // current file pointer position
78 // current file pointer position after rewind operation
H A Dpathinfo_basic.phpt38 ".", // current directory
H A Dftruncate_variation5-win32.phpt54 /* try to truncate it to size bigger then current */
57 var_dump( filesize($filename) ); // current filesize
H A Dftruncate_variation5.phpt54 /* try to truncate it to size bigger then current */
57 var_dump( filesize($filename) ); // current filesize
H A Dfwrite_variation3.phpt57 // append the data to the file, starting from current position of the file pointer
/PHP-7.4/main/
H A Doutput.c1198 php_output_handler **current, *orphan = OG(active); in php_output_stack_pop() local
1228 if ((current = zend_stack_top(&OG(handlers)))) { in php_output_stack_pop()
1229 OG(active) = *current; in php_output_stack_pop()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c1076 zend_generator *gen = (zend_generator *) obj, *current = zend_generator_get_current(gen); in PHPDBG_COMMAND() local
1081 if (gen != current) { in PHPDBG_COMMAND()
1082 if (gen->node.parent != current) { in PHPDBG_COMMAND()
1085 phpdbg_out(" executing #%d currently", current->std.handle); in PHPDBG_COMMAND()
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_types.phpt112 // no chance to return int with the current PDO version - we are forced to return strings
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c547 …sqlnd_stmt_copy_it(zval ** copies, zval * original, unsigned int param_count, unsigned int current) in mysqlnd_stmt_copy_it() argument
553 ZVAL_COPY(&(*copies)[current], original); in mysqlnd_stmt_copy_it()
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in215 ; the current request being served.
373 ; Default Value: current directory or / when chroot
408 ; the current environment.
/PHP-7.4/ext/standard/tests/array/
H A Deach.phpt5 /* Return the current key and value pair from an array
/PHP-7.4/ext/mbstring/tests/
H A Dmb_regex_encoding_variation2.phpt11 * Description: Returns the current encoding for regex as a string.
/PHP-7.4/ext/mbstring/ucgendat/
H A Ducgendat.php233 $nextFields = $lines->current();

Completed in 64 milliseconds

1...<<212223