Home
last modified time | relevance | path

Searched refs:ar (Results 76 – 88 of 88) sorted by relevance

1234

/PHP-5.3/ext/standard/
H A Ddns.c726 int n, qd, an, ns = 0, ar = 0; in PHP_FUNCTION() local
837 ar = ntohs(hp->arcount); in PHP_FUNCTION()
877 while (ar-- > 0 && cp && cp < end) { in PHP_FUNCTION()
/PHP-5.3/ext/intl/tests/
H A Dlocale_get_display_name.phpt80 'ar-a-aaa-b-bbb-a-ccc'
338 locale='ar-a-aaa-b-bbb-a-ccc'
H A Dlocale_get_display_name2.phpt80 'ar-a-aaa-b-bbb-a-ccc'
338 locale='ar-a-aaa-b-bbb-a-ccc'
/PHP-5.3/ext/fileinfo/libmagic/
H A Dapprentice.c2321 private const uint32_t ar[] = { variable
2354 if (php_stream_write(stream, (char *)ar, sizeof(ar)) != (ssize_t)sizeof(ar)) {
/PHP-5.3/ext/soap/
H A Dphp_encoding.c2747 zval *tmpVal, *ar; in to_zval_array() local
2761 ar = ret; in to_zval_array()
2764 if (zend_hash_index_find(Z_ARRVAL_P(ar), pos[i], (void**)&ar2) == SUCCESS) { in to_zval_array()
2765 ar = *ar2; in to_zval_array()
2770 zend_hash_index_update(Z_ARRVAL_P(ar), pos[i], &tmpAr, sizeof(zval*), (void**)&ar2); in to_zval_array()
2771 ar = *ar2; in to_zval_array()
2775 zend_hash_index_update(Z_ARRVAL_P(ar), pos[i], &tmpVal, sizeof(zval *), NULL); in to_zval_array()
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch729 - if (write(fd, ar, sizeof(ar)) != (ssize_t)sizeof(ar)) {
730 + if (php_stream_write(stream, (char *)ar, sizeof(ar)) != (ssize_t)sizeof(ar)) {
/PHP-5.3/Zend/
H A DZEND_CHANGES978 $ar = array();
979 $ar[(string)$obj]; // this works
980 $ar[$obj]; // this is not allowed
/PHP-5.3/
H A Dltmain.sh210 *ar\ archive\ import\ library*) # definitely import
213 *ar\ archive*) # could be an import, or static
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic1465 0 string =<ar> archive
1484 # 0 string =!<arch> current ar archive
1489 # 0 string \<ar> System V Release 1 ar archive
1490 # 0 string =<ar> archive
1494 # "ar" archives?
1496 0 string =!<arch> current ar archive
1505 0 string \<ar> System V Release 1 ar archive
1506 0 string =<ar> archive
7407 # From: Eduardo Sabbatella <eduardo_sabbatella@yahoo.com.ar>
8132 #0 belong 0xd1000000 Human68k ar binary archive
[all …]
/PHP-5.3/build/
H A Dlibtool.m4136 AC_CHECK_TOOL(AR, ar, false)
144 test -z "$AR" && AR=ar
3307 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
3310 _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c63051 } ar;
65520 u.ar.desiredAutoCommit = pOp->p1;
65521 u.ar.iRollback = pOp->p2;
65522 u.ar.turnOnAC = u.ar.desiredAutoCommit && !db->autoCommit;
65523 assert( u.ar.desiredAutoCommit==1 || u.ar.desiredAutoCommit==0 );
65524 assert( u.ar.desiredAutoCommit==1 || u.ar.iRollback==0 );
65527 if( u.ar.turnOnAC && u.ar.iRollback && db->activeVdbeCnt>1 ){
65535 }else if( u.ar.turnOnAC && !u.ar.iRollback && db->writeVdbeCnt>0 ){
65543 if( u.ar.iRollback ){
65544 assert( u.ar.desiredAutoCommit==1 );
[all …]
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestoutput8990 0: ar
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog4368 out for the ar command.)

Completed in 320 milliseconds

1234