Home
last modified time | relevance | path

Searched refs:ZEND_TRY_ASSIGN_REF_STRING (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/sockets/
H A Dsockets.c967 ZEND_TRY_ASSIGN_REF_STRING(addr, addrbuf);
978 ZEND_TRY_ASSIGN_REF_STRING(addr, addr_string);
989 ZEND_TRY_ASSIGN_REF_STRING(addr, s_un->sun_path);
1039 ZEND_TRY_ASSIGN_REF_STRING(arg2, addrbuf);
1051 ZEND_TRY_ASSIGN_REF_STRING(arg2, addr_string);
1063 ZEND_TRY_ASSIGN_REF_STRING(arg2, s_un->sun_path);
1442 ZEND_TRY_ASSIGN_REF_STRING(arg5, s_un.sun_path);
1468 ZEND_TRY_ASSIGN_REF_STRING(arg5, address ? address : "0.0.0.0");
1496 ZEND_TRY_ASSIGN_REF_STRING(arg5, addrbuf[0] ? addrbuf : "::");
/php-src/ext/standard/
H A Dhead.c318 ZEND_TRY_ASSIGN_REF_STRING(arg1, file); in PHP_FUNCTION()
H A Dscanf.c1044 ZEND_TRY_ASSIGN_REF_STRING(current, buf); in php_sscanf_internal()
/php-src/ext/ldap/
H A Dldap.c3098 ZEND_TRY_ASSIGN_REF_STRING(retval, val); in PHP_FUNCTION()
3366 ZEND_TRY_ASSIGN_REF_STRING(errmsg, lerrmsg); in PHP_FUNCTION()
3374 ZEND_TRY_ASSIGN_REF_STRING(matcheddn, lmatcheddn); in PHP_FUNCTION()
3420 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in PHP_FUNCTION()
3951 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in php_ldap_exop()
/php-src/Zend/
H A Dzend_API.h1314 #define ZEND_TRY_ASSIGN_REF_STRING(zv, string) do { \ macro

Completed in 52 milliseconds