Home
last modified time | relevance | path

Searched refs:times (Results 26 – 50 of 66) sorted by relevance

123

/PHP-5.3/ext/pdo_mysql/tests/
H A Dbug_pecl_7976.phpt2 PECL Bug #7976 (Calling stored procedure several times)
/PHP-5.3/ext/oci8/tests/
H A Dlob_018.phpt2 fetching the same lob several times
H A Dlob_022.phpt2 fetching the same lob several times
H A Dedition_2.phpt94 echo"\n\n**Test 1.6 - Set Multiple times.*****\n";
210 **Test 1.6 - Set Multiple times.*****
H A Dbug51291_1.phpt2 Bug #51291 (oci_error() doesn't report last error when called two times)
/PHP-5.3/ext/standard/tests/mail/
H A Dmail_variation_alt1-win32.phpt54 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_variation_alt2-win32.phpt54 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_variation_alt3-win32.phpt53 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt1-win32.phpt55 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt2-win32.phpt53 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt3-win32.phpt53 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt4-win32.phpt54 $repeat_count = 20; // we will repeat a max of 20 times
/PHP-5.3/ext/standard/tests/file/
H A D005_basic.phpt19 Description: Attempts to set the access and modification times of the file
H A D005_error.phpt19 Description: Attempts to set the access and modification times of the file
H A Duserstreams.phpt56 /* repeat the data a few times so that it grows larger than
/PHP-5.3/sapi/fpm/
H A Dconfig.m4359 AC_MSG_CHECKING([for times])
361 AC_TRY_COMPILE([ #include <sys/times.h> ], [struct tms t; times(&t);], [
362 AC_DEFINE([HAVE_TIMES], 1, [do we have times?])
/PHP-5.3/ext/mbstring/ucgendat/
H A DOPENLDAP_LICENSE40 to copyright in this Software shall at all times remain with copyright
/PHP-5.3/ext/standard/tests/strings/
H A Dget_html_translation_table_basic4.phpt188 string(7) "&times;"
H A Dget_html_translation_table_basic2.phpt151 string(7) "&times;"
658 string(7) "&times;"
1167 string(7) "&times;"
H A Dhtml_entity_decode_html4.phpt65 "&times;",
H A Dget_html_translation_table_basic1.phpt140 string(7) "&times;"
H A Dhtmlentities_html4.phpt121 &times; U+000D7
/PHP-5.3/ext/hash/
H A Dhash.c779 int times = bytes / block_size; in PHP_FUNCTION() local
780 if (bytes % block_size != 0) times++; in PHP_FUNCTION()
785 key = ecalloc(1, times * block_size); in PHP_FUNCTION()
788 for (i = 0; i < times; i++) { in PHP_FUNCTION()
/PHP-5.3/ext/mbstring/oniguruma/
H A Dconfig.h.in48 /* Define to 1 if you have the <sys/times.h> header file. */
/PHP-5.3/ext/pcre/pcrelib/
H A DHACKING375 If a subpattern is quantified such that it is permitted to match zero times, it
384 compiled data its minimum number of times (or once with OP_BRAZERO if the
389 fashion up to the maximum number of times, with OP_BRAZERO or OP_BRAMINZERO

Completed in 36 milliseconds

123