Home
last modified time | relevance | path

Searched refs:bindings (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/soap/tests/bugs/
H A Dbug41337.phpt2 Bug #41337 (WSDL parsing doesn't ignore non soap bindings)
H A Dbug41337_2.phpt2 Bug #41337 (WSDL parsing doesn't ignore non soap bindings)
/php-src/Zend/tests/traits/
H A Dstatic_003.phpt2 Traits with late static bindings.
/php-src/ext/soap/
H A Dphp_sdl.h56 HashTable *bindings; /* array of sdlBindings (key'd by name) */ member
70 HashTable bindings; /* array of xmlNodePtr */ member
H A Dphp_sdl.c1161 if (!ctx.sdl->bindings) { in load_wsdl()
1178 if (ctx.sdl->bindings == NULL || ctx.sdl->bindings->nNumOfElements == 0) { in load_wsdl()
1558 sdlBindingPtr *bindings; in get_sdl_from_cache() local
1707 bindings[i] = binding; in get_sdl_from_cache()
1797 efree(bindings); in get_sdl_from_cache()
2274 if (sdl->bindings) { in add_sdl_to_cache()
3075 if (sdl->bindings) { in make_persistent_sdl()
3171 if (tmp->bindings) { in delete_psdl_int()
3173 free(tmp->bindings); in delete_psdl_int()
3441 if (tmp->bindings) { in delete_sdl_impl()
[all …]
/php-src/ext/sqlite3/tests/
H A Dbug70628.phpt2 Bug #70628 (Clearing bindings on an SQLite3 statement doesn't work)
/php-src/Zend/tests/
H A Dclosure_061.phpt82 foreach ($tests as list($fn, $bindings)) {
97 foreach ($bindings as list($obj, $scope)) {
/php-src/sapi/embed/
H A DREADME.md3 …a lightweight SAPI for calling into the Zend Engine from C or other languages that have C bindings.

Completed in 20 milliseconds