Home
last modified time | relevance | path

Searched refs:pdp (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/com_dotnet/
H A Dcom_wrapper.c243 /* [in] */ DISPPARAMS *pdp, in disp_invokeex() argument
258 …e: %d %20s [%d] flags=%08x args=%d\n", id, Z_STRVAL_P(name), Z_STRLEN_P(name), wFlags, pdp->cArgs); in disp_invokeex()
262 if (pdp->cArgs) { in disp_invokeex()
263 params = (zval *)safe_emalloc(sizeof(zval), pdp->cArgs, 0); in disp_invokeex()
264 for (i = 0; i < pdp->cArgs; i++) { in disp_invokeex()
267 arg = &pdp->rgvarg[ pdp->cArgs - 1 - i]; in disp_invokeex()
288 retval, pdp->cArgs, params)) { in disp_invokeex()
293 for (i = 0; i < pdp->cArgs; i++) { in disp_invokeex()
296 VARIANT *dstvar = &pdp->rgvarg[ pdp->cArgs - 1 - i]; in disp_invokeex()
316 for (i = 0; i < pdp->cArgs; i++) { in disp_invokeex()
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます1733 # apl: file(1) magic for APL (see also "pdp" and "vax" for other APL
2549 # From "pdp" (but why a 4-byte quantity?)
2557 # as, the APL workspace magic numbers in pdp.
25787 # $File: pdp,v 1.11 2017/03/17 21:35:28 christos Exp $
25788 # pdp: file(1) magic for PDP-11 executable/object and APL workspace
32219 # GRR: line above (strength 50) is too general as it catches also "PDP-11 UNIX/RT ldp" ./pdp
H A Dmagic1733 # apl: file(1) magic for APL (see also "pdp" and "vax" for other APL
2549 # From "pdp" (but why a 4-byte quantity?)
2557 # as, the APL workspace magic numbers in pdp.
25787 # $File: pdp,v 1.11 2017/03/17 21:35:28 christos Exp $
25788 # pdp: file(1) magic for PDP-11 executable/object and APL workspace
32219 # GRR: line above (strength 50) is too general as it catches also "PDP-11 UNIX/RT ldp" ./pdp

Completed in 155 milliseconds