OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:php
(Results
1 - 25
of
129
) sorted by relevancy
1
2
3
4
5
6
/src/external/cddl/dtracetoolkit/dist/Bin/
php_syscalls.d
3
* php_syscalls.d - count
PHP
function calls and syscalls using DTrace.
4
* Written for the
PHP
DTrace provider.
6
* This traces syscalls that occured during a
PHP
function call.
14
* FILE Filename of the
PHP
program
20
* The filename for syscalls may be printed as "
php
", if the program
21
* was invoked using the form "
php
filename" rather than running the
50
php
*:::function-entry
55
self->
php
++;
58
php
*:::function-return
61
self->
php
-= self->php == 0 ? 0 : 1
[
all
...]
php_flowinfo.d
3
* php_flowinfo.d - snoop
PHP
function flow with info using DTrace.
4
* Written for the
PHP
DTrace provider.
8
* This traces activity from all
PHP
programs on the system that are
9
* running with
PHP
provider support.
17
* FILE Filename of the
PHP
program
20
* FUNC
PHP
function
61
php
*:::function-entry,
62
php
*:::function-return
68
php
*:::function-entry
79
php
*:::function-retur
[
all
...]
php_flowtime.d
3
* php_flowtime.d - snoop
PHP
functions with flow and delta times.
4
* Written for the
PHP
DTrace provider.
8
* This traces shell activity from
PHP
programs on the system that are
9
* running with
PHP
provider support.
13
* This watches
PHP
function entries and returns, and indents child
21
* FUNC
PHP
function name
64
php
*:::function-entry,
65
php
*:::function-return
71
php
*:::function-entry
82
php
*:::function-retur
[
all
...]
php_funccalls.d
3
* php_funccalls.d - measure
PHP
function calls using DTrace.
4
* Written for the
PHP
DTrace provider.
8
* This traces
PHP
activity from all running programs on the system
9
* which support the
PHP
DTrace provider.
15
* FUNC
PHP
function name
46
php
*:::function-entry
php_who.d
3
* php_who.d - trace
PHP
function execution by process using DTrace.
4
* Written for the
PHP
DTrace provider.
8
* This traces
PHP
activity from all
PHP
programs on the system that are
9
* running with
PHP
provider support.
14
* PID Process ID of
PHP
17
* FILE Pathname of the
PHP
program
47
php
*:::function-entry
php_flow.d
3
* php_flow.d - snoop
PHP
execution showing function flow.
4
* Written for the
PHP
DTrace provider.
8
* This traces
PHP
activity from all
PHP
programs on the system
9
* running with
PHP
provider support.
13
* This watches
PHP
function entries and returns, and indents child
58
php
*:::function-entry
66
php
*:::function-return
php_syscolors.d
3
* php_syscolors.d - trace
PHP
function flow plus syscalls, in color.
4
* Written for the
PHP
DTrace provider.
10
* This watches
PHP
function entries and returns, and indents child
17
* FILE Filename of the
PHP
program
20
* NAME
PHP
function or syscall name
62
php
*:::function-entry,
63
php
*:::function-return
69
php
*:::function-entry
80
php
*:::function-return
php_malloc.d
3
* php_malloc.d -
PHP
libc malloc analysis.
4
* Written for the
PHP
DTrace provider.
10
* If a malloc() occured while in a
PHP
function, then that function is
12
* responsible - which will be a function from the
PHP
engine.
44
php
$target:::function-entry
51
php
$target:::function-return
78
printf("\nPHP malloc byte distributions by
PHP
file and ");
php_calldist.d
3
* php_calldist.d - measure
PHP
elapsed times for functions.
4
* Written for the
PHP
DTrace provider.
8
* This traces
PHP
activity from all programs running on the system with
9
*
PHP
provider support.
13
* This script prints distribution plots of elapsed time for
PHP
17
* 1 Filename of the
PHP
program
49
php
*:::function-entry
57
php
*:::function-return
php_cpudist.d
3
* php_cpudist.d - measure
PHP
on-CPU times for functions.
4
* Written for the
PHP
DTrace provider.
8
* This traces
PHP
activity from all programs running on the system with
9
*
PHP
provider support.
13
* This script prints distribution plots of elapsed time for
PHP
17
* 1 Filename of the
PHP
program
49
php
*:::function-entry
57
php
*:::function-return
/src/external/cddl/dtracetoolkit/dist/Php/
php_syscalls.d
3
* php_syscalls.d - count
PHP
function calls and syscalls using DTrace.
4
* Written for the
PHP
DTrace provider.
6
* This traces syscalls that occured during a
PHP
function call.
14
* FILE Filename of the
PHP
program
20
* The filename for syscalls may be printed as "
php
", if the program
21
* was invoked using the form "
php
filename" rather than running the
50
php
*:::function-entry
55
self->
php
++;
58
php
*:::function-return
61
self->
php
-= self->php == 0 ? 0 : 1
[
all
...]
php_flowinfo.d
3
* php_flowinfo.d - snoop
PHP
function flow with info using DTrace.
4
* Written for the
PHP
DTrace provider.
8
* This traces activity from all
PHP
programs on the system that are
9
* running with
PHP
provider support.
17
* FILE Filename of the
PHP
program
20
* FUNC
PHP
function
61
php
*:::function-entry,
62
php
*:::function-return
68
php
*:::function-entry
79
php
*:::function-retur
[
all
...]
php_flowtime.d
3
* php_flowtime.d - snoop
PHP
functions with flow and delta times.
4
* Written for the
PHP
DTrace provider.
8
* This traces shell activity from
PHP
programs on the system that are
9
* running with
PHP
provider support.
13
* This watches
PHP
function entries and returns, and indents child
21
* FUNC
PHP
function name
64
php
*:::function-entry,
65
php
*:::function-return
71
php
*:::function-entry
82
php
*:::function-retur
[
all
...]
php_funccalls.d
3
* php_funccalls.d - measure
PHP
function calls using DTrace.
4
* Written for the
PHP
DTrace provider.
8
* This traces
PHP
activity from all running programs on the system
9
* which support the
PHP
DTrace provider.
15
* FUNC
PHP
function name
46
php
*:::function-entry
php_who.d
3
* php_who.d - trace
PHP
function execution by process using DTrace.
4
* Written for the
PHP
DTrace provider.
8
* This traces
PHP
activity from all
PHP
programs on the system that are
9
* running with
PHP
provider support.
14
* PID Process ID of
PHP
17
* FILE Pathname of the
PHP
program
47
php
*:::function-entry
php_flow.d
3
* php_flow.d - snoop
PHP
execution showing function flow.
4
* Written for the
PHP
DTrace provider.
8
* This traces
PHP
activity from all
PHP
programs on the system
9
* running with
PHP
provider support.
13
* This watches
PHP
function entries and returns, and indents child
58
php
*:::function-entry
66
php
*:::function-return
php_syscolors.d
3
* php_syscolors.d - trace
PHP
function flow plus syscalls, in color.
4
* Written for the
PHP
DTrace provider.
10
* This watches
PHP
function entries and returns, and indents child
17
* FILE Filename of the
PHP
program
20
* NAME
PHP
function or syscall name
62
php
*:::function-entry,
63
php
*:::function-return
69
php
*:::function-entry
80
php
*:::function-return
php_malloc.d
3
* php_malloc.d -
PHP
libc malloc analysis.
4
* Written for the
PHP
DTrace provider.
10
* If a malloc() occured while in a
PHP
function, then that function is
12
* responsible - which will be a function from the
PHP
engine.
44
php
$target:::function-entry
51
php
$target:::function-return
78
printf("\nPHP malloc byte distributions by
PHP
file and ");
php_calldist.d
3
* php_calldist.d - measure
PHP
elapsed times for functions.
4
* Written for the
PHP
DTrace provider.
8
* This traces
PHP
activity from all programs running on the system with
9
*
PHP
provider support.
13
* This script prints distribution plots of elapsed time for
PHP
17
* 1 Filename of the
PHP
program
49
php
*:::function-entry
57
php
*:::function-return
php_cpudist.d
3
* php_cpudist.d - measure
PHP
on-CPU times for functions.
4
* Written for the
PHP
DTrace provider.
8
* This traces
PHP
activity from all programs running on the system with
9
*
PHP
provider support.
13
* This script prints distribution plots of elapsed time for
PHP
17
* 1 Filename of the
PHP
program
49
php
*:::function-entry
57
php
*:::function-return
/src/external/cddl/dtracetoolkit/dist/Code/Php/
func_abc.php
1
<?
php
/src/external/gpl2/gettext/dist/gettext-tools/tests/
lang-php
3
# Test of gettext facilities in the
PHP
language.
10
tmpfiles="$tmpfiles prog.
php
"
11
cat <<\EOF > prog.
php
25
${XGETTEXT} -o prog.pot --omit-header --no-location prog.
php
32
#,
php
-format
49
#,
php
-format
68
# Test for presence of
php
version 4.0 or newer with gettext support.
69
(
php
-v) >/dev/null 2>/dev/null
71
|| { echo "Skipping test:
php
not found"; rm -fr $tmpfiles; exit 77; }
72
case `
php
-v | sed -n -e 1p | sed -e 's/^[^0-9]*//'` i
[
all
...]
xgettext-php-1
3
# Test
PHP
support: --add-comments option.
8
tmpfiles="$tmpfiles xg-ph-1.
php
"
9
cat <<EOF > xg-ph-1.
php
29
-d xg-ph-1 xg-ph-1.
php
xgettext-php-2
3
# Test
PHP
support: here documents.
8
tmpfiles="$tmpfiles xg-ph-2.
php
"
9
cat <<EOF > xg-ph-2.
php
47
${XGETTEXT} --omit-header --no-location -d xg-ph-2 xg-ph-2.
php
/src/sys/arch/atari/stand/tostools/libtos/
elf.c
150
Elf32_Phdr *
php
= &phdrs[i];
local
152
if (
php
->p_flags & (PF_W|PF_X)) {
154
if (lseek(fd, (off_t)
php
->p_offset, SEEK_SET) !=
php
->p_offset)
156
p = (u_char *)(od->kstart) +
php
->p_vaddr;
158
if (read(fd, p,
php
->p_filesz) !=
php
->p_filesz)
160
if (
php
->p_memsz >
php
->p_filesz)
161
memset(p +
php
->p_filesz, 0, php->p_memsz - php->p_filesz)
[
all
...]
Completed in 22 milliseconds
1
2
3
4
5
6
Indexes created Fri Apr 24 00:22:58 UTC 2026