Home
last modified time | relevance | path

Searched refs:ai (Results 1 – 15 of 15) sorted by relevance

/PHP-7.4/ext/spl/tests/
H A Dbug45614.phpt23 $ai = $ao->getIterator();
26 showFirstTwoItems($ai);
29 $ai->rewind();
30 showFirstTwoItems($ai);
33 unset($ai[$ai->key()]);
34 $ai->current();
35 showFirstTwoItems($ai);
38 $ai->rewind();
39 $ai->seek(0);
40 showFirstTwoItems($ai);
H A Dbug62616.phpt5 $ai = new ArrayIterator(array(0,1));
7 var_dump($ai->count());
9 $ii = new IteratorIterator($ai);
H A Dbug61527.phpt6 $ai = $ao->getIterator();
9 $ai->next();
10 var_dump($ai->key());
11 var_dump($ai->current());
H A DarrayObject_getFlags_basic2.phpt12 $ai = new ArrayIterator($ao);
13 var_dump($ai->getFlags());
H A Dspl_cachingiterator___toString_basic.phpt9 $ai = new ArrayIterator(array(new stdClass(), new stdClass()));
10 $ci = new CachingIterator($ai);
/PHP-7.4/ext/dom/tests/
H A Dbug47848.phpt12 $fromdom->loadXML('<data xmlns:ai="http://altruists.org" ai:attr="namespaced" />');
25 <f2f:a xmlns:f2f="http://friend2friend.net/" xmlns:ai="http://altruists.org" ai:attr="namespaced"/>
/PHP-7.4/tests/classes/
H A Diterators_006.phpt6 class ai implements Iterator {
41 return new ai();
58 $array = new ai();
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c83 struct array_info* ai = NULL; in parse_array_type_info() local
85 ai = (struct array_info*)ecalloc(1, sizeof(struct array_info)); in parse_array_type_info()
86 if (ai) { in parse_array_type_info()
93 strcpy(ai->kids_type, buf); in parse_array_type_info()
96 return ai; in parse_array_type_info()
368 struct array_info* ai = NULL; in xml_element_to_SOAP_REQUEST_worker() local
377 ai = parse_array_type_info(arrayType); /* alloc'ed ai free'd below. */ in xml_element_to_SOAP_REQUEST_worker()
392 xml_element_to_SOAP_REQUEST_worker(request, NULL, ai, xCurrent, iter, depth); in xml_element_to_SOAP_REQUEST_worker()
398 xml_element_to_SOAP_REQUEST_worker(request, xCurrent, ai, xNext, iter, depth); in xml_element_to_SOAP_REQUEST_worker()
404 if (ai) { in xml_element_to_SOAP_REQUEST_worker()
[all …]
/PHP-7.4/ext/sockets/
H A Dsockets.c2638 struct addrinfo *ai; local
2650 php_sock->bsd_socket = socket(ai->ai_family, ai->ai_socktype, ai->ai_protocol);
2651 php_sock->type = ai->ai_family;
2677 retval = bind(php_sock->bsd_socket, ai->ai_addr, ai->ai_addrlen);
2704 struct addrinfo *ai; local
2716 php_sock->bsd_socket = socket(ai->ai_family, ai->ai_socktype, ai->ai_protocol);
2717 php_sock->type = ai->ai_family;
2743 retval = connect(php_sock->bsd_socket, ai->ai_addr, ai->ai_addrlen);
2769 struct addrinfo *ai; local
2785 if (ai->ai_canonname != NULL) {
[all …]
/PHP-7.4/ext/standard/
H A Dcrypt_blowfish.c870 BF_key ae, ai, ye, yi; in php_crypt_blowfish_rn() local
871 BF_set_key(k, ae, ai, 2); /* $2a$ */ in php_crypt_blowfish_rn()
873 ai[0] ^= 0x10000; /* undo the safety (for comparison) */ in php_crypt_blowfish_rn()
874 ok = ok && ai[0] == 0xdb9c59bc && ye[17] == 0x33343500 && in php_crypt_blowfish_rn()
876 !memcmp(ai, yi, sizeof(ai)); in php_crypt_blowfish_rn()
/PHP-7.4/main/
H A Dmergesort.c336 u_char *ai, *s, *t, *u, tmp; in insertionsort() local
339 for (ai = a+size; --n >= 1; ai += size) in insertionsort()
340 for (t = ai; t > a; t -= size) { in insertionsort()
/PHP-7.4/Zend/
H A Dzend_inheritance.c2178 ai.afn[idx] ? ZEND_FN_SCOPE_NAME(ai.afn[idx]) : "", \
2180 ai.afn[idx] ? ZSTR_VAL(ai.afn[idx]->common.function_name) : "", \
2181ai.afn[idx] && ai.afn[idx + 1] ? ", " : (ai.afn[idx] && ai.cnt > MAX_ABSTRACT_INFO_CNT ? ", ..." :…
2193 ai->afn[ai->cnt] = fn; in zend_verify_abstract_class_function()
2196 if (!ai->ctor) { in zend_verify_abstract_class_function()
2197 ai->cnt++; in zend_verify_abstract_class_function()
2198 ai->ctor = 1; in zend_verify_abstract_class_function()
2200 ai->afn[ai->cnt] = NULL; in zend_verify_abstract_class_function()
2203 ai->cnt++; in zend_verify_abstract_class_function()
2215 memset(&ai, 0, sizeof(ai)); in zend_verify_abstract_class()
[all …]
/PHP-7.4/
H A Dconfigure.ac672 struct addrinfo *ai, *pai, hints;
677 if (getaddrinfo("127.0.0.1", 0, &hints, &ai) < 0) {
681 if (ai == 0) {
685 pai = ai;
698 freeaddrinfo(ai);
/PHP-7.4/ext/hash/tests/
H A Dfnv1a64.phpt226 array( 'Qaa/&PKV#iTz)P9Huc4CFP\\:-KEth,O;n1JtavKe`!ai', '50683e95eabc367d' ),
/PHP-7.4/build/
H A Dlibtool.m44 ## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
4123 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996

Completed in 53 milliseconds