Home
last modified time | relevance | path

Searched refs:m (Results 501 – 525 of 590) sorted by relevance

1...<<21222324

/php-src/ext/phar/phar/
H A Dclicommand.inc118 foreach($r->getMethods() as $m) {
119 if (substr($m->name, 0, $l) == $prefix) {
121 $what = substr($m->name, $l+strlen($sub)+1);
128 $a[$what][$sub] = /*$m->class . '::' .*/ $func;
/php-src/sapi/fpm/
H A Dphp-fpm.conf.in71 ; Available Units: s(econds), m(inutes), h(ours), or d(ays)
77 ; Available units: s(econds), m(inutes), h(ours), or d(ays)
123 ; Available Units: s(econds), m(inutes), h(ours)
/php-src/ext/date/lib/
H A Dparse_iso_intervals.c302 s->period->m = nr; in scan()
670 s->period->m = timelib_get_unsigned_nr(&ptr, 2); in scan()
826 current->m = timelib_get_nr(&ptr, 2); in scan()
980 in.begin->m = TIMELIB_UNSET; in timelib_strtointerval()
993 in.end->m = TIMELIB_UNSET; in timelib_strtointerval()
1006 in.period->m = 0; in timelib_strtointerval()
/php-src/ext/standard/tests/array/
H A Darray_combine.phpt21 $m = array_combine($array4, $array1);
/php-src/ext/pdo_firebird/tests/
H A Ddialect_1.phpt20 $dbh->setAttribute(PDO::FB_ATTR_TIMESTAMP_FORMAT, '%Y-%m-%d %H:%M:%S');
/php-src/Zend/tests/in-de-crement/
H A Dunset_globals_in_error_handler.phpt5 set_error_handler(function($_, $m) {
6 echo "$m\n";
/php-src/ext/opcache/
H A Dzend_persist_calc.c31 #define ADD_DUP_SIZE(m,s) ZCG(current_persistent_script)->size += zend_shared_memdup_size((void*)m argument
32 #define ADD_SIZE(m) ZCG(current_persistent_script)->size += ZEND_ALIGNED_SIZE(m) argument
/php-src/ext/standard/
H A Dhtml.c431 *m; in unimap_bsearch() local
441 m = l + (h - l) / 2; in unimap_bsearch()
442 if (code_key < m->un_code_point) in unimap_bsearch()
443 h = m - 1; in unimap_bsearch()
444 else if (code_key > m->un_code_point) in unimap_bsearch()
445 l = m + 1; in unimap_bsearch()
447 return m->cs_code; in unimap_bsearch()
/php-src/ext/pcntl/
H A Dpcntl.c61 #define sched_getaffinity(p, c, m) syscall(SYS__sched_getaffinity, p, 0, c, m) argument
62 #define sched_setaffinity(p, c, m) syscall(SYS__sched_setaffinity, p, 0, c, m) argument
81 #define sched_getaffinity(p, c, m) pset_bind(PS_QUERY, P_PID, (p <= 0 ? getpid() : p), &m) argument
82 #define sched_setaffinity(p, c, m) pset_bind(m, P_PID, (p <= 0 ? getpid() : p), NULL) argument
/php-src/sapi/cli/tests/
H A D017.phpt54 echo "I'm not there";
/php-src/ext/standard/tests/general_functions/
H A Dghsa-9fcc-425m-g385_003.phpt2 GHSA-9fcc-425m-g385 - bypass CVE-2024-1874 - exhaustive suffix test
16 $batch_file_path = __DIR__ . '/ghsa-9fcc-425m-g385_003.bat';
549 @unlink(__DIR__ . '/ghsa-9fcc-425m-g385_003.bat');
/php-src/ext/filter/
H A Dlogical_filters.c729 int num, m; in _php_filter_validate_ipv4() local
738 m = 1; in _php_filter_validate_ipv4()
742 if (num > 255 || ++m > 3) { in _php_filter_validate_ipv4()
748 if (leading_zero && (num != 0 || m > 1)) in _php_filter_validate_ipv4()
/php-src/ext/standard/tests/time/
H A Dstrptime_basic.phpt27 var_dump(strptime($str, '%H:%M:%S %m/%d/%y'));
H A Dstrptime_parts.phpt31 $res = strptime($str, '%H:%M:%S %m/%d/%y');
/php-src/ext/spl/tests/
H A Dbug74669.phpt78 $payload = 'x:i:33554432;O:8:"stdClass":0:{};m:a:0:{}';
H A Dbug45826.phpt73 …:3;i:2;O:11:"ArrayObject":4:{i:0;i:0;i:1;a:3:{i:0;r:3;i:1;r:3;i:2;r:5;}i:2;a:0:{}i:3;N;}};m:a:0:{}"
/php-src/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type3-fd.phpt9 $date_format = 'Y-m-d H:i:s T e';
H A Drfc-datetime_and_daylight_saving_time-type3-fs.phpt9 $date_format = 'Y-m-d H:i:s T e';
H A Drfc-datetime_and_daylight_saving_time-type3-fa.phpt9 $date_format = 'Y-m-d H:i:s T e';
H A Drfc-datetime_and_daylight_saving_time-type3-bd2.phpt9 $date_format = 'Y-m-d H:i:s T e';
/php-src/ext/standard/tests/strings/
H A Dchunk_split_variation5.phpt50 …|i||n||s|| ||a||n||d|| ||s||p||e||c||i||a||l|| ||c||h||a||r|| ||&|| ||n||u||m||b||e||r||s|| ||1||2…
/php-src/ext/openssl/tests/
H A Dopenssl_error_string_basic_openssl3.phpt16 if (preg_match(",.+:([0-9A-F]+):.+,", $error_string, $m) > 0) {
17 $error_code = $m[1];
H A Dopenssl_error_string_basic.phpt16 if (preg_match(",.+:([0-9A-F]+):.+,", $error_string, $m) > 0) {
17 $error_code = $m[1];
/php-src/sapi/phpdbg/
H A Dphpdbg_print.c28 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s, flags) \ argument
29 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[8], flags)
/php-src/ext/mbstring/tests/
H A Dmb_convert_kana.phpt54 echo bin2hex(mb_convert_kana("\xFF\xE5\xFF\x3C\xFF\xE3\x20\x3E\x20\x18\x20\x19\x20\x1C\x20\x1D", 'm
122 tryIncompatibleFlags('M', 'm');
243 mb_convert_kana(): Argument #2 ($mode) must not combine 'M' and 'm' flags
244 mb_convert_kana(): Argument #2 ($mode) must not combine 'M' and 'm' flags

Completed in 73 milliseconds

1...<<21222324