Home
last modified time | relevance | path

Searched refs:np (Results 1 – 8 of 8) sorted by path

/PHP-8.0/ext/dom/tests/
H A Dbug28721.phpt99 echo "\np:\n";
117 echo "\np:\n";
/PHP-8.0/ext/fileinfo/libmagic/
H A Dcdf.c1159 const uint16_t *np; in cdf_unpack_catalog() local
1199 np = CAST(const uint16_t *, CAST(const void *, (b + 16))); in cdf_unpack_catalog()
1201 (np + cep->ce_namlen))); in cdf_unpack_catalog()
1208 cep->ce_name[k] = np[k]; /* XXX: CDF_TOLE2? */ in cdf_unpack_catalog()
H A Dfuncs.c500 char *pbuf, *op, *np; in file_getbuffer() local
534 np = ms->o.pbuf; in file_getbuffer()
548 (void)memcpy(np, op, bytesconsumed); in file_getbuffer()
550 np += bytesconsumed; in file_getbuffer()
553 OCTALIFY(np, op); in file_getbuffer()
556 *np = '\0'; in file_getbuffer()
564 for (np = ms->o.pbuf, op = ms->o.buf; *op;) { in file_getbuffer()
566 *np++ = *op++; in file_getbuffer()
568 OCTALIFY(np, op); in file_getbuffer()
571 *np = '\0'; in file_getbuffer()
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_x86.lua396 s = 8, ns = 9, p = 10, np = 11, l = 12, nl = 13, le = 14, nle = 15,
H A Dminilua.c976 int np;
3863 luaM_growvector(ls->L,f->p,fs->np,f->sizep,Proto*,
3866 f->p[fs->np++]=func->f;
3868 init_exp(v,VRELOCABLE,luaK_codeABx(fs,OP_CLOSURE,0,fs->np-1));
3887 fs->np=0;
3911 luaM_reallocvector(L,f->p,f->sizep,fs->np,Proto*);
3912 f->sizep=fs->np;
/PHP-8.0/ext/pdo_firebird/
H A Dfirebird_driver.c511 HashTable *np; in firebird_handle_preparer() local
522 ALLOC_HASHTABLE(np); in firebird_handle_preparer()
523 zend_hash_init(np, 8, NULL, NULL, 0); in firebird_handle_preparer()
526 if (!firebird_alloc_prepare_stmt(dbh, sql, sql_len, &num_sqlda, &s, np)) { in firebird_handle_preparer()
537 S->named_params = np; in firebird_handle_preparer()
577 zend_hash_destroy(np); in firebird_handle_preparer()
578 FREE_HASHTABLE(np); in firebird_handle_preparer()
/PHP-8.0/ext/standard/tests/strings/
H A Dwordwrap_error.phpt54 … />\n<br />\nw<br />\no<br />\nr<br />\nd<br />\nw<br />\nr<br />\na<br />\np<br />\n<br />\nf<br …
/PHP-8.0/main/
H A Dalloca.c177 register header *np = hp->h.next; local
181 hp = np; /* -> next header. */

Completed in 90 milliseconds