Home
last modified time | relevance | path

Searched refs:current (Results 576 – 600 of 648) sorted by relevance

1...<<212223242526

/PHP-7.1/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.1/ext/standard/tests/general_functions/
H A Dgettype_settype_variation5.phpt22 get the current type of the variable
167 // get the current data type
H A Dgettype_settype_variation2.phpt25 get the current type of the variable
174 // get the current data type
H A Dgettype_settype_variation3.phpt22 get the current type of the variable
171 // get the current data type
H A Dgettype_settype_variation4.phpt22 get the current type of the variable
196 // get the current data type
/PHP-7.1/ext/date/tests/
H A Ddate_date_set_variation1.phpt6 * Description: Resets the current date of the DateTime object to a different date.
H A Ddate_time_set_variation1.phpt6 * Description: Resets the current time of the DateTime object to a different time.
/PHP-7.1/ext/standard/tests/file/
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-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
/PHP-7.1/
H A Drun-tests.php2303 $diff[] = current($old1);
2307 $diff[] = current($old2);
2311 $diff[] = current($old1);
2315 $diff[] = current($old2);
H A DREADME.GIT-RULES48 PHP-5.6 Is used to release the PHP 5.6.x series. This is a current
H A DREADME.PARAMETER_PARSING_API22 also takes 'flags' argument -- current only ZEND_PARSE_PARAMS_QUIET can
/PHP-7.1/Zend/RFCs/
H A D001.txt117 current object model and, therefore, there is a relatively good chance
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c516 …sqlnd_stmt_copy_it(zval ** copies, zval * original, unsigned int param_count, unsigned int current) in mysqlnd_stmt_copy_it() argument
522 ZVAL_COPY(&(*copies)[current], original); in mysqlnd_stmt_copy_it()
/PHP-7.1/sapi/fpm/
H A Dwww.conf.in214 ; the current request being served.
360 ; Default Value: current directory or / when chroot
388 ; the current environment.
/PHP-7.1/ext/standard/tests/array/
H A Deach.phpt5 /* Return the current key and value pair from an array
/PHP-7.1/ext/mbstring/tests/
H A Dmb_regex_encoding_variation2.phpt11 * Description: Returns the current encoding for regex as a string.
/PHP-7.1/ext/mysqli/
H A Dmysqli_nonapi.c646 int i = 0, current = 0; local
670 (*out_array)[current++] = mysql->mysql;
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt75 // i - add PID of the current process
/PHP-7.1/Zend/
H A Dzend_interfaces.c506 ZEND_ABSTRACT_ME(iterator, current, NULL)
H A DZEND_CHANGES850 function current() {
883 $val = $it->current();
936 The pseudo constant __METHOD__ shows the current class and method
1106 ob_get_contents() to retrieve the current contents of the output
H A Dzend_generators.c950 ZEND_METHOD(Generator, current) in ZEND_METHOD() argument
1257 ZEND_ME(Generator, current, arginfo_generator_void, ZEND_ACC_PUBLIC)
H A Dzend_API.c4110 ZEND_API void zend_save_error_handling(zend_error_handling *current) /* {{{ */ in zend_save_error_handling() argument
4112 current->handling = EG(error_handling); in zend_save_error_handling()
4113 current->exception = EG(exception_class); in zend_save_error_handling()
4114 ZVAL_COPY(&current->user_handler, &EG(user_error_handler)); in zend_save_error_handling()
4118 …ndling_t error_handling, zend_class_entry *exception_class, zend_error_handling *current) /* {{{ */ in zend_replace_error_handling() argument
4120 if (current) { in zend_replace_error_handling()
4121 zend_save_error_handling(current); in zend_replace_error_handling()

Completed in 68 milliseconds

1...<<212223242526