Home
last modified time | relevance | path

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

/php-src/ext/com_dotnet/
H A Dcom_wrapper.c223 /* [in] */ DISPPARAMS *pdp, in disp_invokeex() argument
238 … %ld %20s [%lu] flags=%08x args=%u\n", id, Z_STRVAL_P(name), Z_STRLEN_P(name), wFlags, pdp->cArgs); in disp_invokeex()
242 if (pdp->cArgs) { in disp_invokeex()
243 params = (zval *)safe_emalloc(sizeof(zval), pdp->cArgs, 0); in disp_invokeex()
244 for (i = 0; i < pdp->cArgs; i++) { in disp_invokeex()
247 arg = &pdp->rgvarg[ pdp->cArgs - 1 - i]; in disp_invokeex()
268 retval, pdp->cArgs, params)) { in disp_invokeex()
273 for (i = 0; i < pdp->cArgs; i++) { in disp_invokeex()
276 VARIANT *dstvar = &pdp->rgvarg[ pdp->cArgs - 1 - i]; in disp_invokeex()
296 for (i = 0; i < pdp->cArgs; i++) { in disp_invokeex()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2050 # apl: file(1) magic for APL (see also "pdp" and "vax" for other APL
2891 # From "pdp" (but why a 4-byte quantity?)
2899 # as, the APL workspace magic numbers in pdp.
31632 # $File: pdp,v 1.11 2017/03/17 21:35:28 christos Exp $
31633 # pdp: file(1) magic for PDP-11 executable/object and APL workspace
39589 # GRR: line above (strength 50) is too general as it catches also "PDP-11 UNIX/RT ldp" ./pdp
H A Dmagic2050 # apl: file(1) magic for APL (see also "pdp" and "vax" for other APL
2891 # From "pdp" (but why a 4-byte quantity?)
2899 # as, the APL workspace magic numbers in pdp.
31632 # $File: pdp,v 1.11 2017/03/17 21:35:28 christos Exp $
31633 # pdp: file(1) magic for PDP-11 executable/object and APL workspace
39589 # GRR: line above (strength 50) is too general as it catches also "PDP-11 UNIX/RT ldp" ./pdp

Completed in 149 milliseconds