Home
last modified time | relevance | path

Searched refs:last (Results 301 – 311 of 311) sorted by relevance

1...<<111213

/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt303 /* last row has been implicitly cleaned from the wire by freeing the result set */
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dgrepinput611 This is the last line of this file.
/PHP-7.2/build/
H A Dlibtool.m4732 # Insert the option either (1) after the last *FLAGS variable, or
1149 # Insert the option either (1) after the last *FLAGS variable, or
4312 # The last name is the one that the linker finds with -lNAME.
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_inference.c131 } else if ((uint32_t)line+1 < op_array->last && \
/PHP-7.2/
H A Dphp.ini-development522 ; Store the last error/warning message in $php_errormsg (boolean).
H A Dphp.ini-production522 ; Store the last error/warning message in $php_errormsg (boolean). Setting this value
H A DINSTALL822 In the last section, PHP was installed with only core modules. It's
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY449 2006/08/22: [impl] remove last line comma in enum OpCode.
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c595 zend_op *end = op + op_array->last; in _get_recv_op()
/PHP-7.2/win32/
H A Dinstall.txt263 better maintenance, we advise you to follow the last option, add C:\php
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c145294 int k, last;
145356 last = sqlite3VdbeCurrentAddr(v);
145360 printf("TRANSLATE opcodes in range %d..%d\n", k, last-1);
145364 for(; k<last; k++, pOp++){

Completed in 1354 milliseconds

1...<<111213