Searched refs:pdp (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/com_dotnet/ |
H A D | com_wrapper.c | 223 /* [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() 270 retval, pdp->cArgs, params)) { in disp_invokeex() 275 for (i = 0; i < pdp->cArgs; i++) { in disp_invokeex() 278 VARIANT *dstvar = &pdp->rgvarg[ pdp->cArgs - 1 - i]; in disp_invokeex() 298 for (i = 0; i < pdp->cArgs; i++) { in disp_invokeex()
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 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 D | magic | 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
|
Completed in 144 milliseconds